{"info":{"_postman_id":"08729ee3-ac6d-4001-8e84-5b9bda81a1b5","name":"API rest CargologikV2","description":"<html><head></head><body><p>StartFragmentBy uniting best-in-class collaboration with end-to-end supply chain visibility in a single source of truth, Cargologik empowers Beneficial Cargo Owners and Logistics Service Providers to create a more connected, efficient, optimized, predictable and sustainable supply chain.EndFragment</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"27613540","collectionId":"08729ee3-ac6d-4001-8e84-5b9bda81a1b5","publishedId":"2s9YJjSevS","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-02-05T19:50:07.000Z"},"item":[{"name":"Task","item":[{"name":"Create task","id":"6805c16b-4d53-4d04-a177-69021e8f287f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"DD\",\r\n    \"description\": \"BB\",\r\n    \"category\": \"shipment\",\r\n    \"categoryId\": \"659dafcba1a71c8dfdd20721\",\r\n    \"priority\": \"medium\",\r\n    \"assigned\": \"shipper\",\r\n    \"assignedTo\": [\r\n        \"655540b80d502ab09edc0b47\"\r\n    ],\r\n    \"dueDate\": \"2024-04-08T17:00:00.000Z\",\r\n    \"tags\": [\r\n        \"DFA\"\r\n    ],\r\n    \"shipment\": \"659dafcba1a71c8dfdd20721\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/task/create","description":"<h2 id=\"create-task\">Create Task</h2>\n<h3 id=\"request\">Request</h3>\n<p>This section outlines the request structure for creating a task using the <code>cargologik.stg-cargologik.app</code> API.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td>The API endpoint for creating a task.</td>\n</tr>\n<tr>\n<td>Method</td>\n<td>The HTTP method used for the request (POST).</td>\n</tr>\n<tr>\n<td>Headers</td>\n<td>Headers including authorization, content-type, and other headers.</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>JSON data specifying the details of the task to be created, such as title, description, category, and other parameters.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-data-fields\">Request Data Fields</h4>\n<p>The request data includes the following attributes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>title</code></td>\n<td>Title of the task.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>Description of the task.</td>\n</tr>\n<tr>\n<td><code>category</code></td>\n<td>Category of the task. (Possible values: 'quote', 'booking', 'shipment', 'other')</td>\n</tr>\n<tr>\n<td><code>priority</code></td>\n<td>Priority of the task. (Possible values: 'low', 'medium', 'high')</td>\n</tr>\n<tr>\n<td><code>assignedTo</code></td>\n<td>ID of the user assigned to the task.</td>\n</tr>\n<tr>\n<td><code>dueDate</code></td>\n<td>Due date of the task.</td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Tags associated with the task.</td>\n</tr>\n<tr>\n<td><code>booking</code></td>\n<td>ID of the booking associated with the task.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>This section describes the response structure upon creating a task.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>status</code></td>\n<td>Status of the operation. (E.g., 'success')</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>An array containing detailed information about the created task.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-data-fields\">Response Data Fields</h4>\n<p>The response data includes the following attributes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>_id</code></td>\n<td>Unique ID of the created task.</td>\n</tr>\n<tr>\n<td><code>taskId</code></td>\n<td>Identifier of the task.</td>\n</tr>\n<tr>\n<td><code>assignedTo</code></td>\n<td>Details of the user assigned to the task.</td>\n</tr>\n<tr>\n<td><code>booking</code></td>\n<td>ID of the associated booking.</td>\n</tr>\n<tr>\n<td><code>category</code></td>\n<td>Category of the task.</td>\n</tr>\n<tr>\n<td><code>company</code></td>\n<td>ID of the company associated with the task.</td>\n</tr>\n<tr>\n<td><code>createdAt</code></td>\n<td>Date of task creation.</td>\n</tr>\n<tr>\n<td><code>creationUser</code></td>\n<td>ID of the user who created the task.</td>\n</tr>\n<tr>\n<td><code>dueDate</code></td>\n<td>Due date of the task.</td>\n</tr>\n<tr>\n<td><code>eventCalendar</code></td>\n<td>ID of the event calendar associated with the task.</td>\n</tr>\n<tr>\n<td><code>priority</code></td>\n<td>Priority of the task.</td>\n</tr>\n<tr>\n<td><code>shipment</code></td>\n<td>ID of the associated shipment.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Status of the task.</td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Tags associated with the task.</td>\n</tr>\n<tr>\n<td><code>tenant</code></td>\n<td>ID of the tenant associated with the task.</td>\n</tr>\n<tr>\n<td><code>updatedAt</code></td>\n<td>Date of the last update to the task.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","task","create"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"ff198f5c-2bea-48de-a5fb-8d7ce18c1725","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"T1\",\r\n    \"description\": \"1\",\r\n    \"category\": \"booking\",\r\n    \"categoryId\": \"65256b3c1d0d600e581656e1\",\r\n    \"priority\": \"high\",\r\n    \"assigned\": \"team\",\r\n    \"assignedTo\": [\r\n        \"64dcf1bdad943a47c7f92242\"\r\n    ],\r\n    \"dueDate\": \"2023-10-13 12:00:00\",\r\n    \"tags\": [\r\n        \"t1\",\r\n        \"t2\"\r\n    ],\r\n    \"booking\": \"65256b3c1d0d600e581656e1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/task/create"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6805c16b-4d53-4d04-a177-69021e8f287f"},{"name":"List all task","id":"619bb8ba-17be-434a-aa6e-0bd67a6037fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"limit\": 8,\r\n    \"page\": 1,\r\n    \"fields\": [\r\n        \"eventCalendar.title\",\r\n        \"eventCalendar.description\",\r\n        \"dueDate\",\r\n        \"createdAt\",\r\n        \"category\",\r\n        \"tags\",\r\n        \"priority\",\r\n        \"assignedTo.fullName\",\r\n        \"assignedTo.urlPhotoProfile\",\r\n        \"quote._id\",\r\n        \"quote.quoteId\",\r\n        \"quote.referenceName\",\r\n        \"booking._id\",\r\n        \"booking.bookingId\",\r\n        \"booking.referenceName\",\r\n        \"shipment._id\",\r\n        \"shipment.shipmentId\",\r\n        \"shipment.referenceName\",\r\n        \"status\",\r\n        \"creationUser.fullName\",\r\n        \"creationUser.urlPhotoProfile\",\r\n        \"shipperName\",\r\n        \"lspName\"\r\n    ],\r\n    \"sort\": {\r\n        \"createdAt\": -1\r\n    },\r\n    \"filter\": {},\r\n    \"search\": \"\",\r\n    \"type\": \"[TASK] Filter Table Type\",\r\n    \"lastPage\": 1,\r\n    \"totalItems\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/task/list","description":"<h2 id=\"list-tasks\">List Tasks</h2>\n<h3 id=\"request\">Request</h3>\n<p>This section outlines the request structure for listing tasks using the <code>cargologik.stg-cargologik.app</code> API.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td>The API endpoint for listing tasks.</td>\n</tr>\n<tr>\n<td>Method</td>\n<td>The HTTP method used for the request (POST).</td>\n</tr>\n<tr>\n<td>Headers</td>\n<td>Headers including authorization, content-type, and other headers.</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>JSON data specifying the parameters for the task listing, such as limit, page, sorting, filtering, and search options.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-data-fields\">Request Data Fields</h4>\n<p>The request data includes the following attributes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>limit</code></td>\n<td>Maximum number of tasks to be returned.</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Page number for paginated results.</td>\n</tr>\n<tr>\n<td><code>fields</code></td>\n<td>Fields to be included in the response data.</td>\n</tr>\n<tr>\n<td><code>sort</code></td>\n<td>Sorting criteria for the tasks.</td>\n</tr>\n<tr>\n<td><code>filter</code></td>\n<td>Filter criteria for the tasks.</td>\n</tr>\n<tr>\n<td><code>search</code></td>\n<td>Search term for specific tasks.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>Type of filtering table.</td>\n</tr>\n<tr>\n<td><code>lastPage</code></td>\n<td>Flag indicating whether it's the last page.</td>\n</tr>\n<tr>\n<td><code>totalItems</code></td>\n<td>Total number of items in the response.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>This section describes the response structure for listing tasks.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data</code></td>\n<td>An array containing detailed information about the tasks.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Status of the operation.</td>\n</tr>\n<tr>\n<td><code>pagingCounter</code></td>\n<td>Counter for the current page.</td>\n</tr>\n<tr>\n<td><code>totalPages</code></td>\n<td>Total number of pages.</td>\n</tr>\n<tr>\n<td><code>hasPrevPage</code></td>\n<td>Flag indicating whether there is a previous page.</td>\n</tr>\n<tr>\n<td><code>hasNextPage</code></td>\n<td>Flag indicating whether there is a next page.</td>\n</tr>\n<tr>\n<td><code>prevPage</code></td>\n<td>Number of the previous page.</td>\n</tr>\n<tr>\n<td><code>nextPage</code></td>\n<td>Number of the next page.</td>\n</tr>\n<tr>\n<td><code>totalItems</code></td>\n<td>Total number of items.</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Current page number.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td>Maximum number of items to be returned.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-data-fields\">Response Data Fields</h4>\n<p>The response data includes the following attributes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>_id</code></td>\n<td>Unique ID of the task.</td>\n</tr>\n<tr>\n<td><code>assignedTo</code></td>\n<td>Details of the user assigned to the task.</td>\n</tr>\n<tr>\n<td><code>booking</code></td>\n<td>Details of the associated booking.</td>\n</tr>\n<tr>\n<td><code>category</code></td>\n<td>Category of the task.</td>\n</tr>\n<tr>\n<td><code>company</code></td>\n<td>ID of the company associated with the task.</td>\n</tr>\n<tr>\n<td><code>createdAt</code></td>\n<td>Date and time of task creation.</td>\n</tr>\n<tr>\n<td><code>creationUser</code></td>\n<td>Details of the user who created the task.</td>\n</tr>\n<tr>\n<td><code>dueDate</code></td>\n<td>Due date of the task.</td>\n</tr>\n<tr>\n<td><code>eventCalendar</code></td>\n<td>Details of the event calendar associated with the task.</td>\n</tr>\n<tr>\n<td><code>priority</code></td>\n<td>Priority of the task.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Status of the task.</td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Tags associated with the task.</td>\n</tr>\n<tr>\n<td><code>tenant</code></td>\n<td>ID of the tenant associated with the task.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","task","list"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"dba527ee-612d-4af5-b0ba-ad31719b1ff0","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fields\": [\r\n        \"eventCalendar.title\",\r\n        \"eventCalendar.description\",\r\n        \"dueDate\",\r\n        \"category\",\r\n        \"tenant\",\r\n        \"tags\",\r\n        \"priority\",\r\n        \"assignedTo.firstName\",\r\n        \"assignedTo.lastName\",\r\n        \"assignedTo.urlPhotoProfile\",\r\n        \"quote._id\",\r\n        \"quote.quoteId\",\r\n        \"quote.referenceName\",\r\n        \"booking._id\",\r\n        \"booking.bookingId\",\r\n        \"booking.referenceName\",\r\n        \"shipment._id\",\r\n        \"shipment.shipmentId\",\r\n        \"shipment.referenceName\",\r\n        \"status\",\r\n        \"creationUser.firstName\",\r\n        \"creationUser.lastName\",\r\n        \"creationUser.urlPhotoProfile\",\r\n        \"assignedTo.fullName\"\r\n    ],\r\n    \"filter\": {\r\n        \"status\": \"assigned\",\r\n        \"$or\": [\r\n            {\r\n                \"assignedTo.fullName\": { \r\n                    \"$in\": [\r\n                        \"Diego Echeverry\",\r\n                        \"Juanito Pontreras\",\r\n                        \"Shipper Colombia\",\r\n                        \"User Dummy\"\r\n                    ]\r\n                }\r\n            }\r\n        ]\r\n    },\r\n    \"sort\": {\r\n        \"createdAt\": 1\r\n    },\r\n    \"limit\": 10,\r\n    \"page\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/task/list"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"6614b8675ab6928b7fe9e0bd\",\n            \"assignedTo\": {\n                \"firstName\": \"Diego\",\n                \"lastName\": \"Subject\",\n                \"urlPhotoProfile\": \"\",\n                \"authorization\": {\n                    \"user\": \"655540b80d502ab09edc0b47\",\n                    \"company\": [\n                        {\n                            \"name\": \"Diego Shipper T\",\n                            \"type\": \"shipper\"\n                        }\n                    ]\n                },\n                \"fullName\": \"Diego Subject\"\n            },\n            \"category\": \"shipment\",\n            \"company\": \"637e7a49318101bf83ee71ed\",\n            \"createdAt\": \"2024-04-09T03:39:19.008Z\",\n            \"creationUser\": {\n                \"_id\": \"64137ebd51c1ab803a753275\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"User Dummy\"\n            },\n            \"dueDate\": \"2024-04-09T03:00:00.000Z\",\n            \"eventCalendar\": {\n                \"description\": \"BB\",\n                \"endDate\": \"2024-04-09T03:00:00.000Z\",\n                \"startDate\": \"2024-04-09T02:00:00.000Z\",\n                \"title\": \"DD\"\n            },\n            \"priority\": \"medium\",\n            \"shipment\": {\n                \"_id\": \"659dafcba1a71c8dfdd20721\",\n                \"shipmentId\": \"M107_CANC-N_RAIPUR_CANNED-OR-JARRE\",\n                \"referenceName\": \"Prueba Diego 13/02/2023\"\n            },\n            \"status\": \"delayed\",\n            \"tags\": [\n                \"DFA\"\n            ],\n            \"tenant\": \"64138cd451c1ab803a76568e\"\n        }\n    ],\n    \"status\": \"success\",\n    \"pagingCounter\": 8,\n    \"totalPages\": 1,\n    \"hasPrevPage\": true,\n    \"hasNextPage\": false,\n    \"prevPage\": 0,\n    \"nextPage\": null,\n    \"totalItems\": 8,\n    \"page\": 1,\n    \"limit\": 8\n}"}],"_postman_id":"619bb8ba-17be-434a-aa6e-0bd67a6037fe"},{"name":"List User calendar events with search engine","id":"57df14a3-75ff-4c80-9865-54b10afd9399","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"search\": \"\",\r\n     \"status\": \"assigned\",\r\n     \"periodicity\": \"today\",\r\n     \"startDate\": \"2022-12-01 13:36:20.646Z\",\r\n     \"endDate\": \"2022-12-01 13:36:20.646Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/task/calendar/events","description":"<h2 id=\"list-calendar-events\">List Calendar Events</h2>\n<h3 id=\"request\">Request</h3>\n<p>This section outlines the request structure for listing calendar events using the <code>cargologik.stg-cargologik.app</code> API.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td>The API endpoint for listing calendar events.</td>\n</tr>\n<tr>\n<td>Method</td>\n<td>The HTTP method used for the request (POST).</td>\n</tr>\n<tr>\n<td>Headers</td>\n<td>Headers including authorization, content-type, and other headers.</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>JSON data specifying the parameters for filtering calendar events based on search and time range.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-data-fields\">Request Data Fields</h4>\n<p>The request data includes the following attributes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>search</code></td>\n<td>Search term for specific events.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Status of the events.</td>\n</tr>\n<tr>\n<td><code>periodicity</code></td>\n<td>Time period for filtering events.</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>Start date for the events in the specified format.</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>End date for the events in the specified format.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>This section describes the response structure for listing calendar events.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>_id</code></td>\n<td>Unique ID of the event.</td>\n</tr>\n<tr>\n<td><code>eventId</code></td>\n<td>ID associated with the event.</td>\n</tr>\n<tr>\n<td><code>company</code></td>\n<td>ID of the company associated with the event.</td>\n</tr>\n<tr>\n<td><code>createdAt</code></td>\n<td>Date and time of event creation.</td>\n</tr>\n<tr>\n<td><code>creationUser</code></td>\n<td>User who created the event.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>Description of the event.</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>End date and time of the event.</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>Start date and time of the event.</td>\n</tr>\n<tr>\n<td><code>tenant</code></td>\n<td>ID of the tenant associated with the event.</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>Title of the event.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Status of the event.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","task","calendar","events"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"8fb64425-c888-4350-ad59-9881f2db64b6","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"search\": \"\",\r\n     \"status\": \"assigned\",\r\n     \"periodicity\": \"today\",\r\n     \"startDate\": \"2022-12-01 13:36:20.646Z\",\r\n     \"endDate\": \"2022-12-01 13:36:20.646Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/task/calendar/events"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"57df14a3-75ff-4c80-9865-54b10afd9399"},{"name":"Change Task Status","id":"9c0e7637-0fd8-4e45-982a-63c5616e352d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"taskId\": \"63dab800417d7bf8373d1a04\",\r\n  \"status\": \"inProgress\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/task/changeStatus","description":"<h2 id=\"change-task-status\">Change Task Status</h2>\n<h3 id=\"request\">Request</h3>\n<p>This section outlines the request structure for changing the status of a task using the <code>cargologik.cargologik.app</code> API.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td>The API endpoint for changing the task status.</td>\n</tr>\n<tr>\n<td>Method</td>\n<td>The HTTP method used for the request (POST).</td>\n</tr>\n<tr>\n<td>Headers</td>\n<td>Headers including authorization, content-type, and other headers.</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>JSON data specifying the task ID and the new status for the task.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-data-fields\">Request Data Fields</h4>\n<p>The request data includes the following attributes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>taskId</code></td>\n<td>The ID of the task to change the status.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>The new status to be assigned to the task.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>This section describes the response structure for changing the status of a task.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>_id</code></td>\n<td>Unique ID of the task.</td>\n</tr>\n<tr>\n<td><code>taskId</code></td>\n<td>ID associated with the task.</td>\n</tr>\n<tr>\n<td><code>assignedTo</code></td>\n<td>ID of the user to whom the task is assigned.</td>\n</tr>\n<tr>\n<td><code>booking</code></td>\n<td>ID of the associated booking.</td>\n</tr>\n<tr>\n<td><code>category</code></td>\n<td>Category of the task.</td>\n</tr>\n<tr>\n<td><code>company</code></td>\n<td>ID of the company associated with the task.</td>\n</tr>\n<tr>\n<td><code>createdAt</code></td>\n<td>Date and time of task creation.</td>\n</tr>\n<tr>\n<td><code>creationUser</code></td>\n<td>User who created the task.</td>\n</tr>\n<tr>\n<td><code>dueDate</code></td>\n<td>Due date and time of the task.</td>\n</tr>\n<tr>\n<td><code>eventCalendar</code></td>\n<td>ID of the associated event in the calendar.</td>\n</tr>\n<tr>\n<td><code>priority</code></td>\n<td>Priority level of the task.</td>\n</tr>\n<tr>\n<td><code>shipment</code></td>\n<td>ID of the associated shipment.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Updated status of the task.</td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>List of tags associated with the task.</td>\n</tr>\n<tr>\n<td><code>tenant</code></td>\n<td>ID of the tenant associated with the task.</td>\n</tr>\n<tr>\n<td><code>updatedAt</code></td>\n<td>Date and time of the last update to the task.</td>\n</tr>\n<tr>\n<td><code>updateUser</code></td>\n<td>User who updated the task.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","task","changeStatus"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"64bfd4fe-8aba-41f5-874d-9143f75ff9cd","name":"Exampe","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"taskId\": \"63dab800417d7bf8373d1a04\",\r\n  \"status\": \"inProgress\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/task/changeStatus"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"ok\",\r\n    \"data\": {\r\n        \"_id\": \"65295af3f357f3b6d382ac22\",\r\n        \"taskId\": \"eaada6a6dd85a3a848b69439cf5abcd4\",\r\n        \"__v\": 0,\r\n        \"assignedTo\": \"64dcf1bdad943a47c7f92242\",\r\n        \"booking\": \"65256b3c1d0d600e581656e1\",\r\n        \"category\": \"booking\",\r\n        \"company\": \"64dcf1bcad943a47c7f92234\",\r\n        \"createdAt\": \"2023-10-13T14:57:55.747Z\",\r\n        \"creationUser\": \"64dcf1bdad943a47c7f92242\",\r\n        \"dueDate\": \"2023-10-13T17:00:00.000Z\",\r\n        \"eventCalendar\": \"65295af3f357f3b6d382ac13\",\r\n        \"priority\": \"high\",\r\n        \"shipment\": null,\r\n        \"status\": \"inProgress\",\r\n        \"tags\": [],\r\n        \"tenant\": \"64dcf1bcad943a47c7f92240\",\r\n        \"updatedAt\": \"2023-10-13T15:01:54.617Z\",\r\n        \"updateUser\": \"64dcf1bdad943a47c7f92242\"\r\n    }\r\n}"}],"_postman_id":"9c0e7637-0fd8-4e45-982a-63c5616e352d"},{"name":"Archive Task","id":"ab9b98af-1b99-4059-ba37-7bacbd205c7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"taskId\": \"63dab800417d7bf8373d1a04\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/task/archive","description":"<h2 id=\"archive-task\">Archive Task</h2>\n<h3 id=\"request\">Request</h3>\n<p>This section outlines the request structure for canceling a task using the <code>cargologik.cargologik.app</code> API.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td>The API endpoint for canceling a task.</td>\n</tr>\n<tr>\n<td>Method</td>\n<td>The HTTP method used for the request (POST).</td>\n</tr>\n<tr>\n<td>Headers</td>\n<td>Headers including authorization, content-type, and other headers.</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>JSON data specifying the task ID to be canceled.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-data-fields\">Request Data Fields</h4>\n<p>The request data includes the following attributes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>taskId</code></td>\n<td>The ID of the task to be canceled.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>This section describes the response structure for canceling a task.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>status</code></td>\n<td>Status of the request.</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>Message indicating the task was canceled.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","task","archive"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"cd56b743-5bd2-4223-bff5-82e69223b075","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"taskId\": \"63dab800417d7bf8373d1a04\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/task/archive"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": \"Task archived\"\n}"}],"_postman_id":"ab9b98af-1b99-4059-ba37-7bacbd205c7b"},{"name":"Cancel Task","id":"0d7f96ab-cb69-4090-b63f-a715fc2d6a2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"taskId\": \"63dadceb417d7bf8373f94fe\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/task/cancel","description":"<h2 id=\"cancel-task\">Cancel Task</h2>\n<h3 id=\"request\">Request</h3>\n<p>This section outlines the request structure for canceling a task using the <code>cargologik.stg-cargologik.app</code> API.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td>The API endpoint for canceling a task.</td>\n</tr>\n<tr>\n<td>Method</td>\n<td>The HTTP method used for the request (POST).</td>\n</tr>\n<tr>\n<td>Headers</td>\n<td>Headers including authorization, content-type, and other headers.</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>JSON data specifying the task ID to be canceled.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-data-fields\">Request Data Fields</h4>\n<p>The request data includes the following attributes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>taskId</code></td>\n<td>The ID of the task to be canceled.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>This section describes the response structure for canceling a task.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>status</code></td>\n<td>Status of the request.</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>Message indicating the task was canceled.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","port":"3000","path":["api","v2","task","cancel"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8771a987-ee80-4f2f-b7c9-ad7e407b8216","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"taskId\": \"63dadceb417d7bf8373f94fe\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/task/cancel"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": \"Task canceled\"\n}"}],"_postman_id":"0d7f96ab-cb69-4090-b63f-a715fc2d6a2d"},{"name":"Number of records by status","id":"6801d422-e001-42f2-8289-2be1d2bde9c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"url":"{{URL}}/api/v2/task/summaryCountByStatus","description":"<h2 id=\"summary-count-by-status\">Summary Count by Status</h2>\n<h3 id=\"request\">Request</h3>\n<p>This section provides details about the request structure for retrieving a summary of the count of tasks by status using the <code>cargologik.stg-cargologik.app</code> API.</p>\n<h4 id=\"request-headers\">Request Headers</h4>\n<p>The request includes the following headers:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Authorization</code></td>\n<td>Bearer token for authentication.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>This section describes the response structure for the summary count by status.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code{\n    \"status\": \"ok\",\n    \"data\": [\n        {\n            \"_id\": \"cancelled\",\n            \"count\": 2\n        }\n    ]\n}\n\n</code></pre><p>The response includes the following attributes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>status</code></td>\n<td>Indicates the status of the request.</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>An array of objects containing the task status and count details.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-attributes\">Response Attributes</h4>\n<p>Each object in the <code>data</code> array includes the following attributes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>_id</code></td>\n<td>The status of the task.</td>\n</tr>\n<tr>\n<td><code>count</code></td>\n<td>The count of tasks with the specified status.</td>\n</tr>\n</tbody>\n</table>\n</div><p>This documentation provides the necessary information to interact with the \"Summary Count by Status\" API endpoint effectively.</p>\n","urlObject":{"path":["api","v2","task","summaryCountByStatus"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"daef6c1c-4210-481e-aa40-c82ac7f1fadb","name":"Example","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/task/summaryCountByStatus"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6801d422-e001-42f2-8289-2be1d2bde9c3"},{"name":"List dropdown values","id":"38b8e200-c01e-4a63-a242-fce37c938f8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"field\": \"eventCalendar.title\",\r\n    \"search\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/task/settings/values","description":"<h2 id=\"list-possible-values\">List Possible Values</h2>\n<h3 id=\"request\">Request</h3>\n<p>This section provides details about the request structure for retrieving possible values for a specific element in the task table using the <code>cargologik.cargologik.app</code> API.</p>\n<h4 id=\"request-headers\">Request Headers</h4>\n<p>The request includes the following headers:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Authorization</code></td>\n<td>Bearer token for authentication.</td>\n</tr>\n<tr>\n<td><code>Content-Type</code></td>\n<td>Format of the request body (JSON in this case).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-body\">Request Body</h4>\n<p>The request body contains the following parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>field</code></td>\n<td>The specific element of the task table to retrieve possible values for.</td>\n</tr>\n<tr>\n<td><code>search</code></td>\n<td>Search parameter (if applicable).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>This section describes the response structure for the list of possible values.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code[\n    \"T1\",\n    \"t2\"\n]\n\n</code></pre><p>The response is an array of possible values for the specified element.</p>\n","urlObject":{"path":["api","v2","task","settings","values"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"ab02d341-1577-46c1-a261-e7e22a879d30","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"field\": \"eventCalendar.title\",\r\n    \"search\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/task/settings/values"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"38b8e200-c01e-4a63-a242-fce37c938f8d"},{"name":"Edit task","id":"d0d3c7b7-cb10-4a89-9f53-59e9b849ad93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n            \"_id\": \"6614b8675ab6928b7fe9e0bd\",\r\n            \"taskId\": \"c23d69bdd9dffe901250ca064fc57159\",\r\n            \"__v\": 0,\r\n            \"assignedTo\": {\r\n                \"_id\": \"655540b80d502ab09edc0b47\",\r\n                \"firstName\": \"Diego\",\r\n                \"lastName\": \"Subject\"\r\n            },\r\n            \"category\": \"shipment\",\r\n            \"company\": \"637e7a49318101bf83ee71ed\",\r\n            \"createdAt\": \"2024-04-09T03:39:19.008Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"dueDate\": \"2024-04-08T22:00:00.000Z\",\r\n            \"eventCalendar\": \"6614b8665ab6928b7fe9e0ae\",\r\n            \"priority\": \"medium\",\r\n            \"shipment\": \"659dafcba1a71c8dfdd20721\",\r\n            \"status\": \"assigned\",\r\n            \"tags\": [\r\n                \"DFA\"\r\n            ],\r\n            \"tenant\": \"64138cd451c1ab803a76568e\",\r\n            \"updatedAt\": \"2024-04-09T03:39:19.007Z\"\r\n        }","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/task/update","description":"<h3 id=\"update-task\">Update Task</h3>\n<p>This endpoint enables users to update tasks in the system.</p>\n<h4 id=\"request\">Request</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>The ID of the task to be updated.</td>\n</tr>\n<tr>\n<td>taskId</td>\n<td>String</td>\n<td>The ID of the task.</td>\n</tr>\n<tr>\n<td>assignedTo</td>\n<td>Object</td>\n<td>Information about the user assigned to the task.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>String</td>\n<td>Category of the task.</td>\n</tr>\n<tr>\n<td>company</td>\n<td>String</td>\n<td>ID of the company associated with the task.</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>Date and time when the task was created.</td>\n</tr>\n<tr>\n<td>creationUser</td>\n<td>String</td>\n<td>ID of the user who created the task.</td>\n</tr>\n<tr>\n<td>dueDate</td>\n<td>String</td>\n<td>Due date of the task.</td>\n</tr>\n<tr>\n<td>eventCalendar</td>\n<td>String</td>\n<td>ID of the event calendar associated with the task.</td>\n</tr>\n<tr>\n<td>priority</td>\n<td>String</td>\n<td>Priority level of the task.</td>\n</tr>\n<tr>\n<td>shipment</td>\n<td>String</td>\n<td>ID of the shipment associated with the task.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task.</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>Array</td>\n<td>Tags associated with the task.</td>\n</tr>\n<tr>\n<td>tenant</td>\n<td>String</td>\n<td>ID of the tenant associated with the task.</td>\n</tr>\n<tr>\n<td>updatedAt</td>\n<td>String</td>\n<td>Date and time when the task was last updated.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body-fields\">Response Body Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>The ID of the updated task.</td>\n</tr>\n<tr>\n<td>taskId</td>\n<td>String</td>\n<td>The ID of the task.</td>\n</tr>\n<tr>\n<td>assignedTo</td>\n<td>Object</td>\n<td>Information about the user assigned to the task.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>String</td>\n<td>Category of the task.</td>\n</tr>\n<tr>\n<td>company</td>\n<td>String</td>\n<td>ID of the company associated with the task.</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>Date and time when the task was created.</td>\n</tr>\n<tr>\n<td>creationUser</td>\n<td>String</td>\n<td>ID of the user who created the task.</td>\n</tr>\n<tr>\n<td>dueDate</td>\n<td>String</td>\n<td>Due date of the task.</td>\n</tr>\n<tr>\n<td>eventCalendar</td>\n<td>String</td>\n<td>ID of the event calendar associated with the task.</td>\n</tr>\n<tr>\n<td>priority</td>\n<td>String</td>\n<td>Priority level of the task.</td>\n</tr>\n<tr>\n<td>shipment</td>\n<td>String</td>\n<td>ID of the shipment associated with the task.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the task.</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>Array</td>\n<td>Tags associated with the task.</td>\n</tr>\n<tr>\n<td>tenant</td>\n<td>String</td>\n<td>ID of the tenant associated with the task.</td>\n</tr>\n<tr>\n<td>updatedAt</td>\n<td>String</td>\n<td>Date and time when the task was last updated.</td>\n</tr>\n<tr>\n<td>updateUser</td>\n<td>String</td>\n<td>ID of the user who last updated the task.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","task","update"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"ab1483d3-361e-4e8c-a616-ad908d443732","name":"Edit task","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n            \"_id\": \"6614b8675ab6928b7fe9e0bd\",\r\n            \"taskId\": \"c23d69bdd9dffe901250ca064fc57159\",\r\n            \"__v\": 0,\r\n            \"assignedTo\": {\r\n                \"_id\": \"655540b80d502ab09edc0b47\",\r\n                \"firstName\": \"Diego\",\r\n                \"lastName\": \"Subject\"\r\n            },\r\n            \"category\": \"shipment\",\r\n            \"company\": \"637e7a49318101bf83ee71ed\",\r\n            \"createdAt\": \"2024-04-09T03:39:19.008Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"dueDate\": \"2024-04-08T22:00:00.000Z\",\r\n            \"eventCalendar\": \"6614b8665ab6928b7fe9e0ae\",\r\n            \"priority\": \"medium\",\r\n            \"shipment\": \"659dafcba1a71c8dfdd20721\",\r\n            \"status\": \"assigned\",\r\n            \"tags\": [\r\n                \"DFA\"\r\n            ],\r\n            \"tenant\": \"64138cd451c1ab803a76568e\",\r\n            \"updatedAt\": \"2024-04-09T03:39:19.007Z\"\r\n        }","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/task/update"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"_id\": \"6614b8675ab6928b7fe9e0bd\",\r\n            \"assignedTo\": {\r\n                \"firstName\": \"Diego\",\r\n                \"lastName\": \"Subject\",\r\n                \"urlPhotoProfile\": \"\",\r\n                \"authorization\": {\r\n                    \"user\": \"655540b80d502ab09edc0b47\",\r\n                    \"company\": [\r\n                        {\r\n                            \"name\": \"Diego Shipper T\",\r\n                            \"type\": \"shipper\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"fullName\": \"Diego Subject\"\r\n            },\r\n            \"category\": \"shipment\",\r\n            \"company\": \"637e7a49318101bf83ee71ed\",\r\n            \"createdAt\": \"2024-04-09T03:39:19.008Z\",\r\n            \"creationUser\": {\r\n                \"_id\": \"64137ebd51c1ab803a753275\",\r\n                \"urlPhotoProfile\": \"\",\r\n                \"fullName\": \"User Dummy\"\r\n            },\r\n            \"dueDate\": \"2024-04-09T03:00:00.000Z\",\r\n            \"eventCalendar\": {\r\n                \"description\": \"BB\",\r\n                \"endDate\": \"2024-04-09T03:00:00.000Z\",\r\n                \"startDate\": \"2024-04-09T02:00:00.000Z\",\r\n                \"title\": \"DD\"\r\n            },\r\n            \"priority\": \"medium\",\r\n            \"shipment\": {\r\n                \"_id\": \"659dafcba1a71c8dfdd20721\",\r\n                \"shipmentId\": \"M107_CANC-N_RAIPUR_CANNED-OR-JARRE\",\r\n                \"referenceName\": \"Prueba Diego 13/02/2023\"\r\n            },\r\n            \"status\": \"delayed\",\r\n            \"tags\": [\r\n                \"DFA\"\r\n            ],\r\n            \"tenant\": \"64138cd451c1ab803a76568e\"\r\n        },\r\n        {\r\n            \"_id\": \"6614b84f5ab6928b7fe9db2c\",\r\n            \"assignedTo\": {\r\n                \"firstName\": \"Diego\",\r\n                \"lastName\": \"Subject\",\r\n                \"urlPhotoProfile\": \"\",\r\n                \"authorization\": {\r\n                    \"user\": \"655540b80d502ab09edc0b47\",\r\n                    \"company\": [\r\n                        {\r\n                            \"name\": \"Diego Shipper T\",\r\n                            \"type\": \"shipper\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"fullName\": \"Diego Subject\"\r\n            },\r\n            \"category\": \"shipment\",\r\n            \"company\": \"637e7a49318101bf83ee71ed\",\r\n            \"createdAt\": \"2024-04-09T03:38:55.734Z\",\r\n            \"creationUser\": {\r\n                \"_id\": \"64137ebd51c1ab803a753275\",\r\n                \"urlPhotoProfile\": \"\",\r\n                \"fullName\": \"User Dummy\"\r\n            },\r\n            \"dueDate\": \"2024-04-08T22:00:00.000Z\",\r\n            \"eventCalendar\": {\r\n                \"description\": \"DD\",\r\n                \"endDate\": \"2024-04-08T22:00:00.000Z\",\r\n                \"startDate\": \"2024-04-08T21:00:00.000Z\",\r\n                \"title\": \"FF\"\r\n            },\r\n            \"priority\": \"medium\",\r\n            \"shipment\": {\r\n                \"_id\": \"659dafcba1a71c8dfdd20721\",\r\n                \"shipmentId\": \"M107_CANC-N_RAIPUR_CANNED-OR-JARRE\",\r\n                \"referenceName\": \"Prueba Diego 13/02/2023\"\r\n            },\r\n            \"status\": \"delayed\",\r\n            \"tags\": [\r\n                \"DFA\"\r\n            ],\r\n            \"tenant\": \"64138cd451c1ab803a76568e\"\r\n        },\r\n        {\r\n            \"_id\": \"64f91d6543abff597ebeac25\",\r\n            \"assignedTo\": {\r\n                \"firstName\": \"Cristian Julian\",\r\n                \"lastName\": \"Buitrago\",\r\n                \"urlPhotoProfile\": \"\",\r\n                \"authorization\": {\r\n                    \"user\": \"64931b0d377ac6b970a31f21\",\r\n                    \"company\": [\r\n                        {\r\n                            \"name\": \"Cargologik\",\r\n                            \"type\": \"lsp\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"fullName\": \"Cristian Julian Buitrago\"\r\n            },\r\n            \"category\": \"quote\",\r\n            \"company\": \"637e7a49318101bf83ee71ed\",\r\n            \"createdAt\": \"2023-09-07T00:46:29.745Z\",\r\n            \"creationUser\": {\r\n                \"_id\": \"64137ebd51c1ab803a753275\",\r\n                \"urlPhotoProfile\": \"\",\r\n                \"fullName\": \"User Dummy\"\r\n            },\r\n            \"dueDate\": \"2023-09-06T17:00:00.000Z\",\r\n            \"eventCalendar\": {\r\n                \"description\": \"X\",\r\n                \"endDate\": \"2023-09-06T17:00:00.000Z\",\r\n                \"startDate\": \"2023-09-06T16:00:00.000Z\",\r\n                \"title\": \"X\"\r\n            },\r\n            \"priority\": \"medium\",\r\n            \"quote\": {\r\n                \"_id\": \"64dea33282ec98cb0da03e36\",\r\n                \"quoteId\": \"M1_ESPA-A_GALICIA_ACAMPROSATE-CAL\",\r\n                \"referenceName\": \"d\"\r\n            },\r\n            \"status\": \"delayed\",\r\n            \"tags\": [],\r\n            \"tenant\": \"64138cd451c1ab803a76568e\"\r\n        },\r\n        {\r\n            \"_id\": \"64dfebc743abff597ec792b0\",\r\n            \"assignedTo\": {\r\n                \"firstName\": \"Shipper\",\r\n                \"lastName\": \"Maicol\",\r\n                \"urlPhotoProfile\": \"\",\r\n                \"authorization\": {\r\n                    \"user\": \"64d63f4c1bb0471101e2e272\",\r\n                    \"company\": [\r\n                        {\r\n                            \"name\": \"Shipperland\",\r\n                            \"type\": \"shipper\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"fullName\": \"Shipper Maicol\"\r\n            },\r\n            \"booking\": {\r\n                \"_id\": \"64dfea38358f6dabd46b263a\",\r\n                \"bookingId\": \"M10_ESTADOS_GAMBIA_2G-GSM-WIRELESS\",\r\n                \"referenceName\": \"Prueba Diego\"\r\n            },\r\n            \"category\": \"booking\",\r\n            \"company\": \"637e7a49318101bf83ee71ed\",\r\n            \"createdAt\": \"2023-08-18T22:08:07.555Z\",\r\n            \"creationUser\": {\r\n                \"_id\": \"64137ebd51c1ab803a753275\",\r\n                \"urlPhotoProfile\": \"\",\r\n                \"fullName\": \"User Dummy\"\r\n            },\r\n            \"dueDate\": \"2023-08-18T17:00:00.000Z\",\r\n            \"eventCalendar\": {\r\n                \"description\": \"\",\r\n                \"endDate\": \"2023-08-18T17:00:00.000Z\",\r\n                \"startDate\": \"2023-08-18T16:00:00.000Z\",\r\n                \"title\": \"diegof.e3@gmail.com\"\r\n            },\r\n            \"priority\": \"high\",\r\n            \"status\": \"delayed\",\r\n            \"tags\": [],\r\n            \"tenant\": \"64138cd451c1ab803a76568e\"\r\n        },\r\n        {\r\n            \"_id\": \"64dfebc743abff597ec7927e\",\r\n            \"assignedTo\": {\r\n                \"firstName\": \"Cristian Julian\",\r\n                \"lastName\": \"Buitrago\",\r\n                \"urlPhotoProfile\": \"\",\r\n                \"authorization\": {\r\n                    \"user\": \"64931b0d377ac6b970a31f21\",\r\n                    \"company\": [\r\n                        {\r\n                            \"name\": \"Cargologik\",\r\n                            \"type\": \"lsp\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"fullName\": \"Cristian Julian Buitrago\"\r\n            },\r\n            \"booking\": {\r\n                \"_id\": \"64dfea38358f6dabd46b263a\",\r\n                \"bookingId\": \"M10_ESTADOS_GAMBIA_2G-GSM-WIRELESS\",\r\n                \"referenceName\": \"Prueba Diego\"\r\n            },\r\n            \"category\": \"booking\",\r\n            \"company\": \"637e7a49318101bf83ee71ed\",\r\n            \"createdAt\": \"2023-08-18T22:08:07.479Z\",\r\n            \"creationUser\": {\r\n                \"_id\": \"64137ebd51c1ab803a753275\",\r\n                \"urlPhotoProfile\": \"\",\r\n                \"fullName\": \"User Dummy\"\r\n            },\r\n            \"dueDate\": \"2023-08-18T17:00:00.000Z\",\r\n            \"eventCalendar\": {\r\n                \"description\": \"\",\r\n                \"endDate\": \"2023-08-18T17:00:00.000Z\",\r\n                \"startDate\": \"2023-08-18T16:00:00.000Z\",\r\n                \"title\": \"diegof.e3@gmail.com\"\r\n            },\r\n            \"priority\": \"high\",\r\n            \"status\": \"delayed\",\r\n            \"tags\": [],\r\n            \"tenant\": \"64138cd451c1ab803a76568e\"\r\n        },\r\n        {\r\n            \"_id\": \"64dfebc743abff597ec79247\",\r\n            \"assignedTo\": {\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\",\r\n                \"urlPhotoProfile\": \"\",\r\n                \"authorization\": {\r\n                    \"company\": [\r\n                        {\r\n                            \"name\": \"Cargologik\",\r\n                            \"type\": \"lsp\"\r\n                        }\r\n                    ],\r\n                    \"user\": \"64137ebd51c1ab803a753275\"\r\n                },\r\n                \"fullName\": \"User Dummy\"\r\n            },\r\n            \"booking\": {\r\n                \"_id\": \"64dfea38358f6dabd46b263a\",\r\n                \"bookingId\": \"M10_ESTADOS_GAMBIA_2G-GSM-WIRELESS\",\r\n                \"referenceName\": \"Prueba Diego\"\r\n            },\r\n            \"category\": \"booking\",\r\n            \"company\": \"637e7a49318101bf83ee71ed\",\r\n            \"createdAt\": \"2023-08-18T22:08:07.389Z\",\r\n            \"creationUser\": {\r\n                \"_id\": \"64137ebd51c1ab803a753275\",\r\n                \"urlPhotoProfile\": \"\",\r\n                \"fullName\": \"User Dummy\"\r\n            },\r\n            \"dueDate\": \"2023-08-18T17:00:00.000Z\",\r\n            \"eventCalendar\": {\r\n                \"description\": \"\",\r\n                \"endDate\": \"2023-08-18T17:00:00.000Z\",\r\n                \"startDate\": \"2023-08-18T16:00:00.000Z\",\r\n                \"title\": \"diegof.e3@gmail.com\"\r\n            },\r\n            \"priority\": \"high\",\r\n            \"status\": \"delayed\",\r\n            \"tags\": [],\r\n            \"tenant\": \"64138cd451c1ab803a76568e\"\r\n        },\r\n        {\r\n            \"_id\": \"64dea7f282ec98cb0da230ed\",\r\n            \"assignedTo\": {\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\",\r\n                \"urlPhotoProfile\": \"\",\r\n                \"authorization\": {\r\n                    \"company\": [\r\n                        {\r\n                            \"name\": \"Cargologik\",\r\n                            \"type\": \"lsp\"\r\n                        }\r\n                    ],\r\n                    \"user\": \"64137ebd51c1ab803a753275\"\r\n                },\r\n                \"fullName\": \"User Dummy\"\r\n            },\r\n            \"category\": \"quote\",\r\n            \"company\": \"637e7a49318101bf83ee71ed\",\r\n            \"createdAt\": \"2023-08-17T23:06:26.649Z\",\r\n            \"creationUser\": {\r\n                \"_id\": \"64137ebd51c1ab803a753275\",\r\n                \"urlPhotoProfile\": \"\",\r\n                \"fullName\": \"User Dummy\"\r\n            },\r\n            \"dueDate\": \"2023-08-17T17:00:00.000Z\",\r\n            \"eventCalendar\": {\r\n                \"description\": \"Y\",\r\n                \"endDate\": \"2023-08-17T17:00:00.000Z\",\r\n                \"startDate\": \"2023-08-17T16:00:00.000Z\",\r\n                \"title\": \"Y\"\r\n            },\r\n            \"priority\": \"high\",\r\n            \"quote\": {\r\n                \"_id\": \"64de9e0082ec98cb0d9e7587\",\r\n                \"quoteId\": \"M21_JL-_ESKI-EHIR_2G-GSM-WIRELESS\",\r\n                \"referenceName\": \"E\"\r\n            },\r\n            \"status\": \"delayed\",\r\n            \"tags\": [\r\n                \"C\"\r\n            ],\r\n            \"tenant\": \"64138cd451c1ab803a76568e\"\r\n        },\r\n        {\r\n            \"_id\": \"64de7c2882ec98cb0d94aaad\",\r\n            \"assignedTo\": {\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\",\r\n                \"urlPhotoProfile\": \"\",\r\n                \"authorization\": {\r\n                    \"company\": [\r\n                        {\r\n                            \"name\": \"Cargologik\",\r\n                            \"type\": \"lsp\"\r\n                        }\r\n                    ],\r\n                    \"user\": \"64137ebd51c1ab803a753275\"\r\n                },\r\n                \"fullName\": \"User Dummy\"\r\n            },\r\n            \"category\": \"shipment\",\r\n            \"company\": \"637e7a49318101bf83ee71ed\",\r\n            \"createdAt\": \"2023-08-17T19:59:36.554Z\",\r\n            \"creationUser\": {\r\n                \"_id\": \"64137ebd51c1ab803a753275\",\r\n                \"urlPhotoProfile\": \"\",\r\n                \"fullName\": \"User Dummy\"\r\n            },\r\n            \"dueDate\": \"2023-08-17T17:00:00.000Z\",\r\n            \"eventCalendar\": {\r\n                \"description\": \"C\",\r\n                \"endDate\": \"2023-08-17T17:00:00.000Z\",\r\n                \"startDate\": \"2023-08-17T16:00:00.000Z\",\r\n                \"title\": \"X\"\r\n            },\r\n            \"priority\": \"high\",\r\n            \"shipment\": {\r\n                \"_id\": \"64dc6e8482ec98cb0d0dbeba\",\r\n                \"shipmentId\": \"M95_GAYA_CHINA_CATS\",\r\n                \"referenceName\": \"Testing SeaBoard 3\"\r\n            },\r\n            \"status\": \"delayed\",\r\n            \"tags\": [\r\n                \"X\"\r\n            ],\r\n            \"tenant\": \"64138cd451c1ab803a76568e\"\r\n        }\r\n    ],\r\n    \"status\": \"success\",\r\n    \"pagingCounter\": 8,\r\n    \"totalPages\": 1,\r\n    \"hasPrevPage\": true,\r\n    \"hasNextPage\": false,\r\n    \"prevPage\": 0,\r\n    \"nextPage\": null,\r\n    \"totalItems\": 8,\r\n    \"page\": 1,\r\n    \"limit\": 8\r\n}"}],"_postman_id":"d0d3c7b7-cb10-4a89-9f53-59e9b849ad93"}],"id":"e8caa7fa-8aa7-445c-ae84-1e74df6e8808","_postman_id":"e8caa7fa-8aa7-445c-ae84-1e74df6e8808","description":""},{"name":"Shipments","item":[{"name":"List Shipments","id":"5e4547f9-818f-4bad-9808-0e2a77a51d46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"fields\": [\r\n    \"isFavorite\",\r\n    \"_id\",\r\n    \"tags\",\r\n    \"customTags\",\r\n    \"tenantId\",\r\n    \"bookingId\",\r\n    \"referenceName\",\r\n    \"quoteId\",\r\n    \"manualInput\",\r\n    \"fullName\",\r\n    \"shipper\",\r\n    \"lsp\",\r\n    \"consignee\",\r\n    \"carrier.name\",\r\n    \"origin.address\",\r\n    \"origin.countryCode\",\r\n    \"destination.address\",\r\n    \"destination.countryCode\",\r\n    \"portDestination.address\",\r\n    \"portDestination.countryCode\",\r\n    \"portOrigin.address\",\r\n    \"portOrigin.countryCode\",\r\n    \"arrivalDate\",\r\n    \"etd\",\r\n    \"eta\",\r\n    \"ata\",\r\n    \"atd\",\r\n    \"timeOfTransit\",\r\n    \"currentStatus\",\r\n    \"currentMilestone\",\r\n    \"attachments\",\r\n    \"vesselNumber\",\r\n    \"cutoff\",\r\n    \"confirmationNumber\",\r\n    \"mbl\",\r\n    \"flightNumber\",\r\n    \"accessorials\",\r\n    \"originDetails.countryCode\",\r\n    \"destinationDetails.countryCode\",\r\n    \"owner.name\",\r\n    \"owner.type\",\r\n    \"owner._id\",\r\n    \"shipmentId\",\r\n    \"alterTags\",\r\n    \"updatedAt\",\r\n    \"createdAt\",\r\n    \"commodity\",\r\n    \"incoterms\",\r\n    \"incoterm\",\r\n    \"internalReference\",\r\n    \"paymentTerms\",\r\n    \"automaticEvents\",\r\n    \"company.name\",\r\n    \"company.type\",\r\n    \"cutoffDays\",\r\n    \"freightType\",\r\n    \"shipmentType\",\r\n    \"actualDeparture\",\r\n    \"notes\",\r\n    \"creationUser.urlPhotoProfile\",\r\n    \"creationUser.fullName\",\r\n    \"shipperName\",\r\n    \"lspName\",\r\n    \"etaHistory\",\r\n    \"events\",\r\n    \"firstETDValue\",\r\n    \"lastETDValue\",\r\n    \"firstETAValue\",\r\n    \"lastETAValue\",\r\n    \"firstPTAValue\",\r\n    \"lastPTAValue\",\r\n    \"firstPTDValue\",\r\n    \"lastPTDValue\",\r\n    \"firstATDValue\",\r\n    \"lastATDValue\",\r\n    \"firstATAValue\",\r\n    \"lastATAValue\",\r\n    \"cancellationDate\",\r\n    \"archivedDate\",\r\n    \"ownerName\",\r\n    \"totalWeight\",\r\n    \"totalVolume\",\r\n    \"containersNumber\",\r\n    \"voyageNumber\",\r\n    \"packageType\",\r\n    \"packagesInfo\",\r\n    \"routed\",\r\n    \"planVisibility\"\r\n  ],\r\n  \"enabledEvents\": false,\r\n  \"lastPage\": 1,\r\n  \"limit\": 10,\r\n  \"page\": 1,\r\n  \"search\": \"\",\r\n  \"sort\": {},\r\n  \"filter\": {\r\n   \r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments","description":"<p>This endpoint serves to retrieve information about the shipment.</p>\n<h4 id=\"parameters\">Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter</code></td>\n<td>Object</td>\n<td>Filters for the shipments.</td>\n</tr>\n<tr>\n<td><code>search</code></td>\n<td>String</td>\n<td>Search keyword.</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Number</td>\n<td>Current page number.</td>\n</tr>\n<tr>\n<td><code>lastPage</code></td>\n<td>Number</td>\n<td>Last page number.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td>Number</td>\n<td>Number of items per page.</td>\n</tr>\n<tr>\n<td><code>sort</code></td>\n<td>Object</td>\n<td>Sorting options.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>String</td>\n<td>Type of shipment.</td>\n</tr>\n<tr>\n<td><code>fields</code></td>\n<td>Array</td>\n<td>List of fields to retrieve.</td>\n</tr>\n<tr>\n<td><code>totalItems</code></td>\n<td>Number</td>\n<td>Total number of items.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": [\n    {\n      \"_id\": \"6527004d2a7f100f100dc998\",\n      \"shipmentId\": \"M17_CANT-N_SAN_A-LA-CARTE-FOOD\",\n      \"accessorials\": [],\n      \"attachments\": [],\n      \"automaticEvents\": true,\n      \"commodity\": \"A la carte foods vending machines\",\n      \"company\": {\n        \"_id\": \"64924297a1727236e13f5137\",\n        \"name\": \"Diego Shipper 2\",\n        \"type\": \"shipper\"\n      },\n      \"consignee\": null,\n      \"createdAt\": \"2023-10-11T20:06:37.721Z\",\n      // ... (other fields)\n    }\n  ],\n  \"status\": \"success\",\n  \"pagingCounter\": 8,\n  \"totalPages\": 1,\n  \"hasPrevPage\": true,\n  \"hasNextPage\": false,\n  \"prevPage\": 0,\n  \"nextPage\": null,\n  \"totalItems\": 1,\n  \"page\": 1,\n  \"limit\": 8\n}\n\n</code></pre>\n<h4 id=\"response-definition\">Response Definition</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>_id</code></td>\n<td>ObjectId</td>\n<td>Unique identifier of the shipment.</td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Array</td>\n<td>Tags associated with the shipment.</td>\n</tr>\n<tr>\n<td><code>customTags</code></td>\n<td>Array</td>\n<td>Custom tags for the shipment.</td>\n</tr>\n<tr>\n<td><code>tenant</code></td>\n<td>ObjectId (ref: 'tenant')</td>\n<td>Identifier of the associated tenant.</td>\n</tr>\n<tr>\n<td><code>booking</code></td>\n<td>ObjectId (ref: 'booking')</td>\n<td>Identifier of the associated booking.</td>\n</tr>\n<tr>\n<td><code>company</code></td>\n<td>ObjectId (ref: 'company')</td>\n<td>Identifier of the associated company.</td>\n</tr>\n<tr>\n<td><code>quote</code></td>\n<td>ObjectId (ref: 'quote')</td>\n<td>Identifier of the associated quote.</td>\n</tr>\n<tr>\n<td><code>referenceName</code></td>\n<td>String</td>\n<td>Reference name of the shipment.</td>\n</tr>\n<tr>\n<td><code>internalReference</code></td>\n<td>String</td>\n<td>Internal reference for the shipment.</td>\n</tr>\n<tr>\n<td><code>manualInput</code></td>\n<td>Boolean</td>\n<td>Indicates if the input is manual.</td>\n</tr>\n<tr>\n<td><code>fullName</code></td>\n<td>String</td>\n<td>Full name of the shipment.</td>\n</tr>\n<tr>\n<td><code>shipper</code></td>\n<td>ObjectId (ref: 'contact')</td>\n<td>Identifier of the shipper.</td>\n</tr>\n<tr>\n<td><code>consignee</code></td>\n<td>ObjectId (ref: 'contact')</td>\n<td>Identifier of the consignee.</td>\n</tr>\n<tr>\n<td><code>notify</code></td>\n<td>ObjectId (ref: 'contact')</td>\n<td>Identifier for notification.</td>\n</tr>\n<tr>\n<td><code>agent</code></td>\n<td>ObjectId (ref: 'contact')</td>\n<td>Identifier of the agent.</td>\n</tr>\n<tr>\n<td><code>carrier</code></td>\n<td>Object</td>\n<td>Carrier information.</td>\n</tr>\n<tr>\n<td><code>arrivalDate</code></td>\n<td>Date</td>\n<td>Arrival date.</td>\n</tr>\n<tr>\n<td><code>etd</code></td>\n<td>Date</td>\n<td>Estimated time of departure.</td>\n</tr>\n<tr>\n<td><code>eta</code></td>\n<td>Date</td>\n<td>Estimated time of arrival.</td>\n</tr>\n<tr>\n<td><code>timeOfTransit</code></td>\n<td>Number</td>\n<td>Transit time.</td>\n</tr>\n<tr>\n<td><code>currentStatus</code></td>\n<td>String (enum)</td>\n<td>Current status of the shipment.</td>\n</tr>\n<tr>\n<td><code>currentMilestone</code></td>\n<td>String</td>\n<td>Current milestones of the shipment.</td>\n</tr>\n<tr>\n<td><code>attachments</code></td>\n<td>Array</td>\n<td>Attachments associated with the shipment.</td>\n</tr>\n<tr>\n<td><code>vesselNumber</code></td>\n<td>String</td>\n<td>Vessel number.</td>\n</tr>\n<tr>\n<td><code>tpsId</code></td>\n<td>String</td>\n<td>TPS identifier.</td>\n</tr>\n<tr>\n<td><code>route</code></td>\n<td>Object</td>\n<td>Route information.</td>\n</tr>\n<tr>\n<td><code>CBPStatus</code></td>\n<td>String</td>\n<td>Customs and Border Protection (CBP) status.</td>\n</tr>\n<tr>\n<td><code>referenceNumber</code></td>\n<td>String</td>\n<td>Reference number.</td>\n</tr>\n<tr>\n<td><code>PGAStatus</code></td>\n<td>String</td>\n<td>Participating Government Agency (PGA) status.</td>\n</tr>\n<tr>\n<td><code>isFavorite</code></td>\n<td>Boolean</td>\n<td>Indicates if it is a favorite.</td>\n</tr>\n<tr>\n<td><code>cutoff</code></td>\n<td>Date</td>\n<td>Cutoff date.</td>\n</tr>\n<tr>\n<td><code>actualArrival</code></td>\n<td>Date</td>\n<td>Actual arrival date.</td>\n</tr>\n<tr>\n<td><code>confirmationNumber</code></td>\n<td>String</td>\n<td>Confirmation number.</td>\n</tr>\n<tr>\n<td><code>mbl</code></td>\n<td>String</td>\n<td>Master Bill of Lading (MBL).</td>\n</tr>\n<tr>\n<td><code>flightNumber</code></td>\n<td>String</td>\n<td>Flight number.</td>\n</tr>\n<tr>\n<td><code>accessorials</code></td>\n<td>Array</td>\n<td>Associated accessorials.</td>\n</tr>\n<tr>\n<td><code>originDetails</code></td>\n<td>Object</td>\n<td>Origin details.</td>\n</tr>\n<tr>\n<td><code>destinationDetails</code></td>\n<td>Object</td>\n<td>Destination details.</td>\n</tr>\n<tr>\n<td><code>shipmentId</code></td>\n<td>String</td>\n<td>Shipment ID.</td>\n</tr>\n<tr>\n<td><code>origin</code></td>\n<td>Object</td>\n<td>Origin information.</td>\n</tr>\n<tr>\n<td><code>destination</code></td>\n<td>Object</td>\n<td>Destination information.</td>\n</tr>\n<tr>\n<td><code>portOrigin</code></td>\n<td>Mixed</td>\n<td>Origin port.</td>\n</tr>\n<tr>\n<td><code>portDestination</code></td>\n<td>Mixed</td>\n<td>Destination port.</td>\n</tr>\n<tr>\n<td><code>alterTags</code></td>\n<td>Object</td>\n<td>Alternative tags.</td>\n</tr>\n<tr>\n<td><code>commodity</code></td>\n<td>String</td>\n<td>Commodity of the shipment.</td>\n</tr>\n<tr>\n<td><code>incoterm</code></td>\n<td>String</td>\n<td>Incoterms of the shipment.</td>\n</tr>\n<tr>\n<td><code>paymentTerms</code></td>\n<td>String</td>\n<td>Payment terms.</td>\n</tr>\n<tr>\n<td><code>automaticEvents</code></td>\n<td>Boolean</td>\n<td>Indicates if automatic events are enabled.</td>\n</tr>\n<tr>\n<td><code>voyageNumber</code></td>\n<td>String</td>\n<td>Voyage number.</td>\n</tr>\n<tr>\n<td><code>actualDeparture</code></td>\n<td>Date</td>\n<td>Actual departure date.</td>\n</tr>\n<tr>\n<td><code>numberOfContainers</code></td>\n<td>Number</td>\n<td>Number of containers.</td>\n</tr>\n<tr>\n<td><code>pickupDate</code></td>\n<td>Date</td>\n<td>Pickup date.</td>\n</tr>\n<tr>\n<td><code>cutoffDays</code></td>\n<td>Number</td>\n<td>Cutoff days.</td>\n</tr>\n<tr>\n<td><code>packagesInfo</code></td>\n<td>Array</td>\n<td>Package information.</td>\n</tr>\n<tr>\n<td><code>integrations</code></td>\n<td>Array</td>\n<td>Associated integrations.</td>\n</tr>\n<tr>\n<td><code>etaHistory</code></td>\n<td>Array</td>\n<td>Estimated Time of Arrival (ETA) history.</td>\n</tr>\n<tr>\n<td><code>participants</code></td>\n<td>Array (ref: 'participant')</td>\n<td>Participants of the shipment.</td>\n</tr>\n<tr>\n<td><code>owner</code></td>\n<td>ObjectId (ref: 'company')</td>\n<td>Owner of the shipment.</td>\n</tr>\n<tr>\n<td><code>latestEvent</code></td>\n<td>Object</td>\n<td>Latest event.</td>\n</tr>\n<tr>\n<td><code>freightType</code></td>\n<td>String (enum)</td>\n<td>Freight type (ship, plane, truck).</td>\n</tr>\n<tr>\n<td><code>shipmentType</code></td>\n<td>String</td>\n<td>Shipment type.</td>\n</tr>\n<tr>\n<td><code>notes</code></td>\n<td>String</td>\n<td>Notes associated with the shipment.</td>\n</tr>\n<tr>\n<td><code>pickupAddress</code></td>\n<td>String</td>\n<td>Pickup address.</td>\n</tr>\n<tr>\n<td><code>deliveryAddress</code></td>\n<td>String</td>\n<td>Delivery address.</td>\n</tr>\n<tr>\n<td><code>departureDate</code></td>\n<td>Date</td>\n<td>Departure date.</td>\n</tr>\n<tr>\n<td><code>totalWeight</code></td>\n<td>Number</td>\n<td>Total weight.</td>\n</tr>\n<tr>\n<td><code>archivedDate</code></td>\n<td>Date</td>\n<td>Archive date.</td>\n</tr>\n<tr>\n<td><code>cancellationDate</code></td>\n<td>Date</td>\n<td>Cancellation date.</td>\n</tr>\n<tr>\n<td><code>totalVolume</code></td>\n<td>Number</td>\n<td>Total volume.</td>\n</tr>\n<tr>\n<td><code>totalChargeableWeight</code></td>\n<td>Number</td>\n<td>Total chargeable weight.</td>\n</tr>\n<tr>\n<td><code>totalVolumetricWeight</code></td>\n<td>Number</td>\n<td>Total volumetric weight.</td>\n</tr>\n<tr>\n<td><code>mawb</code></td>\n<td>String</td>\n<td>Master Airway Bill (MAWB).</td>\n</tr>\n<tr>\n<td><code>hawb</code></td>\n<td>String</td>\n<td>House Airway Bill (HAWB).</td>\n</tr>\n<tr>\n<td><code>trade</code></td>\n<td>String</td>\n<td>Trade type.</td>\n</tr>\n<tr>\n<td><code>hbl</code></td>\n<td>String</td>\n<td>House Bill of Lading (HBL).</td>\n</tr>\n<tr>\n<td><code>creationUser</code></td>\n<td>ObjectId (ref: 'user')</td>\n<td>Creating user.</td>\n</tr>\n<tr>\n<td><code>updateUser</code></td>\n<td>ObjectId (ref: 'user')</td>\n<td>Updating user.</td>\n</tr>\n<tr>\n<td><code>cancelUser</code></td>\n<td>ObjectId (ref: 'user')</td>\n<td>Cancellation user.</td>\n</tr>\n<tr>\n<td><code>archiveUser</code></td>\n<td>ObjectId (ref: 'user')</td>\n<td>Archiving user.</td>\n</tr>\n<tr>\n<td><code>deletedUser</code></td>\n<td>ObjectId (ref: 'user')</td>\n<td>User who deleted.</td>\n</tr>\n<tr>\n<td><code>planVisibility</code></td>\n<td>ObjectId (ref: 'planVisibility')</td>\n<td>Plan visibility.</td>\n</tr>\n<tr>\n<td><code>deletedDate</code></td>\n<td>Date</td>\n<td>Deletion date.</td>\n</tr>\n<tr>\n<td><code>updatedAt</code></td>\n<td>Date</td>\n<td>Update date.</td>\n</tr>\n<tr>\n<td><code>createdAt</code></td>\n<td>Date (default: current date)</td>\n<td>Creation date.</td>\n</tr>\n<tr>\n<td><code>isCreated</code></td>\n<td>Boolean (default: false)</td>\n<td>Indicates if it is created.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","shipments"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"b91bf791-39a7-47c6-9c93-bab48ce3212f","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"fields\": [\r\n    \"isFavorite\",\r\n    \"_id\",\r\n    \"tags\",\r\n    \"customTags\",\r\n    \"tenantId\",\r\n    \"bookingId\",\r\n    \"referenceName\",\r\n    \"quoteId\",\r\n    \"manualInput\",\r\n    \"fullName\",\r\n    \"shipper\",\r\n    \"lsp\",\r\n    \"consignee\",\r\n    \"carrier.name\",\r\n    \"origin.address\",\r\n    \"origin.countryCode\",\r\n    \"destination.address\",\r\n    \"destination.countryCode\",\r\n    \"portDestination.address\",\r\n    \"portDestination.countryCode\",\r\n    \"portOrigin.address\",\r\n    \"portOrigin.countryCode\",\r\n    \"arrivalDate\",\r\n    \"etd\",\r\n    \"eta\",\r\n    \"ata\",\r\n    \"atd\",\r\n    \"timeOfTransit\",\r\n    \"currentStatus\",\r\n    \"currentMilestone\",\r\n    \"attachments\",\r\n    \"vesselNumber\",\r\n    \"cutoff\",\r\n    \"confirmationNumber\",\r\n    \"mbl\",\r\n    \"flightNumber\",\r\n    \"accessorials\",\r\n    \"originDetails.countryCode\",\r\n    \"destinationDetails.countryCode\",\r\n    \"owner.name\",\r\n    \"owner.type\",\r\n    \"owner._id\",\r\n    \"shipmentId\",\r\n    \"alterTags\",\r\n    \"updatedAt\",\r\n    \"createdAt\",\r\n    \"commodity\",\r\n    \"incoterms\",\r\n    \"incoterm\",\r\n    \"internalReference\",\r\n    \"paymentTerms\",\r\n    \"automaticEvents\",\r\n    \"company.name\",\r\n    \"company.type\",\r\n    \"cutoffDays\",\r\n    \"freightType\",\r\n    \"shipmentType\",\r\n    \"actualDeparture\",\r\n    \"notes\",\r\n    \"creationUser.urlPhotoProfile\",\r\n    \"creationUser.fullName\",\r\n    \"shipperName\",\r\n    \"lspName\",\r\n    \"etaHistory\",\r\n    \"events\",\r\n    \"firstETDValue\",\r\n    \"lastETDValue\",\r\n    \"firstETAValue\",\r\n    \"lastETAValue\",\r\n    \"firstPTAValue\",\r\n    \"lastPTAValue\",\r\n    \"firstPTDValue\",\r\n    \"lastPTDValue\",\r\n    \"firstATDValue\",\r\n    \"lastATDValue\",\r\n    \"firstATAValue\",\r\n    \"lastATAValue\",\r\n    \"cancellationDate\",\r\n    \"archivedDate\",\r\n    \"ownerName\",\r\n    \"totalWeight\",\r\n    \"totalVolume\",\r\n    \"containersNumber\",\r\n    \"voyageNumber\",\r\n    \"packageType\",\r\n    \"packagesInfo\",\r\n    \"routed\",\r\n    \"planVisibility\"\r\n  ],\r\n  \"enabledEvents\": false,\r\n  \"lastPage\": 1,\r\n  \"limit\": 10,\r\n  \"page\": 1,\r\n  \"search\": \"\",\r\n  \"sort\": {},\r\n  \"filter\": {\r\n   \r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"96ec-w+BeGNWSLTm+fSx64zIuQpnB4PQ\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 04 Apr 2024 21:33:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"655cb5f3210d37d1cf0520b4\",\n            \"shipmentId\": \"M186_CANAD-_CHINA_FAK\",\n            \"accessorials\": [],\n            \"vesselNumber\": \"vesselNumber data\",\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"commodity\": \"FAK\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": \"6499c290294fe24f0f182d73\",\n            \"containersNumber\": [],\n            \"createdAt\": \"2023-11-21T13:51:47.725Z\",\n            \"creationUser\": {\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"currentStatus\": \"attention\",\n            \"customTags\": [],\n            \"destination\": {\n                \"address\": \"China\",\n                \"countryCode\": \"CN\"\n            },\n            \"eta\": \"2023-12-30T13:51:47.725Z\",\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"weqweqewq\",\n            \"incoterm\": \"CIP\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\"\n            ],\n            \"internalReference\": \"          \",\n            \"isFavorite\": true,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"124\",\n            \"notes\": \"\",\n            \"origin\": {\n                \"address\": \"Canadá\",\n                \"countryCode\": \"CA\"\n            },\n            \"owner\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [\n                {\n                    \"packageType\": \"Dry 40'\",\n                    \"amount\": 44,\n                    \"weight\": \"\",\n                    \"weightMetric\": \"kg\",\n                    \"hazardousMaterials\": \"0\",\n                    \"volume\": \"5\",\n                    \"volumeMetric\": \"m³\"\n                }\n            ],\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649618800b7497f3261b426f\",\n                        \"firstName\": \"Pedro Pablo\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649ee411cd2ae3022068836f\",\n                        \"firstName\": \"Carlos Andres\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64dba7138cb9ce143a1d3ccc\",\n                        \"firstName\": \"Pedro\",\n                        \"lastName\": \"Luis\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64961c54416606c8874e1e60\",\n                        \"firstName\": \"Shipper\",\n                        \"lastName\": \"Pedro\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"col-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64ba97808e1b1dec4387cabe\",\n                        \"firstName\": \"Pedro\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                }\n            ],\n            \"planVisibility\": {\n                \"_id\": \"64d6973782ec98cb0dec7db8\",\n                \"name\": \"Terminal 49\",\n                \"companies\": [\n                    \"64921d2ea1727236e13bcf78\",\n                    \"64923794a1727236e13e4a56\"\n                ],\n                \"providers\": [\n                    \"Provider1\",\n                    \"Provider2\",\n                    \"Provider3\"\n                ],\n                \"isPublic\": false,\n                \"ranking\": 0,\n                \"features\": [\n                    {\n                        \"name\": \"plan_visibility_ocean\",\n                        \"type\": \"sea\",\n                        \"value\": 8,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"_id\": \"6453f2df70c72bac5134e9db\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_air\",\n                        \"type\": \"air\",\n                        \"value\": 5,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"_id\": \"6453f2df70c72bac5134e9dc\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_inland\",\n                        \"type\": \"land\",\n                        \"value\": -1,\n                        \"valueLabel\": \"plan_visibility_cooming_soon\",\n                        \"_id\": \"6453f2df70c72bac5134e9dd\"\n                    }\n                ]\n            },\n            \"referenceName\": \"TEST T1\",\n            \"shipmentType\": \"FCL\",\n            \"shipper\": \"6499c290294fe24f0f182d71\",\n            \"tags\": [\n                \"active\",\n                \"quick\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"incorrectMbl\",\n                \"automatic\"\n            ],\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"totalVolume\": 5,\n            \"totalWeight\": 0,\n            \"voyageNumber\": \"DATA VOYAGE\",\n            \"updatedAt\": \"2024-02-27T16:09:38.471Z\",\n            \"carrier\": {\n                \"name\": \"APL\"\n            },\n            \"cutoff\": null,\n            \"paymentTerms\": \"\",\n            \"criticalContainers\": [],\n            \"isAlert\": false,\n            \"firstETDValue\": null,\n            \"lastETDValue\": null,\n            \"firstETAValue\": \"2023-12-30T13:51:47.725Z\",\n            \"lastETAValue\": null,\n            \"firstATAValue\": null,\n            \"lastATAValue\": null,\n            \"firstATDValue\": null,\n            \"lastATDValue\": null,\n            \"firstPTAValue\": null,\n            \"lastPTAValue\": null,\n            \"firstPTDValue\": null,\n            \"lastPTDValue\": null,\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Customer1\",\n            \"fullMbl\": \"124\",\n            \"fullHBL\": \"weqweqewq\",\n            \"isFavoriteStr\": \"true\",\n            \"idNumber\": {\n                \"if\": true,\n                \"then\": 186,\n                \"else\": null\n            }\n        },\n        {\n            \"_id\": \"660c2eaf5ab6928b7f366941\",\n            \"shipmentId\": \"M268_CANADA_CHINA_FAK\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"accessorials\": [],\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"commodity\": \"FAK\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": null,\n            \"containersNumber\": [],\n            \"createdAt\": \"2024-04-02T16:13:35.177Z\",\n            \"creationUser\": {\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"currentStatus\": \"attention\",\n            \"customTags\": [],\n            \"destination\": {\n                \"address\": \"China\",\n                \"countryCode\": \"CN\"\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"CIF\",\n            \"integrations\": [],\n            \"internalReference\": \" \",\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"\",\n            \"notes\": \"\",\n            \"origin\": {\n                \"address\": \"Canada\",\n                \"countryCode\": \"CA\"\n            },\n            \"owner\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [\n                {\n                    \"packageType\": \"\",\n                    \"amount\": \"\",\n                    \"weight\": \"\",\n                    \"weightMetric\": \"kg\",\n                    \"hazardousMaterials\": \"0\",\n                    \"volume\": \"\",\n                    \"volumeMetric\": \"m³\"\n                }\n            ],\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649618800b7497f3261b426f\",\n                        \"firstName\": \"Pedro Pablo\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649ee411cd2ae3022068836f\",\n                        \"firstName\": \"Carlos Andres\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64961c54416606c8874e1e60\",\n                        \"firstName\": \"Shipper\",\n                        \"lastName\": \"Pedro\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"main-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64ba97808e1b1dec4387cabe\",\n                        \"firstName\": \"Pedro\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"65469465c406353b872c843d\",\n                        \"firstName\": \"new pedro\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"654695a5e042a748f8348203\",\n                        \"firstName\": \"new carlos\",\n                        \"lastName\": \"ttt\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                }\n            ],\n            \"planVisibility\": {\n                \"_id\": \"64b8707401f0bff3ba5be6b1\",\n                \"name\": \"None\",\n                \"providers\": [],\n                \"isPublic\": true,\n                \"ranking\": 0,\n                \"features\": [\n                    {\n                        \"name\": \"plan_visibility_ocean\",\n                        \"type\": \"sea\",\n                        \"value\": 0,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"_id\": \"6453f2df70c72bac5134e9db\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_air\",\n                        \"type\": \"air\",\n                        \"value\": 0,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"_id\": \"6453f2df70c72bac5134e9dc\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_inland\",\n                        \"type\": \"land\",\n                        \"value\": 0,\n                        \"valueLabel\": \"plan_visibility_cooming_soon\",\n                        \"_id\": \"6453f2df70c72bac5134e9dd\"\n                    }\n                ]\n            },\n            \"referenceName\": \"TEST Shipment2\",\n            \"shipmentType\": \"FCL\",\n            \"shipper\": null,\n            \"tags\": [\n                \"upcoming\",\n                \"quick\",\n                \"incorrectMbl\",\n                \"automatic\"\n            ],\n            \"totalVolume\": 0,\n            \"totalWeight\": 0,\n            \"vesselNumber\": \"\",\n            \"voyageNumber\": \"\",\n            \"updatedAt\": \"2024-04-02T16:13:35.521Z\",\n            \"criticalContainers\": [],\n            \"isAlert\": false,\n            \"firstETDValue\": null,\n            \"lastETDValue\": null,\n            \"firstETAValue\": null,\n            \"lastETAValue\": null,\n            \"firstATAValue\": null,\n            \"lastATAValue\": null,\n            \"firstATDValue\": null,\n            \"lastATDValue\": null,\n            \"firstPTAValue\": null,\n            \"lastPTAValue\": null,\n            \"firstPTDValue\": null,\n            \"lastPTDValue\": null,\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Customer1\",\n            \"fullMbl\": \"\",\n            \"fullHBL\": \"\",\n            \"isFavoriteStr\": \"false\",\n            \"idNumber\": {\n                \"if\": true,\n                \"then\": 268,\n                \"else\": null\n            }\n        },\n        {\n            \"_id\": \"660c1d0b5ab6928b7f306f19\",\n            \"shipmentId\": \"M267_CANADA_COSTA_FAK\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"accessorials\": [],\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"carrier\": {\n                \"name\": \"Maersk\"\n            },\n            \"commodity\": \"FAK\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": null,\n            \"containersNumber\": [],\n            \"createdAt\": \"2024-04-02T14:58:19.501Z\",\n            \"creationUser\": {\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"currentStatus\": \"attention\",\n            \"customTags\": [],\n            \"destination\": {\n                \"address\": \"Costa Rica\",\n                \"countryCode\": \"CR\"\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"FCA\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\",\n                \"Integration3\"\n            ],\n            \"internalReference\": \"TEST REF \",\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"\",\n            \"notes\": \"\",\n            \"origin\": {\n                \"address\": \"Canada\",\n                \"countryCode\": \"CA\"\n            },\n            \"owner\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [\n                {\n                    \"packageType\": \"Dry 20'\",\n                    \"amount\": 2,\n                    \"weight\": \"2\",\n                    \"weightMetric\": \"kg\",\n                    \"hazardousMaterials\": \"0\",\n                    \"volume\": \"2\",\n                    \"volumeMetric\": \"m³\"\n                }\n            ],\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649618800b7497f3261b426f\",\n                        \"firstName\": \"Pedro Pablo\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649ee411cd2ae3022068836f\",\n                        \"firstName\": \"Carlos Andres\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64961c54416606c8874e1e60\",\n                        \"firstName\": \"Shipper\",\n                        \"lastName\": \"Pedro\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"main-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64ba97808e1b1dec4387cabe\",\n                        \"firstName\": \"Pedro\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"65469465c406353b872c843d\",\n                        \"firstName\": \"new pedro\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"654695a5e042a748f8348203\",\n                        \"firstName\": \"new carlos\",\n                        \"lastName\": \"ttt\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                }\n            ],\n            \"planVisibility\": {\n                \"_id\": \"6571d62cdd2c09ed1aa63dd4\",\n                \"name\": \"Premium\",\n                \"ranking\": 5,\n                \"isPublic\": true,\n                \"providers\": [\n                    \"Provider1\",\n                    \"Provider2\",\n                    \"Provider3\"\n                ],\n                \"features\": [\n                    {\n                        \"name\": \"plan_visibility_ocean\",\n                        \"type\": \"sea\",\n                        \"value\": 8,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"stripeProductId\": \"prod_NpuMlMOuUCRpGz\",\n                        \"_id\": \"64546c1d46bd8f753a4781ff\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_air\",\n                        \"type\": \"air\",\n                        \"value\": 5,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"stripeProductId\": \"prod_NpuMBr0p4MokNn\",\n                        \"_id\": \"64546c1d46bd8f753a478200\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_inland\",\n                        \"type\": \"land\",\n                        \"value\": -1,\n                        \"valueLabel\": \"plan_visibility_cooming_soon\",\n                        \"_id\": \"64546c1d46bd8f753a478201\"\n                    }\n                ],\n                \"__v\": 0\n            },\n            \"referenceName\": \"TEST Shipment\",\n            \"shipmentType\": \"FCL\",\n            \"shipper\": \"660c1d0bf873484ed5610bba\",\n            \"tags\": [\n                \"upcoming\",\n                \"quick\",\n                \"incorrectMbl\",\n                \"automatic\"\n            ],\n            \"totalVolume\": 2,\n            \"totalWeight\": 2,\n            \"vesselNumber\": \"\",\n            \"voyageNumber\": \"\",\n            \"updatedAt\": \"2024-04-02T14:58:19.869Z\",\n            \"criticalContainers\": [],\n            \"isAlert\": false,\n            \"firstETDValue\": null,\n            \"lastETDValue\": null,\n            \"firstETAValue\": null,\n            \"lastETAValue\": null,\n            \"firstATAValue\": null,\n            \"lastATAValue\": null,\n            \"firstATDValue\": null,\n            \"lastATDValue\": null,\n            \"firstPTAValue\": null,\n            \"lastPTAValue\": null,\n            \"firstPTDValue\": null,\n            \"lastPTDValue\": null,\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Customer1\",\n            \"fullMbl\": \"\",\n            \"fullHBL\": \"\",\n            \"isFavoriteStr\": \"false\",\n            \"idNumber\": {\n                \"if\": true,\n                \"then\": 267,\n                \"else\": null\n            }\n        },\n        {\n            \"_id\": \"65fb51f29cf747267889c285\",\n            \"shipmentId\": \"M266_COSTA_CANADA_FAK\",\n            \"accessorials\": [],\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"carrier\": {\n                \"name\": \"CMA CGM\"\n            },\n            \"commodity\": \"FAK\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": null,\n            \"containersNumber\": [],\n            \"createdAt\": \"2024-03-20T21:15:30.813Z\",\n            \"creationUser\": {\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"currentStatus\": \"upcoming\",\n            \"customTags\": [],\n            \"cutoff\": null,\n            \"destination\": {\n                \"address\": \"Canada\",\n                \"countryCode\": \"CA\"\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"CIP\",\n            \"integrations\": [],\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"\",\n            \"origin\": {\n                \"address\": \"Costa Rica\",\n                \"countryCode\": \"CR\"\n            },\n            \"owner\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [\n                {\n                    \"packageType\": \"Dry 20'\",\n                    \"amount\": 2,\n                    \"weight\": \"2\",\n                    \"weightMetric\": \"kg\",\n                    \"hazardousMaterials\": \"0\",\n                    \"volume\": \"2\",\n                    \"volumeMetric\": \"m³\"\n                }\n            ],\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649618800b7497f3261b426f\",\n                        \"firstName\": \"Pedro Pablo\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649ee411cd2ae3022068836f\",\n                        \"firstName\": \"Carlos Andres\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64961c54416606c8874e1e60\",\n                        \"firstName\": \"Shipper\",\n                        \"lastName\": \"Pedro\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"main-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64ba97808e1b1dec4387cabe\",\n                        \"firstName\": \"Pedro\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"65469465c406353b872c843d\",\n                        \"firstName\": \"new pedro\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"654695a5e042a748f8348203\",\n                        \"firstName\": \"new carlos\",\n                        \"lastName\": \"ttt\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                }\n            ],\n            \"paymentTerms\": \"prepaid\",\n            \"referenceName\": \"TEST T3\",\n            \"shipmentType\": \"FCL\",\n            \"shipper\": null,\n            \"tags\": [\n                \"automatic\"\n            ],\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"totalVolume\": 2,\n            \"totalWeight\": 2,\n            \"voyageNumber\": \"\",\n            \"updatedAt\": \"2024-03-20T21:15:31.335Z\",\n            \"criticalContainers\": [],\n            \"isAlert\": false,\n            \"firstETDValue\": null,\n            \"lastETDValue\": null,\n            \"firstETAValue\": null,\n            \"lastETAValue\": null,\n            \"firstATAValue\": null,\n            \"lastATAValue\": null,\n            \"firstATDValue\": null,\n            \"lastATDValue\": null,\n            \"firstPTAValue\": null,\n            \"lastPTAValue\": null,\n            \"firstPTDValue\": null,\n            \"lastPTDValue\": null,\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Customer1\",\n            \"fullMbl\": \"\",\n            \"fullHBL\": \"\",\n            \"isFavoriteStr\": \"false\",\n            \"idNumber\": {\n                \"if\": true,\n                \"then\": 266,\n                \"else\": null\n            },\n            \"internalReference\": \"undefined \"\n        },\n        {\n            \"_id\": \"65fae4ec9cf74726785c240b\",\n            \"shipmentId\": \"M265_CANADA_COSTA_FAK\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"accessorials\": [],\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"commodity\": \"FAK\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": null,\n            \"containersNumber\": [],\n            \"createdAt\": \"2024-03-20T13:30:20.723Z\",\n            \"creationUser\": {\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"currentStatus\": \"attention\",\n            \"customTags\": [],\n            \"destination\": {\n                \"address\": \"Costa Rica\",\n                \"countryCode\": \"CR\"\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"CIF\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\",\n                \"Integration3\"\n            ],\n            \"internalReference\": \"  \",\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"\",\n            \"notes\": \"\",\n            \"origin\": {\n                \"address\": \"Canada\",\n                \"countryCode\": \"CA\"\n            },\n            \"owner\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [],\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649618800b7497f3261b426f\",\n                        \"firstName\": \"Pedro Pablo\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649ee411cd2ae3022068836f\",\n                        \"firstName\": \"Carlos Andres\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64961c54416606c8874e1e60\",\n                        \"firstName\": \"Shipper\",\n                        \"lastName\": \"Pedro\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"main-shipper\"\n                }\n            ],\n            \"planVisibility\": {\n                \"_id\": \"6571d62cdd2c09ed1aa63dd4\",\n                \"name\": \"Premium\",\n                \"ranking\": 5,\n                \"isPublic\": true,\n                \"providers\": [\n                    \"Provider1\",\n                    \"Provider2\",\n                    \"Provider3\"\n                ],\n                \"features\": [\n                    {\n                        \"name\": \"plan_visibility_ocean\",\n                        \"type\": \"sea\",\n                        \"value\": 8,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"stripeProductId\": \"prod_NpuMlMOuUCRpGz\",\n                        \"_id\": \"64546c1d46bd8f753a4781ff\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_air\",\n                        \"type\": \"air\",\n                        \"value\": 5,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"stripeProductId\": \"prod_NpuMBr0p4MokNn\",\n                        \"_id\": \"64546c1d46bd8f753a478200\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_inland\",\n                        \"type\": \"land\",\n                        \"value\": -1,\n                        \"valueLabel\": \"plan_visibility_cooming_soon\",\n                        \"_id\": \"64546c1d46bd8f753a478201\"\n                    }\n                ],\n                \"__v\": 0\n            },\n            \"referenceName\": \"TEST P1\",\n            \"shipmentType\": \"FCL\",\n            \"shipper\": null,\n            \"tags\": [\n                \"upcoming\",\n                \"quick\",\n                \"incorrectMbl\",\n                \"automatic\"\n            ],\n            \"totalVolume\": 0,\n            \"totalWeight\": 0,\n            \"vesselNumber\": \"\",\n            \"voyageNumber\": \"\",\n            \"updatedAt\": \"2024-03-20T13:32:39.166Z\",\n            \"carrier\": {\n                \"name\": \"ARKAS\"\n            },\n            \"cutoff\": null,\n            \"paymentTerms\": \"\",\n            \"criticalContainers\": [],\n            \"isAlert\": false,\n            \"firstETDValue\": null,\n            \"lastETDValue\": null,\n            \"firstETAValue\": null,\n            \"lastETAValue\": null,\n            \"firstATAValue\": null,\n            \"lastATAValue\": null,\n            \"firstATDValue\": null,\n            \"lastATDValue\": null,\n            \"firstPTAValue\": null,\n            \"lastPTAValue\": null,\n            \"firstPTDValue\": null,\n            \"lastPTDValue\": null,\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Holguin\",\n            \"fullMbl\": \"\",\n            \"fullHBL\": \"\",\n            \"isFavoriteStr\": \"false\",\n            \"idNumber\": {\n                \"if\": true,\n                \"then\": 265,\n                \"else\": null\n            }\n        },\n        {\n            \"_id\": \"65f1b0dc9cf74726786d8c66\",\n            \"shipmentId\": \"M264_COSTA_CANADA_ABACAVIR-SULFAT\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"accessorials\": [],\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"commodity\": \"Abacavir sulfate\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": null,\n            \"containersNumber\": [],\n            \"createdAt\": \"2024-03-13T13:57:48.336Z\",\n            \"creationUser\": {\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"currentStatus\": \"attention\",\n            \"customTags\": [],\n            \"destination\": {\n                \"address\": \"Canada\",\n                \"countryCode\": \"CA\"\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"CIF\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\",\n                \"Integration3\"\n            ],\n            \"internalReference\": \" \",\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"\",\n            \"notes\": \"\",\n            \"origin\": {\n                \"address\": \"Costa Rica\",\n                \"countryCode\": \"CR\"\n            },\n            \"owner\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [\n                {\n                    \"packageType\": \"Dry 20'\",\n                    \"amount\": 10,\n                    \"weight\": \"2\",\n                    \"weightMetric\": \"kg\",\n                    \"hazardousMaterials\": \"0\",\n                    \"volume\": \"0\",\n                    \"volumeMetric\": \"m³\"\n                }\n            ],\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649618800b7497f3261b426f\",\n                        \"firstName\": \"Pedro Pablo\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649ee411cd2ae3022068836f\",\n                        \"firstName\": \"Carlos Andres\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64961c54416606c8874e1e60\",\n                        \"firstName\": \"Shipper\",\n                        \"lastName\": \"Pedro\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"main-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64ba97808e1b1dec4387cabe\",\n                        \"firstName\": \"Pedro\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"65469465c406353b872c843d\",\n                        \"firstName\": \"new pedro\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"654695a5e042a748f8348203\",\n                        \"firstName\": \"new carlos\",\n                        \"lastName\": \"ttt\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                }\n            ],\n            \"planVisibility\": {\n                \"_id\": \"64546c5d46bd8f753a478203\",\n                \"name\": \"Plus\",\n                \"ranking\": 3,\n                \"isPublic\": true,\n                \"providers\": [\n                    \"Provider1\",\n                    \"Provider2\",\n                    \"Provider3\"\n                ],\n                \"features\": [\n                    {\n                        \"name\": \"plan_visibility_ocean\",\n                        \"type\": \"sea\",\n                        \"value\": 4,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"stripeProductId\": \"prod_NpuNj49MXRPdhQ\",\n                        \"_id\": \"64546c5d46bd8f753a478204\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_air\",\n                        \"type\": \"air\",\n                        \"value\": 5,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"stripeProductId\": \"prod_NpuN7TC6vdWYxv\",\n                        \"_id\": \"64546c5d46bd8f753a478205\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_inland\",\n                        \"type\": \"land\",\n                        \"value\": -1,\n                        \"valueLabel\": \"plan_visibility_cooming_soon\",\n                        \"_id\": \"64546c5d46bd8f753a478206\"\n                    }\n                ],\n                \"__v\": 0\n            },\n            \"referenceName\": \"test\",\n            \"shipmentType\": \"FCL\",\n            \"shipper\": null,\n            \"tags\": [\n                \"upcoming\",\n                \"quick\",\n                \"incorrectMbl\",\n                \"automatic\"\n            ],\n            \"totalVolume\": 0,\n            \"totalWeight\": 2,\n            \"vesselNumber\": \"\",\n            \"voyageNumber\": \"\",\n            \"updatedAt\": \"2024-03-13T13:57:48.700Z\",\n            \"criticalContainers\": [],\n            \"isAlert\": false,\n            \"firstETDValue\": null,\n            \"lastETDValue\": null,\n            \"firstETAValue\": null,\n            \"lastETAValue\": null,\n            \"firstATAValue\": null,\n            \"lastATAValue\": null,\n            \"firstATDValue\": null,\n            \"lastATDValue\": null,\n            \"firstPTAValue\": null,\n            \"lastPTAValue\": null,\n            \"firstPTDValue\": null,\n            \"lastPTDValue\": null,\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Holguin\",\n            \"fullMbl\": \"\",\n            \"fullHBL\": \"\",\n            \"isFavoriteStr\": \"false\",\n            \"idNumber\": {\n                \"if\": true,\n                \"then\": 264,\n                \"else\": null\n            }\n        },\n        {\n            \"_id\": \"65f0f3799cf747267820fa4d\",\n            \"shipmentId\": \"M263_V-NG_BUDAPEST_2-5G-GPRS-MOBIL\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"accessorials\": [],\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"commodity\": \"2,5G GPRS mobile core network equipment and components\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": null,\n            \"containersNumber\": [],\n            \"createdAt\": \"2024-03-13T00:29:44.279Z\",\n            \"creationUser\": {\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"currentStatus\": \"attention\",\n            \"customTags\": [],\n            \"destination\": {\n                \"address\": \"Budapest, Hungría\",\n                \"countryCode\": \"HU\"\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"CFR\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\",\n                \"Integration3\"\n            ],\n            \"internalReference\": \" \",\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"67677897\",\n            \"notes\": \"\",\n            \"origin\": {\n                \"address\": \"Vũng Tàu, Ba Ria-Vung Tau, Vietnam\",\n                \"countryCode\": \"VN\"\n            },\n            \"owner\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [],\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649618800b7497f3261b426f\",\n                        \"firstName\": \"Pedro Pablo\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649ee411cd2ae3022068836f\",\n                        \"firstName\": \"Carlos Andres\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64961c54416606c8874e1e60\",\n                        \"firstName\": \"Shipper\",\n                        \"lastName\": \"Pedro\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"main-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64ba97808e1b1dec4387cabe\",\n                        \"firstName\": \"Pedro\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"65469465c406353b872c843d\",\n                        \"firstName\": \"new pedro\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"654695a5e042a748f8348203\",\n                        \"firstName\": \"new carlos\",\n                        \"lastName\": \"ttt\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                }\n            ],\n            \"planVisibility\": {\n                \"_id\": \"64546c5d46bd8f753a478203\",\n                \"name\": \"Plus\",\n                \"ranking\": 3,\n                \"isPublic\": true,\n                \"providers\": [\n                    \"Provider1\",\n                    \"Provider2\",\n                    \"Provider3\"\n                ],\n                \"features\": [\n                    {\n                        \"name\": \"plan_visibility_ocean\",\n                        \"type\": \"sea\",\n                        \"value\": 4,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"stripeProductId\": \"prod_NpuNj49MXRPdhQ\",\n                        \"_id\": \"64546c5d46bd8f753a478204\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_air\",\n                        \"type\": \"air\",\n                        \"value\": 5,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"stripeProductId\": \"prod_NpuN7TC6vdWYxv\",\n                        \"_id\": \"64546c5d46bd8f753a478205\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_inland\",\n                        \"type\": \"land\",\n                        \"value\": -1,\n                        \"valueLabel\": \"plan_visibility_cooming_soon\",\n                        \"_id\": \"64546c5d46bd8f753a478206\"\n                    }\n                ],\n                \"__v\": 0\n            },\n            \"referenceName\": \"test 4\",\n            \"shipmentType\": \"FCL\",\n            \"shipper\": null,\n            \"tags\": [\n                \"upcoming\",\n                \"quick\",\n                \"incorrectMbl\",\n                \"document\",\n                \"automatic\"\n            ],\n            \"totalVolume\": 0,\n            \"totalWeight\": 0,\n            \"vesselNumber\": \"\",\n            \"voyageNumber\": \"\",\n            \"updatedAt\": \"2024-03-13T00:29:44.705Z\",\n            \"criticalContainers\": [],\n            \"isAlert\": false,\n            \"firstETDValue\": null,\n            \"lastETDValue\": null,\n            \"firstETAValue\": null,\n            \"lastETAValue\": null,\n            \"firstATAValue\": null,\n            \"lastATAValue\": null,\n            \"firstATDValue\": null,\n            \"lastATDValue\": null,\n            \"firstPTAValue\": null,\n            \"lastPTAValue\": null,\n            \"firstPTDValue\": null,\n            \"lastPTDValue\": null,\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Holguin\",\n            \"fullMbl\": \"67677897\",\n            \"fullHBL\": \"\",\n            \"isFavoriteStr\": \"false\",\n            \"idNumber\": {\n                \"if\": true,\n                \"then\": 263,\n                \"else\": null\n            }\n        },\n        {\n            \"_id\": \"65d99fd65f9bcb053bf3025f\",\n            \"shipmentId\": \"M262_ECUADOR_ECUADOR_TELEVISION\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"accessorials\": [],\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"commodity\": \"Television\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": \"65d9a126ab940103111abed0\",\n            \"containersNumber\": [],\n            \"createdAt\": \"2024-02-24T07:50:46.588Z\",\n            \"creationUser\": {\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"currentStatus\": \"attention\",\n            \"customTags\": [],\n            \"destination\": {\n                \"address\": \"Ecuador\",\n                \"countryCode\": \"EC\"\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"EXW\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\",\n                \"Integration3\"\n            ],\n            \"internalReference\": \"  \",\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"\",\n            \"notes\": \"\",\n            \"origin\": {\n                \"address\": \"Ecuador\",\n                \"countryCode\": \"EC\"\n            },\n            \"owner\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [\n                {\n                    \"packageType\": \"\",\n                    \"amount\": \"\",\n                    \"weight\": \"\",\n                    \"weightMetric\": \"kg\",\n                    \"hazardousMaterials\": \"0\",\n                    \"volume\": \"\",\n                    \"volumeMetric\": \"m³\"\n                }\n            ],\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649ee411cd2ae3022068836f\",\n                        \"firstName\": \"Carlos Andres\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"65469465c406353b872c843d\",\n                        \"firstName\": \"new pedro\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"654695a5e042a748f8348203\",\n                        \"firstName\": \"new carlos\",\n                        \"lastName\": \"ttt\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649618800b7497f3261b426f\",\n                        \"firstName\": \"Pedro Pablo\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64961c54416606c8874e1e60\",\n                        \"firstName\": \"Shipper\",\n                        \"lastName\": \"Pedro\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"main-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64ba97808e1b1dec4387cabe\",\n                        \"firstName\": \"Pedro\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"65469465c406353b872c843d\",\n                        \"firstName\": \"new pedro\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"654695a5e042a748f8348203\",\n                        \"firstName\": \"new carlos\",\n                        \"lastName\": \"ttt\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                }\n            ],\n            \"planVisibility\": {\n                \"_id\": \"64546c5d46bd8f753a478203\",\n                \"name\": \"Plus\",\n                \"ranking\": 3,\n                \"isPublic\": true,\n                \"providers\": [\n                    \"Provider1\",\n                    \"Provider2\",\n                    \"Provider3\"\n                ],\n                \"features\": [\n                    {\n                        \"name\": \"plan_visibility_ocean\",\n                        \"type\": \"sea\",\n                        \"value\": 4,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"stripeProductId\": \"prod_NpuNj49MXRPdhQ\",\n                        \"_id\": \"64546c5d46bd8f753a478204\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_air\",\n                        \"type\": \"air\",\n                        \"value\": 5,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"stripeProductId\": \"prod_NpuN7TC6vdWYxv\",\n                        \"_id\": \"64546c5d46bd8f753a478205\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_inland\",\n                        \"type\": \"land\",\n                        \"value\": -1,\n                        \"valueLabel\": \"plan_visibility_cooming_soon\",\n                        \"_id\": \"64546c5d46bd8f753a478206\"\n                    }\n                ],\n                \"__v\": 0\n            },\n            \"referenceName\": \"wqeqew\",\n            \"shipmentType\": \"FCL\",\n            \"shipper\": \"65d99fd6629311e27c05b21d\",\n            \"tags\": [\n                \"upcoming\",\n                \"quick\",\n                \"incorrectMbl\",\n                \"automatic\"\n            ],\n            \"totalVolume\": 0,\n            \"totalWeight\": 0,\n            \"vesselNumber\": \"\",\n            \"voyageNumber\": \"\",\n            \"updatedAt\": \"2024-02-24T07:56:22.401Z\",\n            \"cutoff\": null,\n            \"criticalContainers\": [],\n            \"isAlert\": false,\n            \"firstETDValue\": null,\n            \"lastETDValue\": null,\n            \"firstETAValue\": null,\n            \"lastETAValue\": null,\n            \"firstATAValue\": null,\n            \"lastATAValue\": null,\n            \"firstATDValue\": null,\n            \"lastATDValue\": null,\n            \"firstPTAValue\": null,\n            \"lastPTAValue\": null,\n            \"firstPTDValue\": null,\n            \"lastPTDValue\": null,\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Holguin\",\n            \"fullMbl\": \"\",\n            \"fullHBL\": \"\",\n            \"isFavoriteStr\": \"false\",\n            \"idNumber\": {\n                \"if\": true,\n                \"then\": 262,\n                \"else\": null\n            }\n        },\n        {\n            \"_id\": \"65d900995f9bcb053bd1d218\",\n            \"shipmentId\": \"M261_ECUADOR_ECUADOR_-2-HEATING-FUEL\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"accessorials\": [],\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"commodity\": \"#2 Heating fuel oil\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": null,\n            \"containersNumber\": [],\n            \"createdAt\": \"2024-02-23T20:31:22.568Z\",\n            \"creationUser\": {\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"currentStatus\": \"attention\",\n            \"customTags\": [],\n            \"destination\": {\n                \"address\": \"Ecuador\",\n                \"countryCode\": \"EC\"\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"EXW\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\",\n                \"Integration3\"\n            ],\n            \"internalReference\": \"                 \",\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"\",\n            \"notes\": \"\",\n            \"origin\": {\n                \"address\": \"Ecuador\",\n                \"countryCode\": \"EC\"\n            },\n            \"owner\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [\n                {\n                    \"packageType\": \"Dry 45'\",\n                    \"amount\": 3,\n                    \"weight\": \"4\",\n                    \"weightMetric\": \"kg\",\n                    \"hazardousMaterials\": \"0\",\n                    \"volume\": \"4\",\n                    \"volumeMetric\": \"m³\"\n                },\n                {\n                    \"packageType\": \"High Cube 40'\",\n                    \"amount\": 2,\n                    \"weight\": \"10\",\n                    \"weightMetric\": \"kg\",\n                    \"hazardousMaterials\": \"0\",\n                    \"volume\": \"33\",\n                    \"volumeMetric\": \"m³\"\n                }\n            ],\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649ee411cd2ae3022068836f\",\n                        \"firstName\": \"Carlos Andres\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"65469465c406353b872c843d\",\n                        \"firstName\": \"new pedro\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"654695a5e042a748f8348203\",\n                        \"firstName\": \"new carlos\",\n                        \"lastName\": \"ttt\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649618800b7497f3261b426f\",\n                        \"firstName\": \"Pedro Pablo\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64961c54416606c8874e1e60\",\n                        \"firstName\": \"Shipper\",\n                        \"lastName\": \"Pedro\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"main-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64ba97808e1b1dec4387cabe\",\n                        \"firstName\": \"Pedro\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"65469465c406353b872c843d\",\n                        \"firstName\": \"new pedro\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"654695a5e042a748f8348203\",\n                        \"firstName\": \"new carlos\",\n                        \"lastName\": \"ttt\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                }\n            ],\n            \"planVisibility\": {\n                \"_id\": \"64546c5d46bd8f753a478203\",\n                \"name\": \"Plus\",\n                \"ranking\": 3,\n                \"isPublic\": true,\n                \"providers\": [\n                    \"Provider1\",\n                    \"Provider2\",\n                    \"Provider3\"\n                ],\n                \"features\": [\n                    {\n                        \"name\": \"plan_visibility_ocean\",\n                        \"type\": \"sea\",\n                        \"value\": 4,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"stripeProductId\": \"prod_NpuNj49MXRPdhQ\",\n                        \"_id\": \"64546c5d46bd8f753a478204\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_air\",\n                        \"type\": \"air\",\n                        \"value\": 5,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"stripeProductId\": \"prod_NpuN7TC6vdWYxv\",\n                        \"_id\": \"64546c5d46bd8f753a478205\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_inland\",\n                        \"type\": \"land\",\n                        \"value\": -1,\n                        \"valueLabel\": \"plan_visibility_cooming_soon\",\n                        \"_id\": \"64546c5d46bd8f753a478206\"\n                    }\n                ],\n                \"__v\": 0\n            },\n            \"referenceName\": \"w\",\n            \"shipmentType\": \"FCL\",\n            \"shipper\": null,\n            \"tags\": [\n                \"upcoming\",\n                \"quick\",\n                \"incorrectMbl\",\n                \"document\",\n                \"automatic\"\n            ],\n            \"totalVolume\": 0,\n            \"totalWeight\": 0,\n            \"vesselNumber\": \"\",\n            \"voyageNumber\": \"\",\n            \"updatedAt\": \"2024-02-23T22:59:36.012Z\",\n            \"cutoff\": null,\n            \"criticalContainers\": [],\n            \"isAlert\": false,\n            \"firstETDValue\": null,\n            \"lastETDValue\": null,\n            \"firstETAValue\": null,\n            \"lastETAValue\": null,\n            \"firstATAValue\": null,\n            \"lastATAValue\": null,\n            \"firstATDValue\": null,\n            \"lastATDValue\": null,\n            \"firstPTAValue\": null,\n            \"lastPTAValue\": null,\n            \"firstPTDValue\": null,\n            \"lastPTDValue\": null,\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Holguin\",\n            \"fullMbl\": \"\",\n            \"fullHBL\": \"\",\n            \"isFavoriteStr\": \"false\",\n            \"idNumber\": {\n                \"if\": true,\n                \"then\": 261,\n                \"else\": null\n            }\n        },\n        {\n            \"_id\": \"65d8ff0b5f9bcb053bd171bb\",\n            \"shipmentId\": \"M260_ECUADOR_ECUADOR_-2-HEATING-FUEL\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"accessorials\": [],\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"commodity\": \"#2 Heating fuel oil\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": null,\n            \"containersNumber\": [],\n            \"createdAt\": \"2024-02-23T20:24:44.054Z\",\n            \"creationUser\": {\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"currentStatus\": \"attention\",\n            \"customTags\": [],\n            \"destination\": {\n                \"address\": \"Ecuador\",\n                \"countryCode\": \"EC\"\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"DDP\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\",\n                \"Integration3\"\n            ],\n            \"internalReference\": \" \",\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"\",\n            \"notes\": \"\",\n            \"origin\": {\n                \"address\": \"Ecuador\",\n                \"countryCode\": \"EC\"\n            },\n            \"owner\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [\n                {\n                    \"packageType\": \"Dry 40'\",\n                    \"amount\": 3,\n                    \"weight\": \"4\",\n                    \"weightMetric\": \"kg\",\n                    \"hazardousMaterials\": \"0\",\n                    \"volume\": \"4\",\n                    \"volumeMetric\": \"m³\"\n                }\n            ],\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649ee411cd2ae3022068836f\",\n                        \"firstName\": \"Carlos Andres\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"65469465c406353b872c843d\",\n                        \"firstName\": \"new pedro\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"654695a5e042a748f8348203\",\n                        \"firstName\": \"new carlos\",\n                        \"lastName\": \"ttt\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649618800b7497f3261b426f\",\n                        \"firstName\": \"Pedro Pablo\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64961c54416606c8874e1e60\",\n                        \"firstName\": \"Shipper\",\n                        \"lastName\": \"Pedro\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"main-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64ba97808e1b1dec4387cabe\",\n                        \"firstName\": \"Pedro\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"65469465c406353b872c843d\",\n                        \"firstName\": \"new pedro\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"654695a5e042a748f8348203\",\n                        \"firstName\": \"new carlos\",\n                        \"lastName\": \"ttt\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                }\n            ],\n            \"planVisibility\": {\n                \"_id\": \"64546c5d46bd8f753a478203\",\n                \"name\": \"Plus\",\n                \"ranking\": 3,\n                \"isPublic\": true,\n                \"providers\": [\n                    \"Provider1\",\n                    \"Provider2\",\n                    \"Provider3\"\n                ],\n                \"features\": [\n                    {\n                        \"name\": \"plan_visibility_ocean\",\n                        \"type\": \"sea\",\n                        \"value\": 4,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"stripeProductId\": \"prod_NpuNj49MXRPdhQ\",\n                        \"_id\": \"64546c5d46bd8f753a478204\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_air\",\n                        \"type\": \"air\",\n                        \"value\": 5,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"stripeProductId\": \"prod_NpuN7TC6vdWYxv\",\n                        \"_id\": \"64546c5d46bd8f753a478205\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_inland\",\n                        \"type\": \"land\",\n                        \"value\": -1,\n                        \"valueLabel\": \"plan_visibility_cooming_soon\",\n                        \"_id\": \"64546c5d46bd8f753a478206\"\n                    }\n                ],\n                \"__v\": 0\n            },\n            \"referenceName\": \"wq\",\n            \"shipmentType\": \"FCL\",\n            \"shipper\": null,\n            \"tags\": [\n                \"upcoming\",\n                \"quick\",\n                \"incorrectMbl\",\n                \"document\",\n                \"automatic\"\n            ],\n            \"totalVolume\": 4,\n            \"totalWeight\": 4,\n            \"vesselNumber\": \"\",\n            \"voyageNumber\": \"\",\n            \"updatedAt\": \"2024-02-23T20:24:44.487Z\",\n            \"criticalContainers\": [],\n            \"isAlert\": false,\n            \"firstETDValue\": null,\n            \"lastETDValue\": null,\n            \"firstETAValue\": null,\n            \"lastETAValue\": null,\n            \"firstATAValue\": null,\n            \"lastATAValue\": null,\n            \"firstATDValue\": null,\n            \"lastATDValue\": null,\n            \"firstPTAValue\": null,\n            \"lastPTAValue\": null,\n            \"firstPTDValue\": null,\n            \"lastPTDValue\": null,\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Holguin\",\n            \"fullMbl\": \"\",\n            \"fullHBL\": \"\",\n            \"isFavoriteStr\": \"false\",\n            \"idNumber\": {\n                \"if\": true,\n                \"then\": 260,\n                \"else\": null\n            }\n        }\n    ],\n    \"status\": \"success\",\n    \"pagingCounter\": 10,\n    \"totalPages\": 13,\n    \"hasPrevPage\": true,\n    \"hasNextPage\": true,\n    \"prevPage\": 0,\n    \"nextPage\": 2,\n    \"totalItems\": 129,\n    \"page\": 1,\n    \"limit\": 10\n}"}],"_postman_id":"5e4547f9-818f-4bad-9808-0e2a77a51d46"},{"name":"Create Shipment","id":"54a41d81-fa81-4edf-bbfd-03d993fcb531","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"},{"key":"Accept-Language","value":"es","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"company\": {\r\n        \"_id\": \"64924297a1727236e13f5137\",\r\n        \"name\": \"Shipper\"\r\n    },\r\n    \"freightType\": \"ship\",\r\n    \"shipmentType\": \"FCL\",\r\n    \"referenceName\": \"TEST Shipment\",\r\n    \"pickupAddress\": \"\",\r\n    \"deliveryAddress\": \"\",\r\n    \"pickupDate\": \"\",\r\n    \"deliveryDate\": \"\",\r\n    \"incoterm\": \"CIF\",\r\n    \"commodity\": \"FAK\",\r\n    \"origin\": {\r\n        \"address\": \"Estados Unidos\",\r\n        \"countryCode\": \"US\",\r\n        \"route\": \"\",\r\n        \"city\": \"\",\r\n        \"state\": \"\",\r\n        \"lat\": 37.09024,\r\n        \"lng\": -95.712891\r\n    },\r\n    \"destination\": {\r\n        \"address\": \"California, EE. UU.\",\r\n        \"countryCode\": \"US\",\r\n        \"route\": \"\",\r\n        \"city\": \"California\",\r\n        \"state\": \"CA\",\r\n        \"lat\": 36.778261,\r\n        \"lng\": -119.4179324\r\n    },\r\n    \"portOrigin\": null,\r\n    \"portDestination\": null,\r\n    \"flightNumber\": \"\",\r\n    \"mbl\": \"AABB\",\r\n    \"mblVessel\": {},\r\n    \"shipper\": {\r\n        \"name\": \"User Shipper\",\r\n        \"address\": \"Canada\",\r\n        \"email\": \"usershipper@cargologik.com\",\r\n        \"phone\": \"319 7733185\"\r\n    },\r\n    \"consignee\": {\r\n        \"name\": \"User Consignee\",\r\n        \"address\": \"Canada\",\r\n        \"email\": \"userconsignee@cargologik.com\"\r\n    },\r\n    \"notify\": null,\r\n    \"agent\": null,\r\n    \"mawb\": \"\",\r\n    \"manualInput\": true,\r\n    \"hawb\": \"\",\r\n    \"vesselName\": \"COSU6340835270\",\r\n    \"voyageNumber\": \"COSU6340835270\",\r\n    \"hbl\": \"COSU6340835270\",\r\n    \"className\": \"\",\r\n    \"nmfc\": \"\",\r\n    \"originService\": \"\",\r\n    \"destinationService\": \"\",\r\n    \"otherService\": \"\",\r\n    \"standard\": false,\r\n    \"guaranteed\": false,\r\n    \"expedited\": false,\r\n    \"etd\": \"2023-10-11\",\r\n    \"eta\": \"2023-10-11\",\r\n    \"internalReference\": \"FF432F\",\r\n    \"notes\": \"note\",\r\n    \"trade\": \"export\",\r\n    \"packagesInfo\": [\r\n        {\r\n            \"packageType\": \"Dry 40'\",\r\n            \"amount\": 1,\r\n            \"weight\": \"1\",\r\n            \"weightMetric\": \"kg\",\r\n            \"hazardousMaterials\": \"0\",\r\n            \"volume\": \"1\",\r\n            \"volumeMetric\": \"m³\"\r\n        }\r\n    ],\r\n    \"weightType\": \"\",\r\n    \"volumeType\": \"\",\r\n    \"totalVolume\": \"1.00\",\r\n    \"totalWeight\": \"1.00\",\r\n    \"configTracking\": \"mbl\",\r\n    \"customTags\": [],\r\n    \"participants\": [],\r\n    \"totalChargeableWeight\": \"1.00\",\r\n    \"totalVolumetricWeight\": \"0\",\r\n    \"paymentTerms\": \"collect\",\r\n    \"planVisibility\": {\r\n        \"_id\": \"64546c1d46bd8f753a4781fe\",\r\n        \"name\": \"Premium\",\r\n        \"isPublic\": true,\r\n        \"providers\": [\r\n            \"gateHouse\",\r\n            \"gatehouse-cargo-tracking\",\r\n            \"champ\",\r\n            \"gatehouse-vessel-tracking\"\r\n        ],\r\n        \"features\": [\r\n            {\r\n                \"name\": \"plan_visibility_ocean\",\r\n                \"type\": \"sea\",\r\n                \"value\": 8,\r\n                \"valueLabel\": \"plan_visibility_per_shipment\",\r\n                \"stripeProductId\": \"prod_NpuMlMOuUCRpGz\",\r\n                \"_id\": \"64546c1d46bd8f753a4781ff\"\r\n            },\r\n            {\r\n                \"name\": \"plan_visibility_air\",\r\n                \"type\": \"air\",\r\n                \"value\": 5,\r\n                \"valueLabel\": \"plan_visibility_per_shipment\",\r\n                \"stripeProductId\": \"prod_NpuMBr0p4MokNn\",\r\n                \"_id\": \"64546c1d46bd8f753a478200\"\r\n            },\r\n            {\r\n                \"name\": \"plan_visibility_inland\",\r\n                \"type\": \"land\",\r\n                \"value\": -1,\r\n                \"valueLabel\": \"plan_visibility_cooming_soon\",\r\n                \"_id\": \"64546c1d46bd8f753a478201\"\r\n            }\r\n        ]\r\n    },\r\n    \"containersNumber\": [],\r\n    \"scacCode\": \"\",\r\n    \"vesselNumber\": \"\",\r\n    \"carrier\": {\r\n        \"_id\": \"6019c700e3e6248a7fd73caf\",\r\n        \"name\": \"Maersk\",\r\n        \"type\": \"carrier\",\r\n        \"group\": \"sea\",\r\n        \"logo\": \"https://storage.googleapis.com/carriers_logos/Maersk.png\",\r\n        \"logo2x\": \"https://storage.googleapis.com/carriers_logos/Maersk%402x.png\",\r\n        \"createdAt\": \"2021-01-29T21:58:41.246Z\",\r\n        \"scac\": [\r\n            \"MAEU\",\r\n            \"MRKU\",\r\n            \"CMCU\",\r\n            \"CAMN\"\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/create","description":"<h2 id=\"create-shipment\">Create Shipment</h2>\n<p>Endpoint for creating a new shipment.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><strong>Method:</strong> POST</li>\n<li><strong>URL:</strong> <code>http://localhost:3000/api/v2/shipments/create</code></li>\n</ul>\n<h4 id=\"headers\">Headers</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authorization</td>\n<td>Bearer [Authorization Token]</td>\n</tr>\n<tr>\n<td>Accept-Language</td>\n<td>en</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-body-json\">Request Body (JSON)</h4>\n<p>The following describes each field in the JSON body of the request for creating a shipment:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>company._id</code></td>\n<td>The ID of the company.</td>\n</tr>\n<tr>\n<td><code>company.name</code></td>\n<td>The name of the company.</td>\n</tr>\n<tr>\n<td><code>freightType</code></td>\n<td>The type of freight (e.g., \"ship\", \"plane\", \"truck\").</td>\n</tr>\n<tr>\n<td><code>shipmentType</code></td>\n<td>The type of shipment (e.g., \"FCL\", \"LCL\", \"FTL\", \"LTL\" \"plane\").</td>\n</tr>\n<tr>\n<td><code>referenceName</code></td>\n<td>The reference name of the shipment.</td>\n</tr>\n<tr>\n<td><code>pickupAddress</code></td>\n<td>The pickup address of the shipment.</td>\n</tr>\n<tr>\n<td><code>deliveryAddress</code></td>\n<td>The delivery address of the shipment.</td>\n</tr>\n<tr>\n<td><code>pickupDate</code></td>\n<td>The pickup date of the shipment.</td>\n</tr>\n<tr>\n<td><code>deliveryDate</code></td>\n<td>The delivery date of the shipment.</td>\n</tr>\n<tr>\n<td><code>incoterm</code></td>\n<td>The Incoterm of the shipment.</td>\n</tr>\n<tr>\n<td><code>commodity</code></td>\n<td>The type of commodity.</td>\n</tr>\n<tr>\n<td><code>origin.address</code></td>\n<td>The address of the origin.</td>\n</tr>\n<tr>\n<td><code>origin.countryCode</code></td>\n<td>The country code of the origin.</td>\n</tr>\n<tr>\n<td><code>origin.route</code></td>\n<td>The route of the origin.</td>\n</tr>\n<tr>\n<td><code>origin.city</code></td>\n<td>The city of the origin.</td>\n</tr>\n<tr>\n<td><code>origin.state</code></td>\n<td>The state of the origin.</td>\n</tr>\n<tr>\n<td><code>origin.lat</code></td>\n<td>The latitude of the origin.</td>\n</tr>\n<tr>\n<td><code>origin.lng</code></td>\n<td>The longitude of the origin.</td>\n</tr>\n<tr>\n<td><code>destination.address</code></td>\n<td>The address of the destination.</td>\n</tr>\n<tr>\n<td><code>destination.countryCode</code></td>\n<td>The country code of the destination.</td>\n</tr>\n<tr>\n<td><code>destination.route</code></td>\n<td>The route of the destination.</td>\n</tr>\n<tr>\n<td><code>destination.city</code></td>\n<td>The city of the destination.</td>\n</tr>\n<tr>\n<td><code>destination.state</code></td>\n<td>The state of the destination.</td>\n</tr>\n<tr>\n<td><code>destination.lat</code></td>\n<td>The latitude of the destination.</td>\n</tr>\n<tr>\n<td><code>destination.lng</code></td>\n<td>The longitude of the destination.</td>\n</tr>\n<tr>\n<td><code>portOrigin</code></td>\n<td>The origin port.</td>\n</tr>\n<tr>\n<td><code>portDestination</code></td>\n<td>The destination port.</td>\n</tr>\n<tr>\n<td><code>flightNumber</code></td>\n<td>The flight number.</td>\n</tr>\n<tr>\n<td><code>mbl</code></td>\n<td>The Master Bill of Lading (MBL).</td>\n</tr>\n<tr>\n<td><code>mblVessel</code></td>\n<td>The MBL vessel details.</td>\n</tr>\n<tr>\n<td><code>shipper.name</code></td>\n<td>The name of the shipper.</td>\n</tr>\n<tr>\n<td><code>shipper.address</code></td>\n<td>The address of the shipper.</td>\n</tr>\n<tr>\n<td><code>shipper.email</code></td>\n<td>The email of the shipper.</td>\n</tr>\n<tr>\n<td><code>shipper.phone</code></td>\n<td>The phone number of the shipper.</td>\n</tr>\n<tr>\n<td><code>consignee.name</code></td>\n<td>The name of the consignee.</td>\n</tr>\n<tr>\n<td><code>consignee.address</code></td>\n<td>The address of the consignee.</td>\n</tr>\n<tr>\n<td><code>consignee.email</code></td>\n<td>The email of the consignee.</td>\n</tr>\n<tr>\n<td><code>notify</code></td>\n<td>The notification details.</td>\n</tr>\n<tr>\n<td><code>agent</code></td>\n<td>The agent details.</td>\n</tr>\n<tr>\n<td><code>mawb</code></td>\n<td>The Master Air Waybill (MAWB).</td>\n</tr>\n<tr>\n<td><code>manualInput</code></td>\n<td>Indicates if the input is manual.</td>\n</tr>\n<tr>\n<td><code>hawb</code></td>\n<td>The House Air Waybill (HAWB).</td>\n</tr>\n<tr>\n<td><code>vesselName</code></td>\n<td>The name of the vessel.</td>\n</tr>\n<tr>\n<td><code>voyageNumber</code></td>\n<td>The voyage number.</td>\n</tr>\n<tr>\n<td><code>hbl</code></td>\n<td>The House Bill of Lading (HBL).</td>\n</tr>\n<tr>\n<td><code>className</code></td>\n<td>The class name.</td>\n</tr>\n<tr>\n<td><code>nmfc</code></td>\n<td>The NMFC code.</td>\n</tr>\n<tr>\n<td><code>originService</code></td>\n<td>The origin service.</td>\n</tr>\n<tr>\n<td><code>destinationService</code></td>\n<td>The destination service.</td>\n</tr>\n<tr>\n<td><code>otherService</code></td>\n<td>Other services.</td>\n</tr>\n<tr>\n<td><code>standard</code></td>\n<td>Indicates if it's a standard service.</td>\n</tr>\n<tr>\n<td><code>guaranteed</code></td>\n<td>Indicates if it's a guaranteed service.</td>\n</tr>\n<tr>\n<td><code>expedited</code></td>\n<td>Indicates if it's an expedited service.</td>\n</tr>\n<tr>\n<td><code>etd</code></td>\n<td>The estimated departure date.</td>\n</tr>\n<tr>\n<td><code>eta</code></td>\n<td>The estimated arrival date.</td>\n</tr>\n<tr>\n<td><code>internalReference</code></td>\n<td>The internal reference.</td>\n</tr>\n<tr>\n<td><code>notes</code></td>\n<td>Any additional notes.</td>\n</tr>\n<tr>\n<td><code>trade</code></td>\n<td>The trade type (e.g., \"export\", \"import\" ).</td>\n</tr>\n<tr>\n<td><code>packagesInfo</code></td>\n<td>Information about packages.</td>\n</tr>\n<tr>\n<td><code>weightType</code></td>\n<td>The weight type.</td>\n</tr>\n<tr>\n<td><code>volumeType</code></td>\n<td>The volume type.</td>\n</tr>\n<tr>\n<td><code>totalVolume</code></td>\n<td>The total volume.</td>\n</tr>\n<tr>\n<td><code>totalWeight</code></td>\n<td>The total weight.</td>\n</tr>\n<tr>\n<td><code>configTracking</code></td>\n<td>The tracking configuration (e.g., \"mbl\", \"bookingNumber\", \"containerNumber\").</td>\n</tr>\n<tr>\n<td><code>customTags</code></td>\n<td>Custom tags.</td>\n</tr>\n<tr>\n<td><code>participants</code></td>\n<td>The participants.</td>\n</tr>\n<tr>\n<td><code>totalChargeableWeight</code></td>\n<td>The total chargeable weight.</td>\n</tr>\n<tr>\n<td><code>totalVolumetricWeight</code></td>\n<td>The total volumetric weight.</td>\n</tr>\n<tr>\n<td><code>paymentTerms</code></td>\n<td>The payment terms.</td>\n</tr>\n<tr>\n<td><code>planVisibility._id</code></td>\n<td>The ID of the visibility plan (you must obtain visibility plans).</td>\n</tr>\n<tr>\n<td><code>planVisibility.name</code></td>\n<td>The name of the visibility plan.</td>\n</tr>\n<tr>\n<td><code>planVisibility.isPublic</code></td>\n<td>Indicates if the plan is public.</td>\n</tr>\n<tr>\n<td><code>planVisibility.providers</code></td>\n<td>The providers of the plan.</td>\n</tr>\n<tr>\n<td><code>planVisibility.features</code></td>\n<td>The features of the plan.</td>\n</tr>\n<tr>\n<td><code>containersNumber</code></td>\n<td>The number of containers.</td>\n</tr>\n<tr>\n<td><code>scacCode</code></td>\n<td>The SCAC code.</td>\n</tr>\n<tr>\n<td><code>vesselNumber</code></td>\n<td>The vessel number.</td>\n</tr>\n<tr>\n<td><code>carrier._id</code></td>\n<td>The ID of the carrier.</td>\n</tr>\n<tr>\n<td><code>carrier.name</code></td>\n<td>The name of the carrier.</td>\n</tr>\n<tr>\n<td><code>carrier.type</code></td>\n<td>The type of the carrier.</td>\n</tr>\n<tr>\n<td><code>carrier.group</code></td>\n<td>The group of the carrier.</td>\n</tr>\n<tr>\n<td><code>carrier.logo</code></td>\n<td>The logo URL of the carrier.</td>\n</tr>\n<tr>\n<td><code>carrier.logo2x</code></td>\n<td>The retina logo URL of the carrier.</td>\n</tr>\n<tr>\n<td><code>carrier.createdAt</code></td>\n<td>The creation date of the carrier.</td>\n</tr>\n<tr>\n<td><code>carrier.scac</code></td>\n<td>The SCAC codes of the carrier.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","shipments","create"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"eb3f4375-5c9e-4400-b187-57fd1c3cdd74","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"company\": {\r\n        \"_id\": \"64924297a1727236e13f5137\",\r\n        \"name\": \"Shipper\"\r\n    },\r\n    \"freightType\": \"ship\",\r\n    \"shipmentType\": \"FCL\",\r\n    \"referenceName\": \"TEST Shipment\",\r\n    \"pickupAddress\": \"\",\r\n    \"deliveryAddress\": \"\",\r\n    \"pickupDate\": \"\",\r\n    \"deliveryDate\": \"\",\r\n    \"incoterm\": \"CIF\",\r\n    \"commodity\": \"FAK\",\r\n    \"origin\": {\r\n        \"address\": \"Estados Unidos\",\r\n        \"countryCode\": \"US\",\r\n        \"route\": \"\",\r\n        \"city\": \"\",\r\n        \"state\": \"\",\r\n        \"lat\": 37.09024,\r\n        \"lng\": -95.712891\r\n    },\r\n    \"destination\": {\r\n        \"address\": \"California, EE. UU.\",\r\n        \"countryCode\": \"US\",\r\n        \"route\": \"\",\r\n        \"city\": \"California\",\r\n        \"state\": \"CA\",\r\n        \"lat\": 36.778261,\r\n        \"lng\": -119.4179324\r\n    },\r\n    \"portOrigin\": null,\r\n    \"portDestination\": null,\r\n    \"flightNumber\": \"\",\r\n    \"mbl\": \"AABB\",\r\n    \"mblVessel\": {},\r\n    \"shipper\": {\r\n        \"name\": \"User Shipper\",\r\n        \"address\": \"Canada\",\r\n        \"email\": \"usershipper@cargologik.com\",\r\n        \"phone\": \"319 7733185\"\r\n    },\r\n    \"consignee\": {\r\n        \"name\": \"User Consignee\",\r\n        \"address\": \"Canada\",\r\n        \"email\": \"userconsignee@cargologik.com\"\r\n    },\r\n    \"notify\": null,\r\n    \"agent\": null,\r\n    \"mawb\": \"\",\r\n    \"manualInput\": true,\r\n    \"hawb\": \"\",\r\n    \"vesselName\": \"COSU6340835270\",\r\n    \"voyageNumber\": \"COSU6340835270\",\r\n    \"hbl\": \"COSU6340835270\",\r\n    \"className\": \"\",\r\n    \"nmfc\": \"\",\r\n    \"originService\": \"\",\r\n    \"destinationService\": \"\",\r\n    \"otherService\": \"\",\r\n    \"standard\": false,\r\n    \"guaranteed\": false,\r\n    \"expedited\": false,\r\n    \"etd\": \"2023-10-11\",\r\n    \"eta\": \"2023-10-11\",\r\n    \"internalReference\": \"FF432F\",\r\n    \"notes\": \"note\",\r\n    \"trade\": \"export\",\r\n    \"packagesInfo\": [\r\n        {\r\n            \"packageType\": \"Dry 40'\",\r\n            \"amount\": 1,\r\n            \"weight\": \"1\",\r\n            \"weightMetric\": \"kg\",\r\n            \"hazardousMaterials\": \"0\",\r\n            \"volume\": \"1\",\r\n            \"volumeMetric\": \"m³\"\r\n        }\r\n    ],\r\n    \"weightType\": \"\",\r\n    \"volumeType\": \"\",\r\n    \"totalVolume\": \"1.00\",\r\n    \"totalWeight\": \"1.00\",\r\n    \"configTracking\": \"mbl\",\r\n    \"customTags\": [],\r\n    \"participants\": [],\r\n    \"totalChargeableWeight\": \"1.00\",\r\n    \"totalVolumetricWeight\": \"0\",\r\n    \"paymentTerms\": \"collect\",\r\n    \"planVisibility\": {\r\n        \"_id\": \"64546c1d46bd8f753a4781fe\",\r\n        \"name\": \"Premium\",\r\n        \"isPublic\": true,\r\n        \"providers\": [\r\n            \"gateHouse\",\r\n            \"gatehouse-cargo-tracking\",\r\n            \"champ\",\r\n            \"gatehouse-vessel-tracking\"\r\n        ],\r\n        \"features\": [\r\n            {\r\n                \"name\": \"plan_visibility_ocean\",\r\n                \"type\": \"sea\",\r\n                \"value\": 8,\r\n                \"valueLabel\": \"plan_visibility_per_shipment\",\r\n                \"stripeProductId\": \"prod_NpuMlMOuUCRpGz\",\r\n                \"_id\": \"64546c1d46bd8f753a4781ff\"\r\n            },\r\n            {\r\n                \"name\": \"plan_visibility_air\",\r\n                \"type\": \"air\",\r\n                \"value\": 5,\r\n                \"valueLabel\": \"plan_visibility_per_shipment\",\r\n                \"stripeProductId\": \"prod_NpuMBr0p4MokNn\",\r\n                \"_id\": \"64546c1d46bd8f753a478200\"\r\n            },\r\n            {\r\n                \"name\": \"plan_visibility_inland\",\r\n                \"type\": \"land\",\r\n                \"value\": -1,\r\n                \"valueLabel\": \"plan_visibility_cooming_soon\",\r\n                \"_id\": \"64546c1d46bd8f753a478201\"\r\n            }\r\n        ]\r\n    },\r\n    \"containersNumber\": [],\r\n    \"scacCode\": \"\",\r\n    \"vesselNumber\": \"\",\r\n    \"carrier\": {\r\n        \"_id\": \"6019c700e3e6248a7fd73caf\",\r\n        \"name\": \"Maersk\",\r\n        \"type\": \"carrier\",\r\n        \"group\": \"sea\",\r\n        \"logo\": \"https://storage.googleapis.com/carriers_logos/Maersk.png\",\r\n        \"logo2x\": \"https://storage.googleapis.com/carriers_logos/Maersk%402x.png\",\r\n        \"createdAt\": \"2021-01-29T21:58:41.246Z\",\r\n        \"scac\": [\r\n            \"MAEU\",\r\n            \"MRKU\",\r\n            \"CMCU\",\r\n            \"CAMN\"\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/shipments/create"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"origin\": {\n            \"address\": \"Estados Unidos\",\n            \"countryCode\": \"US\",\n            \"lat\": 37.09024,\n            \"lng\": -95.712891\n        },\n        \"destination\": {\n            \"address\": \"California, EE. UU.\",\n            \"countryCode\": \"US\",\n            \"lat\": 36.778261,\n            \"lng\": -119.4179324\n        },\n        \"shipmentId\": \"M19_ESTADOS_CALIFORNIA_ATM-ASYNCHRONOU\",\n        \"accessorials\": [],\n        \"agent\": null,\n        \"attachments\": [],\n        \"automaticEvents\": true,\n        \"commodity\": \"ATM asynchronous transfer mode managed network services\",\n        \"company\": \"64924297a1727236e13f5137\",\n        \"consignee\": null,\n        \"createdAt\": \"2023-10-11T20:08:04.249Z\",\n        \"currentStatus\": \"upcoming\",\n        \"customTags\": [],\n        \"deliveryAddress\": \"\",\n        \"eta\": \"2023-10-11T00:00:00.000Z\",\n        \"etaHistory\": [],\n        \"etd\": \"2023-10-11T00:00:00.000Z\",\n        \"flightNumber\": \"\",\n        \"freightType\": \"ship\",\n        \"hawb\": \"\",\n        \"hbl\": \"COSU6340835270\",\n        \"incoterm\": \"CIF\",\n        \"integrations\": [\n            \"Integration1\",\n            \"Integration2\",\n            \"Integration3\",\n            \"Integration4\"\n        ],\n        \"internalReference\": \"FF432F\",\n        \"isCreated\": false,\n        \"isFavorite\": false,\n        \"manualInput\": true,\n        \"mawb\": \"\",\n        \"mbl\": \"AABB\",\n        \"notes\": \"note\",\n        \"notify\": null,\n        \"owner\": {\n            \"_id\": \"64923794a1727236e13e4a56\",\n            \"name\": \"Cargologik\"\n        },\n        \"packagesInfo\": [\n            {\n                \"packageType\": \"Dry 40'\",\n                \"amount\": 1,\n                \"weight\": \"1\",\n                \"weightMetric\": \"kg\",\n                \"hazardousMaterials\": \"0\",\n                \"volume\": \"1\",\n                \"volumeMetric\": \"m³\"\n            }\n        ],\n        \"participants\": [\n            {\n                \"_id\": \"652700a42a7f100f100ddbcb\",\n                \"assignedTo\": {\n                    \"_id\": \"64923794ab8add620f4ec7fa\",\n                    \"firstName\": \"Dev\",\n                    \"lastName\": \"Cargologik\",\n                    \"email\": \"diego.echeverry+cargologik@rokk3rlabs.com\"\n                },\n                \"company\": {\n                    \"_id\": \"64923794a1727236e13e4a56\",\n                    \"name\": \"Cargologik\"\n                },\n                \"shipment\": \"652700a42a7f100f100ddb07\",\n                \"createdAt\": \"2023-10-11T20:08:04.919Z\",\n                \"creationUser\": \"64923794ab8add620f4ec7fa\",\n                \"isOwner\": false,\n                \"status\": \"active\",\n                \"type\": \"acm-lsp\"\n            },\n            {\n                \"_id\": \"652700a42a7f100f100ddbd7\",\n                \"assignedTo\": {\n                    \"_id\": \"64e9317e8a8f063e5e36cf56\",\n                    \"firstName\": \"Cata\",\n                    \"lastName\": \"Admin\",\n                    \"email\": \"catalina.castrillon+dev_admin@cargologik.com\"\n                },\n                \"company\": {\n                    \"_id\": \"64923794a1727236e13e4a56\",\n                    \"name\": \"Cargologik\"\n                },\n                \"shipment\": \"652700a42a7f100f100ddb07\",\n                \"createdAt\": \"2023-10-11T20:08:04.942Z\",\n                \"creationUser\": \"64923794ab8add620f4ec7fa\",\n                \"isOwner\": false,\n                \"status\": \"active\",\n                \"type\": \"acm-lsp\"\n            },\n            {\n                \"_id\": \"652700a42a7f100f100ddbe3\",\n                \"assignedTo\": {\n                    \"_id\": \"64e9325dee1e86e94e88d1e0\",\n                    \"firstName\": \"Pedro\",\n                    \"lastName\": \"Standard\",\n                    \"email\": \"catalina.castrillon+dev_standard@cargologik.com\"\n                },\n                \"company\": {\n                    \"_id\": \"64923794a1727236e13e4a56\",\n                    \"name\": \"Cargologik\"\n                },\n                \"shipment\": \"652700a42a7f100f100ddb07\",\n                \"createdAt\": \"2023-10-11T20:08:04.955Z\",\n                \"creationUser\": \"64923794ab8add620f4ec7fa\",\n                \"isOwner\": false,\n                \"status\": \"active\",\n                \"type\": \"acm-lsp\"\n            },\n            {\n                \"_id\": \"652700a42a7f100f100ddbef\",\n                \"assignedTo\": {\n                    \"_id\": \"64ed559596ee9cd4525ad9f1\",\n                    \"firstName\": \"Super\",\n                    \"lastName\": \"Man\",\n                    \"email\": \"diego.echeverry+super@rokk3rlabs.com\"\n                },\n                \"company\": {\n                    \"_id\": \"64923794a1727236e13e4a56\",\n                    \"name\": \"Cargologik\"\n                },\n                \"shipment\": \"652700a42a7f100f100ddb07\",\n                \"createdAt\": \"2023-10-11T20:08:04.967Z\",\n                \"creationUser\": \"64923794ab8add620f4ec7fa\",\n                \"isOwner\": false,\n                \"status\": \"active\",\n                \"type\": \"acm-lsp\"\n            },\n            {\n                \"_id\": \"652700a42a7f100f100ddbfb\",\n                \"assignedTo\": {\n                    \"_id\": \"64ed55ca96ee9cd4525adc2a\",\n                    \"firstName\": \"Mega\",\n                    \"lastName\": \"Man\",\n                    \"email\": \"diego.echeverry+mega@rokk3rlabs.com\"\n                },\n                \"company\": {\n                    \"_id\": \"64923794a1727236e13e4a56\",\n                    \"name\": \"Cargologik\"\n                },\n                \"shipment\": \"652700a42a7f100f100ddb07\",\n                \"createdAt\": \"2023-10-11T20:08:04.977Z\",\n                \"creationUser\": \"64923794ab8add620f4ec7fa\",\n                \"isOwner\": false,\n                \"status\": \"active\",\n                \"type\": \"acm-lsp\"\n            },\n            {\n                \"_id\": \"652700a42a7f100f100ddc07\",\n                \"assignedTo\": {\n                    \"_id\": \"64ee07916c38310518139822\",\n                    \"firstName\": \"Miguelito\",\n                    \"lastName\": \"Ruanas\",\n                    \"email\": \"diego.echeverry+miguelito@rokk3rlabs.com\"\n                },\n                \"company\": {\n                    \"_id\": \"64923794a1727236e13e4a56\",\n                    \"name\": \"Cargologik\"\n                },\n                \"shipment\": \"652700a42a7f100f100ddb07\",\n                \"createdAt\": \"2023-10-11T20:08:04.990Z\",\n                \"creationUser\": \"64923794ab8add620f4ec7fa\",\n                \"isOwner\": false,\n                \"status\": \"active\",\n                \"type\": \"acm-lsp\"\n            },\n            {\n                \"_id\": \"652700a52a7f100f100ddc13\",\n                \"assignedTo\": {\n                    \"_id\": \"64ee09422ba582445b55bbc4\",\n                    \"firstName\": \"Oscar\",\n                    \"lastName\": \"Egidio\",\n                    \"email\": \"diego.echeverry+eogi@rokk3rlabs.com\"\n                },\n                \"company\": {\n                    \"_id\": \"64923794a1727236e13e4a56\",\n                    \"name\": \"Cargologik\"\n                },\n                \"shipment\": \"652700a42a7f100f100ddb07\",\n                \"createdAt\": \"2023-10-11T20:08:05.001Z\",\n                \"creationUser\": \"64923794ab8add620f4ec7fa\",\n                \"isOwner\": false,\n                \"status\": \"active\",\n                \"type\": \"acm-lsp\"\n            },\n            {\n                \"_id\": \"652700a52a7f100f100ddc1f\",\n                \"assignedTo\": {\n                    \"_id\": \"64ee0dcbc19f8c3e19bb25e5\",\n                    \"firstName\": \"Miguel Angel\",\n                    \"lastName\": \"Dara\",\n                    \"email\": \"diego.echeverry+mida@rokk3rlabs.com\"\n                },\n                \"company\": {\n                    \"_id\": \"64923794a1727236e13e4a56\",\n                    \"name\": \"Cargologik\"\n                },\n                \"shipment\": \"652700a42a7f100f100ddb07\",\n                \"createdAt\": \"2023-10-11T20:08:05.013Z\",\n                \"creationUser\": \"64923794ab8add620f4ec7fa\",\n                \"isOwner\": false,\n                \"status\": \"active\",\n                \"type\": \"acm-lsp\"\n            },\n            {\n                \"_id\": \"652700a52a7f100f100ddc2b\",\n                \"assignedTo\": {\n                    \"_id\": \"64924297847500dca9ae2aa5\",\n                    \"firstName\": \"Maicol\",\n                    \"lastName\": \"Shipper\",\n                    \"email\": \"lucas.silva@cargologik.com\"\n                },\n                \"company\": {\n                    \"_id\": \"64924297a1727236e13f5137\",\n                    \"name\": \"Diego Shipper 2\"\n                },\n                \"shipment\": \"652700a42a7f100f100ddb07\",\n                \"createdAt\": \"2023-10-11T20:08:05.029Z\",\n                \"creationUser\": \"64923794ab8add620f4ec7fa\",\n                \"isOwner\": false,\n                \"status\": \"active\",\n                \"type\": \"main-shipper\"\n            }\n        ],\n        \"paymentTerms\": \"collect\",\n        \"pickupAddress\": \"\",\n        \"pickupDate\": null,\n        \"planVisibility\": \"64546c1d46bd8f753a4781fe\",\n        \"portDestination\": null,\n        \"portOrigin\": null,\n        \"referenceName\": \"Test1\",\n        \"shipmentType\": \"FCL\",\n        \"shipper\": \"6527004d6675ae46a95f7a42\",\n        \"tags\": [\n            \"upcoming\",\n            \"quick\"\n        ],\n        \"tenant\": \"6492387eab8add620f4ec849\",\n        \"totalChargeableWeight\": 1,\n        \"totalVolume\": 1,\n        \"totalVolumetricWeight\": 0,\n        \"totalWeight\": 1,\n        \"trade\": \"export\",\n        \"voyageNumber\": \"COSU6340835270\"\n    }\n}"}],"_postman_id":"54a41d81-fa81-4edf-bbfd-03d993fcb531"},{"name":"Shipment details","id":"e2d2e508-9aee-4557-b61a-5168f61b9653","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"url":"{{URL}}/api/v2/shipments/details?id=655d322a210d37d1cf19ec43","description":"<h1 id=\"shipment-details\">Shipment Details</h1>\n<p>This endpoint allows to retrieve all the information of a specific shipment.</p>\n<p>General Information</p>\n<ul>\n<li><strong>Shipment ID</strong>: Unique identifier for the shipment.</li>\n<li><strong>Current Status</strong>: The current status of the shipment.</li>\n<li><strong>Manual Input</strong>: Indicates if the shipment information was manually input.</li>\n<li><strong>Commodity</strong>: Description of the shipped commodity.</li>\n<li><strong>Incoterm</strong>: Incoterms rules applied to the shipment.</li>\n<li><strong>Freight Type</strong>: The mode of transportation for the shipment (e.g., ship, plane, truck).</li>\n<li><strong>Shipment Type</strong>: The type of shipment (e.g., FCL).</li>\n<li><strong>Trade</strong>: Trade-related information for the shipment.</li>\n<li><strong>Total Weight</strong>: Total weight of the shipment.</li>\n<li><strong>Total Volume</strong>: Total volume of the shipment.</li>\n<li><strong>Total Chargeable Weight</strong>: Chargeable weight for the shipment.</li>\n<li><strong>Total Volumetric Weight</strong>: Volumetric weight for the shipment.</li>\n<li><strong>Total Chargeable Weight</strong>: The chargeable weight for the shipment.</li>\n<li><strong>Voyage Number</strong>: Voyage number for the shipment.</li>\n<li><strong>HAWB</strong>: House Air Waybill number.</li>\n<li><strong>HBL</strong>: House Bill of Lading number.</li>\n<li><strong>MBL</strong>: Master Bill of Lading number.</li>\n<li><strong>Internal Reference</strong>: Internal reference associated with the shipment.</li>\n<li><strong>Custom Tags</strong>: Custom tags assigned to the shipment.</li>\n<li><strong>Attachments</strong>: Attached documents or files related to the shipment.</li>\n<li><strong>Automatic Events</strong>: Indicates if automatic events are enabled for the shipment.</li>\n<li><strong>Notes</strong>: Additional notes or comments regarding the shipment.</li>\n</ul>\n<h2 id=\"location-information\">Location Information</h2>\n<ul>\n<li><strong>Origin</strong>:<ul>\n<li><strong>Address</strong>: The origin address of the shipment.</li>\n<li><strong>Country Code</strong>: The country code of the origin.</li>\n<li><strong>Latitude</strong>: Latitude coordinates of the origin.</li>\n<li><strong>Longitude</strong>: Longitude coordinates of the origin.</li>\n</ul>\n</li>\n<li><strong>Destination</strong>:<ul>\n<li><strong>Address</strong>: The destination address of the shipment.</li>\n<li><strong>Country Code</strong>: The country code of the destination.</li>\n<li><strong>Latitude</strong>: Latitude coordinates of the destination.</li>\n<li><strong>Longitude</strong>: Longitude coordinates of the destination.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"date-information\">Date Information</h2>\n<ul>\n<li><strong>Estimated Departure Date (ETD)</strong>: The estimated departure date of the shipment.</li>\n<li><strong>Estimated Arrival Date (ETA)</strong>: The estimated arrival date of the shipment.</li>\n<li><strong>Pickup Date</strong>: The scheduled pickup date for the shipment.</li>\n<li><strong>Cutoff Date</strong>: The cutoff date for the shipment.</li>\n<li><strong>Actual Departure Date</strong>: The actual departure date of the shipment.</li>\n<li><strong>Actual Arrival Date</strong>: The actual arrival date of the shipment.</li>\n</ul>\n<h2 id=\"company-information\">Company Information</h2>\n<ul>\n<li><strong>Company</strong>:<ul>\n<li><strong>ID</strong>: Unique identifier for the company associated with the shipment.</li>\n<li><strong>Name</strong>: Name of the company.</li>\n</ul>\n</li>\n<li><strong>Owner</strong>: The owner of the shipment.</li>\n</ul>\n<h2 id=\"participant-information\">Participant Information</h2>\n<ul>\n<li><strong>Participants</strong>: A list of participants involved in the shipment, including:<ul>\n<li><strong>Assigned To</strong>:<ul>\n<li><strong>ID</strong>: Unique identifier for the assigned person.</li>\n<li><strong>First Name</strong>: First name of the assigned person.</li>\n<li><strong>Last Name</strong>: Last name of the assigned person.</li>\n<li><strong>Email</strong>: Email address of the assigned person.</li>\n</ul>\n</li>\n<li><strong>Company</strong>:<ul>\n<li><strong>ID</strong>: Unique identifier for the company.</li>\n<li><strong>Name</strong>: Name of the company.</li>\n<li><strong>Type</strong>: Type of participant (e.g., lsp, shipper).</li>\n</ul>\n</li>\n<li><strong>Shipment</strong>: ID of the associated shipment.</li>\n<li><strong>Status</strong>: Status of the participant.</li>\n<li><strong>Type</strong>: Type of participant (e.g., acm-lsp, main-shipper).</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"plan-visibility\">Plan Visibility</h2>\n<ul>\n<li><strong>Plan Visibility</strong>: Plan visibility information for the shipment, including:<ul>\n<li><strong>ID</strong>: Unique identifier for plan visibility.</li>\n<li><strong>Name</strong>: Name of the plan visibility.</li>\n<li><strong>Providers</strong>: List of providers.</li>\n<li><strong>Features</strong>: Features related to plan visibility, including:<ul>\n<li><strong>Name</strong>: Feature name.</li>\n<li><strong>Type</strong>: Type of feature (e.g., sea, air, land).</li>\n<li><strong>Value</strong>: Feature value.</li>\n<li><strong>Value Label</strong>: Label for the feature value.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"validation-information\">Validation Information</h2>\n<ul>\n<li><strong>Is Valid Carrier</strong>: Indicates if the carrier is valid.</li>\n<li><strong>Message Valid Format</strong>: A message indicating the validation status of the shipment carrier.</li>\n</ul>\n<h2 id=\"event-history\">Event History</h2>\n<ul>\n<li><strong>Events</strong>: A list of events associated with the shipment.</li>\n</ul>\n<h2 id=\"metadata\">Metadata</h2>\n<ul>\n<li><strong>Created At</strong>: Date and time when the shipment was created.</li>\n<li><strong>Creation User</strong>: User who created the shipment.<ul>\n<li><strong>First Name</strong>: First name of the creation user.</li>\n<li><strong>Last Name</strong>: Last name of the creation user.</li>\n</ul>\n</li>\n</ul>\n<p>Please note that this document provides a comprehensive overview of the fields and their descriptions. Field availability may vary depending on the specific shipment and its associated data.</p>\n","urlObject":{"path":["api","v2","shipments","details"],"host":["{{URL}}"],"query":[{"key":"id","value":"655d322a210d37d1cf19ec43"}],"variable":[]}},"response":[{"id":"5ad0d000-40d4-4872-8650-3ce160bccb67","name":"Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/api/v2/shipments/details?id=655d322a210d37d1cf19ec43","host":["{{URL}}"],"path":["api","v2","shipments","details"],"query":[{"key":"id","value":"655d322a210d37d1cf19ec43"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"30b97-6PaRlggakEwqXNYA+Lyz5GE2SUo\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 04 Apr 2024 21:39:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"origin\": {\n        \"address\": \"Canadá\",\n        \"countryCode\": \"CA\",\n        \"lat\": 56.130366,\n        \"lng\": -106.346771\n    },\n    \"destination\": null,\n    \"_id\": \"655d322a210d37d1cf19ec43\",\n    \"shipmentId\": \"M201_CANAD-_GH_16-BIT-MICROCON\",\n    \"accessorials\": [],\n    \"agent\": null,\n    \"attachments\": [],\n    \"automaticEvents\": true,\n    \"bookingNumber\": \"\",\n    \"commodity\": \"16 bit microcontroller \",\n    \"company\": {\n        \"_id\": \"64961c56a1727236e1959277\",\n        \"name\": \"Shipper Pedro\",\n        \"type\": \"shipper\"\n    },\n    \"configTracking\": \"containerNumber\",\n    \"consignee\": null,\n    \"containersNumber\": [\n        \"AAAS434345\",\n        \"AFGG2323232\",\n        \"GFJH2323223\"\n    ],\n    \"createdAt\": \"2023-11-21T22:41:45.883Z\",\n    \"creationUser\": {\n        \"_id\": \"649618800b7497f3261b426f\",\n        \"firstName\": \"Pedro Pablo\",\n        \"lastName\": \"holguin\"\n    },\n    \"currentStatus\": \"active\",\n    \"customTags\": [],\n    \"deliveryAddress\": \"\",\n    \"eta\": null,\n    \"etaHistory\": [],\n    \"etd\": null,\n    \"flightNumber\": \"\",\n    \"freightType\": \"ship\",\n    \"hawb\": \"\",\n    \"hbl\": \"\",\n    \"incoterm\": \"CIF\",\n    \"integrations\": [\n        \"Integration1\",\n        \"Integration2\",\n        \"Integration3\",\n        \"Integration4\",\n        \"Integration5\"\n    ],\n    \"internalReference\": \" \",\n    \"isCreated\": true,\n    \"isFavorite\": false,\n    \"manualInput\": true,\n    \"mawb\": \"\",\n    \"mbl\": \"MEDUK3032282\",\n    \"notes\": \"\",\n    \"notify\": null,\n    \"owner\": {\n        \"_id\": \"6496187f0b7497f3261b4260\",\n        \"name\": \"Customer1\",\n        \"type\": \"lsp\"\n    },\n    \"packagesInfo\": [],\n    \"participants\": [\n        {\n            \"_id\": \"655d3230210d37d1cf19ecfb\",\n            \"assignedTo\": {\n                \"_id\": \"649618800b7497f3261b426f\",\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                \"urlPhotoProfile\": \"https://storage.googleapis.com/carlinlsp-dev-cargologik-app/c0144786308f196864b208dc51c76734.blob?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1743785744&Signature=TN2gRLknsQZs5mvh4%2FsPYh%2B118EZSvZRpzD0MySoeRm4poMQPDKJB0XhIROlkKYwzKiiTa2LKG6GOZ0MSPwfMTIzbk5XYPlll4ZzqOgtLPFAw1zXE%2F99cK0AlQevuFXLsX6oVwVfPVy6WW%2BXXqu9%2BAJAP9pmCELheebor7j35pSCdyAw3EzEH3YHfZjhT5z%2BdgKzRsSqfJGnwpUdUXa9nR%2BGdzm%2FSUKgqCxGeJTwr0bsCBX6n116zeXM9KafF4NiTq7N8CJ5bXpd9f%2B%2F4iDd%2FWPxTnMzh9BneG6eyygKLn%2FRAwem9fNQxuQHSNs3Ai1sFIKPAKE86HkvgZ1kWpn32A%3D%3D\"\n            },\n            \"company\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"shipment\": \"655d322a210d37d1cf19ec43\",\n            \"status\": \"active\",\n            \"type\": \"acm-lsp\"\n        },\n        {\n            \"_id\": \"655d3230210d37d1cf19ed12\",\n            \"assignedTo\": {\n                \"_id\": \"649ee411cd2ae3022068836f\",\n                \"firstName\": \"Carlos Andres\",\n                \"lastName\": \"Holguin\",\n                \"email\": \"pedro.holgin+mem01@cargologik.com\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"company\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"shipment\": \"655d322a210d37d1cf19ec43\",\n            \"status\": \"active\",\n            \"type\": \"acm-lsp\"\n        },\n        {\n            \"_id\": \"655d3230210d37d1cf19ed22\",\n            \"assignedTo\": {\n                \"_id\": \"64dba7138cb9ce143a1d3ccc\",\n                \"firstName\": \"Pedro\",\n                \"lastName\": \"Luis\",\n                \"email\": \"pedro.holgin+ship44@cargologik.com\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"company\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"shipment\": \"655d322a210d37d1cf19ec43\",\n            \"status\": \"active\",\n            \"type\": \"acm-lsp\"\n        },\n        {\n            \"_id\": \"655d3230210d37d1cf19ed41\",\n            \"assignedTo\": {\n                \"_id\": \"64961c54416606c8874e1e60\",\n                \"firstName\": \"Shipper\",\n                \"lastName\": \"Pedro\",\n                \"email\": \"pedro.holgin+shipper1@cargologik.com\",\n                \"urlPhotoProfile\": \"https://storage.googleapis.com/shipperpedro-dev-com/22602e1eaa510c58020a4a34bfca2129.blob?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1743785744&Signature=gNw6Sqof%2BPBEvLjMJlQcGvavoJ7pgw4zFDO9Eq%2FgBmQOyLzj4aPmEInWb8JxpMwMlC3XzD%2FTu1sSaeTsYlBHYp5FsIzdl%2B9hLZEPyH6JTJdB%2FftRiMeIa8kQzYcD940piw9kfGdMD8l8ib2XeAgp%2BenaGQ3ELFhdsLunWIg5UvZkiT3%2FKZLX2gKBYbDc5%2BCY8%2FBbuMm5tl6M7O6MOLerDFE9Xp9VxtM54lA9mMbTh%2F4cHm6eeojfYmVKab1VzPBb7Xu9O5uL0Sm9P%2FKWHoUvmgjygIT8F19ysvYSa1z2QLjE7hy8CNnape4YIB5NNgFJr90zzYw%2BTFCF549uXprs2Q%3D%3D\"\n            },\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"shipment\": \"655d322a210d37d1cf19ec43\",\n            \"status\": \"active\",\n            \"type\": \"main-shipper\"\n        },\n        {\n            \"_id\": \"655d3231210d37d1cf19ed4f\",\n            \"assignedTo\": {\n                \"_id\": \"64ba97808e1b1dec4387cabe\",\n                \"firstName\": \"Pedro\",\n                \"lastName\": \"Holguin\",\n                \"email\": \"pedro.holgin+shipper10@cargologik.com\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"shipment\": \"655d322a210d37d1cf19ec43\",\n            \"status\": \"active\",\n            \"type\": \"internal-shipper\"\n        }\n    ],\n    \"pickupAddress\": \"\",\n    \"pickupDate\": null,\n    \"planVisibility\": {\n        \"_id\": \"64546c1d46bd8f753a4781fe\",\n        \"name\": \"Premium\",\n        \"providers\": [\n            \"Provider1\",\n            \"Provider2\",\n            \"Provider3\",\n            \"Provider4\",\n            \"Provider5\"\n        ],\n        \"features\": [\n            {\n                \"name\": \"plan_visibility_ocean\",\n                \"type\": \"sea\",\n                \"value\": 8,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"stripeProductId\": \"prod_NpuMlMOuUCRpGz\",\n                \"_id\": \"64546c1d46bd8f753a4781ff\"\n            },\n            {\n                \"name\": \"plan_visibility_air\",\n                \"type\": \"air\",\n                \"value\": 5,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"stripeProductId\": \"prod_NpuMBr0p4MokNn\",\n                \"_id\": \"64546c1d46bd8f753a478200\"\n            },\n            {\n                \"name\": \"plan_visibility_inland\",\n                \"type\": \"land\",\n                \"value\": -1,\n                \"valueLabel\": \"plan_visibility_cooming_soon\",\n                \"_id\": \"64546c1d46bd8f753a478201\"\n            }\n        ]\n    },\n    \"portDestination\": {\n        \"address\": \"GHACC Accra\",\n        \"countryCode\": \"GH\"\n    },\n    \"portOrigin\": null,\n    \"referenceName\": \"TEST C7\",\n    \"scacCode\": \"\",\n    \"shipmentType\": \"FCL\",\n    \"shipper\": null,\n    \"tags\": [\n        \"upcoming\",\n        \"quick\",\n        \"incorrectMbl\",\n        \"document\",\n        \"document\",\n        \"document\",\n        \"document\",\n        \"document\",\n        \"document\",\n        \"document\",\n        \"document\",\n        \"document\"\n    ],\n    \"tenant\": {\n        \"_id\": \"649618800b7497f3261b426d\",\n        \"tenant\": \"companypedro\"\n    },\n    \"totalVolume\": 0,\n    \"totalWeight\": 0,\n    \"trade\": \"\",\n    \"voyageNumber\": \"\",\n    \"cutoff\": null,\n    \"updateUser\": \"649618800b7497f3261b426f\",\n    \"updatedAt\": \"2024-01-10T00:58:02.385Z\",\n    \"participant\": [\n        {\n            \"_id\": \"655d3230210d37d1cf19ecfb\",\n            \"assignedTo\": {\n                \"_id\": \"649618800b7497f3261b426f\",\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                \"urlPhotoProfile\": \"https://storage.googleapis.com/carlinlsp-dev-cargologik-app/c0144786308f196864b208dc51c76734.blob?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1743785744&Signature=TN2gRLknsQZs5mvh4%2FsPYh%2B118EZSvZRpzD0MySoeRm4poMQPDKJB0XhIROlkKYwzKiiTa2LKG6GOZ0MSPwfMTIzbk5XYPlll4ZzqOgtLPFAw1zXE%2F99cK0AlQevuFXLsX6oVwVfPVy6WW%2BXXqu9%2BAJAP9pmCELheebor7j35pSCdyAw3EzEH3YHfZjhT5z%2BdgKzRsSqfJGnwpUdUXa9nR%2BGdzm%2FSUKgqCxGeJTwr0bsCBX6n116zeXM9KafF4NiTq7N8CJ5bXpd9f%2B%2F4iDd%2FWPxTnMzh9BneG6eyygKLn%2FRAwem9fNQxuQHSNs3Ai1sFIKPAKE86HkvgZ1kWpn32A%3D%3D\"\n            },\n            \"company\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"shipment\": \"655d322a210d37d1cf19ec43\",\n            \"status\": \"active\",\n            \"type\": \"acm-lsp\"\n        },\n        {\n            \"_id\": \"655d3230210d37d1cf19ed12\",\n            \"assignedTo\": {\n                \"_id\": \"649ee411cd2ae3022068836f\",\n                \"firstName\": \"Carlos Andres\",\n                \"lastName\": \"Holguin\",\n                \"email\": \"pedro.holgin+mem01@cargologik.com\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"company\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"shipment\": \"655d322a210d37d1cf19ec43\",\n            \"status\": \"active\",\n            \"type\": \"acm-lsp\"\n        },\n        {\n            \"_id\": \"655d3230210d37d1cf19ed22\",\n            \"assignedTo\": {\n                \"_id\": \"64dba7138cb9ce143a1d3ccc\",\n                \"firstName\": \"Pedro\",\n                \"lastName\": \"Luis\",\n                \"email\": \"pedro.holgin+ship44@cargologik.com\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"company\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"shipment\": \"655d322a210d37d1cf19ec43\",\n            \"status\": \"active\",\n            \"type\": \"acm-lsp\"\n        },\n        {\n            \"_id\": \"655d3230210d37d1cf19ed41\",\n            \"assignedTo\": {\n                \"_id\": \"64961c54416606c8874e1e60\",\n                \"firstName\": \"Shipper\",\n                \"lastName\": \"Pedro\",\n                \"email\": \"pedro.holgin+shipper1@cargologik.com\",\n                \"urlPhotoProfile\": \"https://storage.googleapis.com/shipperpedro-dev-com/22602e1eaa510c58020a4a34bfca2129.blob?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1743785744&Signature=gNw6Sqof%2BPBEvLjMJlQcGvavoJ7pgw4zFDO9Eq%2FgBmQOyLzj4aPmEInWb8JxpMwMlC3XzD%2FTu1sSaeTsYlBHYp5FsIzdl%2B9hLZEPyH6JTJdB%2FftRiMeIa8kQzYcD940piw9kfGdMD8l8ib2XeAgp%2BenaGQ3ELFhdsLunWIg5UvZkiT3%2FKZLX2gKBYbDc5%2BCY8%2FBbuMm5tl6M7O6MOLerDFE9Xp9VxtM54lA9mMbTh%2F4cHm6eeojfYmVKab1VzPBb7Xu9O5uL0Sm9P%2FKWHoUvmgjygIT8F19ysvYSa1z2QLjE7hy8CNnape4YIB5NNgFJr90zzYw%2BTFCF549uXprs2Q%3D%3D\"\n            },\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"shipment\": \"655d322a210d37d1cf19ec43\",\n            \"status\": \"active\",\n            \"type\": \"main-shipper\"\n        },\n        {\n            \"_id\": \"655d3231210d37d1cf19ed4f\",\n            \"assignedTo\": {\n                \"_id\": \"64ba97808e1b1dec4387cabe\",\n                \"firstName\": \"Pedro\",\n                \"lastName\": \"Holguin\",\n                \"email\": \"pedro.holgin+shipper10@cargologik.com\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"shipment\": \"655d322a210d37d1cf19ec43\",\n            \"status\": \"active\",\n            \"type\": \"internal-shipper\"\n        }\n    ],\n    \"events\": [\n        {\n            \"_id\": \"65957934a1a71c8dfd867a39\",\n            \"checksum\": \"8500a74ea5dcf3a6821acfe43f4b89c339af43bf4db8fdedfe62a2102b226374\",\n            \"actionRequired\": false,\n            \"containerNumber\": \"nuevin\",\n            \"creationUser\": \"649618800b7497f3261b426f\",\n            \"date\": \"2024-01-18T17:00:00.000Z\",\n            \"description\": \"actualizando descripcion\",\n            \"location\": {\n                \"name\": \"69130 Écully, Francia\",\n                \"city\": \"Auvernia-Ródano-Alpes\",\n                \"country\": \"FR\",\n                \"lat\": 45.774657,\n                \"lng\": 4.77867\n            },\n            \"manualInput\": 1,\n            \"mbl\": \"MEDUK3032282\",\n            \"milestone\": \"CUP\",\n            \"provider\": \"manual\",\n            \"shipmentId\": \"655d322a210d37d1cf19ec43\",\n            \"title\": \"CUP\",\n            \"vesselName\": \"update vessel\",\n            \"voyageNumber\": \"update voyage\"\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f67c0d342a6c975fe5cf\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"IU347A\",\n            \"description\": \"Export Loaded on Vessel\",\n            \"date\": \"2023-11-28T07:00:06.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 24.8607343,\n                \"lng\": 67.0011364,\n                \"name\": \"Karachi City\",\n                \"state\": \"Sindh\",\n                \"country\": \"Pakistan\",\n                \"countryCode\": \"PK\"\n            },\n            \"milestone\": \"LOAD\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"ACT\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": \"45GP\",\n            \"transportCallId\": \"c86674cc-3775-4aaa-ad21-3f7eec856bf0\",\n            \"locationName\": \"KARACHI\",\n            \"country\": \"PK\",\n            \"locode\": \"PKKHI\",\n            \"unLocationCode\": \"PKKHI\",\n            \"latitude\": \"24.83500000000001\",\n            \"longitude\": \"66.97777777777777\",\n            \"timezone\": \"Asia/Karachi\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"PORT_OF_LOADING\",\n            \"vesselImo\": 9285990,\n            \"vesselImoNumber\": 9285990,\n            \"vesselName\": \"AMERICA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"EQUIPMENT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f6800d342a6c975fe5d8\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-03T09:59:07.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 10.3932277,\n                \"lng\": -75.4832311,\n                \"name\": \"Cartagena Province\",\n                \"state\": \"Bolivar\",\n                \"country\": \"Colombia\",\n                \"countryCode\": \"CO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"13ad3273-f36b-4f74-a290-c93c350e13ba\",\n            \"locationName\": \"CARTAGENA\",\n            \"country\": \"CO\",\n            \"locode\": \"COCTG\",\n            \"unLocationCode\": \"COCTG\",\n            \"latitude\": \"10.40177792092902\",\n            \"longitude\": \"-75.53325270641105\",\n            \"timezone\": \"America/Bogota\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f6800d342a6c975fe5d9\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-04T09:59:08.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 10.3932277,\n                \"lng\": -75.4832311,\n                \"name\": \"Cartagena Province\",\n                \"state\": \"Bolivar\",\n                \"country\": \"Colombia\",\n                \"countryCode\": \"CO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"318b6c97-bc80-4398-93cc-ea0c7ca99a82\",\n            \"locationName\": \"CARTAGENA\",\n            \"country\": \"CO\",\n            \"locode\": \"COCTG\",\n            \"unLocationCode\": \"COCTG\",\n            \"latitude\": \"10.40177792092902\",\n            \"longitude\": \"-75.53325270641105\",\n            \"timezone\": \"America/Bogota\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"Provider1\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f6810d342a6c975fe5db\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-06T01:59:12.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"296f70a9-4d10-4e61-9024-20d77db1031f\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"Provider1\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f6820d342a6c975fe5dc\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-05T22:59:10.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.0958974,\n                \"lng\": -79.0764252,\n                \"name\": \"Jefferson County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"4fd9ee43-b93b-42dc-9a43-c7cba2085cf1\",\n            \"locationName\": \"COLON\",\n            \"country\": \"PA\",\n            \"locode\": \"PAONX\",\n            \"unLocationCode\": \"PAONX\",\n            \"latitude\": \"9.372767828982703\",\n            \"longitude\": \"-79.88976087897439\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f6830d342a6c975fe5de\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"IU347A\",\n            \"description\": \"Actual arrival\",\n            \"date\": \"2023-11-29T09:11:13.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.9499361,\n                \"lng\": 72.9511875,\n                \"name\": \"Konkan Division\",\n                \"state\": \"Maharashtra\",\n                \"country\": \"India\",\n                \"countryCode\": \"IN\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"ACT\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"74baaa0d-071e-4958-9e86-56aaacb8f42d\",\n            \"locationName\": \"JAWAHARLAL NEHRU (NHAVA SHEVA)\",\n            \"country\": \"IN\",\n            \"locode\": \"INNSA\",\n            \"unLocationCode\": \"INNSA\",\n            \"latitude\": \"18.9534422917995\",\n            \"longitude\": \"72.94464165344198\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9285990,\n            \"vesselImoNumber\": 9285990,\n            \"vesselName\": \"AMERICA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"AIS\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f6850d342a6c975fe5e2\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-06T01:59:11.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"64e5d2eb-fb14-4728-9562-61d2fae7e758\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f6860d342a6c975fe5e5\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-06T01:59:11.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"0a3bb395-0c30-4758-9a84-f4528b1b9640\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f6890d342a6c975fe5eb\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-05T10:59:09.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.0958974,\n                \"lng\": -79.0764252,\n                \"name\": \"Jefferson County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"734b9226-70e0-41da-9393-da38d26d1da9\",\n            \"locationName\": \"COLON\",\n            \"country\": \"PA\",\n            \"locode\": \"PAONX\",\n            \"unLocationCode\": \"PAONX\",\n            \"latitude\": \"9.372767828982703\",\n            \"longitude\": \"-79.88976087897439\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f68d0d342a6c975fe5f4\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-13T02:59:18.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"4d2c73a6-0166-4f8f-bd43-3eed1145123d\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f68d0d342a6c975fe5f5\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"IU347A\",\n            \"description\": \"Actual departure\",\n            \"date\": \"2023-11-27T05:06:52.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 24.8607343,\n                \"lng\": 67.0011364,\n                \"name\": \"Karachi City\",\n                \"state\": \"Sindh\",\n                \"country\": \"Pakistan\",\n                \"countryCode\": \"PK\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"ACT\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"50e5a237-5238-4ba5-80ba-2718304fcef9\",\n            \"locationName\": \"KARACHI\",\n            \"country\": \"PK\",\n            \"locode\": \"PKKHI\",\n            \"unLocationCode\": \"PKKHI\",\n            \"latitude\": \"24.83500000000001\",\n            \"longitude\": \"66.97777777777777\",\n            \"timezone\": \"Asia/Karachi\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"PORT_OF_LOADING\",\n            \"vesselImo\": 9285990,\n            \"vesselImoNumber\": 9285990,\n            \"vesselName\": \"AMERICA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"AIS\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f68e0d342a6c975fe5f7\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-03T09:59:07.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 10.3932277,\n                \"lng\": -75.4832311,\n                \"name\": \"Cartagena Province\",\n                \"state\": \"Bolivar\",\n                \"country\": \"Colombia\",\n                \"countryCode\": \"CO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"5f05ba1b-a533-4324-bd41-1097c7eda59d\",\n            \"locationName\": \"CARTAGENA\",\n            \"country\": \"CO\",\n            \"locode\": \"COCTG\",\n            \"unLocationCode\": \"COCTG\",\n            \"latitude\": \"10.40177792092902\",\n            \"longitude\": \"-75.53325270641105\",\n            \"timezone\": \"America/Bogota\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f5ce29fdb7da8f10c560\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Full Intended Transshipment\",\n            \"date\": \"2023-12-22T23:02:08.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 37.9571555,\n                \"lng\": -8.860890699999999,\n                \"name\": \"Sines\",\n                \"state\": \"Setubal\",\n                \"country\": \"Portugal\",\n                \"countryCode\": \"PT\"\n            },\n            \"milestone\": \"LOAD\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": \"45GP\",\n            \"transportCallId\": \"6ebe404f-4d4b-43b4-b1c7-92c5e568239a\",\n            \"locationName\": \"SINES\",\n            \"country\": \"PT\",\n            \"locode\": \"PTSIE\",\n            \"unLocationCode\": \"PTSIE\",\n            \"latitude\": \"37.9425\",\n            \"longitude\": \"-8.8675\",\n            \"timezone\": \"Europe/Lisbon\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"TRANSSHIPMENT_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"EQUIPMENT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f67c0d342a6c975fe5d0\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": null,\n            \"description\": \"Export received at CY\",\n            \"date\": \"2023-11-23T07:00:03.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 24.8607343,\n                \"lng\": 67.0011364,\n                \"name\": \"Karachi City\",\n                \"state\": \"Sindh\",\n                \"country\": \"Pakistan\",\n                \"countryCode\": \"PK\"\n            },\n            \"milestone\": \"GTIN\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"ACT\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": \"45GP\",\n            \"transportCallId\": \"c44f4240-41a3-4896-911f-e703abfbc560\",\n            \"locationName\": \"KARACHI\",\n            \"country\": \"PK\",\n            \"locode\": \"PKKHI\",\n            \"unLocationCode\": \"PKKHI\",\n            \"latitude\": \"24.83500000000001\",\n            \"longitude\": \"66.97777777777777\",\n            \"timezone\": \"Asia/Karachi\",\n            \"modeOfTransport\": \"TRUCK\",\n            \"transportCallType\": \"PORT_OF_LOADING\",\n            \"vesselImo\": null,\n            \"vesselImoNumber\": null,\n            \"vesselName\": null,\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"EQUIPMENT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f67e0d342a6c975fe5d4\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"IU347A\",\n            \"description\": \"Actual departure\",\n            \"date\": \"2023-12-13T12:19:44.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 32.7940463,\n                \"lng\": 34.989571,\n                \"name\": \"Haifa\",\n                \"state\": \"Haifa District\",\n                \"country\": \"Israel\",\n                \"countryCode\": \"IL\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"ACT\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"6fc3b5de-92dc-43bc-b34d-3f57d6c08826\",\n            \"locationName\": \"HAIFA\",\n            \"country\": \"IL\",\n            \"locode\": \"ILHFA\",\n            \"unLocationCode\": \"ILHFA\",\n            \"latitude\": \"32.82250000000001\",\n            \"longitude\": \"35.01916666666666\",\n            \"timezone\": \"Asia/Jerusalem\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9285990,\n            \"vesselImoNumber\": 9285990,\n            \"vesselName\": \"AMERICA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"AIS\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f6800d342a6c975fe5d7\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2023-12-31T19:59:05.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.421939,\n                \"lng\": -69.6568088,\n                \"name\": \"Boca Chica\",\n                \"state\": \"Santo Domingo\",\n                \"country\": \"Dominican Republic\",\n                \"countryCode\": \"DO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"de086392-08fa-466b-94a3-fc0f33e14aab\",\n            \"locationName\": \"CAUCEDO\",\n            \"country\": \"DO\",\n            \"locode\": \"DOCAU\",\n            \"unLocationCode\": \"DOCAU\",\n            \"latitude\": \"18.42583662504013\",\n            \"longitude\": \"-69.62937978144704\",\n            \"timezone\": \"America/Santo_Domingo\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"Provider1\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f6820d342a6c975fe5dd\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Estimated Time of Arrival\",\n            \"date\": \"2024-01-18T01:59:24.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 29.4251905,\n                \"lng\": -98.4945922,\n                \"name\": \"Bexar County\",\n                \"state\": \"Texas\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"cd3e15a0-3815-4f16-8589-e640fc9302e5\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f6850d342a6c975fe5e3\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-06T01:59:12.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"f0e4cef6-d489-403e-bdce-eeb6cf04f28c\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f6860d342a6c975fe5e4\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-08T13:59:16.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"ffd6399c-110b-419d-a9aa-1cd221ecbbe5\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"Provider1\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f68a0d342a6c975fe5ee\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-06T16:59:14.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"c7fb8ab1-4a16-4919-9090-46de8467e4ce\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f68b0d342a6c975fe5ef\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"IU347A\",\n            \"description\": \"Full Transshipment Discharged\",\n            \"date\": \"2023-12-19T22:57:07.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 37.9571555,\n                \"lng\": -8.860890699999999,\n                \"name\": \"Sines\",\n                \"state\": \"Setubal\",\n                \"country\": \"Portugal\",\n                \"countryCode\": \"PT\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"ACT\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"eaa45ca7-85f8-4a60-86aa-8f504d7e10a8\",\n            \"locationName\": \"SINES\",\n            \"country\": \"PT\",\n            \"locode\": \"PTSIE\",\n            \"unLocationCode\": \"PTSIE\",\n            \"latitude\": \"37.9425\",\n            \"longitude\": \"-8.8675\",\n            \"timezone\": \"Europe/Lisbon\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"TRANSSHIPMENT_PORT\",\n            \"vesselImo\": 9285990,\n            \"vesselImoNumber\": 9285990,\n            \"vesselName\": \"AMERICA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f68c0d342a6c975fe5f2\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"IU347A\",\n            \"description\": \"Actual departure\",\n            \"date\": \"2023-12-03T07:08:49.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 22.8395642,\n                \"lng\": 69.72407489999999,\n                \"name\": null,\n                \"state\": \"Gujarat\",\n                \"country\": \"India\",\n                \"countryCode\": \"IN\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"ACT\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"9300d889-86fc-4426-ab79-07846d149c21\",\n            \"locationName\": \"MUNDRA\",\n            \"country\": \"IN\",\n            \"locode\": \"INMUN\",\n            \"unLocationCode\": \"INMUN\",\n            \"latitude\": \"22.74271191332488\",\n            \"longitude\": \"69.6449446570733\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9285990,\n            \"vesselImoNumber\": 9285990,\n            \"vesselName\": \"AMERICA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"AIS\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f68d0d342a6c975fe5f3\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-01T14:44:06.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.421939,\n                \"lng\": -69.6568088,\n                \"name\": \"Boca Chica\",\n                \"state\": \"Santo Domingo\",\n                \"country\": \"Dominican Republic\",\n                \"countryCode\": \"DO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"d1a21023-d945-4427-afe5-69e996009f08\",\n            \"locationName\": \"CAUCEDO\",\n            \"country\": \"DO\",\n            \"locode\": \"DOCAU\",\n            \"unLocationCode\": \"DOCAU\",\n            \"latitude\": \"18.42583662504013\",\n            \"longitude\": \"-69.62937978144704\",\n            \"timezone\": \"America/Santo_Domingo\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f67a0d342a6c975fe5cc\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Predicted discharge\",\n            \"date\": \"2024-01-18T19:08:00.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 29.4251905,\n                \"lng\": -98.4945922,\n                \"name\": \"Bexar County\",\n                \"state\": \"Texas\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"DISC\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": \"45GP\",\n            \"transportCallId\": \"bae6942d-4316-45f7-bc65-9c73abd3c806\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"Provider1\",\n            \"eventType\": \"EQUIPMENT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f67b0d342a6c975fe5cd\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"IU347A\",\n            \"description\": \"Full Transshipment Discharged\",\n            \"date\": \"2023-12-19T22:57:06.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 37.9571555,\n                \"lng\": -8.860890699999999,\n                \"name\": \"Sines\",\n                \"state\": \"Setubal\",\n                \"country\": \"Portugal\",\n                \"countryCode\": \"PT\"\n            },\n            \"milestone\": \"DISC\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"ACT\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": \"45GP\",\n            \"transportCallId\": \"5e3ac94b-3d2e-4a00-9c2b-02783b35a291\",\n            \"locationName\": \"SINES\",\n            \"country\": \"PT\",\n            \"locode\": \"PTSIE\",\n            \"unLocationCode\": \"PTSIE\",\n            \"latitude\": \"37.9425\",\n            \"longitude\": \"-8.8675\",\n            \"timezone\": \"Europe/Lisbon\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"TRANSSHIPMENT_PORT\",\n            \"vesselImo\": 9285990,\n            \"vesselImoNumber\": 9285990,\n            \"vesselName\": \"AMERICA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"EQUIPMENT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f67b0d342a6c975fe5ce\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": null,\n            \"description\": \"Predicted gateout\",\n            \"date\": \"2024-01-22T19:08:00.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 29.4251905,\n                \"lng\": -98.4945922,\n                \"name\": \"Bexar County\",\n                \"state\": \"Texas\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"GTOT\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": \"45GP\",\n            \"transportCallId\": \"497606fa-8d18-4928-9730-3218e1196898\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"TRUCK\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": null,\n            \"vesselImoNumber\": null,\n            \"vesselName\": null,\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"Provider1\",\n            \"eventType\": \"EQUIPMENT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f67e0d342a6c975fe5d3\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-05T10:59:09.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.0958974,\n                \"lng\": -79.0764252,\n                \"name\": \"Jefferson County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"a22d565e-8026-4551-bb81-687daf7f967a\",\n            \"locationName\": \"COLON\",\n            \"country\": \"PA\",\n            \"locode\": \"PAONX\",\n            \"unLocationCode\": \"PAONX\",\n            \"latitude\": \"9.372767828982703\",\n            \"longitude\": \"-79.88976087897439\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"Provider1\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f67f0d342a6c975fe5d5\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-04T09:59:08.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 10.3932277,\n                \"lng\": -75.4832311,\n                \"name\": \"Cartagena Province\",\n                \"state\": \"Bolivar\",\n                \"country\": \"Colombia\",\n                \"countryCode\": \"CO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"77775789-4080-4dd5-93c5-936f104e7e13\",\n            \"locationName\": \"CARTAGENA\",\n            \"country\": \"CO\",\n            \"locode\": \"COCTG\",\n            \"unLocationCode\": \"COCTG\",\n            \"latitude\": \"10.40177792092902\",\n            \"longitude\": \"-75.53325270641105\",\n            \"timezone\": \"America/Bogota\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f67f0d342a6c975fe5d6\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2023-12-31T19:59:05.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.421939,\n                \"lng\": -69.6568088,\n                \"name\": \"Boca Chica\",\n                \"state\": \"Santo Domingo\",\n                \"country\": \"Dominican Republic\",\n                \"countryCode\": \"DO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"3ac2ac3f-ff66-4f13-b265-6dd0210df606\",\n            \"locationName\": \"CAUCEDO\",\n            \"country\": \"DO\",\n            \"locode\": \"DOCAU\",\n            \"unLocationCode\": \"DOCAU\",\n            \"latitude\": \"18.42583662504013\",\n            \"longitude\": \"-69.62937978144704\",\n            \"timezone\": \"America/Santo_Domingo\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f6810d342a6c975fe5da\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-06T16:59:13.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"92f074f6-1d59-4590-80fc-fa18b3fa6d8f\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f6840d342a6c975fe5e0\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-07T13:59:15.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"4e8976a8-8580-4191-853a-5d19738a5362\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f6840d342a6c975fe5e1\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2023-12-24T20:30:00.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 37.9571555,\n                \"lng\": -8.860890699999999,\n                \"name\": \"Sines\",\n                \"state\": \"Setubal\",\n                \"country\": \"Portugal\",\n                \"countryCode\": \"PT\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"5781a6eb-62b6-4c0b-8fcd-759c0a441408\",\n            \"locationName\": \"SINES\",\n            \"country\": \"PT\",\n            \"locode\": \"PTSIE\",\n            \"unLocationCode\": \"PTSIE\",\n            \"latitude\": \"37.9425\",\n            \"longitude\": \"-8.8675\",\n            \"timezone\": \"Europe/Lisbon\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"TRANSSHIPMENT_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"Provider1\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f6870d342a6c975fe5e7\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"IU347A\",\n            \"description\": \"Actual departure\",\n            \"date\": \"2023-11-30T04:20:28.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.9499361,\n                \"lng\": 72.9511875,\n                \"name\": \"Konkan Division\",\n                \"state\": \"Maharashtra\",\n                \"country\": \"India\",\n                \"countryCode\": \"IN\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"ACT\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"20ef0d4b-c2fb-48cb-a921-d3b090180ae7\",\n            \"locationName\": \"JAWAHARLAL NEHRU (NHAVA SHEVA)\",\n            \"country\": \"IN\",\n            \"locode\": \"INNSA\",\n            \"unLocationCode\": \"INNSA\",\n            \"latitude\": \"18.9534422917995\",\n            \"longitude\": \"72.94464165344198\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9285990,\n            \"vesselImoNumber\": 9285990,\n            \"vesselName\": \"AMERICA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"AIS\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f6880d342a6c975fe5ea\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-07T13:59:15.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"8be12137-5174-478a-88a9-5f939618bfff\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"Provider1\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f68a0d342a6c975fe5ed\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-18T01:59:24.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 29.4251905,\n                \"lng\": -98.4945922,\n                \"name\": \"Bexar County\",\n                \"state\": \"Texas\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"f48769b2-bca8-4058-a4b6-7e940cf34333\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"Provider1\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f68b0d342a6c975fe5f0\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-13T02:59:18.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"4c1f996c-17dd-4f9e-98cf-9bc293f790fd\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f68e0d342a6c975fe5f6\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-12T06:59:17.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"154f72c8-4ea5-479a-94b4-f0ce767dfbc7\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f67d0d342a6c975fe5d1\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": null,\n            \"description\": \"Empty to Shipper\",\n            \"date\": \"2023-11-21T07:00:00.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 24.8607343,\n                \"lng\": 67.0011364,\n                \"name\": \"Karachi City\",\n                \"state\": \"Sindh\",\n                \"country\": \"Pakistan\",\n                \"countryCode\": \"PK\"\n            },\n            \"milestone\": \"GTOT\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"ACT\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": \"45GP\",\n            \"transportCallId\": \"d5aab9e1-61b4-4b80-a040-35787ef74030\",\n            \"locationName\": \"KARACHI\",\n            \"country\": \"PK\",\n            \"locode\": \"PKKHI\",\n            \"unLocationCode\": \"PKKHI\",\n            \"latitude\": \"24.83500000000001\",\n            \"longitude\": \"66.97777777777777\",\n            \"timezone\": \"Asia/Karachi\",\n            \"modeOfTransport\": \"TRUCK\",\n            \"transportCallType\": \"DEPOT_RELEASE_LOCATION\",\n            \"vesselImo\": null,\n            \"vesselImoNumber\": null,\n            \"vesselName\": null,\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"EQUIPMENT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f67d0d342a6c975fe5d2\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-01T14:44:06.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.421939,\n                \"lng\": -69.6568088,\n                \"name\": \"Boca Chica\",\n                \"state\": \"Santo Domingo\",\n                \"country\": \"Dominican Republic\",\n                \"countryCode\": \"DO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"03e45d29-6043-4e85-bde0-9c4947224eb9\",\n            \"locationName\": \"CAUCEDO\",\n            \"country\": \"DO\",\n            \"locode\": \"DOCAU\",\n            \"unLocationCode\": \"DOCAU\",\n            \"latitude\": \"18.42583662504013\",\n            \"longitude\": \"-69.62937978144704\",\n            \"timezone\": \"America/Santo_Domingo\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f6830d342a6c975fe5df\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"IU347A\",\n            \"description\": \"Actual arrival\",\n            \"date\": \"2023-12-12T09:18:55.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 32.7940463,\n                \"lng\": 34.989571,\n                \"name\": \"Haifa\",\n                \"state\": \"Haifa District\",\n                \"country\": \"Israel\",\n                \"countryCode\": \"IL\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"ACT\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"29ddbdda-8d2c-494e-8480-e31050c76fba\",\n            \"locationName\": \"HAIFA\",\n            \"country\": \"IL\",\n            \"locode\": \"ILHFA\",\n            \"unLocationCode\": \"ILHFA\",\n            \"latitude\": \"32.82250000000001\",\n            \"longitude\": \"35.01916666666666\",\n            \"timezone\": \"Asia/Jerusalem\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9285990,\n            \"vesselImoNumber\": 9285990,\n            \"vesselName\": \"AMERICA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"AIS\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f6870d342a6c975fe5e6\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"IU347A\",\n            \"description\": \"Actual arrival\",\n            \"date\": \"2023-12-01T19:01:22.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 22.8395642,\n                \"lng\": 69.72407489999999,\n                \"name\": null,\n                \"state\": \"Gujarat\",\n                \"country\": \"India\",\n                \"countryCode\": \"IN\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"ACT\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"2a17adff-8ffc-4f30-a5fc-4b5f6850846c\",\n            \"locationName\": \"MUNDRA\",\n            \"country\": \"IN\",\n            \"locode\": \"INMUN\",\n            \"unLocationCode\": \"INMUN\",\n            \"latitude\": \"22.74271191332488\",\n            \"longitude\": \"69.6449446570733\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9285990,\n            \"vesselImoNumber\": 9285990,\n            \"vesselName\": \"AMERICA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"AIS\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f6880d342a6c975fe5e8\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-05T22:59:10.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.0958974,\n                \"lng\": -79.0764252,\n                \"name\": \"Jefferson County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"e82d01bf-2d35-473b-afe9-0edf00c8014b\",\n            \"locationName\": \"COLON\",\n            \"country\": \"PA\",\n            \"locode\": \"PAONX\",\n            \"unLocationCode\": \"PAONX\",\n            \"latitude\": \"9.372767828982703\",\n            \"longitude\": \"-79.88976087897439\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f6880d342a6c975fe5e9\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-12T06:59:17.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"4b746bdd-b6b5-4625-a63f-abe96ae9b391\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6582f68f0d342a6c975fe5f8\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-08T13:59:16.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"55deb5d6-3d20-4b47-a0f8-5ca35706cf24\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65830e204b9af93b18e98ec7\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Predicted discharge\",\n            \"date\": \"2024-01-17T19:08:00.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 29.4251905,\n                \"lng\": -98.4945922,\n                \"name\": \"Bexar County\",\n                \"state\": \"Texas\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"DISC\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": \"45GP\",\n            \"transportCallId\": \"0cd9b4cd-6ae9-4f2e-9790-44634400e921\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"EQUIPMENT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65830e214b9af93b18e98ec8\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": null,\n            \"description\": \"Predicted gateout\",\n            \"date\": \"2024-01-21T19:08:00.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 29.4251905,\n                \"lng\": -98.4945922,\n                \"name\": \"Bexar County\",\n                \"state\": \"Texas\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"GTOT\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": \"45GP\",\n            \"transportCallId\": \"86fb92af-3b71-4bf2-913e-123d9c54723b\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"TRUCK\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": null,\n            \"vesselImoNumber\": null,\n            \"vesselName\": null,\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"EQUIPMENT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65830e214b9af93b18e98ec9\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-17T01:59:24.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 29.4251905,\n                \"lng\": -98.4945922,\n                \"name\": \"Bexar County\",\n                \"state\": \"Texas\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"84ef869f-4d57-47fe-acb3-371b2d8c6d65\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef621c0e3ebdf8a32a9\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-11T06:59:06.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.421939,\n                \"lng\": -69.6568088,\n                \"name\": \"Boca Chica\",\n                \"state\": \"Santo Domingo\",\n                \"country\": \"Dominican Republic\",\n                \"countryCode\": \"DO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"3631c6e5-7c44-44d6-b25f-4c510712461a\",\n            \"locationName\": \"CAUCEDO\",\n            \"country\": \"DO\",\n            \"locode\": \"DOCAU\",\n            \"unLocationCode\": \"DOCAU\",\n            \"latitude\": \"18.42583662504013\",\n            \"longitude\": \"-69.62937978144704\",\n            \"timezone\": \"America/Santo_Domingo\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef621c0e3ebdf8a32ac\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-19T06:59:13.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"50ca2dff-1236-46f5-95ac-a7caae05d840\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef621c0e3ebdf8a32ad\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-13T01:59:07.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"db378be4-e998-48d8-b627-0d1d0450c3d9\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef621c0e3ebdf8a32ae\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-24T01:59:20.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 29.4251905,\n                \"lng\": -98.4945922,\n                \"name\": \"Bexar County\",\n                \"state\": \"Texas\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"f95554ab-5881-4326-b9fc-166feaeddff8\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef521c0e3ebdf8a32a5\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted discharge\",\n            \"date\": \"2024-01-24T19:08:00.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 29.4251905,\n                \"lng\": -98.4945922,\n                \"name\": \"Bexar County\",\n                \"state\": \"Texas\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"DISC\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": \"45GP\",\n            \"transportCallId\": \"3b39de92-2012-48b8-8157-179415ac6c76\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"EQUIPMENT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef521c0e3ebdf8a32a8\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-20T02:59:14.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"6b3cbff4-3034-41ee-acac-f38217a085fc\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef621c0e3ebdf8a32aa\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-13T16:59:10.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"38f106f4-cb1e-4fb7-8796-5e7e96b02ffc\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef721c0e3ebdf8a32b0\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-20T02:59:14.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"9f51118b-fbbf-4720-980d-a39bb94b3c65\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef721c0e3ebdf8a32b7\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-13T16:59:09.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"8c09da87-5c51-4a40-ab82-e721ba8e33f5\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef821c0e3ebdf8a32b9\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated Time of Arrival\",\n            \"date\": \"2024-01-24T01:59:20.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 29.4251905,\n                \"lng\": -98.4945922,\n                \"name\": \"Bexar County\",\n                \"state\": \"Texas\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"5835ad95-8e83-4173-99f4-4211d36779da\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef821c0e3ebdf8a32bb\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-10T11:59:05.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.421939,\n                \"lng\": -69.6568088,\n                \"name\": \"Boca Chica\",\n                \"state\": \"Santo Domingo\",\n                \"country\": \"Dominican Republic\",\n                \"countryCode\": \"DO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"17397ca6-27f6-4a5b-a92a-866cd8d4ab6b\",\n            \"locationName\": \"CAUCEDO\",\n            \"country\": \"DO\",\n            \"locode\": \"DOCAU\",\n            \"unLocationCode\": \"DOCAU\",\n            \"latitude\": \"18.42583662504013\",\n            \"longitude\": \"-69.62937978144704\",\n            \"timezone\": \"America/Santo_Domingo\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef821c0e3ebdf8a32bc\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-19T06:59:13.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"096d559c-7f70-49ac-a1d5-5d0f809bfa6d\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6583f004fb815c8bd46d128c\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-19T10:59:13.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"89427bf1-ede4-4cfc-abe4-d33217f3235b\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6583f004fb815c8bd46d128f\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-14T16:59:09.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"4c910226-11e3-4b1b-bbce-6adb45e0be46\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6583f004fb815c8bd46d1290\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-15T09:29:11.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"d75494cb-9697-4385-ba7e-c0a53374c04f\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6583f005fb815c8bd46d1293\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-20T06:59:14.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"dcd9ab4d-b252-4925-9926-19f6c843956a\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6583f005fb815c8bd46d1294\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-15T09:29:11.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"81ce83c0-5a86-42bb-867b-65cc3ae7fb81\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6583f005fb815c8bd46d1295\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-10T06:59:06.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.421939,\n                \"lng\": -69.6568088,\n                \"name\": \"Boca Chica\",\n                \"state\": \"Santo Domingo\",\n                \"country\": \"Dominican Republic\",\n                \"countryCode\": \"DO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"650b7432-11c2-47bb-91ec-0a22c7eb24fe\",\n            \"locationName\": \"CAUCEDO\",\n            \"country\": \"DO\",\n            \"locode\": \"DOCAU\",\n            \"unLocationCode\": \"DOCAU\",\n            \"latitude\": \"18.42583662504013\",\n            \"longitude\": \"-69.62937978144704\",\n            \"timezone\": \"America/Santo_Domingo\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6583f005fb815c8bd46d1298\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-15T17:59:12.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"4da32a12-4317-42f1-b65d-d66f2b610dc6\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef721c0e3ebdf8a32b1\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-13T01:59:07.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"07f3b6b0-3dcc-44d0-a318-f2856adffa7d\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef721c0e3ebdf8a32b2\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-15T13:59:12.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"e80f0a63-1e98-4f66-99cb-9da5a59be3ef\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef721c0e3ebdf8a32b5\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-13T01:59:08.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"0bd0b9ca-aaa1-4f02-a2fc-795208a19d6f\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef721c0e3ebdf8a32b6\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-10T11:59:05.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.421939,\n                \"lng\": -69.6568088,\n                \"name\": \"Boca Chica\",\n                \"state\": \"Santo Domingo\",\n                \"country\": \"Dominican Republic\",\n                \"countryCode\": \"DO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"10c36812-eb28-4891-9a44-87d674cc61c7\",\n            \"locationName\": \"CAUCEDO\",\n            \"country\": \"DO\",\n            \"locode\": \"DOCAU\",\n            \"unLocationCode\": \"DOCAU\",\n            \"latitude\": \"18.42583662504013\",\n            \"longitude\": \"-69.62937978144704\",\n            \"timezone\": \"America/Santo_Domingo\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6583f004fb815c8bd46d128e\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-15T17:59:12.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"739a0773-c396-4ea6-a94c-a31523d0360f\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6583f005fb815c8bd46d129a\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-10T06:59:06.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.421939,\n                \"lng\": -69.6568088,\n                \"name\": \"Boca Chica\",\n                \"state\": \"Santo Domingo\",\n                \"country\": \"Dominican Republic\",\n                \"countryCode\": \"DO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"f27a81ad-7973-4a0f-b817-28b49cace23b\",\n            \"locationName\": \"CAUCEDO\",\n            \"country\": \"DO\",\n            \"locode\": \"DOCAU\",\n            \"unLocationCode\": \"DOCAU\",\n            \"latitude\": \"18.42583662504013\",\n            \"longitude\": \"-69.62937978144704\",\n            \"timezone\": \"America/Santo_Domingo\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65830e214b9af93b18e98eca\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX350A\",\n            \"description\": \"Estimated Time of Arrival\",\n            \"date\": \"2024-01-17T01:59:24.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 29.4251905,\n                \"lng\": -98.4945922,\n                \"name\": \"Bexar County\",\n                \"state\": \"Texas\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"9a3ba093-83b3-4b25-9de9-152c4cf65674\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": 9785457,\n            \"vesselImoNumber\": 9785457,\n            \"vesselName\": \"MSC RAYSHMI\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef521c0e3ebdf8a32a6\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Full Intended Transshipment\",\n            \"date\": \"2023-12-31T23:02:08.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 37.9571555,\n                \"lng\": -8.860890699999999,\n                \"name\": \"Sines\",\n                \"state\": \"Setubal\",\n                \"country\": \"Portugal\",\n                \"countryCode\": \"PT\"\n            },\n            \"milestone\": \"LOAD\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": \"45GP\",\n            \"transportCallId\": \"b456959b-e323-4445-a014-35268efd4b73\",\n            \"locationName\": \"SINES\",\n            \"country\": \"PT\",\n            \"locode\": \"PTSIE\",\n            \"unLocationCode\": \"PTSIE\",\n            \"latitude\": \"37.9425\",\n            \"longitude\": \"-8.8675\",\n            \"timezone\": \"Europe/Lisbon\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"TRANSSHIPMENT_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"EQUIPMENT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef521c0e3ebdf8a32a7\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": null,\n            \"description\": \"Predicted gateout\",\n            \"date\": \"2024-01-28T19:08:00.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 29.4251905,\n                \"lng\": -98.4945922,\n                \"name\": \"Bexar County\",\n                \"state\": \"Texas\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"GTOT\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": \"45GP\",\n            \"transportCallId\": \"a2459b5b-e0b5-46ee-b171-64baf049bb04\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"TRUCK\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": null,\n            \"vesselImoNumber\": null,\n            \"vesselName\": null,\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"EQUIPMENT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef621c0e3ebdf8a32ab\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-14T13:59:11.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"f2c22767-2ce1-46e6-9dab-eab9e8543b94\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef621c0e3ebdf8a32af\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-14T13:59:11.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"c928e774-0ec3-4bc7-8fa8-92684cae8fe5\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef721c0e3ebdf8a32b3\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-13T01:59:08.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"c2f25586-2487-4f9e-bebd-14e42f20c94a\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef721c0e3ebdf8a32b4\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-15T13:59:12.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"7fc28181-e0ee-4f7f-ad74-ed747ad0828e\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65837ef821c0e3ebdf8a32ba\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-11T06:59:06.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.421939,\n                \"lng\": -69.6568088,\n                \"name\": \"Boca Chica\",\n                \"state\": \"Santo Domingo\",\n                \"country\": \"Dominican Republic\",\n                \"countryCode\": \"DO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"dd300ae2-6294-4948-9b4e-e1a9a396254d\",\n            \"locationName\": \"CAUCEDO\",\n            \"country\": \"DO\",\n            \"locode\": \"DOCAU\",\n            \"unLocationCode\": \"DOCAU\",\n            \"latitude\": \"18.42583662504013\",\n            \"longitude\": \"-69.62937978144704\",\n            \"timezone\": \"America/Santo_Domingo\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6583f004fb815c8bd46d128d\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-19T10:59:13.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"4fa3dba2-df3f-4853-9f4d-3a816f46eb03\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6583f005fb815c8bd46d1292\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-14T01:59:07.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"db5518ae-d796-4f5d-8f73-b3d60d3b7a6e\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6583f005fb815c8bd46d1296\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-14T01:59:08.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"13d0abb0-aafa-4c8e-ac7a-091fdde9d862\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6583f005fb815c8bd46d1299\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-14T01:59:08.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"7e033185-220f-426e-912a-ef5f6b2b74db\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6583f005fb815c8bd46d129b\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-14T01:59:07.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"097b4940-814a-4318-80d4-fd5015476587\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6583f003fb815c8bd46d128a\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-14T16:59:10.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"a290c08b-b4d7-4176-b31a-3c4f6dee6141\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6583f004fb815c8bd46d128b\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-09T11:59:05.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.421939,\n                \"lng\": -69.6568088,\n                \"name\": \"Boca Chica\",\n                \"state\": \"Santo Domingo\",\n                \"country\": \"Dominican Republic\",\n                \"countryCode\": \"DO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"68068fd0-53b8-4316-98b4-b57fc46d9b68\",\n            \"locationName\": \"CAUCEDO\",\n            \"country\": \"DO\",\n            \"locode\": \"DOCAU\",\n            \"unLocationCode\": \"DOCAU\",\n            \"latitude\": \"18.42583662504013\",\n            \"longitude\": \"-69.62937978144704\",\n            \"timezone\": \"America/Santo_Domingo\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6583f004fb815c8bd46d1291\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-09T11:59:05.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.421939,\n                \"lng\": -69.6568088,\n                \"name\": \"Boca Chica\",\n                \"state\": \"Santo Domingo\",\n                \"country\": \"Dominican Republic\",\n                \"countryCode\": \"DO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"26b9a8be-49fb-4cdf-9635-7b8d09a57d32\",\n            \"locationName\": \"CAUCEDO\",\n            \"country\": \"DO\",\n            \"locode\": \"DOCAU\",\n            \"unLocationCode\": \"DOCAU\",\n            \"latitude\": \"18.42583662504013\",\n            \"longitude\": \"-69.62937978144704\",\n            \"timezone\": \"America/Santo_Domingo\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6583f005fb815c8bd46d1297\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-20T06:59:14.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"9559f2a4-8774-45d6-9dfd-72c2e054014d\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65846126dc151f0350423688\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": null,\n            \"description\": \"Predicted gateout\",\n            \"date\": \"2024-01-27T19:08:00.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -33.5922807,\n                \"lng\": -71.6055123,\n                \"name\": \"San Antonio Province\",\n                \"state\": \"Valparaíso\",\n                \"country\": \"Chile\",\n                \"countryCode\": \"CL\"\n            },\n            \"milestone\": \"GTOT\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": \"45GP\",\n            \"transportCallId\": \"9549d53f-91c5-4476-9069-1db222b59250\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"TRUCK\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": null,\n            \"vesselImoNumber\": null,\n            \"vesselName\": null,\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"EQUIPMENT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65846126dc151f0350423689\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated Time of Arrival\",\n            \"date\": \"2024-01-23T01:59:20.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -33.5922807,\n                \"lng\": -71.6055123,\n                \"name\": \"San Antonio Province\",\n                \"state\": \"Valparaíso\",\n                \"country\": \"Chile\",\n                \"countryCode\": \"CL\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"91047850-1950-4c2c-8012-c71b5840d3b9\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65846126dc151f0350423687\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted discharge\",\n            \"date\": \"2024-01-23T19:08:00.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -33.5922807,\n                \"lng\": -71.6055123,\n                \"name\": \"San Antonio Province\",\n                \"state\": \"Valparaíso\",\n                \"country\": \"Chile\",\n                \"countryCode\": \"CL\"\n            },\n            \"milestone\": \"DISC\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": \"45GP\",\n            \"transportCallId\": \"23caca16-2460-405f-947a-931a3fdf0c11\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"EQUIPMENT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65846126dc151f035042368a\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-23T01:59:20.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -33.5922807,\n                \"lng\": -71.6055123,\n                \"name\": \"San Antonio Province\",\n                \"state\": \"Valparaíso\",\n                \"country\": \"Chile\",\n                \"countryCode\": \"CL\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"49ad7b28-bd4f-4142-95e5-934f709aeb0b\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658543961139c71d5d17e300\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-20T02:59:14.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"9f51118b-fbbf-4720-980d-a39bb94b3c65\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658543961139c71d5d17e301\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-19T06:59:13.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"096d559c-7f70-49ac-a1d5-5d0f809bfa6d\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658543961139c71d5d17e2ff\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-19T06:59:13.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"50ca2dff-1236-46f5-95ac-a7caae05d840\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658543961139c71d5d17e302\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-20T02:59:14.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"6b3cbff4-3034-41ee-acac-f38217a085fc\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6586968560c563526e39fc17\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-13T14:44:06.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.421939,\n                \"lng\": -69.6568088,\n                \"name\": \"Boca Chica\",\n                \"state\": \"Santo Domingo\",\n                \"country\": \"Dominican Republic\",\n                \"countryCode\": \"DO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"f53e318a-d0f9-45c1-ae90-3983432ccea2\",\n            \"locationName\": \"CAUCEDO\",\n            \"country\": \"DO\",\n            \"locode\": \"DOCAU\",\n            \"unLocationCode\": \"DOCAU\",\n            \"latitude\": \"18.42583662504013\",\n            \"longitude\": \"-69.62937978144704\",\n            \"timezone\": \"America/Santo_Domingo\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658778354b842d4dadcf0e2f\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-12T19:59:05.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.421939,\n                \"lng\": -69.6568088,\n                \"name\": \"Boca Chica\",\n                \"state\": \"Santo Domingo\",\n                \"country\": \"Dominican Republic\",\n                \"countryCode\": \"DO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"f2d81889-03f7-4475-bb22-c85fde1d2c28\",\n            \"locationName\": \"CAUCEDO\",\n            \"country\": \"DO\",\n            \"locode\": \"DOCAU\",\n            \"unLocationCode\": \"DOCAU\",\n            \"latitude\": \"18.42583662504013\",\n            \"longitude\": \"-69.62937978144704\",\n            \"timezone\": \"America/Santo_Domingo\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6586968560c563526e39fc16\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-12T19:59:05.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.421939,\n                \"lng\": -69.6568088,\n                \"name\": \"Boca Chica\",\n                \"state\": \"Santo Domingo\",\n                \"country\": \"Dominican Republic\",\n                \"countryCode\": \"DO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"06c2c64d-cf3d-479b-884c-59bb379e416f\",\n            \"locationName\": \"CAUCEDO\",\n            \"country\": \"DO\",\n            \"locode\": \"DOCAU\",\n            \"unLocationCode\": \"DOCAU\",\n            \"latitude\": \"18.42583662504013\",\n            \"longitude\": \"-69.62937978144704\",\n            \"timezone\": \"America/Santo_Domingo\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658778354b842d4dadcf0e2e\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-13T14:44:06.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.421939,\n                \"lng\": -69.6568088,\n                \"name\": \"Boca Chica\",\n                \"state\": \"Santo Domingo\",\n                \"country\": \"Dominican Republic\",\n                \"countryCode\": \"DO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"2f7b2859-214e-4cd3-a33c-c48002f1a254\",\n            \"locationName\": \"CAUCEDO\",\n            \"country\": \"DO\",\n            \"locode\": \"DOCAU\",\n            \"unLocationCode\": \"DOCAU\",\n            \"latitude\": \"18.42583662504013\",\n            \"longitude\": \"-69.62937978144704\",\n            \"timezone\": \"America/Santo_Domingo\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6587e97e77cf9bb97073863b\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"IU347A\",\n            \"description\": \"Actual arrival\",\n            \"date\": \"2023-12-19T13:36:00.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 37.9571555,\n                \"lng\": -8.860890699999999,\n                \"name\": \"Sines\",\n                \"state\": \"Setubal\",\n                \"country\": \"Portugal\",\n                \"countryCode\": \"PT\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"ACT\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"05d8ae13-3237-4d9c-a5a1-ba077e3b05bf\",\n            \"locationName\": \"SINES\",\n            \"country\": \"PT\",\n            \"locode\": \"PTSIE\",\n            \"unLocationCode\": \"PTSIE\",\n            \"latitude\": \"37.9425\",\n            \"longitude\": \"-8.8675\",\n            \"timezone\": \"Europe/Lisbon\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"TRANSSHIPMENT_PORT\",\n            \"vesselImo\": 9285990,\n            \"vesselImoNumber\": 9285990,\n            \"vesselName\": \"AMERICA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658b00b02c6048961bbb4c3f\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-03T05:30:00.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 37.9571555,\n                \"lng\": -8.860890699999999,\n                \"name\": \"Sines\",\n                \"state\": \"Setubal\",\n                \"country\": \"Portugal\",\n                \"countryCode\": \"PT\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"ac941701-7096-4c5e-be0d-58c2e1240006\",\n            \"locationName\": \"SINES\",\n            \"country\": \"PT\",\n            \"locode\": \"PTSIE\",\n            \"unLocationCode\": \"PTSIE\",\n            \"latitude\": \"37.9425\",\n            \"longitude\": \"-8.8675\",\n            \"timezone\": \"Europe/Lisbon\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"TRANSSHIPMENT_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658c53816c6e42865e4a279a\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Full Intended Transshipment\",\n            \"date\": \"2024-01-01T23:02:08.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 37.9571555,\n                \"lng\": -8.860890699999999,\n                \"name\": \"Sines\",\n                \"state\": \"Setubal\",\n                \"country\": \"Portugal\",\n                \"countryCode\": \"PT\"\n            },\n            \"milestone\": \"LOAD\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": \"45GP\",\n            \"transportCallId\": \"6468fdab-f950-4422-a0ce-e5a7e2c6060f\",\n            \"locationName\": \"SINES\",\n            \"country\": \"PT\",\n            \"locode\": \"PTSIE\",\n            \"unLocationCode\": \"PTSIE\",\n            \"latitude\": \"37.9425\",\n            \"longitude\": \"-8.8675\",\n            \"timezone\": \"Europe/Lisbon\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"TRANSSHIPMENT_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"EQUIPMENT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658cc49050df59ec6fa851e5\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-03T15:00:00.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 37.9571555,\n                \"lng\": -8.860890699999999,\n                \"name\": \"Sines\",\n                \"state\": \"Setubal\",\n                \"country\": \"Portugal\",\n                \"countryCode\": \"PT\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"61f0283b-cf3e-4c50-817e-4c52da03d4c7\",\n            \"locationName\": \"SINES\",\n            \"country\": \"PT\",\n            \"locode\": \"PTSIE\",\n            \"unLocationCode\": \"PTSIE\",\n            \"latitude\": \"37.9425\",\n            \"longitude\": \"-8.8675\",\n            \"timezone\": \"Europe/Lisbon\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"TRANSSHIPMENT_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658e8828985e34b5f99fd5ee\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-15T01:59:08.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"ce010225-79e2-4c6d-9130-5752b7c7a87c\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658e8828985e34b5f99fd5ef\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-16T08:59:11.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"d7ea8d8a-d153-4654-9a12-dcd5a8a3426b\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658e8828985e34b5f99fd5f1\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-15T01:59:08.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"cf43c7d4-8673-4f3e-a5b2-35e16949811c\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658e882a985e34b5f99fd5fb\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-15T01:59:07.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"e1bb385e-fdeb-430d-8344-d3dbda6a7028\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658e8828985e34b5f99fd5f0\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-15T01:59:07.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"8b3a7971-0f9c-4cf1-9d62-0aa56fd3deba\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658e8829985e34b5f99fd5f4\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-17T08:59:12.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"b0cceb0b-525a-4eb2-bd74-d0302271d50d\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658e8829985e34b5f99fd5f5\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-15T16:59:09.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"7189f277-3286-4c59-9575-de644e38fecc\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658da6389c35df3968bb093b\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Full Intended Transshipment\",\n            \"date\": \"2024-01-03T23:02:08.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 37.9571555,\n                \"lng\": -8.860890699999999,\n                \"name\": \"Sines\",\n                \"state\": \"Setubal\",\n                \"country\": \"Portugal\",\n                \"countryCode\": \"PT\"\n            },\n            \"milestone\": \"LOAD\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": \"45GP\",\n            \"transportCallId\": \"ab33115c-1cd1-4bc6-b645-42a20a527f11\",\n            \"locationName\": \"SINES\",\n            \"country\": \"PT\",\n            \"locode\": \"PTSIE\",\n            \"unLocationCode\": \"PTSIE\",\n            \"latitude\": \"37.9425\",\n            \"longitude\": \"-8.8675\",\n            \"timezone\": \"Europe/Lisbon\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"TRANSSHIPMENT_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"EQUIPMENT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65912d7b7b151176a11f938e\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-04T07:00:00.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 37.9571555,\n                \"lng\": -8.860890699999999,\n                \"name\": \"Sines\",\n                \"state\": \"Setubal\",\n                \"country\": \"Portugal\",\n                \"countryCode\": \"PT\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"07569285-47ca-4954-8553-36bb7e5462a1\",\n            \"locationName\": \"SINES\",\n            \"country\": \"PT\",\n            \"locode\": \"PTSIE\",\n            \"unLocationCode\": \"PTSIE\",\n            \"latitude\": \"37.9425\",\n            \"longitude\": \"-8.8675\",\n            \"timezone\": \"Europe/Lisbon\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"TRANSSHIPMENT_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65912d7b7b151176a11f938d\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-17T13:44:10.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"6b206d8a-9c6f-46be-880c-c1521666672f\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65912d7c7b151176a11f9395\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-17T13:44:10.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"8d85bfd1-d40a-4405-9f61-fccc753a26dc\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65912d7b7b151176a11f938f\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-13T22:59:06.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"ee04d401-63a1-41e1-b77e-569fbcebba67\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65912d7c7b151176a11f9394\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-16T13:44:09.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"ad8e5cab-fdfc-4650-b241-dad6b9de0d64\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65912d7c7b151176a11f9396\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-13T22:59:05.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"5dced7f5-eea0-4828-a22c-09ed64f1be42\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658e8829985e34b5f99fd5f2\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-13T20:59:05.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.421939,\n                \"lng\": -69.6568088,\n                \"name\": \"Boca Chica\",\n                \"state\": \"Santo Domingo\",\n                \"country\": \"Dominican Republic\",\n                \"countryCode\": \"DO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"3e5f7018-f462-4989-8648-1af55147a614\",\n            \"locationName\": \"CAUCEDO\",\n            \"country\": \"DO\",\n            \"locode\": \"DOCAU\",\n            \"unLocationCode\": \"DOCAU\",\n            \"latitude\": \"18.42583662504013\",\n            \"longitude\": \"-69.62937978144704\",\n            \"timezone\": \"America/Santo_Domingo\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658e8829985e34b5f99fd5f3\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-14T05:59:06.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.421939,\n                \"lng\": -69.6568088,\n                \"name\": \"Boca Chica\",\n                \"state\": \"Santo Domingo\",\n                \"country\": \"Dominican Republic\",\n                \"countryCode\": \"DO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"d47bebb2-1fb8-4f7f-b12d-b4bcd6b36199\",\n            \"locationName\": \"CAUCEDO\",\n            \"country\": \"DO\",\n            \"locode\": \"DOCAU\",\n            \"unLocationCode\": \"DOCAU\",\n            \"latitude\": \"18.42583662504013\",\n            \"longitude\": \"-69.62937978144704\",\n            \"timezone\": \"America/Santo_Domingo\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658e8829985e34b5f99fd5f6\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-14T05:59:06.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.421939,\n                \"lng\": -69.6568088,\n                \"name\": \"Boca Chica\",\n                \"state\": \"Santo Domingo\",\n                \"country\": \"Dominican Republic\",\n                \"countryCode\": \"DO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"7f5de51b-9245-43e1-90a1-b5638f946c48\",\n            \"locationName\": \"CAUCEDO\",\n            \"country\": \"DO\",\n            \"locode\": \"DOCAU\",\n            \"unLocationCode\": \"DOCAU\",\n            \"latitude\": \"18.42583662504013\",\n            \"longitude\": \"-69.62937978144704\",\n            \"timezone\": \"America/Santo_Domingo\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658e8829985e34b5f99fd5f8\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-17T08:59:12.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"53c5ff08-d69e-4750-bc0b-9f87a4df74ae\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658e8829985e34b5f99fd5f9\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-15T16:59:10.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"3f6243ca-5f0d-4890-a24c-dedc7fbc6517\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658e8829985e34b5f99fd5f7\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-16T08:59:11.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"06c741ee-1994-4d92-ab0a-0e8260058f1d\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658e882a985e34b5f99fd5fa\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-13T20:59:05.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.421939,\n                \"lng\": -69.6568088,\n                \"name\": \"Boca Chica\",\n                \"state\": \"Santo Domingo\",\n                \"country\": \"Dominican Republic\",\n                \"countryCode\": \"DO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"e194576b-a9eb-431d-89ec-889a27b3731d\",\n            \"locationName\": \"CAUCEDO\",\n            \"country\": \"DO\",\n            \"locode\": \"DOCAU\",\n            \"unLocationCode\": \"DOCAU\",\n            \"latitude\": \"18.42583662504013\",\n            \"longitude\": \"-69.62937978144704\",\n            \"timezone\": \"America/Santo_Domingo\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658d3562a7c78dbb32f47de9\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-13T22:59:06.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.421939,\n                \"lng\": -69.6568088,\n                \"name\": \"Boca Chica\",\n                \"state\": \"Santo Domingo\",\n                \"country\": \"Dominican Republic\",\n                \"countryCode\": \"DO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"6a0257f7-c8fd-4b21-999d-8914f5b422b6\",\n            \"locationName\": \"CAUCEDO\",\n            \"country\": \"DO\",\n            \"locode\": \"DOCAU\",\n            \"unLocationCode\": \"DOCAU\",\n            \"latitude\": \"18.42583662504013\",\n            \"longitude\": \"-69.62937978144704\",\n            \"timezone\": \"America/Santo_Domingo\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658d3562a7c78dbb32f47dea\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-13T22:59:06.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 18.421939,\n                \"lng\": -69.6568088,\n                \"name\": \"Boca Chica\",\n                \"state\": \"Santo Domingo\",\n                \"country\": \"Dominican Republic\",\n                \"countryCode\": \"DO\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"e180d897-c104-4683-a201-f20092829608\",\n            \"locationName\": \"CAUCEDO\",\n            \"country\": \"DO\",\n            \"locode\": \"DOCAU\",\n            \"unLocationCode\": \"DOCAU\",\n            \"latitude\": \"18.42583662504013\",\n            \"longitude\": \"-69.62937978144704\",\n            \"timezone\": \"America/Santo_Domingo\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65912d7c7b151176a11f9397\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-15T06:59:07.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"9c71871c-45a2-4fce-9d63-60cb84f859af\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65912d7b7b151176a11f9390\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-15T06:59:08.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"5df9c66e-ddf5-4b40-a79c-2aee7f756e0a\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65912d7b7b151176a11f9391\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-13T22:59:06.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"b725f3c6-36d1-4135-8df2-e93ed0d0f70f\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65912d7b7b151176a11f9392\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-16T13:44:09.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"28926a32-40f8-4ea7-9543-a7ed3cd5dcff\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65912d7c7b151176a11f9393\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-13T22:59:05.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"33ae9f85-c2a7-4359-96e5-76073a608c65\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"658e174dad6a141377e3dc02\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-04T07:00:00.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 37.9571555,\n                \"lng\": -8.860890699999999,\n                \"name\": \"Sines\",\n                \"state\": \"Setubal\",\n                \"country\": \"Portugal\",\n                \"countryCode\": \"PT\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"07569285-47ca-4954-8553-36bb7e5462a1\",\n            \"locationName\": \"SINES\",\n            \"country\": \"PT\",\n            \"locode\": \"PTSIE\",\n            \"unLocationCode\": \"PTSIE\",\n            \"latitude\": \"37.9425\",\n            \"longitude\": \"-8.8675\",\n            \"timezone\": \"Europe/Lisbon\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"TRANSSHIPMENT_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"659445579e35ab529fb69e79\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-04T15:30:00.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 37.9571555,\n                \"lng\": -8.860890699999999,\n                \"name\": \"Sines\",\n                \"state\": \"Setubal\",\n                \"country\": \"Portugal\",\n                \"countryCode\": \"PT\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"17a7d74d-9970-4820-a83a-708ce3f0b9bc\",\n            \"locationName\": \"SINES\",\n            \"country\": \"PT\",\n            \"locode\": \"PTSIE\",\n            \"unLocationCode\": \"PTSIE\",\n            \"latitude\": \"37.9425\",\n            \"longitude\": \"-8.8675\",\n            \"timezone\": \"Europe/Lisbon\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"TRANSSHIPMENT_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"6590bcb7d0352cc746ec234d\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-05T09:52:00.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 37.9571555,\n                \"lng\": -8.860890699999999,\n                \"name\": \"Sines\",\n                \"state\": \"Setubal\",\n                \"country\": \"Portugal\",\n                \"countryCode\": \"PT\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"5c0a9dbb-9f4b-40a6-93a3-149e19c34d24\",\n            \"locationName\": \"SINES\",\n            \"country\": \"PT\",\n            \"locode\": \"PTSIE\",\n            \"unLocationCode\": \"PTSIE\",\n            \"latitude\": \"37.9425\",\n            \"longitude\": \"-8.8675\",\n            \"timezone\": \"Europe/Lisbon\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"TRANSSHIPMENT_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"659630e82c6c639365fa0f1b\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Actual departure\",\n            \"date\": \"2024-01-04T03:38:14.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 37.9571555,\n                \"lng\": -8.860890699999999,\n                \"name\": \"Sines\",\n                \"state\": \"Setubal\",\n                \"country\": \"Portugal\",\n                \"countryCode\": \"PT\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"ACT\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"67a11b6b-81f8-4554-bea7-013ee613f433\",\n            \"locationName\": \"SINES\",\n            \"country\": \"PT\",\n            \"locode\": \"PTSIE\",\n            \"unLocationCode\": \"PTSIE\",\n            \"latitude\": \"37.9425\",\n            \"longitude\": \"-8.8675\",\n            \"timezone\": \"Europe/Lisbon\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"TRANSSHIPMENT_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"AIS\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"659609d226e055dbaf231884\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Full Transshipment Loaded\",\n            \"date\": \"2024-01-03T23:01:08.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 37.9571555,\n                \"lng\": -8.860890699999999,\n                \"name\": \"Sines\",\n                \"state\": \"Setubal\",\n                \"country\": \"Portugal\",\n                \"countryCode\": \"PT\"\n            },\n            \"milestone\": \"LOAD\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"ACT\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": \"45GP\",\n            \"transportCallId\": \"b82500ad-a987-44ba-ae68-bb8f4d422478\",\n            \"locationName\": \"SINES\",\n            \"country\": \"PT\",\n            \"locode\": \"PTSIE\",\n            \"unLocationCode\": \"PTSIE\",\n            \"latitude\": \"37.9425\",\n            \"longitude\": \"-8.8675\",\n            \"timezone\": \"Europe/Lisbon\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"TRANSSHIPMENT_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"EQUIPMENT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65985a91e43d3b7ba249b708\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted discharge\",\n            \"date\": \"2024-01-24T19:08:00.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 29.4251905,\n                \"lng\": -98.4945922,\n                \"name\": \"Bexar County\",\n                \"state\": \"Texas\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"DISC\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": \"45GP\",\n            \"transportCallId\": \"3b39de92-2012-48b8-8157-179415ac6c76\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"EQUIPMENT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65985a91e43d3b7ba249b709\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": null,\n            \"description\": \"Predicted gateout\",\n            \"date\": \"2024-01-28T19:08:00.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 29.4251905,\n                \"lng\": -98.4945922,\n                \"name\": \"Bexar County\",\n                \"state\": \"Texas\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"GTOT\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": \"45GP\",\n            \"transportCallId\": \"a2459b5b-e0b5-46ee-b171-64baf049bb04\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"TRUCK\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": null,\n            \"vesselImoNumber\": null,\n            \"vesselName\": null,\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"EQUIPMENT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65985a91e43d3b7ba249b70a\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-24T01:59:18.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 29.4251905,\n                \"lng\": -98.4945922,\n                \"name\": \"Bexar County\",\n                \"state\": \"Texas\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"f95554ab-5881-4326-b9fc-166feaeddff8\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65985a91e43d3b7ba249b70b\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated Time of Arrival\",\n            \"date\": \"2024-01-24T01:59:18.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 29.4251905,\n                \"lng\": -98.4945922,\n                \"name\": \"Bexar County\",\n                \"state\": \"Texas\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"5835ad95-8e83-4173-99f4-4211d36779da\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65977891901f8e20632a6ff0\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-20T14:59:12.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"20797da7-ca51-4a3e-9d2b-8d840e802cc1\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65977892901f8e20632a6ff7\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-20T14:59:12.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"d5d675e5-e4ec-4a3c-8cfe-5b49b44bb9ea\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"659c52f6873509121b42545e\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated Time of Arrival\",\n            \"date\": \"2024-01-23T01:59:18.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 29.4251905,\n                \"lng\": -98.4945922,\n                \"name\": \"Bexar County\",\n                \"state\": \"Texas\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"91047850-1950-4c2c-8012-c71b5840d3b9\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65975c0c5c34834dd1702a6c\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Actual departure\",\n            \"date\": \"2024-01-04T03:00:00.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 37.9571555,\n                \"lng\": -8.860890699999999,\n                \"name\": \"Sines\",\n                \"state\": \"Setubal\",\n                \"country\": \"Portugal\",\n                \"countryCode\": \"PT\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"ACT\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"149cff39-2cce-4795-bacb-aaaf4cac69be\",\n            \"locationName\": \"SINES\",\n            \"country\": \"PT\",\n            \"locode\": \"PTSIE\",\n            \"unLocationCode\": \"PTSIE\",\n            \"latitude\": \"37.9425\",\n            \"longitude\": \"-8.8675\",\n            \"timezone\": \"Europe/Lisbon\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"TRANSSHIPMENT_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65977892901f8e20632a6ff6\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-19T21:59:11.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"696666cf-3d49-417b-857a-8b8c0e1c1b4e\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"659c52f6873509121b42545b\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": null,\n            \"description\": \"Predicted gateout\",\n            \"date\": \"2024-01-27T19:08:00.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 29.4251905,\n                \"lng\": -98.4945922,\n                \"name\": \"Bexar County\",\n                \"state\": \"Texas\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"GTOT\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": \"45GP\",\n            \"transportCallId\": \"9549d53f-91c5-4476-9069-1db222b59250\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"TRUCK\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": null,\n            \"vesselImoNumber\": null,\n            \"vesselName\": null,\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"EQUIPMENT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"659c52f6873509121b42545c\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted discharge\",\n            \"date\": \"2024-01-23T19:08:00.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 29.4251905,\n                \"lng\": -98.4945922,\n                \"name\": \"Bexar County\",\n                \"state\": \"Texas\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"DISC\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": \"45GP\",\n            \"transportCallId\": \"23caca16-2460-405f-947a-931a3fdf0c11\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"EQUIPMENT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"659c52f6873509121b42545d\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-23T01:59:18.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 29.4251905,\n                \"lng\": -98.4945922,\n                \"name\": \"Bexar County\",\n                \"state\": \"Texas\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"49ad7b28-bd4f-4142-95e5-934f709aeb0b\",\n            \"locationName\": \"SAN ANTONIO\",\n            \"country\": \"CL\",\n            \"locode\": \"CLSAI\",\n            \"unLocationCode\": \"CLSAI\",\n            \"latitude\": \"-33.58859972573732\",\n            \"longitude\": \"-71.61950915271942\",\n            \"timezone\": \"America/Santiago\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"PORT_OF_DESTINATION\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65977892901f8e20632a6ff4\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-16T23:29:10.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"611a096f-f300-418b-8899-a591ace98997\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65977892901f8e20632a6ff5\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-15T23:29:09.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"6180aba6-fe77-41e1-a955-547c80252753\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65977891901f8e20632a6ff1\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-19T21:59:11.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"dbafbecc-6f66-408f-a641-188d9b671b3f\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65977891901f8e20632a6ff2\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-16T23:29:10.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"ad3f7430-3b35-43a2-bb0b-dafa92bf78df\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65977892901f8e20632a6ff3\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-15T23:29:09.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 40.3411862,\n                \"lng\": -78.4002917,\n                \"name\": \"Blair County\",\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"1b469956-a48f-405d-a215-b53820643934\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"659cc3fbd4ddfb96bfdde02e\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-14T23:59:05.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"8b3a7971-0f9c-4cf1-9d62-0aa56fd3deba\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"659cc3fcd4ddfb96bfdde032\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-14T23:59:05.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"e1bb385e-fdeb-430d-8344-d3dbda6a7028\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"659f6a7f2e1043d823d2d985\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-19T06:59:11.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"096d559c-7f70-49ac-a1d5-5d0f809bfa6d\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"659cc3fbd4ddfb96bfdde02c\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-16T09:29:09.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"d7ea8d8a-d153-4654-9a12-dcd5a8a3426b\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"659cc3fbd4ddfb96bfdde02d\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-14T23:59:06.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"cf43c7d4-8673-4f3e-a5b2-35e16949811c\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"659cc3fbd4ddfb96bfdde02f\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-14T23:59:06.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"ce010225-79e2-4c6d-9130-5752b7c7a87c\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"659cc3fbd4ddfb96bfdde02b\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-15T19:59:08.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"3f6243ca-5f0d-4890-a24c-dedc7fbc6517\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"659cc3fcd4ddfb96bfdde030\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-16T09:29:09.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"06c741ee-1994-4d92-ab0a-0e8260058f1d\",\n            \"locationName\": \"RODMAN\",\n            \"country\": \"PA\",\n            \"locode\": \"PAROD\",\n            \"unLocationCode\": \"PAROD\",\n            \"latitude\": \"8.953925216349873\",\n            \"longitude\": \"-79.57388230376169\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"659cc3fcd4ddfb96bfdde031\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-15T19:59:07.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 41.2033216,\n                \"lng\": -77.1945247,\n                \"name\": null,\n                \"state\": \"Pennsylvania\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"7189f277-3286-4c59-9575-de644e38fecc\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"659f6a7f2e1043d823d2d983\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-19T06:59:11.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"50ca2dff-1236-46f5-95ac-a7caae05d840\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"659f6a7f2e1043d823d2d986\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-20T02:59:12.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"9f51118b-fbbf-4720-980d-a39bb94b3c65\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"659f6a7f2e1043d823d2d984\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-20T02:59:12.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": -12.0508491,\n                \"lng\": -77.1259843,\n                \"name\": \"Constitutional Province of Callao\",\n                \"state\": \"Callao Region\",\n                \"country\": \"Peru\",\n                \"countryCode\": \"PE\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"6b3cbff4-3034-41ee-acac-f38217a085fc\",\n            \"locationName\": \"CALLAO\",\n            \"country\": \"PE\",\n            \"locode\": \"PECLL\",\n            \"unLocationCode\": \"PECLL\",\n            \"latitude\": \"-12.04622082209286\",\n            \"longitude\": \"-77.14717995593382\",\n            \"timezone\": \"America/Lima\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65a0bdc72981d6c9765b83aa\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted arrival\",\n            \"date\": \"2024-01-14T15:59:05.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 9.350598999999999,\n                \"lng\": -79.901527,\n                \"name\": \"Colón District\",\n                \"state\": \"Colón Province\",\n                \"country\": \"Panama\",\n                \"countryCode\": \"PA\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"f3c8ad91-1dbc-4690-8ff9-14e7d9567520\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65a0bdc82981d6c9765b83ab\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Predicted departure\",\n            \"date\": \"2024-01-14T15:59:06.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 9.350598999999999,\n                \"lng\": -79.901527,\n                \"name\": \"Colón District\",\n                \"state\": \"Colón Province\",\n                \"country\": \"Panama\",\n                \"countryCode\": \"PA\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"PRE\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"1891377d-67cf-42cb-ab46-aa17b263876d\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"GATEHOUSE\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65a0bdc72981d6c9765b83a8\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated arrival\",\n            \"date\": \"2024-01-14T15:59:05.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 9.350598999999999,\n                \"lng\": -79.901527,\n                \"name\": \"Colón District\",\n                \"state\": \"Colón Province\",\n                \"country\": \"Panama\",\n                \"countryCode\": \"PA\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"4c910226-11e3-4b1b-bbce-6adb45e0be46\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"65a0bdc72981d6c9765b83a9\",\n            \"containerNumber\": \"CAIU7573583\",\n            \"voyageNumber\": \"NX351A\",\n            \"description\": \"Estimated departure\",\n            \"date\": \"2024-01-14T15:59:06.000Z\",\n            \"manualInput\": 0,\n            \"location\": {\n                \"lat\": 9.350598999999999,\n                \"lng\": -79.901527,\n                \"name\": \"Colón District\",\n                \"state\": \"Colón Province\",\n                \"country\": \"Panama\",\n                \"countryCode\": \"PA\"\n            },\n            \"milestone\": \"UNK\",\n            \"provider\": \"Provider1\",\n            \"mbl\": \"MEDUK3032282\",\n            \"billLadingNumber\": \"MEDUK3032282\",\n            \"eventClassifierCode\": \"EST\",\n            \"carrierBookingReference\": null,\n            \"isoEquipmentCode\": null,\n            \"transportCallId\": \"a290c08b-b4d7-4176-b31a-3c4f6dee6141\",\n            \"locationName\": \"CRISTOBAL\",\n            \"country\": \"PA\",\n            \"locode\": \"PACTB\",\n            \"unLocationCode\": \"PACTB\",\n            \"latitude\": \"9.353102348638672\",\n            \"longitude\": \"-79.90965411410289\",\n            \"timezone\": \"America/Panama\",\n            \"modeOfTransport\": \"VESSEL\",\n            \"transportCallType\": \"INTERMEDIATE_PORT\",\n            \"vesselImo\": 9770749,\n            \"vesselImoNumber\": 9770749,\n            \"vesselName\": \"MSC BIANCA\",\n            \"vesselOperatorCarrierCode\": null,\n            \"sourceType\": \"CARRIER\",\n            \"eventType\": \"TRANSPORT\",\n            \"transportId\": \"MEDUK3032282\",\n            \"tenantId\": [\n                \"6526fc76e1d54babb6d34461\"\n            ]\n        }\n    ],\n    \"firstETDValue\": null,\n    \"firstETAValue\": \"2024-01-18T01:59:24.000Z\",\n    \"firstPTDValue\": null,\n    \"firstPTAValue\": \"2024-01-18T01:59:24.000Z\",\n    \"firstATDValue\": \"2023-11-27T05:06:52.000Z\",\n    \"firstATAValue\": null,\n    \"mblVessel\": {\n        \"containers\": [],\n        \"_id\": \"6582f67a0d342a6c975fe5cb\",\n        \"mbl\": \"MEDUK3032282\",\n        \"vessels\": [\n            {\n                \"_id\": \"\",\n                \"mmsi\": \"\",\n                \"imo\": 9785457\n            }\n        ],\n        \"portsPath\": [\n            {\n                \"origin\": \"\",\n                \"destination\": \"\"\n            }\n        ],\n        \"currentVessel\": {\n            \"mmsi\": \"\",\n            \"imo\": 9785457,\n            \"name\": \"MSC RAYSHMI\",\n            \"flag\": \"\",\n            \"draught\": \"10.2\"\n        },\n        \"currentPosition\": {\n            \"lon\": -60.2616,\n            \"lat\": 17.248\n        },\n        \"pod\": \"\",\n        \"pol\": \"\",\n        \"status\": \"on-time\",\n        \"originCity\": \"\",\n        \"destinationCity\": \"\",\n        \"eta\": null,\n        \"heading\": 248.2,\n        \"course\": null,\n        \"provider\": \"Provider1\",\n        \"transhipmentsDates\": {\n            \"PKKHI-CLSAI\": {\n                \"ETD\": [\n                    {\n                        \"value\": null,\n                        \"createdAt\": \"2023-12-20T15:36:23.548Z\"\n                    }\n                ],\n                \"PTD\": [\n                    {\n                        \"value\": null,\n                        \"createdAt\": \"2023-12-20T15:36:23.548Z\"\n                    }\n                ],\n                \"ATD\": [\n                    {\n                        \"value\": \"2023-11-27T05:06:52.000Z\",\n                        \"createdAt\": \"2023-12-20T15:38:58.694Z\"\n                    }\n                ],\n                \"ETA\": [\n                    {\n                        \"value\": \"2024-01-18T01:59:24.000Z\",\n                        \"createdAt\": \"2023-12-20T15:36:23.548Z\"\n                    },\n                    {\n                        \"value\": \"2024-01-17T01:59:24.000Z\",\n                        \"createdAt\": \"2023-12-20T16:30:07.366Z\"\n                    },\n                    {\n                        \"value\": \"2024-01-24T01:59:20.000Z\",\n                        \"createdAt\": \"2023-12-21T05:00:22.910Z\"\n                    },\n                    {\n                        \"value\": \"2024-01-23T01:59:20.000Z\",\n                        \"createdAt\": \"2023-12-22T16:47:35.538Z\"\n                    },\n                    {\n                        \"value\": \"2024-01-24T01:59:18.000Z\",\n                        \"createdAt\": \"2024-01-06T05:00:21.676Z\"\n                    },\n                    {\n                        \"value\": \"2024-01-23T01:59:18.000Z\",\n                        \"createdAt\": \"2024-01-09T05:00:39.624Z\"\n                    }\n                ],\n                \"PTA\": [\n                    {\n                        \"value\": \"2024-01-18T01:59:24.000Z\",\n                        \"createdAt\": \"2023-12-20T15:36:23.548Z\"\n                    },\n                    {\n                        \"value\": \"2024-01-24T01:59:20.000Z\",\n                        \"createdAt\": \"2023-12-21T05:00:22.910Z\"\n                    }\n                ],\n                \"ATA\": [\n                    {\n                        \"value\": null,\n                        \"createdAt\": \"2023-12-20T15:36:23.548Z\"\n                    }\n                ]\n            },\n            \"PKKHI-PTSIE\": {\n                \"ETD\": [\n                    {\n                        \"value\": null,\n                        \"createdAt\": \"2023-12-20T15:36:23.548Z\"\n                    }\n                ],\n                \"PTD\": [\n                    {\n                        \"value\": null,\n                        \"createdAt\": \"2023-12-20T15:36:23.548Z\"\n                    }\n                ],\n                \"ATD\": [\n                    {\n                        \"value\": null,\n                        \"createdAt\": \"2023-12-20T15:36:23.548Z\"\n                    }\n                ],\n                \"ETA\": [\n                    {\n                        \"value\": \"2023-12-22T21:40:00.000Z\",\n                        \"createdAt\": \"2023-12-20T15:36:23.548Z\"\n                    }\n                ],\n                \"PTA\": [\n                    {\n                        \"value\": null,\n                        \"createdAt\": \"2023-12-20T15:36:23.548Z\"\n                    }\n                ],\n                \"ATA\": [\n                    {\n                        \"value\": null,\n                        \"createdAt\": \"2023-12-20T15:36:23.548Z\"\n                    }\n                ]\n            },\n            \"PTSIE-CLSAI\": {\n                \"ETD\": [\n                    {\n                        \"value\": \"2023-12-24T20:30:00.000Z\",\n                        \"createdAt\": \"2023-12-20T15:36:23.548Z\"\n                    }\n                ],\n                \"PTD\": [\n                    {\n                        \"value\": null,\n                        \"createdAt\": \"2023-12-20T15:36:23.548Z\"\n                    }\n                ],\n                \"ATD\": [\n                    {\n                        \"value\": null,\n                        \"createdAt\": \"2023-12-20T15:36:23.548Z\"\n                    }\n                ],\n                \"ETA\": [\n                    {\n                        \"value\": \"2024-01-18T01:59:24.000Z\",\n                        \"createdAt\": \"2023-12-20T15:36:23.548Z\"\n                    }\n                ],\n                \"PTA\": [\n                    {\n                        \"value\": \"2024-01-18T01:59:24.000Z\",\n                        \"createdAt\": \"2023-12-20T15:36:23.548Z\"\n                    }\n                ],\n                \"ATA\": [\n                    {\n                        \"value\": null,\n                        \"createdAt\": \"2023-12-20T15:36:23.548Z\"\n                    }\n                ]\n            }\n        },\n        \"path\": [\n            [\n                67.32485,\n                24.763616666666667,\n                \"historic\"\n            ],\n            [\n                67.01981666666667,\n                24.503233333333334,\n                \"historic\"\n            ],\n            [\n                68.9556,\n                21.155833333333334,\n                \"historic\"\n            ],\n            [\n                72.56065,\n                18.82445,\n                \"historic\"\n            ],\n            [\n                72.95023333333333,\n                18.963583333333332,\n                \"historic\"\n            ],\n            [\n                72.44641666666666,\n                19.44,\n                \"historic\"\n            ],\n            [\n                69.17778333333334,\n                21.141266666666667,\n                \"historic\"\n            ],\n            [\n                68.92973333333333,\n                21.620933333333333,\n                \"historic\"\n            ],\n            [\n                69.69176666666667,\n                22.73815,\n                \"historic\"\n            ],\n            [\n                69.69183333333334,\n                22.738083333333332,\n                \"historic\"\n            ],\n            [\n                69.6917,\n                22.738133333333334,\n                \"historic\"\n            ],\n            [\n                67.78546666666666,\n                21.845916666666668,\n                \"historic\"\n            ],\n            [\n                64.40255,\n                20.413716666666666,\n                \"historic\"\n            ],\n            [\n                61.30245,\n                19.0825,\n                \"historic\"\n            ],\n            [\n                58.19875,\n                17.745216666666668,\n                \"historic\"\n            ],\n            [\n                55.14065,\n                16.467916666666667,\n                \"historic\"\n            ],\n            [\n                52.11715,\n                15.1896,\n                \"historic\"\n            ],\n            [\n                49.10863333333333,\n                13.94975,\n                \"historic\"\n            ],\n            [\n                45.99888333333333,\n                12.841133333333334,\n                \"historic\"\n            ],\n            [\n                43.08395,\n                13.19045,\n                \"historic\"\n            ],\n            [\n                41.31485,\n                15.852583333333333,\n                \"historic\"\n            ],\n            [\n                39.67478333333333,\n                18.614166666666666,\n                \"historic\"\n            ],\n            [\n                37.99661666666667,\n                21.3919,\n                \"historic\"\n            ],\n            [\n                36.23693333333333,\n                24.217216666666666,\n                \"historic\"\n            ],\n            [\n                34.51305,\n                26.931166666666666,\n                \"historic\"\n            ],\n            [\n                32.62345,\n                29.477333333333334,\n                \"historic\"\n            ],\n            [\n                32.5454,\n                29.905633333333334,\n                \"historic\"\n            ],\n            [\n                33.038066666666666,\n                32.0735,\n                \"historic\"\n            ],\n            [\n                35.013151666666666,\n                32.81831,\n                \"historic\"\n            ],\n            [\n                35.013223333333336,\n                32.818255,\n                \"historic\"\n            ],\n            [\n                35.01314,\n                32.818305,\n                \"historic\"\n            ],\n            [\n                30.908616666666667,\n                33.47848333333334,\n                \"historic\"\n            ],\n            [\n                26.532133333333334,\n                34.11665,\n                \"historic\"\n            ],\n            [\n                22.062466666666666,\n                34.759683333333335,\n                \"historic\"\n            ],\n            [\n                17.3956,\n                35.697766666666666,\n                \"historic\"\n            ],\n            [\n                13.289883333333334,\n                36.74646666666667,\n                \"historic\"\n            ],\n            [\n                9.3048,\n                37.6594,\n                \"historic\"\n            ],\n            [\n                4.669,\n                37.41296666666667,\n                \"historic\"\n            ],\n            [\n                -0.2111166666666667,\n                36.656333333333336,\n                \"historic\"\n            ],\n            [\n                -4.270666666666667,\n                36.09258333333333,\n                \"historic\"\n            ],\n            [\n                -7.826116666666667,\n                36.39365,\n                \"historic\"\n            ],\n            [\n                -9.05845,\n                37.50541666666667,\n                \"historic\"\n            ],\n            [\n                -8.8675,\n                37.9425,\n                \"historic\"\n            ],\n            [\n                -12.39,\n                36.1133,\n                \"historic\"\n            ],\n            [\n                -16.0616,\n                34.0254,\n                \"historic\"\n            ],\n            [\n                -20.025,\n                32.3167,\n                \"historic\"\n            ],\n            [\n                -23.9663,\n                30.929,\n                \"historic\"\n            ],\n            [\n                -27.9932,\n                29.4879,\n                \"historic\"\n            ],\n            [\n                -31.6879,\n                28.1473,\n                \"historic\"\n            ],\n            [\n                -35.4072,\n                26.7805,\n                \"historic\"\n            ],\n            [\n                -39.0276,\n                25.4332,\n                \"historic\"\n            ],\n            [\n                -42.6475,\n                24.0716,\n                \"historic\"\n            ],\n            [\n                -46.2916,\n                22.6857,\n                \"historic\"\n            ],\n            [\n                -49.805,\n                21.335,\n                \"historic\"\n            ],\n            [\n                -53.3916,\n                19.9447,\n                \"historic\"\n            ],\n            [\n                -56.952,\n                18.5513,\n                \"historic\"\n            ],\n            [\n                -60.2616,\n                17.248,\n                \"historic\"\n            ],\n            [\n                -60.2616,\n                17.248,\n                \"latest\"\n            ],\n            [\n                -60.13334999999999,\n                17.33335,\n                \"predicted\"\n            ],\n            [\n                -60.66665,\n                17.06665,\n                \"predicted\"\n            ],\n            [\n                -60.933350000000004,\n                17.06665,\n                \"predicted\"\n            ],\n            [\n                -61.800000000000004,\n                16.599999999999998,\n                \"predicted\"\n            ],\n            [\n                -62.06664999999999,\n                16.466649999999998,\n                \"predicted\"\n            ],\n            [\n                -62.19999999999999,\n                16.46665,\n                \"predicted\"\n            ],\n            [\n                -62.533350000000006,\n                16.266649999999995,\n                \"predicted\"\n            ],\n            [\n                -62.8,\n                16.26665,\n                \"predicted\"\n            ],\n            [\n                -63.33335,\n                16,\n                \"predicted\"\n            ],\n            [\n                -63.533350000000006,\n                15.933349999999999,\n                \"predicted\"\n            ],\n            [\n                -63.66665,\n                15.933349999999999,\n                \"predicted\"\n            ],\n            [\n                -63.93335,\n                15.799999999999997,\n                \"predicted\"\n            ],\n            [\n                -64.13335,\n                15.733349999999998,\n                \"predicted\"\n            ],\n            [\n                -64.66664999999999,\n                15.46665,\n                \"predicted\"\n            ],\n            [\n                -64.93335,\n                15.46665,\n                \"predicted\"\n            ],\n            [\n                -65.46664999999999,\n                15.2,\n                \"predicted\"\n            ],\n            [\n                -66.00000000000001,\n                14.933350000000003,\n                \"predicted\"\n            ],\n            [\n                -66.26665,\n                14.93335,\n                \"predicted\"\n            ],\n            [\n                -66.8,\n                14.666650000000002,\n                \"predicted\"\n            ],\n            [\n                -67.06665000000001,\n                14.666650000000002,\n                \"predicted\"\n            ],\n            [\n                -67.33335,\n                14.399999999999997,\n                \"predicted\"\n            ],\n            [\n                -67.6,\n                14.400000000000002,\n                \"predicted\"\n            ],\n            [\n                -67.86664999999998,\n                14.399999999999997,\n                \"predicted\"\n            ],\n            [\n                -68.4,\n                14.133349999999998,\n                \"predicted\"\n            ],\n            [\n                -68.66665,\n                14.13335,\n                \"predicted\"\n            ],\n            [\n                -69.19999999999999,\n                13.866649999999998,\n                \"predicted\"\n            ],\n            [\n                -69.73335,\n                13.6,\n                \"predicted\"\n            ],\n            [\n                -70.26665000000001,\n                13.333349999999998,\n                \"predicted\"\n            ],\n            [\n                -70.80000000000001,\n                13.06665,\n                \"predicted\"\n            ],\n            [\n                -71.06665000000001,\n                13.066649999999997,\n                \"predicted\"\n            ],\n            [\n                -71.33335,\n                13.066649999999997,\n                \"predicted\"\n            ],\n            [\n                -71.6,\n                13.06665,\n                \"predicted\"\n            ],\n            [\n                -72.13335000000001,\n                12.799999999999999,\n                \"predicted\"\n            ],\n            [\n                -72.4,\n                12.533350000000002,\n                \"predicted\"\n            ],\n            [\n                -72.93335,\n                12.266650000000002,\n                \"predicted\"\n            ],\n            [\n                -73.46665,\n                12,\n                \"predicted\"\n            ],\n            [\n                -74,\n                11.733349999999998,\n                \"predicted\"\n            ],\n            [\n                -74.26665000000001,\n                11.73335,\n                \"predicted\"\n            ],\n            [\n                -74.86665,\n                11.53335,\n                \"predicted\"\n            ],\n            [\n                -75.06665,\n                11.46665,\n                \"predicted\"\n            ],\n            [\n                -75.33335000000001,\n                11.46665,\n                \"predicted\"\n            ],\n            [\n                -75.86664999999998,\n                11.200000000000001,\n                \"predicted\"\n            ],\n            [\n                -76.13335000000001,\n                11.200000000000001,\n                \"predicted\"\n            ],\n            [\n                -76.33335,\n                11.133349999999998,\n                \"predicted\"\n            ],\n            [\n                -76.63335000000001,\n                11.033349999999999,\n                \"predicted\"\n            ],\n            [\n                -76.73335,\n                11,\n                \"predicted\"\n            ],\n            [\n                -76.93334999999999,\n                10.93335,\n                \"predicted\"\n            ],\n            [\n                -77.46665,\n                10.666650000000002,\n                \"predicted\"\n            ],\n            [\n                -78,\n                10.4,\n                \"predicted\"\n            ],\n            [\n                -78.53335,\n                10.133349999999998,\n                \"predicted\"\n            ],\n            [\n                -78.8,\n                10.133350000000002,\n                \"predicted\"\n            ],\n            [\n                -79.13335000000001,\n                9.933335,\n                \"predicted\"\n            ],\n            [\n                -79.40000000000002,\n                9.800000000000002,\n                \"predicted\"\n            ],\n            [\n                -79.5,\n                9.766665000000001,\n                \"predicted\"\n            ],\n            [\n                -79.58335,\n                9.716665,\n                \"predicted\"\n            ],\n            [\n                -79.65,\n                9.683335,\n                \"predicted\"\n            ],\n            [\n                -79.85000000000001,\n                9.516665000000001,\n                \"predicted\"\n            ],\n            [\n                -79.91664999999999,\n                9.45,\n                \"predicted\"\n            ],\n            [\n                -79.925,\n                9.425,\n                \"predicted\"\n            ],\n            [\n                -79.925,\n                9.408335,\n                \"predicted\"\n            ],\n            [\n                -79.925,\n                9.391665,\n                \"predicted\"\n            ],\n            [\n                -79.925,\n                9.375,\n                \"predicted\"\n            ],\n            [\n                -79.90835000000001,\n                9.358335,\n                \"predicted\"\n            ],\n            [\n                -79.90835000000001,\n                9.358335,\n                \"predicted\"\n            ],\n            [\n                -79.90835000000001,\n                9.341664999999999,\n                \"predicted\"\n            ],\n            [\n                -79.92500000000001,\n                9.291666666666664,\n                \"predicted\"\n            ],\n            [\n                -79.925,\n                9.274999999999999,\n                \"predicted\"\n            ],\n            [\n                -79.90833333333335,\n                9.241666666666665,\n                \"predicted\"\n            ],\n            [\n                -79.89166666666665,\n                9.225,\n                \"predicted\"\n            ],\n            [\n                -79.875,\n                9.208333333333336,\n                \"predicted\"\n            ],\n            [\n                -79.85833333333335,\n                9.191666666666665,\n                \"predicted\"\n            ],\n            [\n                -79.84166666666665,\n                9.175,\n                \"predicted\"\n            ],\n            [\n                -79.65833333333336,\n                9.058333333333335,\n                \"predicted\"\n            ],\n            [\n                -79.64166666666667,\n                9.041666666666664,\n                \"predicted\"\n            ],\n            [\n                -79.62499999999999,\n                9.024999999999999,\n                \"predicted\"\n            ],\n            [\n                -79.60833333333336,\n                9.008333333333335,\n                \"predicted\"\n            ],\n            [\n                -79.59166666666664,\n                8.991666666666665,\n                \"predicted\"\n            ],\n            [\n                -79.57499999999999,\n                8.958333333333334,\n                \"predicted\"\n            ],\n            [\n                -79.57499999999999,\n                8.958333333333334,\n                \"predicted\"\n            ],\n            [\n                -79.50835000000001,\n                8.891664999999998,\n                \"predicted\"\n            ],\n            [\n                -79.48335,\n                8.883334999999999,\n                \"predicted\"\n            ],\n            [\n                -79.45,\n                8.816665,\n                \"predicted\"\n            ],\n            [\n                -79.45,\n                8.783335,\n                \"predicted\"\n            ],\n            [\n                -79.45,\n                8.75,\n                \"predicted\"\n            ],\n            [\n                -79.43335,\n                8.700000000000001,\n                \"predicted\"\n            ],\n            [\n                -79.33335,\n                7.733334999999999,\n                \"predicted\"\n            ],\n            [\n                -79.60000000000001,\n                6.9333350000000005,\n                \"predicted\"\n            ],\n            [\n                -79.60000000000001,\n                6.666664999999999,\n                \"predicted\"\n            ],\n            [\n                -79.86664999999999,\n                6.1333350000000015,\n                \"predicted\"\n            ],\n            [\n                -79.86664999999999,\n                5.8666649999999985,\n                \"predicted\"\n            ],\n            [\n                -79.86664999999999,\n                5.6000000000000005,\n                \"predicted\"\n            ],\n            [\n                -80.13335,\n                5.066665,\n                \"predicted\"\n            ],\n            [\n                -80.13335000000001,\n                4.8,\n                \"predicted\"\n            ],\n            [\n                -80.13335,\n                4.533335,\n                \"predicted\"\n            ],\n            [\n                -80.13335,\n                4.266665000000001,\n                \"predicted\"\n            ],\n            [\n                -80.39999999999999,\n                3.7333350000000003,\n                \"predicted\"\n            ],\n            [\n                -80.39999999999999,\n                3.466665,\n                \"predicted\"\n            ],\n            [\n                -80.4,\n                3.2000000000000006,\n                \"predicted\"\n            ],\n            [\n                -80.39999999999999,\n                2.9333349999999996,\n                \"predicted\"\n            ],\n            [\n                -80.66664999999999,\n                2.4,\n                \"predicted\"\n            ],\n            [\n                -80.66665,\n                2.1333349999999998,\n                \"predicted\"\n            ],\n            [\n                -80.66665,\n                1.866665,\n                \"predicted\"\n            ],\n            [\n                -80.66665,\n                1.5999999999999999,\n                \"predicted\"\n            ],\n            [\n                -80.93335,\n                1.0666664999999997,\n                \"predicted\"\n            ],\n            [\n                -80.93334999999999,\n                0.7999999999999999,\n                \"predicted\"\n            ],\n            [\n                -80.93335,\n                0.5333335,\n                \"predicted\"\n            ],\n            [\n                -80.93335,\n                0.2666665,\n                \"predicted\"\n            ],\n            [\n                -81.19999999999999,\n                -0.2666665,\n                \"predicted\"\n            ],\n            [\n                -81.19999999999999,\n                -0.5333335000000001,\n                \"predicted\"\n            ],\n            [\n                -81.19999999999999,\n                -0.7999999999999999,\n                \"predicted\"\n            ],\n            [\n                -81.26665,\n                -1.0000015,\n                \"predicted\"\n            ],\n            [\n                -81.4,\n                -1.3999999999999997,\n                \"predicted\"\n            ],\n            [\n                -81.46665,\n                -1.5999999999999999,\n                \"predicted\"\n            ],\n            [\n                -81.46664999999999,\n                -1.866665,\n                \"predicted\"\n            ],\n            [\n                -81.46664999999999,\n                -2.1333349999999998,\n                \"predicted\"\n            ],\n            [\n                -81.46665,\n                -2.4,\n                \"predicted\"\n            ],\n            [\n                -81.46664999999999,\n                -2.666665,\n                \"predicted\"\n            ],\n            [\n                -81.46664999999999,\n                -2.9333349999999996,\n                \"predicted\"\n            ],\n            [\n                -81.46664999999999,\n                -3.2,\n                \"predicted\"\n            ],\n            [\n                -81.46664999999999,\n                -3.466665,\n                \"predicted\"\n            ],\n            [\n                -81.46664999999999,\n                -3.7333350000000003,\n                \"predicted\"\n            ],\n            [\n                -81.53334999999998,\n                -3.9333350000000005,\n                \"predicted\"\n            ],\n            [\n                -81.53334999999998,\n                -4.066665,\n                \"predicted\"\n            ],\n            [\n                -81.53335,\n                -4.199999999999999,\n                \"predicted\"\n            ],\n            [\n                -81.53334999999998,\n                -4.333335,\n                \"predicted\"\n            ],\n            [\n                -81.53334999999998,\n                -4.466665000000001,\n                \"predicted\"\n            ],\n            [\n                -81.53335,\n                -4.6,\n                \"predicted\"\n            ],\n            [\n                -81.53334999999998,\n                -4.733335,\n                \"predicted\"\n            ],\n            [\n                -81.53334999999998,\n                -4.866664999999999,\n                \"predicted\"\n            ],\n            [\n                -81.53335,\n                -5,\n                \"predicted\"\n            ],\n            [\n                -81.53334999999998,\n                -5.133335,\n                \"predicted\"\n            ],\n            [\n                -81.53334999999998,\n                -5.266664999999999,\n                \"predicted\"\n            ],\n            [\n                -81.53335,\n                -5.4,\n                \"predicted\"\n            ],\n            [\n                -81.46665,\n                -5.6000000000000005,\n                \"predicted\"\n            ],\n            [\n                -81.4,\n                -5.8,\n                \"predicted\"\n            ],\n            [\n                -81.4,\n                -5.933334999999999,\n                \"predicted\"\n            ],\n            [\n                -81.4,\n                -6.066665,\n                \"predicted\"\n            ],\n            [\n                -81.4,\n                -6.2,\n                \"predicted\"\n            ],\n            [\n                -81.26665,\n                -6.466665000000001,\n                \"predicted\"\n            ],\n            [\n                -81.19999999999999,\n                -6.666664999999999,\n                \"predicted\"\n            ],\n            [\n                -81,\n                -6.999999999999999,\n                \"predicted\"\n            ],\n            [\n                -80.86665,\n                -7.133335000000001,\n                \"predicted\"\n            ],\n            [\n                -80.66665,\n                -7.466665000000001,\n                \"predicted\"\n            ],\n            [\n                -80.4,\n                -7.733335,\n                \"predicted\"\n            ],\n            [\n                -80.4,\n                -8,\n                \"predicted\"\n            ],\n            [\n                -80.13335,\n                -8.266665,\n                \"predicted\"\n            ],\n            [\n                -79.86664999999999,\n                -8.533335000000001,\n                \"predicted\"\n            ],\n            [\n                -79.86664999999999,\n                -8.8,\n                \"predicted\"\n            ],\n            [\n                -79.60000000000001,\n                -9.066664999999999,\n                \"predicted\"\n            ],\n            [\n                -79.33335,\n                -9.333335,\n                \"predicted\"\n            ],\n            [\n                -79.33335,\n                -9.600000000000003,\n                \"predicted\"\n            ],\n            [\n                -79.06665,\n                -9.866665000000001,\n                \"predicted\"\n            ],\n            [\n                -78.8,\n                -10.133350000000002,\n                \"predicted\"\n            ],\n            [\n                -78.53335,\n                -10.666650000000002,\n                \"predicted\"\n            ],\n            [\n                -78.26665,\n                -10.93335,\n                \"predicted\"\n            ],\n            [\n                -78.26665000000001,\n                -11.200000000000001,\n                \"predicted\"\n            ],\n            [\n                -78.06665,\n                -11.399999999999999,\n                \"predicted\"\n            ],\n            [\n                -77.96665,\n                -11.5,\n                \"predicted\"\n            ],\n            [\n                -77.9,\n                -11.566650000000001,\n                \"predicted\"\n            ],\n            [\n                -77.8,\n                -11.66665,\n                \"predicted\"\n            ],\n            [\n                -77.53335,\n                -12.06665,\n                \"predicted\"\n            ],\n            [\n                -77.26664999999998,\n                -12.46665,\n                \"predicted\"\n            ],\n            [\n                -77,\n                -12.86665,\n                \"predicted\"\n            ],\n            [\n                -76.93334999999999,\n                -13.066649999999997,\n                \"predicted\"\n            ],\n            [\n                -76.93334999999999,\n                -13.333349999999998,\n                \"predicted\"\n            ],\n            [\n                -76.93334999999999,\n                -13.6,\n                \"predicted\"\n            ],\n            [\n                -76.93334999999999,\n                -13.86665,\n                \"predicted\"\n            ],\n            [\n                -76.66665,\n                -14.399999999999997,\n                \"predicted\"\n            ],\n            [\n                -76.66665000000002,\n                -14.666650000000002,\n                \"predicted\"\n            ],\n            [\n                -76.66665000000002,\n                -14.93335,\n                \"predicted\"\n            ],\n            [\n                -76.66665,\n                -15.2,\n                \"predicted\"\n            ],\n            [\n                -76.4,\n                -15.733349999999998,\n                \"predicted\"\n            ],\n            [\n                -76.4,\n                -16,\n                \"predicted\"\n            ],\n            [\n                -76.4,\n                -16.26665,\n                \"predicted\"\n            ],\n            [\n                -76.13335000000001,\n                -16.799999999999997,\n                \"predicted\"\n            ],\n            [\n                -76.13335000000002,\n                -17.06665,\n                \"predicted\"\n            ],\n            [\n                -76.13335000000002,\n                -17.33335,\n                \"predicted\"\n            ],\n            [\n                -75.86664999999998,\n                -17.86665,\n                \"predicted\"\n            ],\n            [\n                -75.86664999999998,\n                -18.13335,\n                \"predicted\"\n            ],\n            [\n                -75.86664999999999,\n                -18.4,\n                \"predicted\"\n            ],\n            [\n                -75.6,\n                -18.93335,\n                \"predicted\"\n            ],\n            [\n                -75.6,\n                -19.2,\n                \"predicted\"\n            ],\n            [\n                -75.6,\n                -19.46665,\n                \"predicted\"\n            ],\n            [\n                -75.33335,\n                -20,\n                \"predicted\"\n            ],\n            [\n                -75.33335000000001,\n                -20.26665,\n                \"predicted\"\n            ],\n            [\n                -75.33335000000001,\n                -20.533349999999995,\n                \"predicted\"\n            ],\n            [\n                -75.06665,\n                -21.066649999999996,\n                \"predicted\"\n            ],\n            [\n                -75.06665,\n                -21.333349999999992,\n                \"predicted\"\n            ],\n            [\n                -74.8,\n                -21.86665,\n                \"predicted\"\n            ],\n            [\n                -74.8,\n                -22.13335,\n                \"predicted\"\n            ],\n            [\n                -74.80000000000001,\n                -22.399999999999995,\n                \"predicted\"\n            ],\n            [\n                -74.8,\n                -22.66665,\n                \"predicted\"\n            ],\n            [\n                -74.53335000000001,\n                -23.200000000000003,\n                \"predicted\"\n            ],\n            [\n                -74.53335000000001,\n                -23.46665,\n                \"predicted\"\n            ],\n            [\n                -74.53335000000001,\n                -23.73335,\n                \"predicted\"\n            ],\n            [\n                -74.26665000000001,\n                -24.266649999999995,\n                \"predicted\"\n            ],\n            [\n                -74.26665000000001,\n                -24.533350000000002,\n                \"predicted\"\n            ],\n            [\n                -74.26665000000001,\n                -24.799999999999997,\n                \"predicted\"\n            ],\n            [\n                -74,\n                -25.33335,\n                \"predicted\"\n            ],\n            [\n                -74,\n                -25.6,\n                \"predicted\"\n            ],\n            [\n                -74,\n                -25.86665,\n                \"predicted\"\n            ],\n            [\n                -73.73335,\n                -26.133350000000004,\n                \"predicted\"\n            ],\n            [\n                -73.73335,\n                -26.399999999999995,\n                \"predicted\"\n            ],\n            [\n                -73.73335,\n                -26.66665,\n                \"predicted\"\n            ],\n            [\n                -73.46665,\n                -27.200000000000003,\n                \"predicted\"\n            ],\n            [\n                -73.46665,\n                -27.46665,\n                \"predicted\"\n            ],\n            [\n                -73.46665,\n                -27.73335,\n                \"predicted\"\n            ],\n            [\n                -73.46664999999999,\n                -28,\n                \"predicted\"\n            ],\n            [\n                -73.2,\n                -28.53335,\n                \"predicted\"\n            ],\n            [\n                -73.19999999999999,\n                -28.799999999999997,\n                \"predicted\"\n            ],\n            [\n                -73.2,\n                -29.066649999999996,\n                \"predicted\"\n            ],\n            [\n                -72.93334999999999,\n                -29.599999999999998,\n                \"predicted\"\n            ],\n            [\n                -72.93335,\n                -29.866649999999996,\n                \"predicted\"\n            ],\n            [\n                -72.66665,\n                -30.400000000000002,\n                \"predicted\"\n            ],\n            [\n                -72.4,\n                -30.93335,\n                \"predicted\"\n            ],\n            [\n                -72.13335,\n                -31.466649999999998,\n                \"predicted\"\n            ],\n            [\n                -72.13335,\n                -31.73335,\n                \"predicted\"\n            ],\n            [\n                -72.13335000000001,\n                -32,\n                \"predicted\"\n            ],\n            [\n                -72.13335,\n                -32.26665,\n                \"predicted\"\n            ],\n            [\n                -72.13335,\n                -32.53335,\n                \"predicted\"\n            ],\n            [\n                -72.13335,\n                -32.8,\n                \"predicted\"\n            ],\n            [\n                -72.13335,\n                -33.06665,\n                \"predicted\"\n            ],\n            [\n                -71.93334999999999,\n                -33.266650000000006,\n                \"predicted\"\n            ],\n            [\n                -71.76664999999998,\n                -33.49999999999999,\n                \"predicted\"\n            ],\n            [\n                -71.71665,\n                -33.55,\n                \"predicted\"\n            ],\n            [\n                -71.68335,\n                -33.583349999999996,\n                \"predicted\"\n            ],\n            [\n                -71.65835000000001,\n                -33.59165,\n                \"predicted\"\n            ],\n            [\n                -71.64165,\n                -33.59165,\n                \"predicted\"\n            ],\n            [\n                -71.625,\n                -33.59165,\n                \"predicted\"\n            ]\n        ]\n    },\n    \"validation\": {\n        \"isValidCarrier\": true,\n        \"messageValidFormat\": \"\"\n    }\n}"}],"_postman_id":"e2d2e508-9aee-4557-b61a-5168f61b9653"},{"name":"Bookmark Shipment","id":"f1dfae72-bbbe-4de4-89c1-ad42e8e3f145","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"6526d50e2a7f100f10083309\",\r\n    \"isFavorite\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/favorite","description":"<h1 id=\"mark-shipment-as-favorite\">Mark Shipment as Favorite</h1>\n<p>This endpoint enables you to mark a shipment as a favorite or remove it from your favorites.</p>\n<h2 id=\"endpoint\">Endpoint</h2>\n<ul>\n<li><p><strong>URL</strong>: {{URL}}<code>/api/v2/shipments/favorite</code></p>\n</li>\n<li><p><strong>Method</strong>: PUT</p>\n</li>\n</ul>\n<h2 id=\"request-header\">Request Header</h2>\n<ul>\n<li><strong>Authorization</strong>: Your access token obtained through authentication.<ul>\n<li><strong>Type</strong>: Bearer Token</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><strong>ID</strong>: Unique identifier of the shipment.<ul>\n<li><strong>Type</strong>: String</li>\n</ul>\n</li>\n<li><strong>Is Favorite</strong>: Indicates whether to mark the shipment as a favorite or not.<ul>\n<li><strong>Type</strong>: Boolean</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-example\">Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"6526d50e2a7f100f10083309\",\n    \"isFavorite\": false\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","shipments","favorite"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"be016fff-db99-4b6c-bca0-8407bdd41ffb","name":"Example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"63d165a50cf08faf47918168\",\r\n    \"isFavorite\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/shipments/favorite"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"data\": {\r\n        \"isFavorite\": false\r\n    }\r\n}"}],"_postman_id":"f1dfae72-bbbe-4de4-89c1-ad42e8e3f145"},{"name":"Update Shipment","id":"c206d4d0-d4dc-4500-89d8-ca1a6f35008e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"referenceName\": \"test\",\r\n    \"carrier\": {\r\n        \"name\": \"APL\"\r\n    },\r\n    \"commodity\": \"Aluminum SAE 1000 series cold drawn bar\",\r\n    \"shipmentId\": \"M2_ANTALYA_ESTADOS_ALUMINUM-SAE-10\",\r\n    \"shipmentType\": \"FCL\",\r\n    \"incoterm\": \"CIF\",\r\n    \"origin\": {\r\n        \"address\": \"Antalya, Provincia de Antalya, Turquía\",\r\n        \"countryCode\": \"TR\",\r\n        \"lat\": 36.8968908,\r\n        \"lng\": 30.7133233\r\n    },\r\n    \"portOrigin\": null,\r\n    \"destination\": {\r\n        \"address\": \"Estados Unidos\",\r\n        \"countryCode\": \"US\",\r\n        \"lat\": 37.09024,\r\n        \"lng\": -95.712891\r\n    },\r\n    \"portDestination\": null,\r\n    \"route\": \"\",\r\n    \"cutoff\": \"11-10-2023\",\r\n    \"hbl\": \"\",\r\n    \"mbl\": \"\",\r\n    \"flightNumber\": \"\",\r\n    \"carrierOrAirplane\": \"N/A\",\r\n    \"voyageNumber\": \"COSU6340835270\",\r\n    \"freightType\": \"ship\",\r\n    \"paymentTerms\": \"prepaid\",\r\n    \"internalReference\": \"COSU6351011250 \",\r\n    \"_id\": \"6526d50e2a7f100f10083309\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/update","description":"<h1 id=\"update-shipment\">Update Shipment</h1>\n<p>This endpoint allows you to update the details of a shipment. The response will contain the updated shipment with the specified fields.</p>\n<h2 id=\"endpoint\">Endpoint</h2>\n<ul>\n<li><p><strong>URL</strong>: {{URL}}<code>/api/v2/shipments/update</code></p>\n</li>\n<li><p><strong>Method</strong>: PUT</p>\n</li>\n</ul>\n<h2 id=\"request-header\">Request Header</h2>\n<ul>\n<li><strong>Authorization</strong>: Your access token obtained through authentication.<ul>\n<li><strong>Type</strong>: Bearer Token</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p>Provide the shipment details that you want to update. You can include the following fields in your request:</p>\n<ul>\n<li><strong>Reference Name</strong>: A custom reference name for the shipment.<ul>\n<li><strong>Type</strong>: String</li>\n</ul>\n</li>\n<li><strong>Carrier</strong>: Information about the carrier.<ul>\n<li><strong>Type</strong>: Object</li>\n</ul>\n</li>\n<li><strong>Commodity</strong>: Description of the shipment's commodity.<ul>\n<li><strong>Type</strong>: String</li>\n</ul>\n</li>\n<li><strong>Shipment ID</strong>: Unique identifier for the shipment.<ul>\n<li><strong>Type</strong>: String</li>\n</ul>\n</li>\n<li><strong>Shipment Type</strong>: Type of the shipment (e.g., FCL).<ul>\n<li><strong>Type</strong>: String</li>\n</ul>\n</li>\n<li><strong>Incoterm</strong>: Incoterms for the shipment.<ul>\n<li><strong>Type</strong>: String</li>\n</ul>\n</li>\n<li><strong>Origin</strong>: Details about the shipment's origin.<ul>\n<li><strong>Type</strong>: Object</li>\n</ul>\n</li>\n<li><strong>Port Origin</strong>: Details about the origin port.<ul>\n<li><strong>Type</strong>: Object</li>\n</ul>\n</li>\n<li><strong>Destination</strong>: Details about the shipment's destination.<ul>\n<li><strong>Type</strong>: Object</li>\n</ul>\n</li>\n<li><strong>Port Destination</strong>: Details about the destination port.<ul>\n<li><strong>Type</strong>: Object</li>\n</ul>\n</li>\n<li><strong>Route</strong>: Information about the shipment's route.<ul>\n<li><strong>Type</strong>: String</li>\n</ul>\n</li>\n<li><strong>Cutoff Date</strong>: The cutoff date for the shipment.<ul>\n<li><strong>Type</strong>: Date (Format: DD-MM-YYYY)</li>\n</ul>\n</li>\n<li><strong>HBL (House Bill of Lading)</strong>: House Bill of Lading for the shipment.<ul>\n<li><strong>Type</strong>: String</li>\n</ul>\n</li>\n<li><strong>MBL (Master Bill of Lading)</strong>: Master Bill of Lading for the shipment.<ul>\n<li><strong>Type</strong>: String</li>\n</ul>\n</li>\n<li><strong>Flight Number</strong>: Flight number for air shipments.<ul>\n<li><strong>Type</strong>: String</li>\n</ul>\n</li>\n<li><strong>Carrier or Airplane</strong>: Information about the carrier or airplane.<ul>\n<li><strong>Type</strong>: String</li>\n</ul>\n</li>\n<li><strong>Voyage Number</strong>: Voyage number for the shipment.<ul>\n<li><strong>Type</strong>: String</li>\n</ul>\n</li>\n<li><strong>Freight Type</strong>: Type of freight (e.g., ship).<ul>\n<li><strong>Type</strong>: String</li>\n</ul>\n</li>\n<li><strong>Payment Terms</strong>: Payment terms for the shipment (e.g., prepaid).<ul>\n<li><strong>Type</strong>: String</li>\n</ul>\n</li>\n<li><strong>Internal Reference</strong>: Internal reference for the shipment.<ul>\n<li><strong>Type</strong>: String</li>\n</ul>\n</li>\n<li><strong>_ID</strong>: Unique identifier of the shipment.<ul>\n<li><strong>Type</strong>: String</li>\n</ul>\n</li>\n</ul>\n<p>StartFragment</p>\n<h2 id=\"status-codes\">Status Codes</h2>\n<ul>\n<li><strong>200 OK</strong>: The request was successful, and the shipment details have been updated.</li>\n<li><strong>401 Unauthorized</strong>: The provided access token is invalid or expired.</li>\n<li><strong>404 Not Found</strong>: The specified shipment ID was not found.</li>\n</ul>\n","urlObject":{"path":["api","v2","shipments","update"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"2c237fcd-df3f-4667-a03f-3206c1f99c8e","name":"Example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"origin\": {\r\n        \"address\": \"Daytona Beach, Florida, EE. UU.\",\r\n        \"countryCode\": \"US\",\r\n        \"lat\": 29.2108147,\r\n        \"lng\": -81.0228331\r\n    },\r\n    \"destination\": {\r\n        \"address\": \"Darmstadt, Alemania\",\r\n        \"countryCode\": \"DE\",\r\n        \"lat\": 49.8728253,\r\n        \"lng\": 8.6511929\r\n    },\r\n    \"_id\": \"64495dafb2b0519e3f582e8d\",\r\n    \"shipmentId\": \"M117_DAYTONA_DARMSTADT_ABACA-FIBERS\",\r\n    \"__v\": 0,\r\n    \"accessorials\": [],\r\n    \"attachments\": [],\r\n    \"automaticEvents\": true,\r\n    \"commodity\": \"Abaca fibers\",\r\n    \"company\": \"6442b458761c2d277b4e9014\",\r\n    \"consignee\": \"64495dafb2b0519e3f582e91\",\r\n    \"createdAt\": \"2023-04-26T17:21:51.273Z\",\r\n    \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n    \"currentStatus\": \"upcoming\",\r\n    \"deliveryAddress\": \"\",\r\n    \"eta\": \"2023-04-28T00:00:00.000Z\",\r\n    \"etaHistory\": [],\r\n    \"etd\": \"2023-04-25T00:00:00.000Z\",\r\n    \"flightNumber\": \"\",\r\n    \"freightType\": \"ship\",\r\n    \"hawb\": \"\",\r\n    \"hbl\": \"HBL\",\r\n    \"incoterm\": \"CFR\",\r\n    \"integrations\": [],\r\n    \"isFavorite\": false,\r\n    \"manualInput\": true,\r\n    \"mawb\": \"\",\r\n    \"mbl\": \"COSU6351011250\",\r\n    \"notes\": \"Notes\",\r\n    \"owner\": {\r\n        \"_id\": \"637e7a49318101bf83ee71ed\",\r\n        \"name\": \"Rokk3r\"\r\n    },\r\n    \"packagesInfo\": [\r\n        {\r\n            \"packageType\": \"Dry 20'\",\r\n            \"amount\": \"1\",\r\n            \"weight\": \"1\",\r\n            \"weightMetric\": \"kg\",\r\n            \"hazardousMaterials\": \"0\",\r\n            \"volume\": \"1\",\r\n            \"volumeMetric\": \"m³\"\r\n        }\r\n    ],\r\n    \"participants\": [\r\n        {\r\n            \"_id\": \"64495dafee538abeb7017c9b\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"6442b45839290de32530f50d\",\r\n                \"firstName\": \"Diego\",\r\n                \"lastName\": \"Shipper\",\r\n                \"email\": \"diegof.e3+shipper@gmail.com\"\r\n            },\r\n            \"company\": {\r\n                \"_id\": \"6442b458761c2d277b4e9014\",\r\n                \"name\": \"Nike\"\r\n            },\r\n            \"isOwner\": false,\r\n            \"shipment\": \"64495dafb2b0519e3f582e8d\",\r\n            \"type\": \"col-shipper\",\r\n            \"__v\": 0,\r\n            \"createdAt\": \"2023-04-26T17:21:51.336Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"permission\": \"editor\",\r\n            \"status\": \"pending\",\r\n            \"st\": \"N\"\r\n        },\r\n        {\r\n            \"_id\": \"64495dafee538abeb7017c9f\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"6442ada239290de32530f103\",\r\n                \"firstName\": \"Diego\",\r\n                \"lastName\": \"echeverry\",\r\n                \"email\": \"diegof.e3+lsp@gmail.com\"\r\n            },\r\n            \"company\": {\r\n                \"_id\": \"6442ada1761c2d277b4e8a7b\",\r\n                \"name\": \"Logunsa\"\r\n            },\r\n            \"isOwner\": false,\r\n            \"shipment\": \"64495dafb2b0519e3f582e8d\",\r\n            \"type\": \"col-lsp\",\r\n            \"__v\": 0,\r\n            \"createdAt\": \"2023-04-26T17:21:51.350Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"permission\": \"editor\",\r\n            \"status\": \"pending\",\r\n            \"st\": \"N\"\r\n        },\r\n        {\r\n            \"_id\": \"64495dafee538abeb7017ca3\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"64137ebd51c1ab803a753275\",\r\n                \"email\": \"diegof.e3@gmail.com\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"company\": {\r\n                \"_id\": \"637e7a49318101bf83ee71ed\",\r\n                \"name\": \"Rokk3r\"\r\n            },\r\n            \"isOwner\": true,\r\n            \"shipment\": \"64495dafb2b0519e3f582e8d\",\r\n            \"type\": \"acm-lsp\",\r\n            \"__v\": 0,\r\n            \"createdAt\": \"2023-04-26T17:21:51.356Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"status\": \"pending\",\r\n            \"st\": \"N\"\r\n        },\r\n        {\r\n            \"_id\": \"64495dafee538abeb7017ca7\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"6442b45839290de32530f50d\",\r\n                \"firstName\": \"Diego\",\r\n                \"lastName\": \"Shipper\",\r\n                \"email\": \"diegof.e3+shipper@gmail.com\"\r\n            },\r\n            \"company\": {\r\n                \"_id\": \"6442b458761c2d277b4e9014\",\r\n                \"name\": \"Nike\"\r\n            },\r\n            \"isOwner\": false,\r\n            \"shipment\": \"64495dafb2b0519e3f582e8d\",\r\n            \"type\": \"acm-shipper\",\r\n            \"__v\": 0,\r\n            \"createdAt\": \"2023-04-26T17:21:51.369Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"status\": \"pending\",\r\n            \"st\": \"N\"\r\n        },\r\n        {\r\n            \"_id\": \"64495dafee538abeb7017cab\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"6442bc6b3f856638decdcda8\",\r\n                \"firstName\": \"Jairo\",\r\n                \"lastName\": \"Mendoza\",\r\n                \"email\": \"diegof.e3+jairo-team@gmail.com\"\r\n            },\r\n            \"company\": {\r\n                \"_id\": \"637e7a49318101bf83ee71ed\",\r\n                \"name\": \"Rokk3r\"\r\n            },\r\n            \"isOwner\": false,\r\n            \"shipment\": \"64495dafb2b0519e3f582e8d\",\r\n            \"type\": \"acm-lsp\",\r\n            \"__v\": 0,\r\n            \"createdAt\": \"2023-04-26T17:21:51.384Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"status\": \"pending\",\r\n            \"st\": \"N\"\r\n        },\r\n        {\r\n            \"_id\": \"64495dafee538abeb7017caf\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"64455fe71ca0ac442090c641\",\r\n                \"firstName\": \"Luis\",\r\n                \"lastName\": \"Mora\",\r\n                \"email\": \"diegof.e3+luis-mora@gmail.com\"\r\n            },\r\n            \"company\": {\r\n                \"_id\": \"6442b458761c2d277b4e9014\",\r\n                \"name\": \"Nike\"\r\n            },\r\n            \"isOwner\": false,\r\n            \"shipment\": \"64495dafb2b0519e3f582e8d\",\r\n            \"type\": \"acm-shipper\",\r\n            \"__v\": 0,\r\n            \"createdAt\": \"2023-04-26T17:21:51.391Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"status\": \"pending\",\r\n            \"st\": \"N\"\r\n        }\r\n    ],\r\n    \"paymentTerms\": \"collect\",\r\n    \"pickupAddress\": \"\",\r\n    \"portDestination\": null,\r\n    \"portOrigin\": null,\r\n    \"referenceName\": \"Reference TEst\",\r\n    \"shipmentType\": \"FCL\",\r\n    \"shipper\": \"64495dafb2b0519e3f582e8f\",\r\n    \"tags\": [],\r\n    \"tenant\": \"64138cd451c1ab803a76568e\",\r\n    \"totalVolume\": 1,\r\n    \"totalWeight\": 1,\r\n    \"trade\": \"export\",\r\n    \"voyageNumber\": \"Voyage\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/shipments/update"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"origin\": {\n            \"address\": \"Daytona Beach, Florida, EE. UU.\",\n            \"countryCode\": \"US\",\n            \"lat\": 29.2108147,\n            \"lng\": -81.0228331\n        },\n        \"destination\": {\n            \"address\": \"Darmstadt, Alemania\",\n            \"countryCode\": \"DE\",\n            \"lat\": 49.8728253,\n            \"lng\": 8.6511929\n        },\n        \"_id\": \"64495dafb2b0519e3f582e8d\",\n        \"shipmentId\": \"M117_DAYTONA_DARMSTADT_ABACA-FIBERS\",\n        \"__v\": 0,\n        \"accessorials\": [],\n        \"attachments\": [],\n        \"automaticEvents\": true,\n        \"commodity\": \"Abaca fibers\",\n        \"company\": \"6442b458761c2d277b4e9014\",\n        \"consignee\": \"64495dafb2b0519e3f582e91\",\n        \"createdAt\": \"2023-04-26T17:21:51.273Z\",\n        \"creationUser\": \"64137ebd51c1ab803a753275\",\n        \"currentStatus\": \"upcoming\",\n        \"deliveryAddress\": \"\",\n        \"eta\": \"2023-04-28T00:00:00.000Z\",\n        \"etaHistory\": [],\n        \"etd\": \"2023-04-25T00:00:00.000Z\",\n        \"flightNumber\": \"\",\n        \"freightType\": \"ship\",\n        \"hawb\": \"\",\n        \"hbl\": \"HBL\",\n        \"incoterm\": \"CFR\",\n        \"integrations\": [],\n        \"isFavorite\": false,\n        \"manualInput\": true,\n        \"mawb\": \"\",\n        \"mbl\": \"COSU6351011250\",\n        \"notes\": \"Notes\",\n        \"owner\": \"637e7a49318101bf83ee71ed\",\n        \"packagesInfo\": [\n            {\n                \"packageType\": \"Dry 20'\",\n                \"amount\": \"1\",\n                \"weight\": \"1\",\n                \"weightMetric\": \"kg\",\n                \"hazardousMaterials\": \"0\",\n                \"volume\": \"1\",\n                \"volumeMetric\": \"m³\"\n            }\n        ],\n        \"participants\": [\n            {\n                \"_id\": \"64495dafee538abeb7017c9b\",\n                \"assignedTo\": {\n                    \"_id\": \"6442b45839290de32530f50d\",\n                    \"firstName\": \"Diego\",\n                    \"lastName\": \"Shipper\",\n                    \"email\": \"diegof.e3+shipper@gmail.com\"\n                },\n                \"company\": {\n                    \"_id\": \"6442b458761c2d277b4e9014\",\n                    \"name\": \"Customer1\"\n                },\n                \"isOwner\": false,\n                \"shipment\": \"64495dafb2b0519e3f582e8d\",\n                \"type\": \"col-shipper\",\n                \"__v\": 0,\n                \"createdAt\": \"2023-04-26T17:21:51.336Z\",\n                \"creationUser\": \"64137ebd51c1ab803a753275\",\n                \"permission\": \"editor\",\n                \"status\": \"pending\",\n                \"st\": \"N\"\n            },\n            {\n                \"_id\": \"64495dafee538abeb7017c9f\",\n                \"assignedTo\": {\n                    \"_id\": \"6442ada239290de32530f103\",\n                    \"firstName\": \"Diego\",\n                    \"lastName\": \"echeverry\",\n                    \"email\": \"diegof.e3+lsp@gmail.com\"\n                },\n                \"company\": {\n                    \"_id\": \"6442ada1761c2d277b4e8a7b\",\n                    \"name\": \"Customer1\"\n                },\n                \"isOwner\": false,\n                \"shipment\": \"64495dafb2b0519e3f582e8d\",\n                \"type\": \"col-lsp\",\n                \"__v\": 0,\n                \"createdAt\": \"2023-04-26T17:21:51.350Z\",\n                \"creationUser\": \"64137ebd51c1ab803a753275\",\n                \"permission\": \"editor\",\n                \"status\": \"pending\",\n                \"st\": \"N\"\n            },\n            {\n                \"_id\": \"64495dafee538abeb7017ca3\",\n                \"assignedTo\": {\n                    \"_id\": \"64137ebd51c1ab803a753275\",\n                    \"email\": \"diegof.e3@gmail.com\",\n                    \"firstName\": \"User\",\n                    \"lastName\": \"Dummy\"\n                },\n                \"company\": {\n                    \"_id\": \"637e7a49318101bf83ee71ed\",\n                    \"name\": \"Customer1\"\n                },\n                \"isOwner\": true,\n                \"shipment\": \"64495dafb2b0519e3f582e8d\",\n                \"type\": \"acm-lsp\",\n                \"__v\": 0,\n                \"createdAt\": \"2023-04-26T17:21:51.356Z\",\n                \"creationUser\": \"64137ebd51c1ab803a753275\",\n                \"status\": \"pending\",\n                \"st\": \"N\"\n            },\n            {\n                \"_id\": \"64495dafee538abeb7017ca7\",\n                \"assignedTo\": {\n                    \"_id\": \"6442b45839290de32530f50d\",\n                    \"firstName\": \"Diego\",\n                    \"lastName\": \"Shipper\",\n                    \"email\": \"diegof.e3+shipper@gmail.com\"\n                },\n                \"company\": {\n                    \"_id\": \"6442b458761c2d277b4e9014\",\n                    \"name\": \"Customer1\"\n                },\n                \"isOwner\": false,\n                \"shipment\": \"64495dafb2b0519e3f582e8d\",\n                \"type\": \"acm-shipper\",\n                \"__v\": 0,\n                \"createdAt\": \"2023-04-26T17:21:51.369Z\",\n                \"creationUser\": \"64137ebd51c1ab803a753275\",\n                \"status\": \"pending\",\n                \"st\": \"N\"\n            },\n            {\n                \"_id\": \"64495dafee538abeb7017cab\",\n                \"assignedTo\": {\n                    \"_id\": \"6442bc6b3f856638decdcda8\",\n                    \"firstName\": \"Jairo\",\n                    \"lastName\": \"Mendoza\",\n                    \"email\": \"diegof.e3+jairo-team@gmail.com\"\n                },\n                \"company\": {\n                    \"_id\": \"637e7a49318101bf83ee71ed\",\n                    \"name\": \"Customer1\"\n                },\n                \"isOwner\": false,\n                \"shipment\": \"64495dafb2b0519e3f582e8d\",\n                \"type\": \"acm-lsp\",\n                \"__v\": 0,\n                \"createdAt\": \"2023-04-26T17:21:51.384Z\",\n                \"creationUser\": \"64137ebd51c1ab803a753275\",\n                \"status\": \"pending\",\n                \"st\": \"N\"\n            },\n            {\n                \"_id\": \"64495dafee538abeb7017caf\",\n                \"assignedTo\": {\n                    \"_id\": \"64455fe71ca0ac442090c641\",\n                    \"firstName\": \"Luis\",\n                    \"lastName\": \"Mora\",\n                    \"email\": \"diegof.e3+luis-mora@gmail.com\"\n                },\n                \"company\": {\n                    \"_id\": \"6442b458761c2d277b4e9014\",\n                    \"name\": \"Customer1\"\n                },\n                \"isOwner\": false,\n                \"shipment\": \"64495dafb2b0519e3f582e8d\",\n                \"type\": \"acm-shipper\",\n                \"__v\": 0,\n                \"createdAt\": \"2023-04-26T17:21:51.391Z\",\n                \"creationUser\": \"64137ebd51c1ab803a753275\",\n                \"status\": \"pending\",\n                \"st\": \"N\"\n            },\n            {\n                \"_id\": \"64495dafee538abeb7017ca3\",\n                \"assignedTo\": {\n                    \"_id\": \"64137ebd51c1ab803a753275\",\n                    \"email\": \"diegof.e3@gmail.com\",\n                    \"firstName\": \"User\",\n                    \"lastName\": \"Dummy\"\n                },\n                \"company\": {\n                    \"_id\": \"637e7a49318101bf83ee71ed\",\n                    \"name\": \"Customer1\"\n                },\n                \"isOwner\": true,\n                \"shipment\": \"64495dafb2b0519e3f582e8d\",\n                \"type\": \"acm-lsp\",\n                \"__v\": 0,\n                \"createdAt\": \"2023-04-26T17:21:51.356Z\",\n                \"creationUser\": \"64137ebd51c1ab803a753275\",\n                \"status\": \"pending\",\n                \"st\": \"N\"\n            },\n            {\n                \"_id\": \"64495dafee538abeb7017cab\",\n                \"assignedTo\": {\n                    \"_id\": \"6442bc6b3f856638decdcda8\",\n                    \"firstName\": \"Jairo\",\n                    \"lastName\": \"Mendoza\",\n                    \"email\": \"diegof.e3+jairo-team@gmail.com\"\n                },\n                \"company\": {\n                    \"_id\": \"637e7a49318101bf83ee71ed\",\n                    \"name\": \"Customer1\"\n                },\n                \"isOwner\": false,\n                \"shipment\": \"64495dafb2b0519e3f582e8d\",\n                \"type\": \"acm-lsp\",\n                \"__v\": 0,\n                \"createdAt\": \"2023-04-26T17:21:51.384Z\",\n                \"creationUser\": \"64137ebd51c1ab803a753275\",\n                \"status\": \"pending\",\n                \"st\": \"N\"\n            }\n        ],\n        \"paymentTerms\": \"collect\",\n        \"pickupAddress\": \"\",\n        \"pickupDate\": null,\n        \"portDestination\": null,\n        \"portOrigin\": null,\n        \"referenceName\": \"Reference TEst\",\n        \"shipmentType\": \"FCL\",\n        \"shipper\": \"64495dafb2b0519e3f582e8f\",\n        \"tags\": [],\n        \"tenant\": \"64138cd451c1ab803a76568e\",\n        \"totalVolume\": 1,\n        \"totalWeight\": 1,\n        \"trade\": \"export\",\n        \"voyageNumber\": \"Voyage\",\n        \"updateUser\": \"64137ebd51c1ab803a753275\",\n        \"updatedAt\": \"2023-04-26T17:31:29.208Z\"\n    }\n}"}],"_postman_id":"c206d4d0-d4dc-4500-89d8-ca1a6f35008e"},{"name":"List dropdown values","id":"c49074b2-473d-40d6-8d87-9cf46c4374fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"field\": \"fullMbl\",\r\n    \"query\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/settings/values","description":"<h1 id=\"list-possible-values-for-shipment-field\">List Possible Values for Shipment Field</h1>\n<p>This endpoint allows you to retrieve a list of possible values for a specific field in the shipment settings. The response will be an array of possible values.</p>\n<h2 id=\"request-header\">Request Header</h2>\n<ul>\n<li><strong>Authorization</strong>: Your access token obtained through authentication.<ul>\n<li><strong>Type</strong>: Bearer Token</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p>Provide the field for which you want to list possible values and an optional query. The request should include the following parameters:</p>\n<ul>\n<li><strong>Field</strong>: The name of the field for which you want to list possible values.<ul>\n<li><strong>Type</strong>: String</li>\n</ul>\n</li>\n<li><strong>Query (Optional)</strong>: An optional query for filtering the possible values.<ul>\n<li><strong>Type</strong>: Object</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-example\">Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"field\": \"fullMbl\",\n    \"query\": {}\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","shipments","settings","values"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"46a002b4-cc74-4383-b0b3-8def20712704","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"field\": \"fullMbl\",\r\n    \"query\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/settings/values"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"763"},{"key":"ETag","value":"W/\"2fb-zu/0xaxAojhxuOe0+a3GuaDGEXk\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 04 Apr 2024 21:42:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    \"\",\n    \"074-45916802\",\n    \"124\",\n    \"14444\",\n    \"222222\",\n    \"273872212\",\n    \"34567\",\n    \"369-232323\",\n    \"369-554848\",\n    \"546-454545\",\n    \"546-878778\",\n    \"67677897\",\n    \"A32323232\",\n    \"AAHH3232323232\",\n    \"ARKU2324343232\",\n    \"CMDUCHN0529545\",\n    \"CMDUGEN1625010\",\n    \"CMDUGEN1678067\",\n    \"CMDUGQL0311986\",\n    \"CMDULHV3362357\",\n    \"CMDUSHZ5798224\",\n    \"COSU37468222\",\n    \"COSU37468245\",\n    \"COSU37468247\",\n    \"COSU6348538190\",\n    \"COSU6360884861\",\n    \"COSU656582A7\",\n    \"EGLV050400009495\",\n    \"EGLV143300459166\",\n    \"EGLV741300025494\",\n    \"FSCU8280910\",\n    \"HLCUGY3221214066\",\n    \"HLCUSCL231043950\",\n    \"KLHO25742553\",\n    \"MAEU229428233\",\n    \"MAEU232496255\",\n    \"MAEU235043776\",\n    \"MEDUDY147909\",\n    \"MEDUK3032282\",\n    \"MEDUQQ165449\",\n    \"MEDUUI213452\",\n    \"MEDUZT739618\",\n    \"ONEYGYED10540800\",\n    \"ONEYGYED14119700\",\n    \"ONEYNB2BR2883700\",\n    \"ONEYNB3BR0042700\",\n    \"OOLU2141864240\",\n    \"TTT2323255\",\n    \"ZIMUSNH1329116\",\n    \"dddz\",\n    \"mbl1278\",\n    \"mbl345\"\n]"}],"_postman_id":"c49074b2-473d-40d6-8d87-9cf46c4374fd"},{"name":"Add Event","id":"d086fbd1-59b4-4aa3-b10e-936417274d8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"containers\": \"AA444\",\r\n    \"milestone\": \"CGI\",\r\n    \"date\": \"2024-04-23T11:00:00.000-05:00\",\r\n    \"description\": \"New Description\",\r\n    \"location\": {\r\n        \"name\": \"China\",\r\n        \"city\": \"\",\r\n        \"country\": \"CN\",\r\n        \"lat\": 35.86166,\r\n        \"lng\": 104.195397\r\n    },\r\n    \"voyageNumber\": null,\r\n    \"vesselName\": null,\r\n    \"elementId\": null,\r\n    \"mbl\": \"KLHO25742553\",\r\n    \"manualInput\": 1,\r\n    \"provider\": \"manual\",\r\n    \"title\": \"CGI\",\r\n    \"shipmentId\": \"65ce36a55f9bcb053b6610d2\",\r\n    \"containerNumber\": \"AA444\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/add-event","description":"<h2 id=\"add-events\">Add Events</h2>\n<p>This endpoint is used to add events to a shipment.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><p><strong>URL</strong>: <code>{{URL}}/api/v2/shipments/add-event</code></p>\n</li>\n<li><p><strong>Method HTTP</strong>: POST</p>\n</li>\n<li><p><strong>Headers</strong>:</p>\n<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>containers</code></td>\n<td>The container number.</td>\n</tr>\n<tr>\n<td><code>milestone</code></td>\n<td>The milestone code.</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td>The date and time of the milestone.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>The description of the milestone.</td>\n</tr>\n<tr>\n<td><code>location.name</code></td>\n<td>The name of the location.</td>\n</tr>\n<tr>\n<td><code>location.city</code></td>\n<td>The city of the location.</td>\n</tr>\n<tr>\n<td><code>location.country</code></td>\n<td>The country code of the location.</td>\n</tr>\n<tr>\n<td><code>location.lat</code></td>\n<td>The latitude of the location.</td>\n</tr>\n<tr>\n<td><code>location.lng</code></td>\n<td>The longitude of the location.</td>\n</tr>\n<tr>\n<td><code>voyageNumber</code></td>\n<td>The voyage number.</td>\n</tr>\n<tr>\n<td><code>vesselName</code></td>\n<td>The vessel name.</td>\n</tr>\n<tr>\n<td><code>elementId</code></td>\n<td>The element ID.</td>\n</tr>\n<tr>\n<td><code>mbl</code></td>\n<td>The Master Bill of Lading (MBL).</td>\n</tr>\n<tr>\n<td><code>manualInput</code></td>\n<td>Indicates if the input is manual.</td>\n</tr>\n<tr>\n<td><code>provider</code></td>\n<td>The provider of the milestone.</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>The title of the milestone.</td>\n</tr>\n<tr>\n<td><code>shipmentId</code></td>\n<td>The ID of the shipment.</td>\n</tr>\n<tr>\n<td><code>containerNumber</code></td>\n<td>The container number (duplicate of <code>containers</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Possible milestones:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ADL</td>\n<td>Arrived at delivery location</td>\n</tr>\n<tr>\n<td>ARR</td>\n<td>Arrived</td>\n</tr>\n<tr>\n<td>AWD</td>\n<td>Arrival Documentation Delivered</td>\n</tr>\n<tr>\n<td>AWR</td>\n<td>Arrival Documentation Received</td>\n</tr>\n<tr>\n<td>Airport of Arrival</td>\n<td>Airport of Arrival</td>\n</tr>\n<tr>\n<td>Airport of Origin</td>\n<td>Airport of Origin</td>\n</tr>\n<tr>\n<td>BKD</td>\n<td>Booked</td>\n</tr>\n<tr>\n<td>BRT</td>\n<td>Berthing</td>\n</tr>\n<tr>\n<td>BTS</td>\n<td>Barge Transshipment</td>\n</tr>\n<tr>\n<td>CC</td>\n<td>Customs</td>\n</tr>\n<tr>\n<td>CCD</td>\n<td>Customs Cleared</td>\n</tr>\n<tr>\n<td>CCUS</td>\n<td>US Customs</td>\n</tr>\n<tr>\n<td>CDC</td>\n<td>Container delivery to consignee</td>\n</tr>\n<tr>\n<td>CDD</td>\n<td>Container discharge at final POD</td>\n</tr>\n<tr>\n<td>CDT</td>\n<td>Container discharge at T/S port</td>\n</tr>\n<tr>\n<td>CEP</td>\n<td>Container empty to shipper</td>\n</tr>\n<tr>\n<td>CER</td>\n<td>Container empty return to depot</td>\n</tr>\n<tr>\n<td>CGI</td>\n<td>Container arrival at first POL (Gate in)</td>\n</tr>\n<tr>\n<td>CGO</td>\n<td>Container departure from final POD (Gate out)</td>\n</tr>\n<tr>\n<td>CLL</td>\n<td>Container loaded at first POL</td>\n</tr>\n<tr>\n<td>CLT</td>\n<td>Container loaded at T/S port</td>\n</tr>\n<tr>\n<td>CPS</td>\n<td>Container pickup at shipper</td>\n</tr>\n<tr>\n<td>CRC</td>\n<td>Reported to Customs</td>\n</tr>\n<tr>\n<td>CUP</td>\n<td>Container updated</td>\n</tr>\n<tr>\n<td>Container Return</td>\n<td>Container Return</td>\n</tr>\n<tr>\n<td>Customs</td>\n<td>Customs</td>\n</tr>\n<tr>\n<td>DEP</td>\n<td>Departed</td>\n</tr>\n<tr>\n<td>DFT</td>\n<td>Discharged from truck</td>\n</tr>\n<tr>\n<td>DIS</td>\n<td>Discrepancy</td>\n</tr>\n<tr>\n<td>DLV</td>\n<td>Delivered</td>\n</tr>\n<tr>\n<td>Destination</td>\n<td>Destination</td>\n</tr>\n<tr>\n<td>Destination Customs Clearance</td>\n<td>Destination Customs Clearance</td>\n</tr>\n<tr>\n<td>EOL</td>\n<td></td>\n</tr>\n<tr>\n<td>EVA</td>\n<td>Estimated vessel arrival</td>\n</tr>\n<tr>\n<td>FOH</td>\n<td>Freight on Hand</td>\n</tr>\n<tr>\n<td>INF</td>\n<td>In Flight</td>\n</tr>\n<tr>\n<td>ISF</td>\n<td>In shipper's owned full</td>\n</tr>\n<tr>\n<td>ISF Filed</td>\n<td>ISF Filed</td>\n</tr>\n<tr>\n<td>In Flight</td>\n<td>In Flight</td>\n</tr>\n<tr>\n<td>In Transit</td>\n<td>In Transit</td>\n</tr>\n<tr>\n<td>LTS</td>\n<td>Land Transshipment</td>\n</tr>\n<tr>\n<td>Layover Airport</td>\n<td>Layover Airport</td>\n</tr>\n<tr>\n<td>MAN</td>\n<td>Manifested</td>\n</tr>\n<tr>\n<td>NFD</td>\n<td>Consignee Notified</td>\n</tr>\n<tr>\n<td>NTF</td>\n<td>Notified</td>\n</tr>\n<tr>\n<td>NTR</td>\n<td>No more updates on Tracking Request</td>\n</tr>\n<tr>\n<td>Origin</td>\n<td>Origin</td>\n</tr>\n<tr>\n<td>Origin Customs Clearance</td>\n<td>Origin Customs Clearance</td>\n</tr>\n<tr>\n<td>PRE</td>\n<td>Freight Prepared</td>\n</tr>\n<tr>\n<td>Port of Discharge</td>\n<td>Port of Discharge</td>\n</tr>\n<tr>\n<td>Port of Loading</td>\n<td>Port of Loading</td>\n</tr>\n<tr>\n<td>Port of Transshipment</td>\n<td>Port of Transshipment</td>\n</tr>\n<tr>\n<td>RAD</td>\n<td>Rail arrived</td>\n</tr>\n<tr>\n<td>RCF</td>\n<td>Received from Flight</td>\n</tr>\n<tr>\n<td>RCS</td>\n<td>Received from Shipper</td>\n</tr>\n<tr>\n<td>RCT</td>\n<td>Received from Carrier</td>\n</tr>\n<tr>\n<td>STP</td>\n<td>Stripped</td>\n</tr>\n<tr>\n<td>STS</td>\n<td>Shipment tracking request successfull</td>\n</tr>\n<tr>\n<td>TFD</td>\n<td>Transferred to Carrier</td>\n</tr>\n<tr>\n<td>TRF</td>\n<td>Tracking request failed</td>\n</tr>\n<tr>\n<td>TRM</td>\n<td>Transfer Manifested</td>\n</tr>\n<tr>\n<td>TSD</td>\n<td>Transshipment delay</td>\n</tr>\n<tr>\n<td>Transit at Destination</td>\n<td>Transit at Destination</td>\n</tr>\n<tr>\n<td>Transit at Origin</td>\n<td>Transit at Origin</td>\n</tr>\n<tr>\n<td>Truck at Destination</td>\n<td>Truck at Destination</td>\n</tr>\n<tr>\n<td>UFR</td>\n<td>Unloaded from rail</td>\n</tr>\n<tr>\n<td>UNK</td>\n<td>Unknown</td>\n</tr>\n<tr>\n<td>VAD</td>\n<td>Vessel arrival at final POD</td>\n</tr>\n<tr>\n<td>VAT</td>\n<td>Vessel arrival at T/S port</td>\n</tr>\n<tr>\n<td>VDL</td>\n<td>Vessel departure from first POL</td>\n</tr>\n<tr>\n<td>VDT</td>\n<td>Vessel departure from T/S</td>\n</tr>\n<tr>\n<td>trackingEvent</td>\n<td>trackingEvent</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","shipments","add-event"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"64752a87-168b-45cc-9194-a010bb0dcd7e","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"containers\": \"AA444\",\r\n    \"milestone\": \"CGI\",\r\n    \"date\": \"2024-04-23T11:00:00.000-05:00\",\r\n    \"description\": \"New Description\",\r\n    \"location\": {\r\n        \"name\": \"China\",\r\n        \"city\": \"\",\r\n        \"country\": \"CN\",\r\n        \"lat\": 35.86166,\r\n        \"lng\": 104.195397\r\n    },\r\n    \"voyageNumber\": null,\r\n    \"vesselName\": null,\r\n    \"elementId\": null,\r\n    \"mbl\": \"KLHO25742553\",\r\n    \"manualInput\": 1,\r\n    \"provider\": \"manual\",\r\n    \"title\": \"CGI\",\r\n    \"shipmentId\": \"65ce36a55f9bcb053b6610d2\",\r\n    \"containerNumber\": \"AA444\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/add-events"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"660c33e65ab6928b7f38d4e1\",\n    \"checksum\": \"39f9b0b50338effb592e38f6657e475224c8e19d2a74e9703ba8679ad9043680\",\n    \"__v\": 0,\n    \"actionRequired\": false,\n    \"containerNumber\": \"AA444\",\n    \"createdAt\": \"2024-04-02T16:35:50.134Z\",\n    \"creationUser\": \"649618800b7497f3261b426f\",\n    \"date\": \"2024-04-23T16:00:00.000Z\",\n    \"description\": \"New Description\",\n    \"elementId\": null,\n    \"location\": {\n        \"name\": \"China\",\n        \"city\": \"\",\n        \"country\": \"CN\",\n        \"lat\": 35.86166,\n        \"lng\": 104.195397\n    },\n    \"manualInput\": 1,\n    \"mbl\": \"KLHO25742553\",\n    \"milestone\": \"CGI\",\n    \"provider\": \"manual\",\n    \"shipmentId\": \"65ce36a55f9bcb053b6610d2\",\n    \"title\": \"CGI\",\n    \"vesselName\": null,\n    \"voyageNumber\": null\n}"}],"_postman_id":"d086fbd1-59b4-4aa3-b10e-936417274d8c"},{"name":"Add Event By MBL","id":"af590b5d-3fb7-4480-b15e-e7e9fe6d853e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"mbl\": \"MEDUXB626562\",\r\n    \"shipmentId\": \"66bcb1f0f63978f77f64ea4b\",\r\n    \"event\": {\r\n        \"date\": \"2024-09-26T11:00:00.000-05:00\",\r\n        \"milestone\": \"CGI\",\r\n        \"description\": \"New Description\",\r\n        \"title\": \"CGI\",\r\n        \"location\": {\r\n            \"name\": \"China\",\r\n            \"city\": \"\",\r\n            \"country\": \"CN\",\r\n            \"lat\": 35.86166,\r\n            \"lng\": 104.195397\r\n        },\r\n        \"voyageNumber\": null,\r\n        \"vesselName\": null,\r\n        \"elementId\": null,\r\n        \"manualInput\": 1,\r\n        \"provider\": \"manual\",\r\n        \"type\": \"\",\r\n        \"actionDate\": \"\",\r\n        \"updatedOn\": \"\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/add-event-mbl","description":"<h2 id=\"add-events-by-mbl\">Add Events By MBL</h2>\n<p>This endpoint is used to add events to a shipment by MBL.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><p><strong>URL</strong>: <code>{{URL}}/api/v2/shipments/add-event-mbl</code></p>\n</li>\n<li><p><strong>Method HTTP</strong>: POST</p>\n</li>\n<li><p><strong>Headers</strong>:</p>\n<ul>\n<li><p><code>Accept-Language: en</code></p>\n</li>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>containers</code></td>\n<td>The container number.</td>\n</tr>\n<tr>\n<td><code>milestone</code></td>\n<td>The milestone code.</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td>The date and time of the milestone.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>The description of the milestone.</td>\n</tr>\n<tr>\n<td><code>location.name</code></td>\n<td>The name of the location.</td>\n</tr>\n<tr>\n<td><code>location.city</code></td>\n<td>The city of the location.</td>\n</tr>\n<tr>\n<td><code>location.country</code></td>\n<td>The country code of the location.</td>\n</tr>\n<tr>\n<td><code>location.lat</code></td>\n<td>The latitude of the location.</td>\n</tr>\n<tr>\n<td><code>location.lng</code></td>\n<td>The longitude of the location.</td>\n</tr>\n<tr>\n<td><code>voyageNumber</code></td>\n<td>The voyage number.</td>\n</tr>\n<tr>\n<td><code>vesselName</code></td>\n<td>The vessel name.</td>\n</tr>\n<tr>\n<td><code>elementId</code></td>\n<td>The element ID.</td>\n</tr>\n<tr>\n<td><code>mbl</code></td>\n<td>The Master Bill of Lading (MBL).</td>\n</tr>\n<tr>\n<td><code>manualInput</code></td>\n<td>Indicates if the input is manual.</td>\n</tr>\n<tr>\n<td><code>provider</code></td>\n<td>The provider of the milestone.</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>The title of the milestone.</td>\n</tr>\n<tr>\n<td><code>shipmentId</code></td>\n<td>The ID of the shipment.</td>\n</tr>\n<tr>\n<td><code>containerNumber</code></td>\n<td>The container number (duplicate of <code>containers</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Possible milestones:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ADL</td>\n<td>Arrived at delivery location</td>\n</tr>\n<tr>\n<td>ARR</td>\n<td>Arrived</td>\n</tr>\n<tr>\n<td>AWD</td>\n<td>Arrival Documentation Delivered</td>\n</tr>\n<tr>\n<td>AWR</td>\n<td>Arrival Documentation Received</td>\n</tr>\n<tr>\n<td>Airport of Arrival</td>\n<td>Airport of Arrival</td>\n</tr>\n<tr>\n<td>Airport of Origin</td>\n<td>Airport of Origin</td>\n</tr>\n<tr>\n<td>BKD</td>\n<td>Booked</td>\n</tr>\n<tr>\n<td>BRT</td>\n<td>Berthing</td>\n</tr>\n<tr>\n<td>BTS</td>\n<td>Barge Transshipment</td>\n</tr>\n<tr>\n<td>CC</td>\n<td>Customs</td>\n</tr>\n<tr>\n<td>CCD</td>\n<td>Customs Cleared</td>\n</tr>\n<tr>\n<td>CCUS</td>\n<td>US Customs</td>\n</tr>\n<tr>\n<td>CDC</td>\n<td>Container delivery to consignee</td>\n</tr>\n<tr>\n<td>CDD</td>\n<td>Container discharge at final POD</td>\n</tr>\n<tr>\n<td>CDT</td>\n<td>Container discharge at T/S port</td>\n</tr>\n<tr>\n<td>CEP</td>\n<td>Container empty to shipper</td>\n</tr>\n<tr>\n<td>CER</td>\n<td>Container empty return to depot</td>\n</tr>\n<tr>\n<td>CGI</td>\n<td>Container arrival at first POL (Gate in)</td>\n</tr>\n<tr>\n<td>CGO</td>\n<td>Container departure from final POD (Gate out)</td>\n</tr>\n<tr>\n<td>CLL</td>\n<td>Container loaded at first POL</td>\n</tr>\n<tr>\n<td>CLT</td>\n<td>Container loaded at T/S port</td>\n</tr>\n<tr>\n<td>CPS</td>\n<td>Container pickup at shipper</td>\n</tr>\n<tr>\n<td>CRC</td>\n<td>Reported to Customs</td>\n</tr>\n<tr>\n<td>CUP</td>\n<td>Container updated</td>\n</tr>\n<tr>\n<td>Container Return</td>\n<td>Container Return</td>\n</tr>\n<tr>\n<td>Customs</td>\n<td>Customs</td>\n</tr>\n<tr>\n<td>DEP</td>\n<td>Departed</td>\n</tr>\n<tr>\n<td>DFT</td>\n<td>Discharged from truck</td>\n</tr>\n<tr>\n<td>DIS</td>\n<td>Discrepancy</td>\n</tr>\n<tr>\n<td>DLV</td>\n<td>Delivered</td>\n</tr>\n<tr>\n<td>Destination</td>\n<td>Destination</td>\n</tr>\n<tr>\n<td>Destination Customs Clearance</td>\n<td>Destination Customs Clearance</td>\n</tr>\n<tr>\n<td>EOL</td>\n<td></td>\n</tr>\n<tr>\n<td>EVA</td>\n<td>Estimated vessel arrival</td>\n</tr>\n<tr>\n<td>FOH</td>\n<td>Freight on Hand</td>\n</tr>\n<tr>\n<td>INF</td>\n<td>In Flight</td>\n</tr>\n<tr>\n<td>ISF</td>\n<td>In shipper's owned full</td>\n</tr>\n<tr>\n<td>ISF Filed</td>\n<td>ISF Filed</td>\n</tr>\n<tr>\n<td>In Flight</td>\n<td>In Flight</td>\n</tr>\n<tr>\n<td>In Transit</td>\n<td>In Transit</td>\n</tr>\n<tr>\n<td>LTS</td>\n<td>Land Transshipment</td>\n</tr>\n<tr>\n<td>Layover Airport</td>\n<td>Layover Airport</td>\n</tr>\n<tr>\n<td>MAN</td>\n<td>Manifested</td>\n</tr>\n<tr>\n<td>NFD</td>\n<td>Consignee Notified</td>\n</tr>\n<tr>\n<td>NTF</td>\n<td>Notified</td>\n</tr>\n<tr>\n<td>NTR</td>\n<td>No more updates on Tracking Request</td>\n</tr>\n<tr>\n<td>Origin</td>\n<td>Origin</td>\n</tr>\n<tr>\n<td>Origin Customs Clearance</td>\n<td>Origin Customs Clearance</td>\n</tr>\n<tr>\n<td>PRE</td>\n<td>Freight Prepared</td>\n</tr>\n<tr>\n<td>Port of Discharge</td>\n<td>Port of Discharge</td>\n</tr>\n<tr>\n<td>Port of Loading</td>\n<td>Port of Loading</td>\n</tr>\n<tr>\n<td>Port of Transshipment</td>\n<td>Port of Transshipment</td>\n</tr>\n<tr>\n<td>RAD</td>\n<td>Rail arrived</td>\n</tr>\n<tr>\n<td>RCF</td>\n<td>Received from Flight</td>\n</tr>\n<tr>\n<td>RCS</td>\n<td>Received from Shipper</td>\n</tr>\n<tr>\n<td>RCT</td>\n<td>Received from Carrier</td>\n</tr>\n<tr>\n<td>STP</td>\n<td>Stripped</td>\n</tr>\n<tr>\n<td>STS</td>\n<td>Shipment tracking request successfull</td>\n</tr>\n<tr>\n<td>TFD</td>\n<td>Transferred to Carrier</td>\n</tr>\n<tr>\n<td>TRF</td>\n<td>Tracking request failed</td>\n</tr>\n<tr>\n<td>TRM</td>\n<td>Transfer Manifested</td>\n</tr>\n<tr>\n<td>TSD</td>\n<td>Transshipment delay</td>\n</tr>\n<tr>\n<td>Transit at Destination</td>\n<td>Transit at Destination</td>\n</tr>\n<tr>\n<td>Transit at Origin</td>\n<td>Transit at Origin</td>\n</tr>\n<tr>\n<td>Truck at Destination</td>\n<td>Truck at Destination</td>\n</tr>\n<tr>\n<td>UFR</td>\n<td>Unloaded from rail</td>\n</tr>\n<tr>\n<td>UNK</td>\n<td>Unknown or Customs</td>\n</tr>\n<tr>\n<td>VAD</td>\n<td>Vessel arrival at final POD</td>\n</tr>\n<tr>\n<td>VAT</td>\n<td>Vessel arrival at T/S port</td>\n</tr>\n<tr>\n<td>VDL</td>\n<td>Vessel departure from first POL</td>\n</tr>\n<tr>\n<td>VDT</td>\n<td>Vessel departure from T/S</td>\n</tr>\n<tr>\n<td>trackingEvent</td>\n<td>trackingEvent</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","shipments","add-event-mbl"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"df4c5f99-2263-4b5f-abc1-b465df7abcae","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"mbl\": \"MEDUXB626562\",\r\n    \"shipmentId\": \"66bcb1f0f63978f77f64ea4b\",\r\n    \"event\": {\r\n        \"date\": \"2024-09-26T11:00:00.000-05:00\",\r\n        \"milestone\": \"CGI\",\r\n        \"description\": \"New Description\",\r\n        \"title\": \"CGI\",\r\n        \"location\": {\r\n            \"name\": \"China\",\r\n            \"city\": \"\",\r\n            \"country\": \"CN\",\r\n            \"lat\": 35.86166,\r\n            \"lng\": 104.195397\r\n        },\r\n        \"voyageNumber\": null,\r\n        \"vesselName\": null,\r\n        \"elementId\": null,\r\n        \"manualInput\": 1,\r\n        \"provider\": \"manual\",\r\n        \"type\": \"\",\r\n        \"actionDate\": \"\",\r\n        \"updatedOn\": \"\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/add-event-mbl"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"af590b5d-3fb7-4480-b15e-e7e9fe6d853e"},{"name":"Add Event By MAWB","id":"a83adc82-468b-4b4f-ba24-cb2692a058a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"mawb\": \"176-70680411\",\r\n\t\"shipmentId\": \"66ba170ff63978f77fdf371c\",\r\n\t\"event\": {\r\n\t\t\"date\": \"2024-09-26T11:00:00.000-05:00\",\r\n\t\t\"milestone\": \"INF\",\r\n\t\t\"description\": \"New Description\",\r\n\t\t\"title\": \"CGI\",\r\n\t\t\"location\": {\r\n\t\t\t\"name\": \"China\",\r\n\t\t\t\"city\": \"\",\r\n\t\t\t\"country\": \"CN\",\r\n\t\t\t\"lat\": 35.86166,\r\n\t\t\t\"lng\": 104.195397\r\n\t\t},\r\n\t\t\"voyageNumber\": null,\r\n\t\t\"vesselName\": null,\r\n\t\t\"elementId\": null,\r\n\t\t\"manualInput\": 1,\r\n\t\t\"provider\": \"manual\",\r\n\t\t\"type\": \"\",\r\n\t\t\"actionDate\": \"\",\r\n  \t    \"updatedOn\": \"\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/add-event-mawb","description":"<h2 id=\"add-events-by-mawb\">Add Events By MAWB</h2>\n<p>This endpoint is used to add events to a shipment by MAWB</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><p><strong>URL</strong>: <code>{{URL}}/api/v2/shipments/add-event-mawb</code></p>\n</li>\n<li><p><strong>Method HTTP</strong>: POST</p>\n</li>\n<li><p><strong>Headers</strong>:</p>\n<ul>\n<li><p><code>Accept-Language: en</code></p>\n</li>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mawb</code></td>\n<td>The Master Airway Bill (MAWB) number for the shipment.</td>\n</tr>\n<tr>\n<td><code>shipmentId</code></td>\n<td>The unique ID of the shipment.</td>\n</tr>\n<tr>\n<td><code>event.date</code></td>\n<td>The date and time when the milestone occurred.</td>\n</tr>\n<tr>\n<td><code>event.milestone</code></td>\n<td>The milestone code (e.g., \"INF\"). Use \"UNK\" for customs-related milestones.</td>\n</tr>\n<tr>\n<td><code>event.description</code></td>\n<td>A description of the milestone.</td>\n</tr>\n<tr>\n<td><code>event.title</code></td>\n<td>The title or label for the milestone (e.g., \"CGI\").</td>\n</tr>\n<tr>\n<td><code>event.location.name</code></td>\n<td>The name of the location where the milestone occurred (e.g., \"China\").</td>\n</tr>\n<tr>\n<td><code>event.location.city</code></td>\n<td>The city where the milestone occurred.</td>\n</tr>\n<tr>\n<td><code>event.location.country</code></td>\n<td>The country code where the milestone occurred (e.g., \"CN\" for China).</td>\n</tr>\n<tr>\n<td><code>event.location.lat</code></td>\n<td>The latitude of the location where the milestone occurred.</td>\n</tr>\n<tr>\n<td><code>event.location.lng</code></td>\n<td>The longitude of the location where the milestone occurred.</td>\n</tr>\n<tr>\n<td><code>event.voyageNumber</code></td>\n<td>The voyage number related to the shipment, if applicable.</td>\n</tr>\n<tr>\n<td><code>event.vesselName</code></td>\n<td>The name of the vessel related to the shipment, if applicable.</td>\n</tr>\n<tr>\n<td><code>event.elementId</code></td>\n<td>The flight number related to the shipment, if applicable.</td>\n</tr>\n<tr>\n<td><code>event.manualInput</code></td>\n<td>Indicates if the milestone was manually input (1 for manual).</td>\n</tr>\n<tr>\n<td><code>event.provider</code></td>\n<td>The source or provider of the milestone (e.g., \"manual\").</td>\n</tr>\n<tr>\n<td><code>event.type</code></td>\n<td>The customs type, to be sent when the milestone relates to customs.</td>\n</tr>\n<tr>\n<td><code>event.actionDate</code></td>\n<td>The date of action related to customs.</td>\n</tr>\n<tr>\n<td><code>event.updatedOn</code></td>\n<td>The date the customs-related milestone was last updated.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Possible milestones:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ADL</td>\n<td>Arrived at delivery location</td>\n</tr>\n<tr>\n<td>ARR</td>\n<td>Arrived</td>\n</tr>\n<tr>\n<td>AWD</td>\n<td>Arrival Documentation Delivered</td>\n</tr>\n<tr>\n<td>AWR</td>\n<td>Arrival Documentation Received</td>\n</tr>\n<tr>\n<td>Airport of Arrival</td>\n<td>Airport of Arrival</td>\n</tr>\n<tr>\n<td>Airport of Origin</td>\n<td>Airport of Origin</td>\n</tr>\n<tr>\n<td>BKD</td>\n<td>Booked</td>\n</tr>\n<tr>\n<td>BRT</td>\n<td>Berthing</td>\n</tr>\n<tr>\n<td>BTS</td>\n<td>Barge Transshipment</td>\n</tr>\n<tr>\n<td>CC</td>\n<td>Customs</td>\n</tr>\n<tr>\n<td>CCD</td>\n<td>Customs Cleared</td>\n</tr>\n<tr>\n<td>CCUS</td>\n<td>US Customs</td>\n</tr>\n<tr>\n<td>CDC</td>\n<td>Container delivery to consignee</td>\n</tr>\n<tr>\n<td>CDD</td>\n<td>Container discharge at final POD</td>\n</tr>\n<tr>\n<td>CDT</td>\n<td>Container discharge at T/S port</td>\n</tr>\n<tr>\n<td>CEP</td>\n<td>Container empty to shipper</td>\n</tr>\n<tr>\n<td>CER</td>\n<td>Container empty return to depot</td>\n</tr>\n<tr>\n<td>CGI</td>\n<td>Container arrival at first POL (Gate in)</td>\n</tr>\n<tr>\n<td>CGO</td>\n<td>Container departure from final POD (Gate out)</td>\n</tr>\n<tr>\n<td>CLL</td>\n<td>Container loaded at first POL</td>\n</tr>\n<tr>\n<td>CLT</td>\n<td>Container loaded at T/S port</td>\n</tr>\n<tr>\n<td>CPS</td>\n<td>Container pickup at shipper</td>\n</tr>\n<tr>\n<td>CRC</td>\n<td>Reported to Customs</td>\n</tr>\n<tr>\n<td>CUP</td>\n<td>Container updated</td>\n</tr>\n<tr>\n<td>Container Return</td>\n<td>Container Return</td>\n</tr>\n<tr>\n<td>Customs</td>\n<td>Customs</td>\n</tr>\n<tr>\n<td>DEP</td>\n<td>Departed</td>\n</tr>\n<tr>\n<td>DFT</td>\n<td>Discharged from truck</td>\n</tr>\n<tr>\n<td>DIS</td>\n<td>Discrepancy</td>\n</tr>\n<tr>\n<td>DLV</td>\n<td>Delivered</td>\n</tr>\n<tr>\n<td>Destination</td>\n<td>Destination</td>\n</tr>\n<tr>\n<td>Destination Customs Clearance</td>\n<td>Destination Customs Clearance</td>\n</tr>\n<tr>\n<td>EOL</td>\n<td></td>\n</tr>\n<tr>\n<td>EVA</td>\n<td>Estimated vessel arrival</td>\n</tr>\n<tr>\n<td>FOH</td>\n<td>Freight on Hand</td>\n</tr>\n<tr>\n<td>INF</td>\n<td>In Flight</td>\n</tr>\n<tr>\n<td>ISF</td>\n<td>In shipper's owned full</td>\n</tr>\n<tr>\n<td>ISF Filed</td>\n<td>ISF Filed</td>\n</tr>\n<tr>\n<td>In Flight</td>\n<td>In Flight</td>\n</tr>\n<tr>\n<td>In Transit</td>\n<td>In Transit</td>\n</tr>\n<tr>\n<td>LTS</td>\n<td>Land Transshipment</td>\n</tr>\n<tr>\n<td>Layover Airport</td>\n<td>Layover Airport</td>\n</tr>\n<tr>\n<td>MAN</td>\n<td>Manifested</td>\n</tr>\n<tr>\n<td>NFD</td>\n<td>Consignee Notified</td>\n</tr>\n<tr>\n<td>NTF</td>\n<td>Notified</td>\n</tr>\n<tr>\n<td>NTR</td>\n<td>No more updates on Tracking Request</td>\n</tr>\n<tr>\n<td>Origin</td>\n<td>Origin</td>\n</tr>\n<tr>\n<td>Origin Customs Clearance</td>\n<td>Origin Customs Clearance</td>\n</tr>\n<tr>\n<td>PRE</td>\n<td>Freight Prepared</td>\n</tr>\n<tr>\n<td>Port of Discharge</td>\n<td>Port of Discharge</td>\n</tr>\n<tr>\n<td>Port of Loading</td>\n<td>Port of Loading</td>\n</tr>\n<tr>\n<td>Port of Transshipment</td>\n<td>Port of Transshipment</td>\n</tr>\n<tr>\n<td>RAD</td>\n<td>Rail arrived</td>\n</tr>\n<tr>\n<td>RCF</td>\n<td>Received from Flight</td>\n</tr>\n<tr>\n<td>RCS</td>\n<td>Received from Shipper</td>\n</tr>\n<tr>\n<td>RCT</td>\n<td>Received from Carrier</td>\n</tr>\n<tr>\n<td>STP</td>\n<td>Stripped</td>\n</tr>\n<tr>\n<td>STS</td>\n<td>Shipment tracking request successfull</td>\n</tr>\n<tr>\n<td>TFD</td>\n<td>Transferred to Carrier</td>\n</tr>\n<tr>\n<td>TRF</td>\n<td>Tracking request failed</td>\n</tr>\n<tr>\n<td>TRM</td>\n<td>Transfer Manifested</td>\n</tr>\n<tr>\n<td>TSD</td>\n<td>Transshipment delay</td>\n</tr>\n<tr>\n<td>Transit at Destination</td>\n<td>Transit at Destination</td>\n</tr>\n<tr>\n<td>Transit at Origin</td>\n<td>Transit at Origin</td>\n</tr>\n<tr>\n<td>Truck at Destination</td>\n<td>Truck at Destination</td>\n</tr>\n<tr>\n<td>UFR</td>\n<td>Unloaded from rail</td>\n</tr>\n<tr>\n<td>UNK</td>\n<td>Unknown or Customs</td>\n</tr>\n<tr>\n<td>VAD</td>\n<td>Vessel arrival at final POD</td>\n</tr>\n<tr>\n<td>VAT</td>\n<td>Vessel arrival at T/S port</td>\n</tr>\n<tr>\n<td>VDL</td>\n<td>Vessel departure from first POL</td>\n</tr>\n<tr>\n<td>VDT</td>\n<td>Vessel departure from T/S</td>\n</tr>\n<tr>\n<td>trackingEvent</td>\n<td>trackingEvent</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","shipments","add-event-mawb"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"53f1ba50-7ba8-4038-a11b-f7a5b2363a0d","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"mawb\": \"176-70680411\",\r\n\t\"shipmentId\": \"66ba170ff63978f77fdf371c\",\r\n\t\"event\": {\r\n\t\t\"date\": \"2024-09-26T11:00:00.000-05:00\",\r\n\t\t\"milestone\": \"INF\",\r\n\t\t\"description\": \"New Description\",\r\n\t\t\"title\": \"CGI\",\r\n\t\t\"location\": {\r\n\t\t\t\"name\": \"China\",\r\n\t\t\t\"city\": \"\",\r\n\t\t\t\"country\": \"CN\",\r\n\t\t\t\"lat\": 35.86166,\r\n\t\t\t\"lng\": 104.195397\r\n\t\t},\r\n\t\t\"voyageNumber\": null,\r\n\t\t\"vesselName\": null,\r\n\t\t\"elementId\": null,\r\n\t\t\"manualInput\": 1,\r\n\t\t\"provider\": \"manual\",\r\n\t\t\"type\": \"\",\r\n\t\t\"actionDate\": \"\",\r\n  \t    \"updatedOn\": \"\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/add-event-mawb"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a83adc82-468b-4b4f-ba24-cb2692a058a9"},{"name":"Add Events","id":"92a4ff38-1481-4047-b8a8-37437583080a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"milestone\": \"STS\",\r\n        \"date\": \"2024-04-04T16:46:00.000-05:00\",\r\n        \"description\": \"4\",\r\n        \"location\": {\r\n            \"name\": \"El Salvador\",\r\n            \"city\": \"\",\r\n            \"country\": \"SV\",\r\n            \"lat\": 13.794185,\r\n            \"lng\": -88.89653\r\n        },\r\n        \"voyageNumber\": null,\r\n        \"vesselName\": null,\r\n        \"elementId\": null,\r\n        \"mbl\": \"KLHO25742553\",\r\n        \"manualInput\": 1,\r\n        \"provider\": \"manual\",\r\n        \"title\": \"STS\",\r\n        \"shipmentId\": \"65ce36a55f9bcb053b6610d2\",\r\n        \"containerNumber\": \"ee\"\r\n    },\r\n    {\r\n        \"milestone\": \"STS\",\r\n        \"date\": \"2024-04-04T16:46:00.000-05:00\",\r\n        \"description\": \"4\",\r\n        \"location\": {\r\n            \"name\": \"El Salvador\",\r\n            \"city\": \"\",\r\n            \"country\": \"SV\",\r\n            \"lat\": 13.794185,\r\n            \"lng\": -88.89653\r\n        },\r\n        \"voyageNumber\": null,\r\n        \"vesselName\": null,\r\n        \"elementId\": null,\r\n        \"mbl\": \"KLHO25742553\",\r\n        \"manualInput\": 1,\r\n        \"provider\": \"manual\",\r\n        \"title\": \"STS\",\r\n        \"shipmentId\": \"65ce36a55f9bcb053b6610d2\",\r\n        \"containerNumber\": \"AA444\"\r\n    },\r\n    {\r\n        \"milestone\": \"STS\",\r\n        \"date\": \"2024-04-04T16:46:00.000-05:00\",\r\n        \"description\": \"4\",\r\n        \"location\": {\r\n            \"name\": \"El Salvador\",\r\n            \"city\": \"\",\r\n            \"country\": \"SV\",\r\n            \"lat\": 13.794185,\r\n            \"lng\": -88.89653\r\n        },\r\n        \"voyageNumber\": null,\r\n        \"vesselName\": null,\r\n        \"elementId\": null,\r\n        \"mbl\": \"KLHO25742553\",\r\n        \"manualInput\": 1,\r\n        \"provider\": \"manual\",\r\n        \"title\": \"STS\",\r\n        \"shipmentId\": \"65ce36a55f9bcb053b6610d2\",\r\n        \"containerNumber\": \"33\"\r\n    },\r\n    {\r\n        \"milestone\": \"STS\",\r\n        \"date\": \"2024-04-04T16:46:00.000-05:00\",\r\n        \"description\": \"4\",\r\n        \"location\": {\r\n            \"name\": \"El Salvador\",\r\n            \"city\": \"\",\r\n            \"country\": \"SV\",\r\n            \"lat\": 13.794185,\r\n            \"lng\": -88.89653\r\n        },\r\n        \"voyageNumber\": null,\r\n        \"vesselName\": null,\r\n        \"elementId\": null,\r\n        \"mbl\": \"KLHO25742553\",\r\n        \"manualInput\": 1,\r\n        \"provider\": \"manual\",\r\n        \"title\": \"STS\",\r\n        \"shipmentId\": \"65ce36a55f9bcb053b6610d2\",\r\n        \"containerNumber\": \"3334\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/add-events","description":"<h2 id=\"add-events\">Add Events</h2>\n<p>This endpoint is used to add events to a shipment.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:  </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>containers</code></td>\n<td>The container number.</td>\n</tr>\n<tr>\n<td><code>milestone</code></td>\n<td>The milestone code.</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td>The date and time of the milestone.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>The description of the milestone.</td>\n</tr>\n<tr>\n<td><code>location.name</code></td>\n<td>The name of the location.</td>\n</tr>\n<tr>\n<td><code>location.city</code></td>\n<td>The city of the location.</td>\n</tr>\n<tr>\n<td><code>location.country</code></td>\n<td>The country code of the location.</td>\n</tr>\n<tr>\n<td><code>location.lat</code></td>\n<td>The latitude of the location.</td>\n</tr>\n<tr>\n<td><code>location.lng</code></td>\n<td>The longitude of the location.</td>\n</tr>\n<tr>\n<td><code>voyageNumber</code></td>\n<td>The voyage number.</td>\n</tr>\n<tr>\n<td><code>vesselName</code></td>\n<td>The vessel name.</td>\n</tr>\n<tr>\n<td><code>elementId</code></td>\n<td>The element ID.</td>\n</tr>\n<tr>\n<td><code>mbl</code></td>\n<td>The Master Bill of Lading (MBL).</td>\n</tr>\n<tr>\n<td><code>manualInput</code></td>\n<td>Indicates if the input is manual.</td>\n</tr>\n<tr>\n<td><code>provider</code></td>\n<td>The provider of the milestone.</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>The title of the milestone.</td>\n</tr>\n<tr>\n<td><code>shipmentId</code></td>\n<td>The ID of the shipment.</td>\n</tr>\n<tr>\n<td><code>containerNumber</code></td>\n<td>The container number (duplicate of <code>containers</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Possible milestones:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ADL</td>\n<td>Arrived at delivery location</td>\n</tr>\n<tr>\n<td>ARR</td>\n<td>Arrived</td>\n</tr>\n<tr>\n<td>AWD</td>\n<td>Arrival Documentation Delivered</td>\n</tr>\n<tr>\n<td>AWR</td>\n<td>Arrival Documentation Received</td>\n</tr>\n<tr>\n<td>Airport of Arrival</td>\n<td>Airport of Arrival</td>\n</tr>\n<tr>\n<td>Airport of Origin</td>\n<td>Airport of Origin</td>\n</tr>\n<tr>\n<td>BKD</td>\n<td>Booked</td>\n</tr>\n<tr>\n<td>BRT</td>\n<td>Berthing</td>\n</tr>\n<tr>\n<td>BTS</td>\n<td>Barge Transshipment</td>\n</tr>\n<tr>\n<td>CC</td>\n<td>Customs</td>\n</tr>\n<tr>\n<td>CCD</td>\n<td>Customs Cleared</td>\n</tr>\n<tr>\n<td>CCUS</td>\n<td>US Customs</td>\n</tr>\n<tr>\n<td>CDC</td>\n<td>Container delivery to consignee</td>\n</tr>\n<tr>\n<td>CDD</td>\n<td>Container discharge at final POD</td>\n</tr>\n<tr>\n<td>CDT</td>\n<td>Container discharge at T/S port</td>\n</tr>\n<tr>\n<td>CEP</td>\n<td>Container empty to shipper</td>\n</tr>\n<tr>\n<td>CER</td>\n<td>Container empty return to depot</td>\n</tr>\n<tr>\n<td>CGI</td>\n<td>Container arrival at first POL (Gate in)</td>\n</tr>\n<tr>\n<td>CGO</td>\n<td>Container departure from final POD (Gate out)</td>\n</tr>\n<tr>\n<td>CLL</td>\n<td>Container loaded at first POL</td>\n</tr>\n<tr>\n<td>CLT</td>\n<td>Container loaded at T/S port</td>\n</tr>\n<tr>\n<td>CPS</td>\n<td>Container pickup at shipper</td>\n</tr>\n<tr>\n<td>CRC</td>\n<td>Reported to Customs</td>\n</tr>\n<tr>\n<td>CUP</td>\n<td>Container updated</td>\n</tr>\n<tr>\n<td>Container Return</td>\n<td>Container Return</td>\n</tr>\n<tr>\n<td>Customs</td>\n<td>Customs</td>\n</tr>\n<tr>\n<td>DEP</td>\n<td>Departed</td>\n</tr>\n<tr>\n<td>DFT</td>\n<td>Discharged from truck</td>\n</tr>\n<tr>\n<td>DIS</td>\n<td>Discrepancy</td>\n</tr>\n<tr>\n<td>DLV</td>\n<td>Delivered</td>\n</tr>\n<tr>\n<td>Destination</td>\n<td>Destination</td>\n</tr>\n<tr>\n<td>Destination Customs Clearance</td>\n<td>Destination Customs Clearance</td>\n</tr>\n<tr>\n<td>EOL</td>\n<td></td>\n</tr>\n<tr>\n<td>EVA</td>\n<td>Estimated vessel arrival</td>\n</tr>\n<tr>\n<td>FOH</td>\n<td>Freight on Hand</td>\n</tr>\n<tr>\n<td>INF</td>\n<td>In Flight</td>\n</tr>\n<tr>\n<td>ISF</td>\n<td>In shipper's owned full</td>\n</tr>\n<tr>\n<td>ISF Filed</td>\n<td>ISF Filed</td>\n</tr>\n<tr>\n<td>In Flight</td>\n<td>In Flight</td>\n</tr>\n<tr>\n<td>In Transit</td>\n<td>In Transit</td>\n</tr>\n<tr>\n<td>LTS</td>\n<td>Land Transshipment</td>\n</tr>\n<tr>\n<td>Layover Airport</td>\n<td>Layover Airport</td>\n</tr>\n<tr>\n<td>MAN</td>\n<td>Manifested</td>\n</tr>\n<tr>\n<td>NFD</td>\n<td>Consignee Notified</td>\n</tr>\n<tr>\n<td>NTF</td>\n<td>Notified</td>\n</tr>\n<tr>\n<td>NTR</td>\n<td>No more updates on Tracking Request</td>\n</tr>\n<tr>\n<td>Origin</td>\n<td>Origin</td>\n</tr>\n<tr>\n<td>Origin Customs Clearance</td>\n<td>Origin Customs Clearance</td>\n</tr>\n<tr>\n<td>PRE</td>\n<td>Freight Prepared</td>\n</tr>\n<tr>\n<td>Port of Discharge</td>\n<td>Port of Discharge</td>\n</tr>\n<tr>\n<td>Port of Loading</td>\n<td>Port of Loading</td>\n</tr>\n<tr>\n<td>Port of Transshipment</td>\n<td>Port of Transshipment</td>\n</tr>\n<tr>\n<td>RAD</td>\n<td>Rail arrived</td>\n</tr>\n<tr>\n<td>RCF</td>\n<td>Received from Flight</td>\n</tr>\n<tr>\n<td>RCS</td>\n<td>Received from Shipper</td>\n</tr>\n<tr>\n<td>RCT</td>\n<td>Received from Carrier</td>\n</tr>\n<tr>\n<td>STP</td>\n<td>Stripped</td>\n</tr>\n<tr>\n<td>STS</td>\n<td>Shipment tracking request successfull</td>\n</tr>\n<tr>\n<td>TFD</td>\n<td>Transferred to Carrier</td>\n</tr>\n<tr>\n<td>TRF</td>\n<td>Tracking request failed</td>\n</tr>\n<tr>\n<td>TRM</td>\n<td>Transfer Manifested</td>\n</tr>\n<tr>\n<td>TSD</td>\n<td>Transshipment delay</td>\n</tr>\n<tr>\n<td>Transit at Destination</td>\n<td>Transit at Destination</td>\n</tr>\n<tr>\n<td>Transit at Origin</td>\n<td>Transit at Origin</td>\n</tr>\n<tr>\n<td>Truck at Destination</td>\n<td>Truck at Destination</td>\n</tr>\n<tr>\n<td>UFR</td>\n<td>Unloaded from rail</td>\n</tr>\n<tr>\n<td>UNK</td>\n<td>Unknown</td>\n</tr>\n<tr>\n<td>VAD</td>\n<td>Vessel arrival at final POD</td>\n</tr>\n<tr>\n<td>VAT</td>\n<td>Vessel arrival at T/S port</td>\n</tr>\n<tr>\n<td>VDL</td>\n<td>Vessel departure from first POL</td>\n</tr>\n<tr>\n<td>VDT</td>\n<td>Vessel departure from T/S</td>\n</tr>\n<tr>\n<td>trackingEvent</td>\n<td>trackingEvent</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","shipments","add-events"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"f83a3e60-58aa-4829-9331-cafbba8b1372","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"milestone\": \"STS\",\r\n        \"date\": \"2024-04-04T16:46:00.000-05:00\",\r\n        \"description\": \"4\",\r\n        \"location\": {\r\n            \"name\": \"El Salvador\",\r\n            \"city\": \"\",\r\n            \"country\": \"SV\",\r\n            \"lat\": 13.794185,\r\n            \"lng\": -88.89653\r\n        },\r\n        \"voyageNumber\": null,\r\n        \"vesselName\": null,\r\n        \"elementId\": null,\r\n        \"mbl\": \"KLHO25742553\",\r\n        \"manualInput\": 1,\r\n        \"provider\": \"manual\",\r\n        \"title\": \"STS\",\r\n        \"shipmentId\": \"65ce36a55f9bcb053b6610d2\",\r\n        \"containerNumber\": \"ee\"\r\n    },\r\n    {\r\n        \"milestone\": \"STS\",\r\n        \"date\": \"2024-04-04T16:46:00.000-05:00\",\r\n        \"description\": \"4\",\r\n        \"location\": {\r\n            \"name\": \"El Salvador\",\r\n            \"city\": \"\",\r\n            \"country\": \"SV\",\r\n            \"lat\": 13.794185,\r\n            \"lng\": -88.89653\r\n        },\r\n        \"voyageNumber\": null,\r\n        \"vesselName\": null,\r\n        \"elementId\": null,\r\n        \"mbl\": \"KLHO25742553\",\r\n        \"manualInput\": 1,\r\n        \"provider\": \"manual\",\r\n        \"title\": \"STS\",\r\n        \"shipmentId\": \"65ce36a55f9bcb053b6610d2\",\r\n        \"containerNumber\": \"AA444\"\r\n    },\r\n    {\r\n        \"milestone\": \"STS\",\r\n        \"date\": \"2024-04-04T16:46:00.000-05:00\",\r\n        \"description\": \"4\",\r\n        \"location\": {\r\n            \"name\": \"El Salvador\",\r\n            \"city\": \"\",\r\n            \"country\": \"SV\",\r\n            \"lat\": 13.794185,\r\n            \"lng\": -88.89653\r\n        },\r\n        \"voyageNumber\": null,\r\n        \"vesselName\": null,\r\n        \"elementId\": null,\r\n        \"mbl\": \"KLHO25742553\",\r\n        \"manualInput\": 1,\r\n        \"provider\": \"manual\",\r\n        \"title\": \"STS\",\r\n        \"shipmentId\": \"65ce36a55f9bcb053b6610d2\",\r\n        \"containerNumber\": \"33\"\r\n    },\r\n    {\r\n        \"milestone\": \"STS\",\r\n        \"date\": \"2024-04-04T16:46:00.000-05:00\",\r\n        \"description\": \"4\",\r\n        \"location\": {\r\n            \"name\": \"El Salvador\",\r\n            \"city\": \"\",\r\n            \"country\": \"SV\",\r\n            \"lat\": 13.794185,\r\n            \"lng\": -88.89653\r\n        },\r\n        \"voyageNumber\": null,\r\n        \"vesselName\": null,\r\n        \"elementId\": null,\r\n        \"mbl\": \"KLHO25742553\",\r\n        \"manualInput\": 1,\r\n        \"provider\": \"manual\",\r\n        \"title\": \"STS\",\r\n        \"shipmentId\": \"65ce36a55f9bcb053b6610d2\",\r\n        \"containerNumber\": \"3334\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/add-events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"902-UVA+l3k/+oVX6ixUk/+qlbAc2jY\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 04 Apr 2024 21:58:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"660f227d5ab6928b7f3a9172\",\n        \"checksum\": \"a5b72a5f97473122666f10040b9e325a53d94d41e8e7258fe10e3d031b41e61b\",\n        \"__v\": 0,\n        \"actionRequired\": false,\n        \"containerNumber\": \"ee\",\n        \"createdAt\": \"2024-04-04T21:58:22.736Z\",\n        \"creationUser\": \"64961c54416606c8874e1e60\",\n        \"date\": \"2024-04-04T21:46:00.000Z\",\n        \"description\": \"4\",\n        \"elementId\": null,\n        \"location\": {\n            \"name\": \"El Salvador\",\n            \"city\": \"\",\n            \"country\": \"SV\",\n            \"lat\": 13.794185,\n            \"lng\": -88.89653\n        },\n        \"manualInput\": 1,\n        \"mbl\": \"KLHO25742553\",\n        \"milestone\": \"STS\",\n        \"provider\": \"manual\",\n        \"shipmentId\": \"65ce36a55f9bcb053b6610d2\",\n        \"title\": \"STS\",\n        \"vesselName\": null,\n        \"voyageNumber\": null\n    },\n    {\n        \"_id\": \"660f227e5ab6928b7f3a9197\",\n        \"checksum\": \"11581efc5eb34c2b7fb175378738888f708c544cf3cfcc9667ae5c5ff8ef01ee\",\n        \"__v\": 0,\n        \"actionRequired\": false,\n        \"containerNumber\": \"AA444\",\n        \"createdAt\": \"2024-04-04T21:58:23.273Z\",\n        \"creationUser\": \"64961c54416606c8874e1e60\",\n        \"date\": \"2024-04-04T21:46:00.000Z\",\n        \"description\": \"4\",\n        \"elementId\": null,\n        \"location\": {\n            \"name\": \"El Salvador\",\n            \"city\": \"\",\n            \"country\": \"SV\",\n            \"lat\": 13.794185,\n            \"lng\": -88.89653\n        },\n        \"manualInput\": 1,\n        \"mbl\": \"KLHO25742553\",\n        \"milestone\": \"STS\",\n        \"provider\": \"manual\",\n        \"shipmentId\": \"65ce36a55f9bcb053b6610d2\",\n        \"title\": \"STS\",\n        \"vesselName\": null,\n        \"voyageNumber\": null\n    },\n    {\n        \"_id\": \"660f227e5ab6928b7f3a91f2\",\n        \"checksum\": \"4ea83c5cff96cfa71379051fc00b7656480f413ccd31b54e5f4b215cb6d637b5\",\n        \"__v\": 0,\n        \"actionRequired\": false,\n        \"containerNumber\": \"33\",\n        \"createdAt\": \"2024-04-04T21:58:23.749Z\",\n        \"creationUser\": \"64961c54416606c8874e1e60\",\n        \"date\": \"2024-04-04T21:46:00.000Z\",\n        \"description\": \"4\",\n        \"elementId\": null,\n        \"location\": {\n            \"name\": \"El Salvador\",\n            \"city\": \"\",\n            \"country\": \"SV\",\n            \"lat\": 13.794185,\n            \"lng\": -88.89653\n        },\n        \"manualInput\": 1,\n        \"mbl\": \"KLHO25742553\",\n        \"milestone\": \"STS\",\n        \"provider\": \"manual\",\n        \"shipmentId\": \"65ce36a55f9bcb053b6610d2\",\n        \"title\": \"STS\",\n        \"vesselName\": null,\n        \"voyageNumber\": null\n    },\n    {\n        \"_id\": \"660f227f5ab6928b7f3a926a\",\n        \"checksum\": \"a37f1596893c365752474b355debfce7b4094b453959f2eb8b4ad599b8a51ef8\",\n        \"__v\": 0,\n        \"actionRequired\": false,\n        \"containerNumber\": \"3334\",\n        \"createdAt\": \"2024-04-04T21:58:24.229Z\",\n        \"creationUser\": \"64961c54416606c8874e1e60\",\n        \"date\": \"2024-04-04T21:46:00.000Z\",\n        \"description\": \"4\",\n        \"elementId\": null,\n        \"location\": {\n            \"name\": \"El Salvador\",\n            \"city\": \"\",\n            \"country\": \"SV\",\n            \"lat\": 13.794185,\n            \"lng\": -88.89653\n        },\n        \"manualInput\": 1,\n        \"mbl\": \"KLHO25742553\",\n        \"milestone\": \"STS\",\n        \"provider\": \"manual\",\n        \"shipmentId\": \"65ce36a55f9bcb053b6610d2\",\n        \"title\": \"STS\",\n        \"vesselName\": null,\n        \"voyageNumber\": null\n    }\n]"}],"_postman_id":"92a4ff38-1481-4047-b8a8-37437583080a"},{"name":"EditEvent","id":"5c1a695d-05e6-463f-99ea-aca13e741a45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"eventId\": \"660f21ec5ab6928b7f3a57e4\",\r\n    \"containers\": \"33\",\r\n    \"milestone\": \"STS\",\r\n    \"date\": \"2024-04-04T16:46:00.000-05:00\",\r\n    \"description\": \"4\",\r\n    \"location\": {\r\n        \"name\": \"El Salvador\",\r\n        \"city\": \"\",\r\n        \"country\": \"SV\",\r\n        \"lat\": 13.794185,\r\n        \"lng\": -88.89653\r\n    },\r\n    \"voyageNumber\": \"voyage edit\",\r\n    \"vesselName\": null,\r\n    \"elementId\": null,\r\n    \"mbl\": \"KLHO25742553\",\r\n    \"manualInput\": 1,\r\n    \"provider\": \"manual\",\r\n    \"title\": \"STS\",\r\n    \"shipmentId\": \"65ce36a55f9bcb053b6610d2\",\r\n    \"containerNumber\": \"33\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/edit-event","description":"<h2 id=\"add-events\">Add Events</h2>\n<p>This endpoint is used to edit an event.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>containers</code></td>\n<td>The container number.</td>\n</tr>\n<tr>\n<td><code>milestone</code></td>\n<td>The milestone code.</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td>The date and time of the milestone.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>The description of the milestone.</td>\n</tr>\n<tr>\n<td><code>location.name</code></td>\n<td>The name of the location.</td>\n</tr>\n<tr>\n<td><code>location.city</code></td>\n<td>The city of the location.</td>\n</tr>\n<tr>\n<td><code>location.country</code></td>\n<td>The country code of the location.</td>\n</tr>\n<tr>\n<td><code>location.lat</code></td>\n<td>The latitude of the location.</td>\n</tr>\n<tr>\n<td><code>location.lng</code></td>\n<td>The longitude of the location.</td>\n</tr>\n<tr>\n<td><code>voyageNumber</code></td>\n<td>The voyage number.</td>\n</tr>\n<tr>\n<td><code>vesselName</code></td>\n<td>The vessel name.</td>\n</tr>\n<tr>\n<td><code>elementId</code></td>\n<td>The element ID.</td>\n</tr>\n<tr>\n<td><code>mbl</code></td>\n<td>The Master Bill of Lading (MBL).</td>\n</tr>\n<tr>\n<td><code>manualInput</code></td>\n<td>Indicates if the input is manual.</td>\n</tr>\n<tr>\n<td><code>provider</code></td>\n<td>The provider of the milestone.</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>The title of the milestone.</td>\n</tr>\n<tr>\n<td><code>shipmentId</code></td>\n<td>The ID of the shipment.</td>\n</tr>\n<tr>\n<td><code>containerNumber</code></td>\n<td>The container number (duplicate of <code>containers</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Possible milestones:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ADL</td>\n<td>Arrived at delivery location</td>\n</tr>\n<tr>\n<td>ARR</td>\n<td>Arrived</td>\n</tr>\n<tr>\n<td>AWD</td>\n<td>Arrival Documentation Delivered</td>\n</tr>\n<tr>\n<td>AWR</td>\n<td>Arrival Documentation Received</td>\n</tr>\n<tr>\n<td>Airport of Arrival</td>\n<td>Airport of Arrival</td>\n</tr>\n<tr>\n<td>Airport of Origin</td>\n<td>Airport of Origin</td>\n</tr>\n<tr>\n<td>BKD</td>\n<td>Booked</td>\n</tr>\n<tr>\n<td>BRT</td>\n<td>Berthing</td>\n</tr>\n<tr>\n<td>BTS</td>\n<td>Barge Transshipment</td>\n</tr>\n<tr>\n<td>CC</td>\n<td>Customs</td>\n</tr>\n<tr>\n<td>CCD</td>\n<td>Customs Cleared</td>\n</tr>\n<tr>\n<td>CCUS</td>\n<td>US Customs</td>\n</tr>\n<tr>\n<td>CDC</td>\n<td>Container delivery to consignee</td>\n</tr>\n<tr>\n<td>CDD</td>\n<td>Container discharge at final POD</td>\n</tr>\n<tr>\n<td>CDT</td>\n<td>Container discharge at T/S port</td>\n</tr>\n<tr>\n<td>CEP</td>\n<td>Container empty to shipper</td>\n</tr>\n<tr>\n<td>CER</td>\n<td>Container empty return to depot</td>\n</tr>\n<tr>\n<td>CGI</td>\n<td>Container arrival at first POL (Gate in)</td>\n</tr>\n<tr>\n<td>CGO</td>\n<td>Container departure from final POD (Gate out)</td>\n</tr>\n<tr>\n<td>CLL</td>\n<td>Container loaded at first POL</td>\n</tr>\n<tr>\n<td>CLT</td>\n<td>Container loaded at T/S port</td>\n</tr>\n<tr>\n<td>CPS</td>\n<td>Container pickup at shipper</td>\n</tr>\n<tr>\n<td>CRC</td>\n<td>Reported to Customs</td>\n</tr>\n<tr>\n<td>CUP</td>\n<td>Container updated</td>\n</tr>\n<tr>\n<td>Container Return</td>\n<td>Container Return</td>\n</tr>\n<tr>\n<td>Customs</td>\n<td>Customs</td>\n</tr>\n<tr>\n<td>DEP</td>\n<td>Departed</td>\n</tr>\n<tr>\n<td>DFT</td>\n<td>Discharged from truck</td>\n</tr>\n<tr>\n<td>DIS</td>\n<td>Discrepancy</td>\n</tr>\n<tr>\n<td>DLV</td>\n<td>Delivered</td>\n</tr>\n<tr>\n<td>Destination</td>\n<td>Destination</td>\n</tr>\n<tr>\n<td>Destination Customs Clearance</td>\n<td>Destination Customs Clearance</td>\n</tr>\n<tr>\n<td>EOL</td>\n<td></td>\n</tr>\n<tr>\n<td>EVA</td>\n<td>Estimated vessel arrival</td>\n</tr>\n<tr>\n<td>FOH</td>\n<td>Freight on Hand</td>\n</tr>\n<tr>\n<td>INF</td>\n<td>In Flight</td>\n</tr>\n<tr>\n<td>ISF</td>\n<td>In shipper's owned full</td>\n</tr>\n<tr>\n<td>ISF Filed</td>\n<td>ISF Filed</td>\n</tr>\n<tr>\n<td>In Flight</td>\n<td>In Flight</td>\n</tr>\n<tr>\n<td>In Transit</td>\n<td>In Transit</td>\n</tr>\n<tr>\n<td>LTS</td>\n<td>Land Transshipment</td>\n</tr>\n<tr>\n<td>Layover Airport</td>\n<td>Layover Airport</td>\n</tr>\n<tr>\n<td>MAN</td>\n<td>Manifested</td>\n</tr>\n<tr>\n<td>NFD</td>\n<td>Consignee Notified</td>\n</tr>\n<tr>\n<td>NTF</td>\n<td>Notified</td>\n</tr>\n<tr>\n<td>NTR</td>\n<td>No more updates on Tracking Request</td>\n</tr>\n<tr>\n<td>Origin</td>\n<td>Origin</td>\n</tr>\n<tr>\n<td>Origin Customs Clearance</td>\n<td>Origin Customs Clearance</td>\n</tr>\n<tr>\n<td>PRE</td>\n<td>Freight Prepared</td>\n</tr>\n<tr>\n<td>Port of Discharge</td>\n<td>Port of Discharge</td>\n</tr>\n<tr>\n<td>Port of Loading</td>\n<td>Port of Loading</td>\n</tr>\n<tr>\n<td>Port of Transshipment</td>\n<td>Port of Transshipment</td>\n</tr>\n<tr>\n<td>RAD</td>\n<td>Rail arrived</td>\n</tr>\n<tr>\n<td>RCF</td>\n<td>Received from Flight</td>\n</tr>\n<tr>\n<td>RCS</td>\n<td>Received from Shipper</td>\n</tr>\n<tr>\n<td>RCT</td>\n<td>Received from Carrier</td>\n</tr>\n<tr>\n<td>STP</td>\n<td>Stripped</td>\n</tr>\n<tr>\n<td>STS</td>\n<td>Shipment tracking request successfull</td>\n</tr>\n<tr>\n<td>TFD</td>\n<td>Transferred to Carrier</td>\n</tr>\n<tr>\n<td>TRF</td>\n<td>Tracking request failed</td>\n</tr>\n<tr>\n<td>TRM</td>\n<td>Transfer Manifested</td>\n</tr>\n<tr>\n<td>TSD</td>\n<td>Transshipment delay</td>\n</tr>\n<tr>\n<td>Transit at Destination</td>\n<td>Transit at Destination</td>\n</tr>\n<tr>\n<td>Transit at Origin</td>\n<td>Transit at Origin</td>\n</tr>\n<tr>\n<td>Truck at Destination</td>\n<td>Truck at Destination</td>\n</tr>\n<tr>\n<td>UFR</td>\n<td>Unloaded from rail</td>\n</tr>\n<tr>\n<td>UNK</td>\n<td>Unknown</td>\n</tr>\n<tr>\n<td>VAD</td>\n<td>Vessel arrival at final POD</td>\n</tr>\n<tr>\n<td>VAT</td>\n<td>Vessel arrival at T/S port</td>\n</tr>\n<tr>\n<td>VDL</td>\n<td>Vessel departure from first POL</td>\n</tr>\n<tr>\n<td>VDT</td>\n<td>Vessel departure from T/S</td>\n</tr>\n<tr>\n<td>trackingEvent</td>\n<td>trackingEvent</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","shipments","edit-event"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"a06039b3-4eb2-4de1-9b51-69bf5398e7fa","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"eventId\": \"660f21ec5ab6928b7f3a57e4\",\r\n    \"containers\": \"33\",\r\n    \"milestone\": \"STS\",\r\n    \"date\": \"2024-04-04T16:46:00.000-05:00\",\r\n    \"description\": \"4\",\r\n    \"location\": {\r\n        \"name\": \"El Salvador\",\r\n        \"city\": \"\",\r\n        \"country\": \"SV\",\r\n        \"lat\": 13.794185,\r\n        \"lng\": -88.89653\r\n    },\r\n    \"voyageNumber\": \"voyage edit\",\r\n    \"vesselName\": null,\r\n    \"elementId\": null,\r\n    \"mbl\": \"KLHO25742553\",\r\n    \"manualInput\": 1,\r\n    \"provider\": \"manual\",\r\n    \"title\": \"STS\",\r\n    \"shipmentId\": \"65ce36a55f9bcb053b6610d2\",\r\n    \"containerNumber\": \"33\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/edit-event"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"583"},{"key":"ETag","value":"W/\"247-+wk5ucoks2GS1aNHfHI/DO2VkuE\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 04 Apr 2024 22:03:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"660f21ec5ab6928b7f3a57e4\",\n    \"checksum\": \"550a629bb37fd292082f3f632863f56617de4fd1afd8ee92abc0023c3f224bbe\",\n    \"__v\": 0,\n    \"actionRequired\": false,\n    \"containerNumber\": \"33\",\n    \"createdAt\": \"2024-04-04T21:55:57.755Z\",\n    \"creationUser\": \"64961c54416606c8874e1e60\",\n    \"date\": \"2024-04-04T21:46:00.000Z\",\n    \"description\": \"4\",\n    \"elementId\": null,\n    \"location\": {\n        \"name\": \"El Salvador\",\n        \"city\": \"\",\n        \"country\": \"SV\",\n        \"lat\": 13.794185,\n        \"lng\": -88.89653\n    },\n    \"manualInput\": 1,\n    \"mbl\": \"KLHO25742553\",\n    \"milestone\": \"STS\",\n    \"provider\": \"manual\",\n    \"shipmentId\": \"65ce36a55f9bcb053b6610d2\",\n    \"title\": \"STS\",\n    \"vesselName\": null,\n    \"voyageNumber\": \"voyage edit\"\n}"}],"_postman_id":"5c1a695d-05e6-463f-99ea-aca13e741a45"},{"name":"DeleteEvent","id":"d84e599f-ce0b-4e57-890d-1a6da1e2dd17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"eventId\": \"660f21ec5ab6928b7f3a57e4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/delete-event","description":"<h2 id=\"add-events\">Add Events</h2>\n<p>This endpoint is for deleting an event.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>eventId</td>\n<td>ID of the event to edit</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","shipments","delete-event"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"eb9cb654-a7f6-4ce5-a8ed-de08b77c1e7b","name":"Example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"eventId\": \"660f21ec5ab6928b7f3a57e4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/delete-event"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"ETag","value":"W/\"31-twodIs0lZib4MsBASxFrXiyjTtg\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 04 Apr 2024 22:07:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"acknowledged\": true,\n        \"deletedCount\": 0\n    }\n}"}],"_postman_id":"d84e599f-ce0b-4e57-890d-1a6da1e2dd17"},{"name":"Public Shipment Details","id":"3bff6d02-154f-419c-8b5d-35c8e2a1bf72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v2/shipments/public/details?mbl=CMDUGQL0288159","description":"<h1 id=\"get-shipment-details-public\">Get Shipment Details (Public)</h1>\n<p>This endpoint allows you to retrieve the details of a shipment from the public area without requiring user authentication. The response will provide information about the specified shipment.</p>\n<h2 id=\"endpoint\">Endpoint</h2>\n<ul>\n<li><p><strong>URL</strong>: {{URL}}<code>/api/v2/shipments/public/details?mbl=</code></p>\n</li>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n</ul>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<ul>\n<li><strong>MBL (Master Bill of Lading)</strong>: The unique identifier for the shipment you want to retrieve.<ul>\n<li><strong>Type</strong>: String</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-example\">Request Example</h3>\n<p>Example URL:<br /><code>https://cargologik.stg-cargologik.app/api/v2/shipments/public/details?mbl=CMDUGQL0288159</code></p>\n<h2 id=\"response\">Response</h2>\n<p>The response will either indicate that the request failed due to a captcha verification issue or provide all the details of the specified shipment.</p>\n<ul>\n<li><strong>Status OK Response</strong>: Returns all details of the shipment.</li>\n<li><strong>Error Response</strong>:<ul>\n<li><strong>Status</strong>: \"error\"</li>\n<li><strong>Errors</strong>:<ul>\n<li><strong>Message</strong>: \"Failed Captcha Verification\"</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response-example-success\">Response Example (Success)</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"_id\": \"6526d50e2a7f100f10083309\",\n    \"shipmentId\": \"M2_ANTALYA_ESTADOS_ALUMINUM-SAE-10\",\n    \"commodity\": \"Aluminum SAE 1000 series cold drawn bar\",\n    \"company\": {\n        \"_id\": \"64dd21fa82ec98cb0d3bbb3f\",\n        \"name\": \"Shiperland\"\n    },\n    // Other shipment details...\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","shipments","public","details"],"host":["{{URL}}"],"query":[{"key":"mbl","value":"CMDUGQL0288159"}],"variable":[]}},"response":[{"id":"6911ea54-eb0b-4b93-9c7d-0fa092704807","name":"Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/api/v2/shipments/public/details?mbl=AB123","protocol":"http","host":["localhost"],"port":"3000","path":["api","v2","shipments","public","details"],"query":[{"key":"mbl","value":"AB123"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"origin\": {\n        \"address\": \"España\",\n        \"countryCode\": \"ES\",\n        \"lat\": 40.46366700000001,\n        \"lng\": -3.74922\n    },\n    \"destination\": {\n        \"address\": \"Colombia\",\n        \"countryCode\": \"CO\",\n        \"lat\": 4.570868,\n        \"lng\": -74.297333\n    },\n    \"customTags\": [],\n    \"_id\": \"64dd23d782ec98cb0d3c2478\",\n    \"shipmentId\": \"M1_ESPA-A_COLOMBIA_ABS-PLASTIC-PIP\",\n    \"accessorials\": [],\n    \"agent\": null,\n    \"attachments\": [],\n    \"automaticEvents\": true,\n    \"commodity\": \"ABS plastic pipe cap\",\n    \"company\": \"64dd21fa82ec98cb0d3bbb3f\",\n    \"consignee\": null,\n    \"createdAt\": \"2023-08-16T19:30:31.977Z\",\n    \"creationUser\": \"64dcf1bdad943a47c7f92242\",\n    \"currentStatus\": \"archived\",\n    \"deliveryAddress\": \"\",\n    \"eta\": null,\n    \"etaHistory\": [],\n    \"etd\": null,\n    \"flightNumber\": \"\",\n    \"freightType\": \"ship\",\n    \"hawb\": \"\",\n    \"hbl\": \"\",\n    \"incoterm\": \"CPT\",\n    \"integrations\": [\n        \"Integration1\",\n        \"Integration2\",\n        \"Integration3\",\n        \"Integration4\"\n    ],\n    \"isCreated\": true,\n    \"isFavorite\": false,\n    \"manualInput\": true,\n    \"mawb\": \"\",\n    \"mbl\": \"CMDUGQL0288159\",\n    \"notes\": \"\",\n    \"notify\": null,\n    \"owner\": \"64dcf1bcad943a47c7f92234\",\n    \"packagesInfo\": [\n        {\n            \"packageType\": \"\",\n            \"amount\": \"\",\n            \"weight\": \"\",\n            \"weightMetric\": \"kg\",\n            \"hazardousMaterials\": \"0\",\n            \"volume\": \"\",\n            \"volumeMetric\": \"m³\"\n        }\n    ],\n    \"participants\": [\n        {\n            \"_id\": \"64dd23d882ec98cb0d3c24aa\",\n            \"assignedTo\": {\n                \"_id\": \"64dcf1bdad943a47c7f92242\",\n                \"firstName\": \"Admin\",\n                \"lastName\": \"Cargologik\",\n                \"email\": \"diego.echeverry+cargologik@cargologik.com\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"company\": {\n                \"_id\": \"64dcf1bcad943a47c7f92234\",\n                \"name\": \"Cargologik\",\n                \"type\": \"lsp\"\n            },\n            \"shipment\": \"64dd23d782ec98cb0d3c2478\",\n            \"type\": \"acm-lsp\"\n        },\n        {\n            \"_id\": \"64dd23d882ec98cb0d3c24b6\",\n            \"assignedTo\": {\n                \"_id\": \"64dd21fa443b697ad6fe600f\",\n                \"firstName\": \"Shiper\",\n                \"lastName\": \"Shiperland\",\n                \"email\": \"diego.echeverry+shiperland@cargologik.com\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"company\": {\n                \"_id\": \"64dd21fa82ec98cb0d3bbb3f\",\n                \"name\": \"Customer1\",\n                \"type\": \"shipper\"\n            },\n            \"shipment\": \"64dd23d782ec98cb0d3c2478\",\n            \"type\": \"main-shipper\"\n        }\n    ],\n    \"pickupAddress\": \"\",\n    \"pickupDate\": null,\n    \"portDestination\": null,\n    \"portOrigin\": null,\n    \"referenceName\": \"CMDUGQL0288159\",\n    \"shipmentType\": \"FCL\",\n    \"shipper\": null,\n    \"tags\": [\n        \"archived\"\n    ],\n    \"tenant\": \"64dcf1bcad943a47c7f92240\",\n    \"totalChargeableWeight\": 0,\n    \"totalVolume\": 0,\n    \"totalVolumetricWeight\": 0,\n    \"totalWeight\": 0,\n    \"trade\": \"\",\n    \"voyageNumber\": \"\",\n    \"updatedAt\": \"2023-08-16T19:30:32.024Z\",\n    \"archiveUser\": \"64dcf1bdad943a47c7f92242\",\n    \"archivedDate\": \"2023-10-11T21:24:25.362Z\",\n    \"participant\": [\n        {\n            \"_id\": \"64dd23d882ec98cb0d3c24aa\",\n            \"assignedTo\": {\n                \"_id\": \"64dcf1bdad943a47c7f92242\",\n                \"firstName\": \"Admin\",\n                \"lastName\": \"Cargologik\",\n                \"email\": \"diego.echeverry+cargologik@cargologik.com\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"company\": {\n                \"_id\": \"64dcf1bcad943a47c7f92234\",\n                \"name\": \"Cargologik\",\n                \"type\": \"lsp\"\n            },\n            \"shipment\": \"64dd23d782ec98cb0d3c2478\",\n            \"type\": \"acm-lsp\"\n        },\n        {\n            \"_id\": \"64dd23d882ec98cb0d3c24b6\",\n            \"assignedTo\": {\n                \"_id\": \"64dd21fa443b697ad6fe600f\",\n                \"firstName\": \"Shiper\",\n                \"lastName\": \"Shiperland\",\n                \"email\": \"diego.echeverry+shiperland@cargologik.com\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"company\": {\n                \"_id\": \"64dd21fa82ec98cb0d3bbb3f\",\n                \"name\": \"Customer1\",\n                \"type\": \"shipper\"\n            },\n            \"shipment\": \"64dd23d782ec98cb0d3c2478\",\n            \"type\": \"main-shipper\"\n        }\n    ],\n    \"events\": [\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63d217976f2f8b00366fd87b\",\n            \"description\": \"Loaded on board\",\n            \"milestone\": \"CLL\",\n            \"title\": \"CLL\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"CMA CGM TUTICORIN, HK\",\n            \"date\": \"2023-01-07T05:25:00.000Z\",\n            \"containerNumber\": \"TCNU4028172\",\n            \"location\": {\n                \"lat\": \"-2.71006\",\n                \"lng\": \"-80.24556\",\n                \"name\": \"Posorja\",\n                \"state\": \"Provincia del Guayas\",\n                \"country\": \"Ecuador\",\n                \"countryCode\": \"EC\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63d217976f2f8b00366fd877\",\n            \"description\": \"Ready to be loaded\",\n            \"milestone\": \"CGI\",\n            \"title\": \"CGI\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"\",\n            \"date\": \"2023-01-05T05:20:00.000Z\",\n            \"containerNumber\": \"TCNU4028172\",\n            \"location\": {\n                \"lat\": \"-2.71006\",\n                \"lng\": \"-80.24556\",\n                \"name\": \"Posorja\",\n                \"state\": \"Provincia del Guayas\",\n                \"country\": \"Ecuador\",\n                \"countryCode\": \"EC\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63d217976f2f8b00366fd878\",\n            \"description\": \"Empty to shipper\",\n            \"milestone\": \"CEP\",\n            \"title\": \"CEP\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"\",\n            \"date\": \"2023-01-06T05:15:00.000Z\",\n            \"containerNumber\": \"MAGU5743847\",\n            \"location\": {\n                \"lat\": \"-2.19616\",\n                \"lng\": \"-79.88621\",\n                \"name\": \"Guayaquil\",\n                \"state\": \"Provincia del Guayas\",\n                \"country\": \"Ecuador\",\n                \"countryCode\": \"EC\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63d217976f2f8b00366fd87a\",\n            \"description\": \"Loaded on board\",\n            \"milestone\": \"CLL\",\n            \"title\": \"CLL\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"p\",\n            \"elementId\": \"CMA CGM TUTICORIN, HK\",\n            \"date\": \"2023-01-07T05:24:00.000Z\",\n            \"containerNumber\": \"MAGU5743847\",\n            \"location\": {\n                \"lat\": \"-2.71006\",\n                \"lng\": \"-80.24556\",\n                \"name\": \"Posorja\",\n                \"state\": \"Provincia del Guayas\",\n                \"country\": \"Ecuador\",\n                \"countryCode\": \"EC\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63d217976f2f8b00366fd87e\",\n            \"description\": \"Vessel Arrival\",\n            \"milestone\": \"VAD\",\n            \"title\": \"VAD\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"CMA CGM SARTENE, null\",\n            \"date\": \"2023-03-02T05:00:00.000Z\",\n            \"containerNumber\": \"MAGU5743847\",\n            \"location\": {\n                \"lat\": \"31.22222\",\n                \"lng\": \"121.45806\",\n                \"name\": \"Shanghai\",\n                \"state\": \"Shanghai Shi\",\n                \"country\": \"China\",\n                \"countryCode\": \"CN\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63d217976f2f8b00366fd87d\",\n            \"description\": \"Vessel Departure\",\n            \"milestone\": \"VDL\",\n            \"title\": \"VDL\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"CMA CGM TUTICORIN, HK\",\n            \"date\": \"2023-01-08T05:54:00.000Z\",\n            \"containerNumber\": \"TCNU4028172\",\n            \"location\": {\n                \"lat\": \"-2.71006\",\n                \"lng\": \"-80.24556\",\n                \"name\": \"Posorja\",\n                \"state\": \"Provincia del Guayas\",\n                \"country\": \"Ecuador\",\n                \"countryCode\": \"EC\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63d217976f2f8b00366fd876\",\n            \"description\": \"Empty to shipper\",\n            \"milestone\": \"CEP\",\n            \"title\": \"CEP\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"\",\n            \"date\": \"2023-01-04T05:00:00.000Z\",\n            \"containerNumber\": \"TCNU4028172\",\n            \"location\": {\n                \"lat\": \"-2.19616\",\n                \"lng\": \"-79.88621\",\n                \"name\": \"Guayaquil\",\n                \"state\": \"Provincia del Guayas\",\n                \"country\": \"Ecuador\",\n                \"countryCode\": \"EC\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63d217976f2f8b00366fd879\",\n            \"description\": \"Ready to be loaded\",\n            \"milestone\": \"CGI\",\n            \"title\": \"CGI\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"\",\n            \"date\": \"2023-01-06T05:59:00.000Z\",\n            \"containerNumber\": \"MAGU5743847\",\n            \"location\": {\n                \"lat\": \"-2.71006\",\n                \"lng\": \"-80.24556\",\n                \"name\": \"Posorja\",\n                \"state\": \"Provincia del Guayas\",\n                \"country\": \"Ecuador\",\n                \"countryCode\": \"EC\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63d217976f2f8b00366fd87c\",\n            \"description\": \"Vessel Departure\",\n            \"milestone\": \"VDL\",\n            \"title\": \"VDL\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"CMA CGM TUTICORIN, HK\",\n            \"date\": \"2023-01-08T05:54:00.000Z\",\n            \"containerNumber\": \"MAGU5743847\",\n            \"location\": {\n                \"lat\": \"-2.71006\",\n                \"lng\": \"-80.24556\",\n                \"name\": \"Posorja\",\n                \"state\": \"Provincia del Guayas\",\n                \"country\": \"Ecuador\",\n                \"countryCode\": \"EC\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63d217976f2f8b00366fd87f\",\n            \"description\": \"Vessel Arrival\",\n            \"milestone\": \"VAD\",\n            \"title\": \"VAD\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"CMA CGM SARTENE, null\",\n            \"date\": \"2023-03-02T05:00:00.000Z\",\n            \"containerNumber\": \"TCNU4028172\",\n            \"location\": {\n                \"lat\": \"31.22222\",\n                \"lng\": \"121.45806\",\n                \"name\": \"Shanghai\",\n                \"state\": \"Shanghai Shi\",\n                \"country\": \"China\",\n                \"countryCode\": \"CN\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63fe294b2b0f250036753029\",\n            \"description\": \"Empty to shipper\",\n            \"milestone\": \"CEP\",\n            \"title\": \"CEP\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"\",\n            \"date\": \"2023-01-04T05:00:00.000Z\",\n            \"containerNumber\": \"TCNU4028172\",\n            \"location\": {\n                \"lat\": \"-2.19616\",\n                \"lng\": \"-79.88621\",\n                \"name\": \"Guayaquil\",\n                \"state\": \"Provincia del Guayas\",\n                \"country\": \"Ecuador\",\n                \"countryCode\": \"EC\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63fe294b2b0f25003675302e\",\n            \"description\": \"Loaded on board\",\n            \"milestone\": \"CLL\",\n            \"title\": \"CLL\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"CMA CGM TUTICORIN, HK\",\n            \"date\": \"2023-01-07T05:25:00.000Z\",\n            \"containerNumber\": \"TCNU4028172\",\n            \"location\": {\n                \"lat\": \"-2.71006\",\n                \"lng\": \"-80.24556\",\n                \"name\": \"Posorja\",\n                \"state\": \"Provincia del Guayas\",\n                \"country\": \"Ecuador\",\n                \"countryCode\": \"EC\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63fe294b2b0f25003675302f\",\n            \"description\": \"Vessel Departure\",\n            \"milestone\": \"VDL\",\n            \"title\": \"VDL\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"CMA CGM TUTICORIN, HK\",\n            \"date\": \"2023-01-08T05:54:00.000Z\",\n            \"containerNumber\": \"TCNU4028172\",\n            \"location\": {\n                \"lat\": \"-2.71006\",\n                \"lng\": \"-80.24556\",\n                \"name\": \"Posorja\",\n                \"state\": \"Provincia del Guayas\",\n                \"country\": \"Ecuador\",\n                \"countryCode\": \"EC\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63fe294b2b0f25003675303a\",\n            \"description\": \"Container Empty Returned\",\n            \"milestone\": \"CER\",\n            \"title\": \"CER\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"\",\n            \"date\": \"2023-02-27T05:07:00.000Z\",\n            \"containerNumber\": \"TCNU4028172\",\n            \"location\": {\n                \"lat\": \"31.22222\",\n                \"lng\": \"121.45806\",\n                \"name\": \"Shanghai\",\n                \"state\": \"Shanghai Shi\",\n                \"country\": \"China\",\n                \"countryCode\": \"CN\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63fe294b2b0f25003675302b\",\n            \"description\": \"Empty to shipper\",\n            \"milestone\": \"CEP\",\n            \"title\": \"CEP\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"\",\n            \"date\": \"2023-01-06T05:15:00.000Z\",\n            \"containerNumber\": \"MAGU5743847\",\n            \"location\": {\n                \"lat\": \"-2.19616\",\n                \"lng\": \"-79.88621\",\n                \"name\": \"Guayaquil\",\n                \"state\": \"Provincia del Guayas\",\n                \"country\": \"Ecuador\",\n                \"countryCode\": \"EC\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63fe294b2b0f25003675302d\",\n            \"description\": \"Loaded on board\",\n            \"milestone\": \"CLL\",\n            \"title\": \"CLL\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"CMA CGM TUTICORIN, HK\",\n            \"date\": \"2023-01-07T05:24:00.000Z\",\n            \"containerNumber\": \"MAGU5743847\",\n            \"location\": {\n                \"lat\": \"-2.71006\",\n                \"lng\": \"-80.24556\",\n                \"name\": \"Posorja\",\n                \"state\": \"Provincia del Guayas\",\n                \"country\": \"Ecuador\",\n                \"countryCode\": \"EC\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63fe294b2b0f25003675302c\",\n            \"description\": \"Ready to be loaded\",\n            \"milestone\": \"CGI\",\n            \"title\": \"CGI\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"\",\n            \"date\": \"2023-01-06T05:59:00.000Z\",\n            \"containerNumber\": \"MAGU5743847\",\n            \"location\": {\n                \"lat\": \"-2.71006\",\n                \"lng\": \"-80.24556\",\n                \"name\": \"Posorja\",\n                \"state\": \"Provincia del Guayas\",\n                \"country\": \"Ecuador\",\n                \"countryCode\": \"EC\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63fe294b2b0f250036753033\",\n            \"description\": \"Discharged\",\n            \"milestone\": \"CDD\",\n            \"title\": \"CDD\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"CMA CGM TUTICORIN, HK\",\n            \"date\": \"2023-02-21T05:28:00.000Z\",\n            \"containerNumber\": \"MAGU5743847\",\n            \"location\": {\n                \"lat\": \"31.22222\",\n                \"lng\": \"121.45806\",\n                \"name\": \"Shanghai\",\n                \"state\": \"Shanghai Shi\",\n                \"country\": \"China\",\n                \"countryCode\": \"CN\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63fe294b2b0f250036753034\",\n            \"description\": \"Discharged\",\n            \"milestone\": \"CDD\",\n            \"title\": \"CDD\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"CMA CGM TUTICORIN, HK\",\n            \"date\": \"2023-02-21T05:30:00.000Z\",\n            \"containerNumber\": \"TCNU4028172\",\n            \"location\": {\n                \"lat\": \"31.22222\",\n                \"lng\": \"121.45806\",\n                \"name\": \"Shanghai\",\n                \"state\": \"Shanghai Shi\",\n                \"country\": \"China\",\n                \"countryCode\": \"CN\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63fe294b2b0f250036753037\",\n            \"description\": \"Container to consignee\",\n            \"milestone\": \"CGO\",\n            \"title\": \"CGO\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"\",\n            \"date\": \"2023-02-22T05:47:00.000Z\",\n            \"containerNumber\": \"TCNU4028172\",\n            \"location\": {\n                \"lat\": \"31.22222\",\n                \"lng\": \"121.45806\",\n                \"name\": \"Shanghai\",\n                \"state\": \"Shanghai Shi\",\n                \"country\": \"China\",\n                \"countryCode\": \"CN\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63fe294b2b0f25003675302a\",\n            \"description\": \"Ready to be loaded\",\n            \"milestone\": \"CGI\",\n            \"title\": \"CGI\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"\",\n            \"date\": \"2023-01-05T05:20:00.000Z\",\n            \"containerNumber\": \"TCNU4028172\",\n            \"location\": {\n                \"lat\": \"-2.71006\",\n                \"lng\": \"-80.24556\",\n                \"name\": \"Posorja\",\n                \"state\": \"Provincia del Guayas\",\n                \"country\": \"Ecuador\",\n                \"countryCode\": \"EC\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63fe294b2b0f250036753031\",\n            \"description\": \"Container in transit for import\",\n            \"milestone\": \"LTS\",\n            \"title\": \"LTS\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"\",\n            \"date\": \"2023-02-21T05:27:00.000Z\",\n            \"containerNumber\": \"TCNU4028172\",\n            \"location\": {\n                \"lat\": \"31.22222\",\n                \"lng\": \"121.45806\",\n                \"name\": \"Shanghai\",\n                \"state\": \"Shanghai Shi\",\n                \"country\": \"China\",\n                \"countryCode\": \"CN\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63fe294b2b0f250036753032\",\n            \"description\": \"Received for import transfer\",\n            \"milestone\": \"LTS\",\n            \"title\": \"LTS\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"\",\n            \"date\": \"2023-02-21T05:28:00.000Z\",\n            \"containerNumber\": \"TCNU4028172\",\n            \"location\": {\n                \"lat\": \"31.22222\",\n                \"lng\": \"121.45806\",\n                \"name\": \"Shanghai\",\n                \"state\": \"Shanghai Shi\",\n                \"country\": \"China\",\n                \"countryCode\": \"CN\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63fe294b2b0f250036753036\",\n            \"description\": \"Vessel Arrival\",\n            \"milestone\": \"VAD\",\n            \"title\": \"VAD\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"CMA CGM TUTICORIN, HK\",\n            \"date\": \"2023-02-21T05:54:00.000Z\",\n            \"containerNumber\": \"MAGU5743847\",\n            \"location\": {\n                \"lat\": \"31.22222\",\n                \"lng\": \"121.45806\",\n                \"name\": \"Shanghai\",\n                \"state\": \"Shanghai Shi\",\n                \"country\": \"China\",\n                \"countryCode\": \"CN\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63fe294b2b0f250036753038\",\n            \"description\": \"Container to consignee\",\n            \"milestone\": \"CGO\",\n            \"title\": \"CGO\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"\",\n            \"date\": \"2023-02-23T05:13:00.000Z\",\n            \"containerNumber\": \"MAGU5743847\",\n            \"location\": {\n                \"lat\": \"31.22222\",\n                \"lng\": \"121.45806\",\n                \"name\": \"Shanghai\",\n                \"state\": \"Shanghai Shi\",\n                \"country\": \"China\",\n                \"countryCode\": \"CN\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63fe294b2b0f250036753030\",\n            \"description\": \"Vessel Departure\",\n            \"milestone\": \"VDL\",\n            \"title\": \"VDL\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"CMA CGM TUTICORIN, HK\",\n            \"date\": \"2023-01-08T05:54:00.000Z\",\n            \"containerNumber\": \"MAGU5743847\",\n            \"location\": {\n                \"lat\": \"-2.71006\",\n                \"lng\": \"-80.24556\",\n                \"name\": \"Posorja\",\n                \"state\": \"Provincia del Guayas\",\n                \"country\": \"Ecuador\",\n                \"countryCode\": \"EC\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63fe294b2b0f250036753035\",\n            \"description\": \"Vessel Arrival\",\n            \"milestone\": \"VAD\",\n            \"title\": \"VAD\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"CMA CGM TUTICORIN, HK\",\n            \"date\": \"2023-02-21T05:54:00.000Z\",\n            \"containerNumber\": \"TCNU4028172\",\n            \"location\": {\n                \"lat\": \"31.22222\",\n                \"lng\": \"121.45806\",\n                \"name\": \"Shanghai\",\n                \"state\": \"Shanghai Shi\",\n                \"country\": \"China\",\n                \"countryCode\": \"CN\"\n            }\n        },\n        {\n            \"actionRequired\": false,\n            \"_id\": \"63fe294b2b0f250036753039\",\n            \"description\": \"Container Empty Returned\",\n            \"milestone\": \"CER\",\n            \"title\": \"CER\",\n            \"mbl\": \"CMDUGQL0288159\",\n            \"manualInput\": 0,\n            \"provider\": \"Provider1\",\n            \"elementId\": \"\",\n            \"date\": \"2023-02-23T05:47:00.000Z\",\n            \"containerNumber\": \"MAGU5743847\",\n            \"location\": {\n                \"lat\": \"31.22222\",\n                \"lng\": \"121.45806\",\n                \"name\": \"Shanghai\",\n                \"state\": \"Shanghai Shi\",\n                \"country\": \"China\",\n                \"countryCode\": \"CN\"\n            }\n        }\n    ],\n    \"mblVessel\": {\n        \"_id\": \"63fa26982b0f250036666650\",\n        \"mbl\": \"CMDUGQL0288159\",\n        \"vessels\": [\n            {\n                \"_id\": \"63d00320f18a0d0036325a36\",\n                \"mmsi\": \"477790500\",\n                \"imo\": \"9630420\"\n            }\n        ],\n        \"portsPath\": [\n            {\n                \"_id\": \"63fa269b2b0f25003666665f\",\n                \"origin\": \"ECPSJ\",\n                \"destination\": \"ECPSJ\"\n            }\n        ],\n        \"currentVessel\": {\n            \"mmsi\": \"477790500\",\n            \"imo\": \"9630420\",\n            \"name\": \"CMA CGM TUTICORIN\"\n        },\n        \"path\": [\n            [\n                -80.2406,\n                -2.71424\n            ],\n            [\n                -80.3094,\n                -2.7898\n            ],\n            [\n                -80.3815,\n                -2.7884\n            ]\n        ],\n        \"course\": 72,\n        \"currentPosition\": {\n            \"lon\": 156.111,\n            \"lat\": 44.22975\n        },\n        \"eta\": \"2023-02-12T02:00:00.000Z\",\n        \"etaCalc\": null,\n        \"heading\": 71,\n        \"status\": \"delayed\"\n    }\n}"}],"_postman_id":"3bff6d02-154f-419c-8b5d-35c8e2a1bf72"},{"name":"Download PDF Shipment","id":"ca07372d-4612-4a09-b37f-98884c1a2b07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/v2/shipments/download-pdf/653ac0f11b3ad992db89ee0f","description":"<h2 id=\"download-pdf-shipment\">Download PDF Shipment</h2>\n<p>This endpoint allows you to download detailed information for a specific Shipment as a pdf.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><p><strong>URL</strong>: <code>{{URL}}/api/v2/shipments/download-pdf/{shipmentId}</code></p>\n</li>\n<li><p><strong>Method HTTP</strong>: GET</p>\n</li>\n<li><p><strong>Headers</strong>:</p>\n<ul>\n<li><p><code>Accept-Language: en</code></p>\n</li>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<ul>\n<li><code>shipmentId</code> (Required): The unique identifier of the shipment you wish to retrieve details for.</li>\n</ul>\n","urlObject":{"path":["api","v2","shipments","download-pdf","653ac0f11b3ad992db89ee0f"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca07372d-4612-4a09-b37f-98884c1a2b07"},{"name":"Archive Shipment","id":"06c1e066-807c-4055-b848-d8af47508477","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"shipmentId\": \"64dd23d782ec98cb0d3c2478\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/archived","description":"<h1 id=\"archive-shipment\">Archive Shipment</h1>\n<p>This endpoint allows you to archive a shipment. The response will indicate whether the shipment was successfully archived or if there was an error.</p>\n<h2 id=\"endpoint\">Endpoint</h2>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.stg-cargologik.app/api/v2/shipments/archived</code></p>\n</li>\n<li><p><strong>Method</strong>: PUT</p>\n</li>\n</ul>\n<h2 id=\"request-header\">Request Header</h2>\n<ul>\n<li><p><strong>Authorization</strong>: Your access token obtained through authentication.</p>\n<ul>\n<li><strong>Type</strong>: Bearer Token</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p>Provide the <code>shipmentId</code> to specify the shipment you want to archive.</p>\n<ul>\n<li><p><strong>Shipment ID</strong>: The unique identifier of the shipment to be archived.</p>\n<ul>\n<li><strong>Type</strong>: String</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-example\">Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"shipmentId\": \"6526d50e2a7f100f10083309\"\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","shipments","archived"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"6e34c5b0-8e73-458f-b558-3c0f031dcf71","name":"Example","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"shipmentId\": \"6526d50e2a7f100f10083309\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/archived"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"ok\",\r\n    \"data\": \"Shipment archived\"\r\n}"}],"_postman_id":"06c1e066-807c-4055-b848-d8af47508477"},{"name":"Cancel Shipment","id":"6bd73406-0e32-4678-ba80-2509a7db464e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"shipmentId\": \"652713442a7f100f1010ff07\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/cancelled","description":"<h1 id=\"cancel-shipment\">Cancel Shipment</h1>\n<p>This endpoint allows you to cancel a shipment. The response will indicate whether the shipment was successfully canceled or if there was an error.</p>\n<h2 id=\"endpoint\">Endpoint</h2>\n<ul>\n<li><strong>URL</strong>: <code>https://cargologik.stg-cargologik.app/api/v2/shipments/cancelled</code></li>\n<li><strong>Method</strong>: PUT</li>\n</ul>\n<h2 id=\"request-header\">Request Header</h2>\n<ul>\n<li><strong>Authorization</strong>: Your access token obtained through authentication.<ul>\n<li><strong>Type</strong>: Bearer Token</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p>Provide the <code>shipmentId</code> to specify the shipment you want to cancel.</p>\n<ul>\n<li><strong>Shipment ID</strong>: The unique identifier of the shipment to be canceled.<ul>\n<li><strong>Type</strong>: String</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-example\">Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"shipmentId\": \"652713442a7f100f1010ff07\"\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","shipments","cancelled"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"249d146e-1707-4d84-b766-161558aa2fb5","name":"Example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"idShipment\": \"64ab5f5ca1727236e1514c59\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/cancelled"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": \"Shipment cancelled\"\n}"}],"_postman_id":"6bd73406-0e32-4678-ba80-2509a7db464e"},{"name":"List Shipments in public zone","id":"47ec5b69-98ca-4c68-81f9-7f52ba2f8430","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"filter\": {},\r\n    \"search\": \"\",\r\n    \"page\": 1,\r\n    \"lastPage\": 1,\r\n    \"limit\": 8,\r\n    \"enabledEvents\": false,\r\n    \"sort\": {},\r\n    \"type\": \"[TASK] Filter Table Type\",\r\n    \"fields\": [\r\n        \"isFavorite\",\r\n        \"_id\",\r\n        \"tags\",\r\n        \"customTags\",\r\n        \"tenantId\",\r\n        \"bookingId\",\r\n        \"referenceName\",\r\n        \"quoteId\",\r\n        \"manualInput\",\r\n        \"fullName\",\r\n        \"shipper\",\r\n        \"lsp\",\r\n        \"consignee\",\r\n        \"carrier.name\",\r\n        \"origin.address\",\r\n        \"origin.countryCode\",\r\n        \"destination.address\",\r\n        \"destination.countryCode\",\r\n        \"portDestination.address\",\r\n        \"portDestination.countryCode\",\r\n        \"portOrigin.address\",\r\n        \"portOrigin.countryCode\",\r\n        \"arrivalDate\",\r\n        \"etd\",\r\n        \"eta\",\r\n        \"timeOfTransit\",\r\n        \"currentStatus\",\r\n        \"currentMilestone\",\r\n        \"attachments\",\r\n        \"vesselNumber\",\r\n        \"cutoff\",\r\n        \"confirmationNumber\",\r\n        \"mbl\",\r\n        \"flightNumber\",\r\n        \"accessorials\",\r\n        \"originDetails.countryCode\",\r\n        \"destinationDetails.countryCode\",\r\n        \"owner.name\",\r\n        \"owner.type\",\r\n        \"owner._id\",\r\n        \"shipmentId\",\r\n        \"alterTags\",\r\n        \"updatedAt\",\r\n        \"createdAt\",\r\n        \"commodity\",\r\n        \"incoterms\",\r\n        \"incoterm\",\r\n        \"internalReference\",\r\n        \"paymentTerms\",\r\n        \"automaticEvents\",\r\n        \"company.name\",\r\n        \"company.type\",\r\n        \"cutoffDays\",\r\n        \"freightType\",\r\n        \"shipmentType\",\r\n        \"actualDeparture\",\r\n        \"notes\",\r\n        \"creationUser.urlPhotoProfile\",\r\n        \"creationUser.fullName\",\r\n        \"shipperName\",\r\n        \"lspName\",\r\n        \"etaHistory\",\r\n        \"events\",\r\n        \"firstETDValue\",\r\n        \"lastETDValue\",\r\n        \"firstETAValue\",\r\n        \"lastETAValue\",\r\n        \"firstPTAValue\",\r\n        \"lastPTAValue\",\r\n        \"firstPTDValue\",\r\n        \"lastPTDValue\",\r\n        \"firstATDValue\",\r\n        \"lastATDValue\",\r\n        \"firstATAValue\",\r\n        \"lastATAValue\",\r\n        \"cancellationDate\",\r\n        \"archivedDate\",\r\n        \"ownerName\",\r\n        \"totalWeight\",\r\n        \"totalVolume\",\r\n        \"containersNumber\",\r\n        \"voyageNumber\",\r\n        \"packageType\",\r\n        \"packagesInfo\",\r\n        \"routed\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/public?tenant=64921d2ea1727236e13bcf8f&user=64921d28a1727236e13bcb9d&companyType=lsp&company=64921d2ea1727236e13bcf78","description":"<h3 id=\"descripción-del-endpoint\">Descripción del Endpoint:</h3>\n<p>Este endpoint permite realizar consultas para listar envíos de carga aérea, marítima y terrestre según los parámetros especificados. Los envíos pueden ser filtrados, ordenados y paginados según los criterios definidos en la solicitud.</p>\n<h3 id=\"body-parameters\">Body Parameters:</h3>\n<ol>\n<li><p><strong>filter</strong> (<code>object</code>, optional): Permite filtrar los resultados de la consulta según criterios específicos. El objeto de filtro debe seguir el formato requerido por el backend.</p>\n</li>\n<li><p><strong>search</strong> (<code>string</code>, optional): Permite realizar una búsqueda en los resultados de la consulta. Los resultados se filtrarán de acuerdo con el término de búsqueda proporcionado.</p>\n</li>\n<li><p><strong>page</strong> (<code>integer</code>, optional): Especifica el número de página de resultados que se desea recuperar.</p>\n</li>\n<li><p><strong>lastPage</strong> (<code>integer</code>, optional): Define la última página de resultados que se desea recuperar.</p>\n</li>\n<li><p><strong>limit</strong> (<code>integer</code>, optional): Limita el número de resultados por página que se devolverán en la respuesta.</p>\n</li>\n<li><p><strong>enabledEvents</strong> (<code>boolean</code>, optional): Indica si se deben habilitar los eventos relacionados con la consulta.</p>\n</li>\n<li><p><strong>sort</strong> (<code>object</code>, optional): Permite ordenar los resultados según criterios específicos. El objeto de ordenamiento debe seguir el formato requerido por el backend.</p>\n</li>\n<li><p><strong>type</strong> (<code>string</code>, required): Tipo de tabla a filtrar. Este campo es obligatorio y debe ser proporcionado en la solicitud.</p>\n</li>\n</ol>\n<h3 id=\"query-parameters\">Query Parameters:</h3>\n<ol>\n<li><p><strong>tenant</strong> (<code>string</code>, required): Identificador único del inquilino al que pertenecen los datos de la consulta.</p>\n</li>\n<li><p><strong>user</strong> (<code>string</code>, required): Identificador único del usuario que realiza la consulta.</p>\n</li>\n<li><p><strong>companyType</strong> (<code>string</code>, required): Tipo de empresa para la cual se están solicitando los envíos (por ejemplo, \"lsp\").</p>\n</li>\n<li><p><strong>company</strong> (<code>string</code>, required): Identificador único de la empresa para la cual se están solicitando los envíos.</p>\n</li>\n</ol>\n","urlObject":{"path":["api","v2","shipments","public"],"host":["{{URL}}"],"query":[{"key":"tenant","value":"64921d2ea1727236e13bcf8f"},{"key":"user","value":"64921d28a1727236e13bcb9d"},{"key":"companyType","value":"lsp"},{"key":"company","value":"64921d2ea1727236e13bcf78"}],"variable":[]}},"response":[{"id":"119af4f3-d5b5-4848-8d61-5b025ab3f466","name":"List Shipments in public zone","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"filter\": {},\r\n    \"search\": \"\",\r\n    \"page\": 1,\r\n    \"lastPage\": 1,\r\n    \"limit\": 8,\r\n    \"enabledEvents\": false,\r\n    \"sort\": {},\r\n    \"type\": \"[TASK] Filter Table Type\",\r\n    \"fields\": [\r\n        \"isFavorite\",\r\n        \"_id\",\r\n        \"tags\",\r\n        \"customTags\",\r\n        \"tenantId\",\r\n        \"bookingId\",\r\n        \"referenceName\",\r\n        \"quoteId\",\r\n        \"manualInput\",\r\n        \"fullName\",\r\n        \"shipper\",\r\n        \"lsp\",\r\n        \"consignee\",\r\n        \"carrier.name\",\r\n        \"origin.address\",\r\n        \"origin.countryCode\",\r\n        \"destination.address\",\r\n        \"destination.countryCode\",\r\n        \"portDestination.address\",\r\n        \"portDestination.countryCode\",\r\n        \"portOrigin.address\",\r\n        \"portOrigin.countryCode\",\r\n        \"arrivalDate\",\r\n        \"etd\",\r\n        \"eta\",\r\n        \"timeOfTransit\",\r\n        \"currentStatus\",\r\n        \"currentMilestone\",\r\n        \"attachments\",\r\n        \"vesselNumber\",\r\n        \"cutoff\",\r\n        \"confirmationNumber\",\r\n        \"mbl\",\r\n        \"flightNumber\",\r\n        \"accessorials\",\r\n        \"originDetails.countryCode\",\r\n        \"destinationDetails.countryCode\",\r\n        \"owner.name\",\r\n        \"owner.type\",\r\n        \"owner._id\",\r\n        \"shipmentId\",\r\n        \"alterTags\",\r\n        \"updatedAt\",\r\n        \"createdAt\",\r\n        \"commodity\",\r\n        \"incoterms\",\r\n        \"incoterm\",\r\n        \"internalReference\",\r\n        \"paymentTerms\",\r\n        \"automaticEvents\",\r\n        \"company.name\",\r\n        \"company.type\",\r\n        \"cutoffDays\",\r\n        \"freightType\",\r\n        \"shipmentType\",\r\n        \"actualDeparture\",\r\n        \"notes\",\r\n        \"creationUser.urlPhotoProfile\",\r\n        \"creationUser.fullName\",\r\n        \"shipperName\",\r\n        \"lspName\",\r\n        \"etaHistory\",\r\n        \"events\",\r\n        \"firstETDValue\",\r\n        \"lastETDValue\",\r\n        \"firstETAValue\",\r\n        \"lastETAValue\",\r\n        \"firstPTAValue\",\r\n        \"lastPTAValue\",\r\n        \"firstPTDValue\",\r\n        \"lastPTDValue\",\r\n        \"firstATDValue\",\r\n        \"lastATDValue\",\r\n        \"firstATAValue\",\r\n        \"lastATAValue\",\r\n        \"cancellationDate\",\r\n        \"archivedDate\",\r\n        \"ownerName\",\r\n        \"totalWeight\",\r\n        \"totalVolume\",\r\n        \"containersNumber\",\r\n        \"voyageNumber\",\r\n        \"packageType\",\r\n        \"packagesInfo\",\r\n        \"routed\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{URL}}/api/v2/shipments/public?tenant=64921d2ea1727236e13bcf8f&user=64921d28a1727236e13bcb9d&companyType=lsp&company=64921d2ea1727236e13bcf78","host":["{{URL}}"],"path":["api","v2","shipments","public"],"query":[{"key":"tenant","value":"64921d2ea1727236e13bcf8f"},{"key":"user","value":"64921d28a1727236e13bcb9d"},{"key":"companyType","value":"lsp"},{"key":"company","value":"64921d2ea1727236e13bcf78"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"659466f7a1a71c8dfd5f6678\",\n            \"shipmentId\": \"M206_ESPA-A_SRI_ABRASION-TESTER\",\n            \"accessorials\": [],\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"carrier\": {\n                \"name\": \"COSCO\"\n            },\n            \"commodity\": \"Abrasion testers\",\n            \"company\": {\n                \"_id\": \"6509b3fec162aeb351a8753d\",\n                \"name\": \"Prueba1\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": null,\n            \"containersNumber\": [],\n            \"createdAt\": \"2024-01-02T19:41:44.495Z\",\n            \"creationUser\": {\n                \"firstName\": \"User\",\n                \"lastName\": \"Dummy\",\n                \"urlPhotoProfile\": \"https://storage.googleapis.com/development_app_files/rokk3r/profiles/82aad23e-e4ed-9ebb-b97c-802a365b0e08.jpeg\",\n                \"fullName\": \"User Dummy\"\n            },\n            \"currentStatus\": \"upcoming\",\n            \"customTags\": [],\n            \"cutoff\": null,\n            \"destination\": {\n                \"address\": \"Sri Lanka\",\n                \"countryCode\": \"LK\"\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"CIF\",\n            \"integrations\": [],\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"\",\n            \"origin\": {\n                \"address\": \"España\",\n                \"countryCode\": \"ES\"\n            },\n            \"owner\": {\n                \"_id\": \"64921d2ea1727236e13bcf78\",\n                \"name\": \"Cargologik\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [\n                {\n                    \"packageType\": \"Flat Rack 20'\",\n                    \"amount\": 1,\n                    \"weight\": \"-33\",\n                    \"weightMetric\": \"kg\",\n                    \"hazardousMaterials\": \"0\",\n                    \"volume\": \"1\",\n                    \"volumeMetric\": \"m³\"\n                }\n            ],\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64921d28a1727236e13bcb9d\",\n                        \"firstName\": \"User\",\n                        \"lastName\": \"Dummy\",\n                        \"urlPhotoProfile\": \"https://storage.googleapis.com/development_app_files/rokk3r/profiles/82aad23e-e4ed-9ebb-b97c-802a365b0e08.jpeg\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64921d2ea1727236e13bcf78\",\n                        \"name\": \"Cargologik\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                }\n            ],\n            \"paymentTerms\": \"prepaid\",\n            \"referenceName\": \"test\",\n            \"shipmentType\": \"FCL\",\n            \"shipper\": null,\n            \"tags\": [\n                \"document\",\n                \"document\"\n            ],\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\n            \"totalVolume\": 1,\n            \"totalWeight\": -33,\n            \"voyageNumber\": \"\",\n            \"updatedAt\": \"2024-01-02T19:41:44.987Z\",\n            \"firstETDValue\": null,\n            \"lastETDValue\": null,\n            \"firstETAValue\": null,\n            \"lastETAValue\": null,\n            \"firstATAValue\": null,\n            \"lastATAValue\": null,\n            \"firstATDValue\": null,\n            \"lastATDValue\": null,\n            \"firstPTAValue\": null,\n            \"lastPTAValue\": null,\n            \"firstPTDValue\": null,\n            \"lastPTDValue\": null,\n            \"shipperName\": \"Prueba1\",\n            \"lspName\": \"Cargologik\",\n            \"fullMbl\": \"\",\n            \"fullHBL\": \"\",\n            \"internalReference\": \"undefined \"\n        },\n        {\n            \"_id\": \"6578db49dd2c09ed1ab40fb7\",\n            \"shipmentId\": \"M204_SAN_DARMSTADT_3G-UMTS-MOBILE\",\n            \"accessorials\": [],\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"commodity\": \"3G UMTS mobile core network equipment and components\",\n            \"company\": {\n                \"_id\": \"6503619a1b9b4b4d1841f4aa\",\n                \"name\": \"Customer1\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": null,\n            \"containersNumber\": [],\n            \"createdAt\": \"2023-12-12T22:14:34.118Z\",\n            \"creationUser\": {\n                \"firstName\": \"User\",\n                \"lastName\": \"Dummy\",\n                \"urlPhotoProfile\": \"https://storage.googleapis.com/development_app_files/rokk3r/profiles/82aad23e-e4ed-9ebb-b97c-802a365b0e08.jpeg\",\n                \"fullName\": \"User Dummy\"\n            },\n            \"currentStatus\": \"upcoming\",\n            \"customTags\": [\n                \"adasdadada\",\n                \"dadadas\",\n                \"asdad\",\n                \"adada\",\n                \"\"\n            ],\n            \"destination\": {\n                \"address\": \"Darmstadt, Alemania\",\n                \"countryCode\": \"DE\"\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"CIP\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\"\n            ],\n            \"internalReference\": \" \",\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"COSU6351011250\",\n            \"notes\": \"\",\n            \"origin\": {\n                \"address\": \"San Diego, California, EE. UU.\",\n                \"countryCode\": \"US\"\n            },\n            \"owner\": {\n                \"_id\": \"64921d2ea1727236e13bcf78\",\n                \"name\": \"Cargologik\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [],\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64921d28a1727236e13bcb9d\",\n                        \"firstName\": \"User\",\n                        \"lastName\": \"Dummy\",\n                        \"urlPhotoProfile\": \"https://storage.googleapis.com/development_app_files/rokk3r/profiles/82aad23e-e4ed-9ebb-b97c-802a365b0e08.jpeg\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64921d2ea1727236e13bcf78\",\n                        \"name\": \"Cargologik\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"6503619b912a9b9f34dc57b3\",\n                        \"firstName\": \"User\",\n                        \"lastName\": \"Shipper\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6503619a1b9b4b4d1841f4aa\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"main-shipper\"\n                }\n            ],\n            \"referenceName\": \"COSU6351011250\",\n            \"shipmentType\": \"LCL\",\n            \"shipper\": null,\n            \"tags\": [\n                \"upcoming\",\n                \"quick\",\n                \"document\"\n            ],\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\n            \"totalVolume\": 0,\n            \"totalWeight\": 0,\n            \"voyageNumber\": \"\",\n            \"updatedAt\": \"2023-12-12T22:14:34.541Z\",\n            \"mblVessel\": {\n                \"_id\": \"657b1cb1cece1ad2d5119e3a\",\n                \"mbl\": \"COSU6351011250\",\n                \"heading\": 133.97388546650004,\n                \"path\": [\n                    [\n                        -80.2456,\n                        -2.7101,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2323,\n                        -2.6023,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2461,\n                        -2.5977,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2536,\n                        -2.5882,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2549,\n                        -2.5736,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2152,\n                        -2.2109,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2138,\n                        -2.1938,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2133,\n                        -2.1767,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2137,\n                        -2.1595,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2592,\n                        -1.2004,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2594,\n                        -1.1794,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2581,\n                        -1.1586,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2553,\n                        -1.1379,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5317,\n                        8.869,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5314,\n                        8.8906,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5377,\n                        8.9102,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5508,\n                        8.9275,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7093,\n                        9.0842,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7208,\n                        9.0936,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7338,\n                        9.1004,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7481,\n                        9.1046,\n                        \"historic\"\n                    ],\n                    [\n                        -79.794,\n                        9.1135,\n                        \"historic\"\n                    ],\n                    [\n                        -79.808,\n                        9.1181,\n                        \"historic\"\n                    ],\n                    [\n                        -79.82,\n                        9.1258,\n                        \"historic\"\n                    ],\n                    [\n                        -79.83,\n                        9.1365,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8321,\n                        9.1394,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8426,\n                        9.1531,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8535,\n                        9.1664,\n                        \"historic\"\n                    ],\n                    [\n                        -79.865,\n                        9.1793,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9009,\n                        9.2186,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9106,\n                        9.2322,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9167,\n                        9.2473,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9191,\n                        9.2639,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9334,\n                        9.7356,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9306,\n                        9.7555,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9212,\n                        9.7716,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9053,\n                        9.784,\n                        \"historic\"\n                    ],\n                    [\n                        -64.9781,\n                        17.9429,\n                        \"historic\"\n                    ],\n                    [\n                        -64.9587,\n                        17.953,\n                        \"historic\"\n                    ],\n                    [\n                        -64.939,\n                        17.9623,\n                        \"historic\"\n                    ],\n                    [\n                        -64.9189,\n                        17.9708,\n                        \"historic\"\n                    ],\n                    [\n                        -64.488,\n                        18.1434,\n                        \"historic\"\n                    ],\n                    [\n                        -64.468,\n                        18.1522,\n                        \"historic\"\n                    ],\n                    [\n                        -64.4487,\n                        18.1621,\n                        \"historic\"\n                    ],\n                    [\n                        -64.43,\n                        18.1733,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4844,\n                        18.7797,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4728,\n                        18.7868,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4611,\n                        18.7936,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4491,\n                        18.8,\n                        \"historic\"\n                    ],\n                    [\n                        -26.0114,\n                        38.0226,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9994,\n                        38.0288,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9873,\n                        38.035,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9752,\n                        38.0412,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2664,\n                        48.6566,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2529,\n                        48.6633,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2394,\n                        48.6698,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2258,\n                        48.6761,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4879,\n                        49.9056,\n                        \"historic\"\n                    ],\n                    [\n                        -2.474,\n                        49.9112,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4598,\n                        49.9159,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4453,\n                        49.9197,\n                        \"historic\"\n                    ],\n                    [\n                        0.3557,\n                        50.5471,\n                        \"historic\"\n                    ],\n                    [\n                        0.3703,\n                        50.5507,\n                        \"historic\"\n                    ],\n                    [\n                        0.3847,\n                        50.5547,\n                        \"historic\"\n                    ],\n                    [\n                        0.3991,\n                        50.5591,\n                        \"historic\"\n                    ],\n                    [\n                        0.7532,\n                        50.676,\n                        \"historic\"\n                    ],\n                    [\n                        0.7696,\n                        50.6818,\n                        \"historic\"\n                    ],\n                    [\n                        0.7856,\n                        50.6883,\n                        \"historic\"\n                    ],\n                    [\n                        0.8014,\n                        50.6956,\n                        \"historic\"\n                    ],\n                    [\n                        4.0702,\n                        52.2803,\n                        \"historic\"\n                    ],\n                    [\n                        4.0867,\n                        52.2848,\n                        \"historic\"\n                    ],\n                    [\n                        4.102,\n                        52.2822,\n                        \"historic\"\n                    ],\n                    [\n                        4.1163,\n                        52.2726,\n                        \"historic\"\n                    ],\n                    [\n                        4.47917,\n                        51.9225,\n                        \"current\"\n                    ],\n                    [\n                        4.4792,\n                        51.9225,\n                        \"predicted\"\n                    ]\n                ],\n                \"currentPosition\": {\n                    \"lon\": 4.47917,\n                    \"lat\": 51.9225\n                },\n                \"createdAt\": \"2023-12-14T15:18:09.486Z\",\n                \"provider\": \"Provider1\",\n                \"status\": \"on-time\",\n                \"updatedAt\": \"2024-01-10T13:00:18.886Z\"\n            },\n            \"firstETDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"lastETDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"firstETAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"lastETAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"firstATAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"lastATAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"firstATDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"lastATDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"firstPTAValue\": null,\n            \"lastPTAValue\": null,\n            \"firstPTDValue\": null,\n            \"lastPTDValue\": null,\n            \"shipperName\": \"Shiperland\",\n            \"lspName\": \"Cargologik\",\n            \"fullMbl\": \"COSU6351011250\",\n            \"fullHBL\": \"\",\n            \"historyETAValue\": [\n                \"2023-02-07T07:33:00.000Z\",\n                \"2023-02-07T07:33:00.000Z\"\n            ],\n            \"historyETDValue\": [\n                \"2023-01-20T19:05:00.000Z\",\n                \"2023-01-20T19:05:00.000Z\"\n            ],\n            \"historyATAValue\": [\n                \"2023-02-07T07:33:00.000Z\"\n            ],\n            \"historyATDValue\": [\n                \"2023-01-20T19:05:00.000Z\"\n            ]\n        },\n        {\n            \"_id\": \"6578d994dd2c09ed1ab3d406\",\n            \"shipmentId\": \"M203_SAN_DARMSTADT_3G-UMTS-MOBILE\",\n            \"accessorials\": [],\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"commodity\": \"3G UMTS mobile core network equipment and components\",\n            \"company\": {\n                \"_id\": \"6503619a1b9b4b4d1841f4aa\",\n                \"name\": \"Customer1\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": null,\n            \"containersNumber\": [],\n            \"createdAt\": \"2023-12-12T22:07:17.212Z\",\n            \"creationUser\": {\n                \"firstName\": \"User\",\n                \"lastName\": \"Dummy\",\n                \"urlPhotoProfile\": \"https://storage.googleapis.com/development_app_files/rokk3r/profiles/82aad23e-e4ed-9ebb-b97c-802a365b0e08.jpeg\",\n                \"fullName\": \"User Dummy\"\n            },\n            \"currentStatus\": \"upcoming\",\n            \"customTags\": [\n                \"daa\",\n                \"jjk\",\n                \"ghgjh\"\n            ],\n            \"destination\": {\n                \"address\": \"Darmstadt, Alemania\",\n                \"countryCode\": \"DE\"\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"CIP\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\"\n            ],\n            \"internalReference\": \" \",\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"COSU6351011250\",\n            \"notes\": \"\",\n            \"origin\": {\n                \"address\": \"San Diego, California, EE. UU.\",\n                \"countryCode\": \"US\"\n            },\n            \"owner\": {\n                \"_id\": \"64921d2ea1727236e13bcf78\",\n                \"name\": \"Cargologik\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [],\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64921d28a1727236e13bcb9d\",\n                        \"firstName\": \"User\",\n                        \"lastName\": \"Dummy\",\n                        \"urlPhotoProfile\": \"https://storage.googleapis.com/development_app_files/rokk3r/profiles/82aad23e-e4ed-9ebb-b97c-802a365b0e08.jpeg\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64921d2ea1727236e13bcf78\",\n                        \"name\": \"Cargologik\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"6503619b912a9b9f34dc57b3\",\n                        \"firstName\": \"User\",\n                        \"lastName\": \"Shipper\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6503619a1b9b4b4d1841f4aa\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"main-shipper\"\n                }\n            ],\n            \"referenceName\": \"COSU6351011250\",\n            \"shipmentType\": \"LCL\",\n            \"shipper\": null,\n            \"tags\": [\n                \"upcoming\",\n                \"quick\",\n                \"document\"\n            ],\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\n            \"totalVolume\": 0,\n            \"totalWeight\": 0,\n            \"voyageNumber\": \"\",\n            \"updatedAt\": \"2023-12-12T22:07:17.629Z\",\n            \"mblVessel\": {\n                \"_id\": \"657b1cb1cece1ad2d5119e3a\",\n                \"mbl\": \"COSU6351011250\",\n                \"heading\": 133.97388546650004,\n                \"path\": [\n                    [\n                        -80.2456,\n                        -2.7101,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2323,\n                        -2.6023,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2461,\n                        -2.5977,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2536,\n                        -2.5882,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2549,\n                        -2.5736,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2152,\n                        -2.2109,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2138,\n                        -2.1938,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2133,\n                        -2.1767,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2137,\n                        -2.1595,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2592,\n                        -1.2004,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2594,\n                        -1.1794,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2581,\n                        -1.1586,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2553,\n                        -1.1379,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5317,\n                        8.869,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5314,\n                        8.8906,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5377,\n                        8.9102,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5508,\n                        8.9275,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7093,\n                        9.0842,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7208,\n                        9.0936,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7338,\n                        9.1004,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7481,\n                        9.1046,\n                        \"historic\"\n                    ],\n                    [\n                        -79.794,\n                        9.1135,\n                        \"historic\"\n                    ],\n                    [\n                        -79.808,\n                        9.1181,\n                        \"historic\"\n                    ],\n                    [\n                        -79.82,\n                        9.1258,\n                        \"historic\"\n                    ],\n                    [\n                        -79.83,\n                        9.1365,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8321,\n                        9.1394,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8426,\n                        9.1531,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8535,\n                        9.1664,\n                        \"historic\"\n                    ],\n                    [\n                        -79.865,\n                        9.1793,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9009,\n                        9.2186,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9106,\n                        9.2322,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9167,\n                        9.2473,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9191,\n                        9.2639,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9334,\n                        9.7356,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9306,\n                        9.7555,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9212,\n                        9.7716,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9053,\n                        9.784,\n                        \"historic\"\n                    ],\n                    [\n                        -64.9781,\n                        17.9429,\n                        \"historic\"\n                    ],\n                    [\n                        -64.9587,\n                        17.953,\n                        \"historic\"\n                    ],\n                    [\n                        -64.939,\n                        17.9623,\n                        \"historic\"\n                    ],\n                    [\n                        -64.9189,\n                        17.9708,\n                        \"historic\"\n                    ],\n                    [\n                        -64.488,\n                        18.1434,\n                        \"historic\"\n                    ],\n                    [\n                        -64.468,\n                        18.1522,\n                        \"historic\"\n                    ],\n                    [\n                        -64.4487,\n                        18.1621,\n                        \"historic\"\n                    ],\n                    [\n                        -64.43,\n                        18.1733,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4844,\n                        18.7797,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4728,\n                        18.7868,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4611,\n                        18.7936,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4491,\n                        18.8,\n                        \"historic\"\n                    ],\n                    [\n                        -26.0114,\n                        38.0226,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9994,\n                        38.0288,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9873,\n                        38.035,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9752,\n                        38.0412,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2664,\n                        48.6566,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2529,\n                        48.6633,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2394,\n                        48.6698,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2258,\n                        48.6761,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4879,\n                        49.9056,\n                        \"historic\"\n                    ],\n                    [\n                        -2.474,\n                        49.9112,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4598,\n                        49.9159,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4453,\n                        49.9197,\n                        \"historic\"\n                    ],\n                    [\n                        0.3557,\n                        50.5471,\n                        \"historic\"\n                    ],\n                    [\n                        0.3703,\n                        50.5507,\n                        \"historic\"\n                    ],\n                    [\n                        0.3847,\n                        50.5547,\n                        \"historic\"\n                    ],\n                    [\n                        0.3991,\n                        50.5591,\n                        \"historic\"\n                    ],\n                    [\n                        0.7532,\n                        50.676,\n                        \"historic\"\n                    ],\n                    [\n                        0.7696,\n                        50.6818,\n                        \"historic\"\n                    ],\n                    [\n                        0.7856,\n                        50.6883,\n                        \"historic\"\n                    ],\n                    [\n                        0.8014,\n                        50.6956,\n                        \"historic\"\n                    ],\n                    [\n                        4.0702,\n                        52.2803,\n                        \"historic\"\n                    ],\n                    [\n                        4.0867,\n                        52.2848,\n                        \"historic\"\n                    ],\n                    [\n                        4.102,\n                        52.2822,\n                        \"historic\"\n                    ],\n                    [\n                        4.1163,\n                        52.2726,\n                        \"historic\"\n                    ],\n                    [\n                        4.47917,\n                        51.9225,\n                        \"current\"\n                    ],\n                    [\n                        4.4792,\n                        51.9225,\n                        \"predicted\"\n                    ]\n                ],\n                \"currentPosition\": {\n                    \"lon\": 4.47917,\n                    \"lat\": 51.9225\n                },\n                \"createdAt\": \"2023-12-14T15:18:09.486Z\",\n                \"provider\": \"Provider1\",\n                \"status\": \"on-time\",\n                \"updatedAt\": \"2024-01-10T13:00:18.886Z\"\n            },\n            \"firstETDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"lastETDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"firstETAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"lastETAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"firstATAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"lastATAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"firstATDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"lastATDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"firstPTAValue\": null,\n            \"lastPTAValue\": null,\n            \"firstPTDValue\": null,\n            \"lastPTDValue\": null,\n            \"shipperName\": \"Shiperland\",\n            \"lspName\": \"Cargologik\",\n            \"fullMbl\": \"COSU6351011250\",\n            \"fullHBL\": \"\",\n            \"historyETAValue\": [\n                \"2023-02-07T07:33:00.000Z\",\n                \"2023-02-07T07:33:00.000Z\"\n            ],\n            \"historyETDValue\": [\n                \"2023-01-20T19:05:00.000Z\",\n                \"2023-01-20T19:05:00.000Z\"\n            ],\n            \"historyATAValue\": [\n                \"2023-02-07T07:33:00.000Z\"\n            ],\n            \"historyATDValue\": [\n                \"2023-01-20T19:05:00.000Z\"\n            ]\n        },\n        {\n            \"_id\": \"6578d8e0dd2c09ed1ab3b91b\",\n            \"shipmentId\": \"M202_SAN_DARMSTADT_3G-UMTS-MOBILE\",\n            \"accessorials\": [],\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"commodity\": \"3G UMTS mobile core network equipment and components\",\n            \"company\": {\n                \"_id\": \"6503619a1b9b4b4d1841f4aa\",\n                \"name\": \"Customer1\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": null,\n            \"containersNumber\": [],\n            \"createdAt\": \"2023-12-12T22:04:16.446Z\",\n            \"creationUser\": {\n                \"firstName\": \"User\",\n                \"lastName\": \"Dummy\",\n                \"urlPhotoProfile\": \"https://storage.googleapis.com/development_app_files/rokk3r/profiles/82aad23e-e4ed-9ebb-b97c-802a365b0e08.jpeg\",\n                \"fullName\": \"User Dummy\"\n            },\n            \"currentStatus\": \"upcoming\",\n            \"customTags\": [],\n            \"destination\": {\n                \"address\": \"Darmstadt, Alemania\",\n                \"countryCode\": \"DE\"\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"CIP\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\"\n            ],\n            \"internalReference\": \" \",\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"COSU6351011250\",\n            \"notes\": \"\",\n            \"origin\": {\n                \"address\": \"San Diego, California, EE. UU.\",\n                \"countryCode\": \"US\"\n            },\n            \"owner\": {\n                \"_id\": \"64921d2ea1727236e13bcf78\",\n                \"name\": \"Cargologik\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [],\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64921d28a1727236e13bcb9d\",\n                        \"firstName\": \"User\",\n                        \"lastName\": \"Dummy\",\n                        \"urlPhotoProfile\": \"https://storage.googleapis.com/development_app_files/rokk3r/profiles/82aad23e-e4ed-9ebb-b97c-802a365b0e08.jpeg\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64921d2ea1727236e13bcf78\",\n                        \"name\": \"Cargologik\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"6503619b912a9b9f34dc57b3\",\n                        \"firstName\": \"User\",\n                        \"lastName\": \"Shipper\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6503619a1b9b4b4d1841f4aa\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"main-shipper\"\n                }\n            ],\n            \"referenceName\": \"COSU6351011250\",\n            \"shipmentType\": \"LCL\",\n            \"shipper\": null,\n            \"tags\": [\n                \"upcoming\",\n                \"quick\",\n                \"document\",\n                \"document\",\n                \"document\"\n            ],\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\n            \"totalVolume\": 0,\n            \"totalWeight\": 0,\n            \"voyageNumber\": \"\",\n            \"updatedAt\": \"2023-12-12T22:04:17.072Z\",\n            \"mblVessel\": {\n                \"_id\": \"657b1cb1cece1ad2d5119e3a\",\n                \"mbl\": \"COSU6351011250\",\n                \"heading\": 133.97388546650004,\n                \"path\": [\n                    [\n                        -80.2456,\n                        -2.7101,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2323,\n                        -2.6023,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2461,\n                        -2.5977,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2536,\n                        -2.5882,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2549,\n                        -2.5736,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2152,\n                        -2.2109,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2138,\n                        -2.1938,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2133,\n                        -2.1767,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2137,\n                        -2.1595,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2592,\n                        -1.2004,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2594,\n                        -1.1794,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2581,\n                        -1.1586,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2553,\n                        -1.1379,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5317,\n                        8.869,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5314,\n                        8.8906,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5377,\n                        8.9102,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5508,\n                        8.9275,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7093,\n                        9.0842,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7208,\n                        9.0936,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7338,\n                        9.1004,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7481,\n                        9.1046,\n                        \"historic\"\n                    ],\n                    [\n                        -79.794,\n                        9.1135,\n                        \"historic\"\n                    ],\n                    [\n                        -79.808,\n                        9.1181,\n                        \"historic\"\n                    ],\n                    [\n                        -79.82,\n                        9.1258,\n                        \"historic\"\n                    ],\n                    [\n                        -79.83,\n                        9.1365,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8321,\n                        9.1394,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8426,\n                        9.1531,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8535,\n                        9.1664,\n                        \"historic\"\n                    ],\n                    [\n                        -79.865,\n                        9.1793,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9009,\n                        9.2186,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9106,\n                        9.2322,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9167,\n                        9.2473,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9191,\n                        9.2639,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9334,\n                        9.7356,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9306,\n                        9.7555,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9212,\n                        9.7716,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9053,\n                        9.784,\n                        \"historic\"\n                    ],\n                    [\n                        -64.9781,\n                        17.9429,\n                        \"historic\"\n                    ],\n                    [\n                        -64.9587,\n                        17.953,\n                        \"historic\"\n                    ],\n                    [\n                        -64.939,\n                        17.9623,\n                        \"historic\"\n                    ],\n                    [\n                        -64.9189,\n                        17.9708,\n                        \"historic\"\n                    ],\n                    [\n                        -64.488,\n                        18.1434,\n                        \"historic\"\n                    ],\n                    [\n                        -64.468,\n                        18.1522,\n                        \"historic\"\n                    ],\n                    [\n                        -64.4487,\n                        18.1621,\n                        \"historic\"\n                    ],\n                    [\n                        -64.43,\n                        18.1733,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4844,\n                        18.7797,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4728,\n                        18.7868,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4611,\n                        18.7936,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4491,\n                        18.8,\n                        \"historic\"\n                    ],\n                    [\n                        -26.0114,\n                        38.0226,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9994,\n                        38.0288,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9873,\n                        38.035,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9752,\n                        38.0412,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2664,\n                        48.6566,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2529,\n                        48.6633,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2394,\n                        48.6698,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2258,\n                        48.6761,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4879,\n                        49.9056,\n                        \"historic\"\n                    ],\n                    [\n                        -2.474,\n                        49.9112,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4598,\n                        49.9159,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4453,\n                        49.9197,\n                        \"historic\"\n                    ],\n                    [\n                        0.3557,\n                        50.5471,\n                        \"historic\"\n                    ],\n                    [\n                        0.3703,\n                        50.5507,\n                        \"historic\"\n                    ],\n                    [\n                        0.3847,\n                        50.5547,\n                        \"historic\"\n                    ],\n                    [\n                        0.3991,\n                        50.5591,\n                        \"historic\"\n                    ],\n                    [\n                        0.7532,\n                        50.676,\n                        \"historic\"\n                    ],\n                    [\n                        0.7696,\n                        50.6818,\n                        \"historic\"\n                    ],\n                    [\n                        0.7856,\n                        50.6883,\n                        \"historic\"\n                    ],\n                    [\n                        0.8014,\n                        50.6956,\n                        \"historic\"\n                    ],\n                    [\n                        4.0702,\n                        52.2803,\n                        \"historic\"\n                    ],\n                    [\n                        4.0867,\n                        52.2848,\n                        \"historic\"\n                    ],\n                    [\n                        4.102,\n                        52.2822,\n                        \"historic\"\n                    ],\n                    [\n                        4.1163,\n                        52.2726,\n                        \"historic\"\n                    ],\n                    [\n                        4.47917,\n                        51.9225,\n                        \"current\"\n                    ],\n                    [\n                        4.4792,\n                        51.9225,\n                        \"predicted\"\n                    ]\n                ],\n                \"currentPosition\": {\n                    \"lon\": 4.47917,\n                    \"lat\": 51.9225\n                },\n                \"createdAt\": \"2023-12-14T15:18:09.486Z\",\n                \"provider\": \"Provider1\",\n                \"status\": \"on-time\",\n                \"updatedAt\": \"2024-01-10T13:00:18.886Z\"\n            },\n            \"firstETDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"lastETDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"firstETAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"lastETAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"firstATAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"lastATAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"firstATDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"lastATDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"firstPTAValue\": null,\n            \"lastPTAValue\": null,\n            \"firstPTDValue\": null,\n            \"lastPTDValue\": null,\n            \"shipperName\": \"Shiperland\",\n            \"lspName\": \"Cargologik\",\n            \"fullMbl\": \"COSU6351011250\",\n            \"fullHBL\": \"\",\n            \"historyETAValue\": [\n                \"2023-02-07T07:33:00.000Z\",\n                \"2023-02-07T07:33:00.000Z\"\n            ],\n            \"historyETDValue\": [\n                \"2023-01-20T19:05:00.000Z\",\n                \"2023-01-20T19:05:00.000Z\"\n            ],\n            \"historyATAValue\": [\n                \"2023-02-07T07:33:00.000Z\"\n            ],\n            \"historyATDValue\": [\n                \"2023-01-20T19:05:00.000Z\"\n            ]\n        },\n        {\n            \"_id\": \"6578d84edd2c09ed1ab3a1fc\",\n            \"shipmentId\": \"M201_SAN_DARMSTADT_3G-UMTS-MOBILE\",\n            \"accessorials\": [],\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"commodity\": \"3G UMTS mobile core network equipment and components\",\n            \"company\": {\n                \"_id\": \"6503619a1b9b4b4d1841f4aa\",\n                \"name\": \"Customer1\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": null,\n            \"containersNumber\": [],\n            \"createdAt\": \"2023-12-12T22:01:51.001Z\",\n            \"creationUser\": {\n                \"firstName\": \"User\",\n                \"lastName\": \"Dummy\",\n                \"urlPhotoProfile\": \"https://storage.googleapis.com/development_app_files/rokk3r/profiles/82aad23e-e4ed-9ebb-b97c-802a365b0e08.jpeg\",\n                \"fullName\": \"User Dummy\"\n            },\n            \"currentStatus\": \"upcoming\",\n            \"customTags\": [],\n            \"destination\": {\n                \"address\": \"Darmstadt, Alemania\",\n                \"countryCode\": \"DE\"\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"CIP\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\"\n            ],\n            \"internalReference\": \" \",\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"COSU6351011250\",\n            \"notes\": \"\",\n            \"origin\": {\n                \"address\": \"San Diego, California, EE. UU.\",\n                \"countryCode\": \"US\"\n            },\n            \"owner\": {\n                \"_id\": \"64921d2ea1727236e13bcf78\",\n                \"name\": \"Cargologik\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [],\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64921d28a1727236e13bcb9d\",\n                        \"firstName\": \"User\",\n                        \"lastName\": \"Dummy\",\n                        \"urlPhotoProfile\": \"https://storage.googleapis.com/development_app_files/rokk3r/profiles/82aad23e-e4ed-9ebb-b97c-802a365b0e08.jpeg\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64921d2ea1727236e13bcf78\",\n                        \"name\": \"Cargologik\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"6503619b912a9b9f34dc57b3\",\n                        \"firstName\": \"User\",\n                        \"lastName\": \"Shipper\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6503619a1b9b4b4d1841f4aa\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"main-shipper\"\n                }\n            ],\n            \"referenceName\": \"COSU6351011250\",\n            \"shipmentType\": \"LCL\",\n            \"shipper\": null,\n            \"tags\": [\n                \"upcoming\",\n                \"quick\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\"\n            ],\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\n            \"totalVolume\": 0,\n            \"totalWeight\": 0,\n            \"voyageNumber\": \"\",\n            \"updatedAt\": \"2023-12-12T22:01:51.413Z\",\n            \"mblVessel\": {\n                \"_id\": \"657b1cb1cece1ad2d5119e3a\",\n                \"mbl\": \"COSU6351011250\",\n                \"heading\": 133.97388546650004,\n                \"path\": [\n                    [\n                        -80.2456,\n                        -2.7101,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2323,\n                        -2.6023,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2461,\n                        -2.5977,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2536,\n                        -2.5882,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2549,\n                        -2.5736,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2152,\n                        -2.2109,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2138,\n                        -2.1938,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2133,\n                        -2.1767,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2137,\n                        -2.1595,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2592,\n                        -1.2004,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2594,\n                        -1.1794,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2581,\n                        -1.1586,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2553,\n                        -1.1379,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5317,\n                        8.869,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5314,\n                        8.8906,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5377,\n                        8.9102,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5508,\n                        8.9275,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7093,\n                        9.0842,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7208,\n                        9.0936,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7338,\n                        9.1004,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7481,\n                        9.1046,\n                        \"historic\"\n                    ],\n                    [\n                        -79.794,\n                        9.1135,\n                        \"historic\"\n                    ],\n                    [\n                        -79.808,\n                        9.1181,\n                        \"historic\"\n                    ],\n                    [\n                        -79.82,\n                        9.1258,\n                        \"historic\"\n                    ],\n                    [\n                        -79.83,\n                        9.1365,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8321,\n                        9.1394,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8426,\n                        9.1531,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8535,\n                        9.1664,\n                        \"historic\"\n                    ],\n                    [\n                        -79.865,\n                        9.1793,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9009,\n                        9.2186,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9106,\n                        9.2322,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9167,\n                        9.2473,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9191,\n                        9.2639,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9334,\n                        9.7356,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9306,\n                        9.7555,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9212,\n                        9.7716,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9053,\n                        9.784,\n                        \"historic\"\n                    ],\n                    [\n                        -64.9781,\n                        17.9429,\n                        \"historic\"\n                    ],\n                    [\n                        -64.9587,\n                        17.953,\n                        \"historic\"\n                    ],\n                    [\n                        -64.939,\n                        17.9623,\n                        \"historic\"\n                    ],\n                    [\n                        -64.9189,\n                        17.9708,\n                        \"historic\"\n                    ],\n                    [\n                        -64.488,\n                        18.1434,\n                        \"historic\"\n                    ],\n                    [\n                        -64.468,\n                        18.1522,\n                        \"historic\"\n                    ],\n                    [\n                        -64.4487,\n                        18.1621,\n                        \"historic\"\n                    ],\n                    [\n                        -64.43,\n                        18.1733,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4844,\n                        18.7797,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4728,\n                        18.7868,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4611,\n                        18.7936,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4491,\n                        18.8,\n                        \"historic\"\n                    ],\n                    [\n                        -26.0114,\n                        38.0226,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9994,\n                        38.0288,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9873,\n                        38.035,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9752,\n                        38.0412,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2664,\n                        48.6566,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2529,\n                        48.6633,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2394,\n                        48.6698,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2258,\n                        48.6761,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4879,\n                        49.9056,\n                        \"historic\"\n                    ],\n                    [\n                        -2.474,\n                        49.9112,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4598,\n                        49.9159,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4453,\n                        49.9197,\n                        \"historic\"\n                    ],\n                    [\n                        0.3557,\n                        50.5471,\n                        \"historic\"\n                    ],\n                    [\n                        0.3703,\n                        50.5507,\n                        \"historic\"\n                    ],\n                    [\n                        0.3847,\n                        50.5547,\n                        \"historic\"\n                    ],\n                    [\n                        0.3991,\n                        50.5591,\n                        \"historic\"\n                    ],\n                    [\n                        0.7532,\n                        50.676,\n                        \"historic\"\n                    ],\n                    [\n                        0.7696,\n                        50.6818,\n                        \"historic\"\n                    ],\n                    [\n                        0.7856,\n                        50.6883,\n                        \"historic\"\n                    ],\n                    [\n                        0.8014,\n                        50.6956,\n                        \"historic\"\n                    ],\n                    [\n                        4.0702,\n                        52.2803,\n                        \"historic\"\n                    ],\n                    [\n                        4.0867,\n                        52.2848,\n                        \"historic\"\n                    ],\n                    [\n                        4.102,\n                        52.2822,\n                        \"historic\"\n                    ],\n                    [\n                        4.1163,\n                        52.2726,\n                        \"historic\"\n                    ],\n                    [\n                        4.47917,\n                        51.9225,\n                        \"current\"\n                    ],\n                    [\n                        4.4792,\n                        51.9225,\n                        \"predicted\"\n                    ]\n                ],\n                \"currentPosition\": {\n                    \"lon\": 4.47917,\n                    \"lat\": 51.9225\n                },\n                \"createdAt\": \"2023-12-14T15:18:09.486Z\",\n                \"provider\": \"Provider1\",\n                \"status\": \"on-time\",\n                \"updatedAt\": \"2024-01-10T13:00:18.886Z\"\n            },\n            \"firstETDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"lastETDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"firstETAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"lastETAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"firstATAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"lastATAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"firstATDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"lastATDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"firstPTAValue\": null,\n            \"lastPTAValue\": null,\n            \"firstPTDValue\": null,\n            \"lastPTDValue\": null,\n            \"shipperName\": \"Shiperland\",\n            \"lspName\": \"Cargologik\",\n            \"fullMbl\": \"COSU6351011250\",\n            \"fullHBL\": \"\",\n            \"historyETAValue\": [\n                \"2023-02-07T07:33:00.000Z\",\n                \"2023-02-07T07:33:00.000Z\"\n            ],\n            \"historyETDValue\": [\n                \"2023-01-20T19:05:00.000Z\",\n                \"2023-01-20T19:05:00.000Z\"\n            ],\n            \"historyATAValue\": [\n                \"2023-02-07T07:33:00.000Z\"\n            ],\n            \"historyATDValue\": [\n                \"2023-01-20T19:05:00.000Z\"\n            ]\n        },\n        {\n            \"_id\": \"6578d7f9dd2c09ed1ab395e6\",\n            \"shipmentId\": \"M200_SAN_DARMSTADT_3G-UMTS-MOBILE\",\n            \"accessorials\": [],\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"commodity\": \"3G UMTS mobile core network equipment and components\",\n            \"company\": {\n                \"_id\": \"6503619a1b9b4b4d1841f4aa\",\n                \"name\": \"Customer1\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": null,\n            \"containersNumber\": [],\n            \"createdAt\": \"2023-12-12T22:00:25.348Z\",\n            \"creationUser\": {\n                \"firstName\": \"User\",\n                \"lastName\": \"Dummy\",\n                \"urlPhotoProfile\": \"https://storage.googleapis.com/development_app_files/rokk3r/profiles/82aad23e-e4ed-9ebb-b97c-802a365b0e08.jpeg\",\n                \"fullName\": \"User Dummy\"\n            },\n            \"currentStatus\": \"upcoming\",\n            \"customTags\": [],\n            \"destination\": {\n                \"address\": \"Darmstadt, Alemania\",\n                \"countryCode\": \"DE\"\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"CIP\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\"\n            ],\n            \"internalReference\": \" \",\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"COSU6351011250\",\n            \"notes\": \"\",\n            \"origin\": {\n                \"address\": \"San Diego, California, EE. UU.\",\n                \"countryCode\": \"US\"\n            },\n            \"owner\": {\n                \"_id\": \"64921d2ea1727236e13bcf78\",\n                \"name\": \"Cargologik\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [],\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64921d28a1727236e13bcb9d\",\n                        \"firstName\": \"User\",\n                        \"lastName\": \"Dummy\",\n                        \"urlPhotoProfile\": \"https://storage.googleapis.com/development_app_files/rokk3r/profiles/82aad23e-e4ed-9ebb-b97c-802a365b0e08.jpeg\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64921d2ea1727236e13bcf78\",\n                        \"name\": \"Cargologik\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"6503619b912a9b9f34dc57b3\",\n                        \"firstName\": \"User\",\n                        \"lastName\": \"Shipper\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6503619a1b9b4b4d1841f4aa\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"main-shipper\"\n                }\n            ],\n            \"referenceName\": \"COSU6351011250\",\n            \"shipmentType\": \"LCL\",\n            \"shipper\": null,\n            \"tags\": [\n                \"upcoming\",\n                \"quick\",\n                \"document\",\n                \"document\",\n                \"document\"\n            ],\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\n            \"totalVolume\": 0,\n            \"totalWeight\": 0,\n            \"voyageNumber\": \"\",\n            \"updatedAt\": \"2023-12-12T22:00:25.763Z\",\n            \"mblVessel\": {\n                \"_id\": \"657b1cb1cece1ad2d5119e3a\",\n                \"mbl\": \"COSU6351011250\",\n                \"heading\": 133.97388546650004,\n                \"path\": [\n                    [\n                        -80.2456,\n                        -2.7101,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2323,\n                        -2.6023,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2461,\n                        -2.5977,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2536,\n                        -2.5882,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2549,\n                        -2.5736,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2152,\n                        -2.2109,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2138,\n                        -2.1938,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2133,\n                        -2.1767,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2137,\n                        -2.1595,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2592,\n                        -1.2004,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2594,\n                        -1.1794,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2581,\n                        -1.1586,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2553,\n                        -1.1379,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5317,\n                        8.869,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5314,\n                        8.8906,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5377,\n                        8.9102,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5508,\n                        8.9275,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7093,\n                        9.0842,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7208,\n                        9.0936,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7338,\n                        9.1004,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7481,\n                        9.1046,\n                        \"historic\"\n                    ],\n                    [\n                        -79.794,\n                        9.1135,\n                        \"historic\"\n                    ],\n                    [\n                        -79.808,\n                        9.1181,\n                        \"historic\"\n                    ],\n                    [\n                        -79.82,\n                        9.1258,\n                        \"historic\"\n                    ],\n                    [\n                        -79.83,\n                        9.1365,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8321,\n                        9.1394,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8426,\n                        9.1531,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8535,\n                        9.1664,\n                        \"historic\"\n                    ],\n                    [\n                        -79.865,\n                        9.1793,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9009,\n                        9.2186,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9106,\n                        9.2322,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9167,\n                        9.2473,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9191,\n                        9.2639,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9334,\n                        9.7356,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9306,\n                        9.7555,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9212,\n                        9.7716,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9053,\n                        9.784,\n                        \"historic\"\n                    ],\n                    [\n                        -64.9781,\n                        17.9429,\n                        \"historic\"\n                    ],\n                    [\n                        -64.9587,\n                        17.953,\n                        \"historic\"\n                    ],\n                    [\n                        -64.939,\n                        17.9623,\n                        \"historic\"\n                    ],\n                    [\n                        -64.9189,\n                        17.9708,\n                        \"historic\"\n                    ],\n                    [\n                        -64.488,\n                        18.1434,\n                        \"historic\"\n                    ],\n                    [\n                        -64.468,\n                        18.1522,\n                        \"historic\"\n                    ],\n                    [\n                        -64.4487,\n                        18.1621,\n                        \"historic\"\n                    ],\n                    [\n                        -64.43,\n                        18.1733,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4844,\n                        18.7797,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4728,\n                        18.7868,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4611,\n                        18.7936,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4491,\n                        18.8,\n                        \"historic\"\n                    ],\n                    [\n                        -26.0114,\n                        38.0226,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9994,\n                        38.0288,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9873,\n                        38.035,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9752,\n                        38.0412,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2664,\n                        48.6566,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2529,\n                        48.6633,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2394,\n                        48.6698,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2258,\n                        48.6761,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4879,\n                        49.9056,\n                        \"historic\"\n                    ],\n                    [\n                        -2.474,\n                        49.9112,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4598,\n                        49.9159,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4453,\n                        49.9197,\n                        \"historic\"\n                    ],\n                    [\n                        0.3557,\n                        50.5471,\n                        \"historic\"\n                    ],\n                    [\n                        0.3703,\n                        50.5507,\n                        \"historic\"\n                    ],\n                    [\n                        0.3847,\n                        50.5547,\n                        \"historic\"\n                    ],\n                    [\n                        0.3991,\n                        50.5591,\n                        \"historic\"\n                    ],\n                    [\n                        0.7532,\n                        50.676,\n                        \"historic\"\n                    ],\n                    [\n                        0.7696,\n                        50.6818,\n                        \"historic\"\n                    ],\n                    [\n                        0.7856,\n                        50.6883,\n                        \"historic\"\n                    ],\n                    [\n                        0.8014,\n                        50.6956,\n                        \"historic\"\n                    ],\n                    [\n                        4.0702,\n                        52.2803,\n                        \"historic\"\n                    ],\n                    [\n                        4.0867,\n                        52.2848,\n                        \"historic\"\n                    ],\n                    [\n                        4.102,\n                        52.2822,\n                        \"historic\"\n                    ],\n                    [\n                        4.1163,\n                        52.2726,\n                        \"historic\"\n                    ],\n                    [\n                        4.47917,\n                        51.9225,\n                        \"current\"\n                    ],\n                    [\n                        4.4792,\n                        51.9225,\n                        \"predicted\"\n                    ]\n                ],\n                \"currentPosition\": {\n                    \"lon\": 4.47917,\n                    \"lat\": 51.9225\n                },\n                \"createdAt\": \"2023-12-14T15:18:09.486Z\",\n                \"provider\": \"Provider1\",\n                \"status\": \"on-time\",\n                \"updatedAt\": \"2024-01-10T13:00:18.886Z\"\n            },\n            \"firstETDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"lastETDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"firstETAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"lastETAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"firstATAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"lastATAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"firstATDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"lastATDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"firstPTAValue\": null,\n            \"lastPTAValue\": null,\n            \"firstPTDValue\": null,\n            \"lastPTDValue\": null,\n            \"shipperName\": \"Shiperland\",\n            \"lspName\": \"Cargologik\",\n            \"fullMbl\": \"COSU6351011250\",\n            \"fullHBL\": \"\",\n            \"historyETAValue\": [\n                \"2023-02-07T07:33:00.000Z\",\n                \"2023-02-07T07:33:00.000Z\"\n            ],\n            \"historyETDValue\": [\n                \"2023-01-20T19:05:00.000Z\",\n                \"2023-01-20T19:05:00.000Z\"\n            ],\n            \"historyATAValue\": [\n                \"2023-02-07T07:33:00.000Z\"\n            ],\n            \"historyATDValue\": [\n                \"2023-01-20T19:05:00.000Z\"\n            ]\n        },\n        {\n            \"_id\": \"6578d68fdd2c09ed1ab3658e\",\n            \"shipmentId\": \"M199_SAN_DARMSTADT_3G-UMTS-MOBILE\",\n            \"accessorials\": [],\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"commodity\": \"3G UMTS mobile core network equipment and components\",\n            \"company\": {\n                \"_id\": \"6503619a1b9b4b4d1841f4aa\",\n                \"name\": \"Customer1\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": null,\n            \"containersNumber\": [],\n            \"createdAt\": \"2023-12-12T21:54:23.473Z\",\n            \"creationUser\": {\n                \"firstName\": \"User\",\n                \"lastName\": \"Dummy\",\n                \"urlPhotoProfile\": \"https://storage.googleapis.com/development_app_files/rokk3r/profiles/82aad23e-e4ed-9ebb-b97c-802a365b0e08.jpeg\",\n                \"fullName\": \"User Dummy\"\n            },\n            \"currentStatus\": \"upcoming\",\n            \"customTags\": [],\n            \"destination\": {\n                \"address\": \"Darmstadt, Alemania\",\n                \"countryCode\": \"DE\"\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"CIP\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\"\n            ],\n            \"internalReference\": \" \",\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"COSU6351011250\",\n            \"notes\": \"\",\n            \"origin\": {\n                \"address\": \"San Diego, California, EE. UU.\",\n                \"countryCode\": \"US\"\n            },\n            \"owner\": {\n                \"_id\": \"64921d2ea1727236e13bcf78\",\n                \"name\": \"Cargologik\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [],\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64921d28a1727236e13bcb9d\",\n                        \"firstName\": \"User\",\n                        \"lastName\": \"Dummy\",\n                        \"urlPhotoProfile\": \"https://storage.googleapis.com/development_app_files/rokk3r/profiles/82aad23e-e4ed-9ebb-b97c-802a365b0e08.jpeg\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64921d2ea1727236e13bcf78\",\n                        \"name\": \"Cargologik\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"6503619b912a9b9f34dc57b3\",\n                        \"firstName\": \"User\",\n                        \"lastName\": \"Shipper\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6503619a1b9b4b4d1841f4aa\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"main-shipper\"\n                }\n            ],\n            \"referenceName\": \"COSU6351011250\",\n            \"shipmentType\": \"LCL\",\n            \"shipper\": null,\n            \"tags\": [\n                \"upcoming\",\n                \"quick\",\n                \"document\"\n            ],\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\n            \"totalVolume\": 0,\n            \"totalWeight\": 0,\n            \"voyageNumber\": \"\",\n            \"updatedAt\": \"2023-12-12T21:54:23.870Z\",\n            \"mblVessel\": {\n                \"_id\": \"657b1cb1cece1ad2d5119e3a\",\n                \"mbl\": \"COSU6351011250\",\n                \"heading\": 133.97388546650004,\n                \"path\": [\n                    [\n                        -80.2456,\n                        -2.7101,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2323,\n                        -2.6023,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2461,\n                        -2.5977,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2536,\n                        -2.5882,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2549,\n                        -2.5736,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2152,\n                        -2.2109,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2138,\n                        -2.1938,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2133,\n                        -2.1767,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2137,\n                        -2.1595,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2592,\n                        -1.2004,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2594,\n                        -1.1794,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2581,\n                        -1.1586,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2553,\n                        -1.1379,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5317,\n                        8.869,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5314,\n                        8.8906,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5377,\n                        8.9102,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5508,\n                        8.9275,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7093,\n                        9.0842,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7208,\n                        9.0936,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7338,\n                        9.1004,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7481,\n                        9.1046,\n                        \"historic\"\n                    ],\n                    [\n                        -79.794,\n                        9.1135,\n                        \"historic\"\n                    ],\n                    [\n                        -79.808,\n                        9.1181,\n                        \"historic\"\n                    ],\n                    [\n                        -79.82,\n                        9.1258,\n                        \"historic\"\n                    ],\n                    [\n                        -79.83,\n                        9.1365,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8321,\n                        9.1394,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8426,\n                        9.1531,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8535,\n                        9.1664,\n                        \"historic\"\n                    ],\n                    [\n                        -79.865,\n                        9.1793,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9009,\n                        9.2186,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9106,\n                        9.2322,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9167,\n                        9.2473,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9191,\n                        9.2639,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9334,\n                        9.7356,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9306,\n                        9.7555,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9212,\n                        9.7716,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9053,\n                        9.784,\n                        \"historic\"\n                    ],\n                    [\n                        -64.9781,\n                        17.9429,\n                        \"historic\"\n                    ],\n                    [\n                        -64.9587,\n                        17.953,\n                        \"historic\"\n                    ],\n                    [\n                        -64.939,\n                        17.9623,\n                        \"historic\"\n                    ],\n                    [\n                        -64.9189,\n                        17.9708,\n                        \"historic\"\n                    ],\n                    [\n                        -64.488,\n                        18.1434,\n                        \"historic\"\n                    ],\n                    [\n                        -64.468,\n                        18.1522,\n                        \"historic\"\n                    ],\n                    [\n                        -64.4487,\n                        18.1621,\n                        \"historic\"\n                    ],\n                    [\n                        -64.43,\n                        18.1733,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4844,\n                        18.7797,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4728,\n                        18.7868,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4611,\n                        18.7936,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4491,\n                        18.8,\n                        \"historic\"\n                    ],\n                    [\n                        -26.0114,\n                        38.0226,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9994,\n                        38.0288,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9873,\n                        38.035,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9752,\n                        38.0412,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2664,\n                        48.6566,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2529,\n                        48.6633,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2394,\n                        48.6698,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2258,\n                        48.6761,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4879,\n                        49.9056,\n                        \"historic\"\n                    ],\n                    [\n                        -2.474,\n                        49.9112,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4598,\n                        49.9159,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4453,\n                        49.9197,\n                        \"historic\"\n                    ],\n                    [\n                        0.3557,\n                        50.5471,\n                        \"historic\"\n                    ],\n                    [\n                        0.3703,\n                        50.5507,\n                        \"historic\"\n                    ],\n                    [\n                        0.3847,\n                        50.5547,\n                        \"historic\"\n                    ],\n                    [\n                        0.3991,\n                        50.5591,\n                        \"historic\"\n                    ],\n                    [\n                        0.7532,\n                        50.676,\n                        \"historic\"\n                    ],\n                    [\n                        0.7696,\n                        50.6818,\n                        \"historic\"\n                    ],\n                    [\n                        0.7856,\n                        50.6883,\n                        \"historic\"\n                    ],\n                    [\n                        0.8014,\n                        50.6956,\n                        \"historic\"\n                    ],\n                    [\n                        4.0702,\n                        52.2803,\n                        \"historic\"\n                    ],\n                    [\n                        4.0867,\n                        52.2848,\n                        \"historic\"\n                    ],\n                    [\n                        4.102,\n                        52.2822,\n                        \"historic\"\n                    ],\n                    [\n                        4.1163,\n                        52.2726,\n                        \"historic\"\n                    ],\n                    [\n                        4.47917,\n                        51.9225,\n                        \"current\"\n                    ],\n                    [\n                        4.4792,\n                        51.9225,\n                        \"predicted\"\n                    ]\n                ],\n                \"currentPosition\": {\n                    \"lon\": 4.47917,\n                    \"lat\": 51.9225\n                },\n                \"createdAt\": \"2023-12-14T15:18:09.486Z\",\n                \"provider\": \"Provider1\",\n                \"status\": \"on-time\",\n                \"updatedAt\": \"2024-01-10T13:00:18.886Z\"\n            },\n            \"firstETDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"lastETDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"firstETAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"lastETAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"firstATAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"lastATAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"firstATDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"lastATDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"firstPTAValue\": null,\n            \"lastPTAValue\": null,\n            \"firstPTDValue\": null,\n            \"lastPTDValue\": null,\n            \"shipperName\": \"Shiperland\",\n            \"lspName\": \"Cargologik\",\n            \"fullMbl\": \"COSU6351011250\",\n            \"fullHBL\": \"\",\n            \"historyETAValue\": [\n                \"2023-02-07T07:33:00.000Z\",\n                \"2023-02-07T07:33:00.000Z\"\n            ],\n            \"historyETDValue\": [\n                \"2023-01-20T19:05:00.000Z\",\n                \"2023-01-20T19:05:00.000Z\"\n            ],\n            \"historyATAValue\": [\n                \"2023-02-07T07:33:00.000Z\"\n            ],\n            \"historyATDValue\": [\n                \"2023-01-20T19:05:00.000Z\"\n            ]\n        },\n        {\n            \"_id\": \"6578d631dd2c09ed1ab357d9\",\n            \"shipmentId\": \"M198_SAN_DARMSTADT_3G-UMTS-MOBILE\",\n            \"accessorials\": [],\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"commodity\": \"3G UMTS mobile core network equipment and components\",\n            \"company\": {\n                \"_id\": \"6503619a1b9b4b4d1841f4aa\",\n                \"name\": \"Customer1\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": null,\n            \"containersNumber\": [],\n            \"createdAt\": \"2023-12-12T21:52:49.557Z\",\n            \"creationUser\": {\n                \"firstName\": \"User\",\n                \"lastName\": \"Dummy\",\n                \"urlPhotoProfile\": \"https://storage.googleapis.com/development_app_files/rokk3r/profiles/82aad23e-e4ed-9ebb-b97c-802a365b0e08.jpeg\",\n                \"fullName\": \"User Dummy\"\n            },\n            \"currentStatus\": \"upcoming\",\n            \"customTags\": [],\n            \"destination\": {\n                \"address\": \"Darmstadt, Alemania\",\n                \"countryCode\": \"DE\"\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"CIP\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\"\n            ],\n            \"internalReference\": \" \",\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"COSU6351011250\",\n            \"notes\": \"\",\n            \"origin\": {\n                \"address\": \"San Diego, California, EE. UU.\",\n                \"countryCode\": \"US\"\n            },\n            \"owner\": {\n                \"_id\": \"64921d2ea1727236e13bcf78\",\n                \"name\": \"Cargologik\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [],\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64921d28a1727236e13bcb9d\",\n                        \"firstName\": \"User\",\n                        \"lastName\": \"Dummy\",\n                        \"urlPhotoProfile\": \"https://storage.googleapis.com/development_app_files/rokk3r/profiles/82aad23e-e4ed-9ebb-b97c-802a365b0e08.jpeg\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64921d2ea1727236e13bcf78\",\n                        \"name\": \"Cargologik\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"6503619b912a9b9f34dc57b3\",\n                        \"firstName\": \"User\",\n                        \"lastName\": \"Shipper\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6503619a1b9b4b4d1841f4aa\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"main-shipper\"\n                }\n            ],\n            \"referenceName\": \"COSU6351011250\",\n            \"shipmentType\": \"LCL\",\n            \"shipper\": null,\n            \"tags\": [\n                \"upcoming\",\n                \"quick\"\n            ],\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\n            \"totalVolume\": 0,\n            \"totalWeight\": 0,\n            \"voyageNumber\": \"\",\n            \"updatedAt\": \"2023-12-12T21:52:49.989Z\",\n            \"mblVessel\": {\n                \"_id\": \"657b1cb1cece1ad2d5119e3a\",\n                \"mbl\": \"COSU6351011250\",\n                \"heading\": 133.97388546650004,\n                \"path\": [\n                    [\n                        -80.2456,\n                        -2.7101,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2323,\n                        -2.6023,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2461,\n                        -2.5977,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2536,\n                        -2.5882,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2549,\n                        -2.5736,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2152,\n                        -2.2109,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2138,\n                        -2.1938,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2133,\n                        -2.1767,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2137,\n                        -2.1595,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2592,\n                        -1.2004,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2594,\n                        -1.1794,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2581,\n                        -1.1586,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2553,\n                        -1.1379,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5317,\n                        8.869,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5314,\n                        8.8906,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5377,\n                        8.9102,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5508,\n                        8.9275,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7093,\n                        9.0842,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7208,\n                        9.0936,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7338,\n                        9.1004,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7481,\n                        9.1046,\n                        \"historic\"\n                    ],\n                    [\n                        -79.794,\n                        9.1135,\n                        \"historic\"\n                    ],\n                    [\n                        -79.808,\n                        9.1181,\n                        \"historic\"\n                    ],\n                    [\n                        -79.82,\n                        9.1258,\n                        \"historic\"\n                    ],\n                    [\n                        -79.83,\n                        9.1365,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8321,\n                        9.1394,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8426,\n                        9.1531,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8535,\n                        9.1664,\n                        \"historic\"\n                    ],\n                    [\n                        -79.865,\n                        9.1793,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9009,\n                        9.2186,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9106,\n                        9.2322,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9167,\n                        9.2473,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9191,\n                        9.2639,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9334,\n                        9.7356,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9306,\n                        9.7555,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9212,\n                        9.7716,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9053,\n                        9.784,\n                        \"historic\"\n                    ],\n                    [\n                        -64.9781,\n                        17.9429,\n                        \"historic\"\n                    ],\n                    [\n                        -64.9587,\n                        17.953,\n                        \"historic\"\n                    ],\n                    [\n                        -64.939,\n                        17.9623,\n                        \"historic\"\n                    ],\n                    [\n                        -64.9189,\n                        17.9708,\n                        \"historic\"\n                    ],\n                    [\n                        -64.488,\n                        18.1434,\n                        \"historic\"\n                    ],\n                    [\n                        -64.468,\n                        18.1522,\n                        \"historic\"\n                    ],\n                    [\n                        -64.4487,\n                        18.1621,\n                        \"historic\"\n                    ],\n                    [\n                        -64.43,\n                        18.1733,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4844,\n                        18.7797,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4728,\n                        18.7868,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4611,\n                        18.7936,\n                        \"historic\"\n                    ],\n                    [\n                        -63.4491,\n                        18.8,\n                        \"historic\"\n                    ],\n                    [\n                        -26.0114,\n                        38.0226,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9994,\n                        38.0288,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9873,\n                        38.035,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9752,\n                        38.0412,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2664,\n                        48.6566,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2529,\n                        48.6633,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2394,\n                        48.6698,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2258,\n                        48.6761,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4879,\n                        49.9056,\n                        \"historic\"\n                    ],\n                    [\n                        -2.474,\n                        49.9112,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4598,\n                        49.9159,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4453,\n                        49.9197,\n                        \"historic\"\n                    ],\n                    [\n                        0.3557,\n                        50.5471,\n                        \"historic\"\n                    ],\n                    [\n                        0.3703,\n                        50.5507,\n                        \"historic\"\n                    ],\n                    [\n                        0.3847,\n                        50.5547,\n                        \"historic\"\n                    ],\n                    [\n                        0.3991,\n                        50.5591,\n                        \"historic\"\n                    ],\n                    [\n                        0.7532,\n                        50.676,\n                        \"historic\"\n                    ],\n                    [\n                        0.7696,\n                        50.6818,\n                        \"historic\"\n                    ],\n                    [\n                        0.7856,\n                        50.6883,\n                        \"historic\"\n                    ],\n                    [\n                        0.8014,\n                        50.6956,\n                        \"historic\"\n                    ],\n                    [\n                        4.0702,\n                        52.2803,\n                        \"historic\"\n                    ],\n                    [\n                        4.0867,\n                        52.2848,\n                        \"historic\"\n                    ],\n                    [\n                        4.102,\n                        52.2822,\n                        \"historic\"\n                    ],\n                    [\n                        4.1163,\n                        52.2726,\n                        \"historic\"\n                    ],\n                    [\n                        4.47917,\n                        51.9225,\n                        \"current\"\n                    ],\n                    [\n                        4.4792,\n                        51.9225,\n                        \"predicted\"\n                    ]\n                ],\n                \"currentPosition\": {\n                    \"lon\": 4.47917,\n                    \"lat\": 51.9225\n                },\n                \"createdAt\": \"2023-12-14T15:18:09.486Z\",\n                \"provider\": \"Provider1\",\n                \"status\": \"on-time\",\n                \"updatedAt\": \"2024-01-10T13:00:18.886Z\"\n            },\n            \"firstETDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"lastETDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"firstETAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"lastETAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"firstATAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"lastATAValue\": \"2023-02-07T07:33:00.000Z\",\n            \"firstATDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"lastATDValue\": \"2023-01-20T19:05:00.000Z\",\n            \"firstPTAValue\": null,\n            \"lastPTAValue\": null,\n            \"firstPTDValue\": null,\n            \"lastPTDValue\": null,\n            \"shipperName\": \"Shiperland\",\n            \"lspName\": \"Cargologik\",\n            \"fullMbl\": \"COSU6351011250\",\n            \"fullHBL\": \"\",\n            \"historyETAValue\": [\n                \"2023-02-07T07:33:00.000Z\",\n                \"2023-02-07T07:33:00.000Z\"\n            ],\n            \"historyETDValue\": [\n                \"2023-01-20T19:05:00.000Z\",\n                \"2023-01-20T19:05:00.000Z\"\n            ],\n            \"historyATAValue\": [\n                \"2023-02-07T07:33:00.000Z\"\n            ],\n            \"historyATDValue\": [\n                \"2023-01-20T19:05:00.000Z\"\n            ]\n        }\n    ],\n    \"status\": \"success\",\n    \"pagingCounter\": 8,\n    \"totalPages\": 11,\n    \"hasPrevPage\": true,\n    \"hasNextPage\": true,\n    \"prevPage\": 0,\n    \"nextPage\": 2,\n    \"totalItems\": 84,\n    \"page\": 1,\n    \"limit\": 8\n}"}],"_postman_id":"47ec5b69-98ca-4c68-81f9-7f52ba2f8430"},{"name":"Mark Favorite Shipment","id":"7503be8e-7063-4372-a521-67e6a31b1856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{URL}}/api/v2/shipments/favorite","description":"<h1 id=\"api-documentation-for-marking-shipment-as-favorite\">API Documentation for Marking Shipment as Favorite</h1>\n<h2 id=\"description\">Description</h2>\n<p>This API endpoint allows you to mark a shipment as a favorite, which will highlight it within the system. This feature helps users easily identify and access their preferred shipments.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/shipments/favorite</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: PUT</p>\n</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p>The API expects a JSON object in the request body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code{\n    \"id\": \"65934e32a1a71c8dfd34433f\",\n    \"isFavorite\": true\n}\n\n</code></pre><h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><p><strong>id</strong>: String</p>\n<ul>\n<li>The unique identifier of the shipment to be marked as favorite.</li>\n</ul>\n</li>\n<li><p><strong>isFavorite</strong>: Boolean</p>\n<ul>\n<li>Indicates whether the shipment should be marked as a favorite (<code>true</code> or <code>false</code>).</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON object with the following properties upon successful marking of the shipment as favorite:</p>\n<ul>\n<li><p><strong>status</strong>: String</p>\n<ul>\n<li>Indicates the status of the operation. Possible values: <code>success</code>, <code>error</code>.</li>\n</ul>\n</li>\n<li><p><strong>data</strong>: Object</p>\n<ul>\n<li><p>Contains the updated favorite status of the shipment.</p>\n<ul>\n<li><p><strong>isFavorite</strong>: Boolean</p>\n<ul>\n<li>Indicates whether the shipment is marked as a favorite (<code>true</code> or <code>false</code>).</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code{\n    \"status\": \"success\",\n    \"data\": {\n        \"isFavorite\": true\n    }\n}\n\n</code></pre><h2 id=\"usage-examples\">Usage Examples</h2>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codecurl -X PUT \"https://cargologik.app/api/v2/shipments/favorite\" \\\n     -H \"Content-Type: application/json\" \\\n     -H \"Authorization: \\\n     -d '{\n           \"id\": \"65934e32a1a71c8dfd34433f\",\n           \"isFavorite\": true\n         }'\n\n</code></pre><p>Replace <code>YOUR_AUTHORIZATION_TOKEN</code> with a valid authorization token to authenticate the request.</p>\n","urlObject":{"path":["api","v2","shipments","favorite"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7503be8e-7063-4372-a521-67e6a31b1856"},{"name":"Critical Containers","id":"9ddc70ab-82a4-472e-9ae0-ec5725faa8be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"fields\": [\r\n        \"isFavorite\",\r\n        \"_id\",\r\n        \"tags\",\r\n        \"customTags\",\r\n        \"tenantId\",\r\n        \"bookingId\",\r\n        \"referenceName\",\r\n        \"quoteId\",\r\n        \"manualInput\",\r\n        \"fullName\",\r\n        \"shipper\",\r\n        \"lsp\",\r\n        \"consignee\",\r\n        \"carrier.name\",\r\n        \"origin.address\",\r\n        \"origin.countryCode\",\r\n        \"destination.address\",\r\n        \"destination.countryCode\",\r\n        \"portDestination.address\",\r\n        \"portDestination.countryCode\",\r\n        \"portOrigin.address\",\r\n        \"portOrigin.countryCode\",\r\n        \"arrivalDate\",\r\n        \"etd\",\r\n        \"eta\",\r\n        \"ata\",\r\n        \"atd\",\r\n        \"timeOfTransit\",\r\n        \"currentStatus\",\r\n        \"currentMilestone\",\r\n        \"attachments\",\r\n        \"vesselNumber\",\r\n        \"cutoff\",\r\n        \"confirmationNumber\",\r\n        \"mbl\",\r\n        \"flightNumber\",\r\n        \"accessorials\",\r\n        \"originDetails.countryCode\",\r\n        \"destinationDetails.countryCode\",\r\n        \"owner.name\",\r\n        \"owner.type\",\r\n        \"owner._id\",\r\n        \"shipmentId\",\r\n        \"alterTags\",\r\n        \"updatedAt\",\r\n        \"createdAt\",\r\n        \"commodity\",\r\n        \"incoterms\",\r\n        \"incoterm\",\r\n        \"internalReference\",\r\n        \"paymentTerms\",\r\n        \"automaticEvents\",\r\n        \"company.name\",\r\n        \"company.type\",\r\n        \"cutoffDays\",\r\n        \"freightType\",\r\n        \"shipmentType\",\r\n        \"actualDeparture\",\r\n        \"notes\",\r\n        \"creationUser.urlPhotoProfile\",\r\n        \"creationUser.fullName\",\r\n        \"shipperName\",\r\n        \"lspName\",\r\n        \"etaHistory\",\r\n        \"events\",\r\n        \"firstETDValue\",\r\n        \"lastETDValue\",\r\n        \"firstETAValue\",\r\n        \"lastETAValue\",\r\n        \"firstPTAValue\",\r\n        \"lastPTAValue\",\r\n        \"firstPTDValue\",\r\n        \"lastPTDValue\",\r\n        \"firstATDValue\",\r\n        \"lastATDValue\",\r\n        \"firstATAValue\",\r\n        \"lastATAValue\",\r\n        \"cancellationDate\",\r\n        \"archivedDate\",\r\n        \"ownerName\",\r\n        \"totalWeight\",\r\n        \"totalVolume\",\r\n        \"containersNumber\",\r\n        \"voyageNumber\",\r\n        \"packageType\",\r\n        \"packagesInfo\",\r\n        \"routed\",\r\n        \"planVisibility\"\r\n    ],\r\n    \"enabledEvents\": false,\r\n    \"lastPage\": 1,\r\n    \"limit\": 10,\r\n    \"page\": 1,\r\n    \"search\": \"\",\r\n    \"sort\": {},\r\n    \"filter\": {\r\n        \"currentStatus\": \"active\",\r\n        \"$and\": [\r\n            {\r\n                \"planVisibility.name\": {\r\n                    \"$in\": [\r\n                        \"Premium\"\r\n                    ]\r\n                }\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/critical-containers","description":"<p>This endpoint allows fetching all shipments with critical containers.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter</code></td>\n<td>Object</td>\n<td>Filters for the shipments.</td>\n</tr>\n<tr>\n<td><code>search</code></td>\n<td>String</td>\n<td>Search keyword.</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Number</td>\n<td>Current page number.</td>\n</tr>\n<tr>\n<td><code>lastPage</code></td>\n<td>Number</td>\n<td>Last page number.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td>Number</td>\n<td>Number of items per page.</td>\n</tr>\n<tr>\n<td><code>sort</code></td>\n<td>Object</td>\n<td>Sorting options.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>String</td>\n<td>Type of shipment.</td>\n</tr>\n<tr>\n<td><code>fields</code></td>\n<td>Array</td>\n<td>List of fields to retrieve.</td>\n</tr>\n<tr>\n<td><code>totalItems</code></td>\n<td>Number</td>\n<td>Total number of items.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": [\n    {\n      \"_id\": \"6527004d2a7f100f100dc998\",\n      \"shipmentId\": \"M17_CANT-N_SAN_A-LA-CARTE-FOOD\",\n      \"accessorials\": [],\n      \"attachments\": [],\n      \"automaticEvents\": true,\n      \"commodity\": \"A la carte foods vending machines\",\n      \"company\": {\n        \"_id\": \"64924297a1727236e13f5137\",\n        \"name\": \"Diego Shipper 2\",\n        \"type\": \"shipper\"\n      },\n      \"consignee\": null,\n      \"createdAt\": \"2023-10-11T20:06:37.721Z\",\n      // ... (other fields)\n    }\n  ],\n  \"status\": \"success\",\n  \"pagingCounter\": 8,\n  \"totalPages\": 1,\n  \"hasPrevPage\": true,\n  \"hasNextPage\": false,\n  \"prevPage\": 0,\n  \"nextPage\": null,\n  \"totalItems\": 1,\n  \"page\": 1,\n  \"limit\": 8\n}\n\n</code></pre>\n<h4 id=\"response-definition\">Response Definition</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>_id</code></td>\n<td>ObjectId</td>\n<td>Unique identifier of the shipment.</td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Array</td>\n<td>Tags associated with the shipment.</td>\n</tr>\n<tr>\n<td><code>customTags</code></td>\n<td>Array</td>\n<td>Custom tags for the shipment.</td>\n</tr>\n<tr>\n<td><code>tenant</code></td>\n<td>ObjectId (ref: 'tenant')</td>\n<td>Identifier of the associated tenant.</td>\n</tr>\n<tr>\n<td><code>booking</code></td>\n<td>ObjectId (ref: 'booking')</td>\n<td>Identifier of the associated booking.</td>\n</tr>\n<tr>\n<td><code>company</code></td>\n<td>ObjectId (ref: 'company')</td>\n<td>Identifier of the associated company.</td>\n</tr>\n<tr>\n<td><code>quote</code></td>\n<td>ObjectId (ref: 'quote')</td>\n<td>Identifier of the associated quote.</td>\n</tr>\n<tr>\n<td><code>referenceName</code></td>\n<td>String</td>\n<td>Reference name of the shipment.</td>\n</tr>\n<tr>\n<td><code>internalReference</code></td>\n<td>String</td>\n<td>Internal reference for the shipment.</td>\n</tr>\n<tr>\n<td><code>manualInput</code></td>\n<td>Boolean</td>\n<td>Indicates if the input is manual.</td>\n</tr>\n<tr>\n<td><code>fullName</code></td>\n<td>String</td>\n<td>Full name of the shipment.</td>\n</tr>\n<tr>\n<td><code>shipper</code></td>\n<td>ObjectId (ref: 'contact')</td>\n<td>Identifier of the shipper.</td>\n</tr>\n<tr>\n<td><code>consignee</code></td>\n<td>ObjectId (ref: 'contact')</td>\n<td>Identifier of the consignee.</td>\n</tr>\n<tr>\n<td><code>notify</code></td>\n<td>ObjectId (ref: 'contact')</td>\n<td>Identifier for notification.</td>\n</tr>\n<tr>\n<td><code>agent</code></td>\n<td>ObjectId (ref: 'contact')</td>\n<td>Identifier of the agent.</td>\n</tr>\n<tr>\n<td><code>carrier</code></td>\n<td>Object</td>\n<td>Carrier information.</td>\n</tr>\n<tr>\n<td><code>arrivalDate</code></td>\n<td>Date</td>\n<td>Arrival date.</td>\n</tr>\n<tr>\n<td><code>etd</code></td>\n<td>Date</td>\n<td>Estimated time of departure.</td>\n</tr>\n<tr>\n<td><code>eta</code></td>\n<td>Date</td>\n<td>Estimated time of arrival.</td>\n</tr>\n<tr>\n<td><code>timeOfTransit</code></td>\n<td>Number</td>\n<td>Transit time.</td>\n</tr>\n<tr>\n<td><code>currentStatus</code></td>\n<td>String (enum)</td>\n<td>Current status of the shipment.</td>\n</tr>\n<tr>\n<td><code>currentMilestone</code></td>\n<td>String</td>\n<td>Current milestones of the shipment.</td>\n</tr>\n<tr>\n<td><code>attachments</code></td>\n<td>Array</td>\n<td>Attachments associated with the shipment.</td>\n</tr>\n<tr>\n<td><code>vesselNumber</code></td>\n<td>String</td>\n<td>Vessel number.</td>\n</tr>\n<tr>\n<td><code>tpsId</code></td>\n<td>String</td>\n<td>TPS identifier.</td>\n</tr>\n<tr>\n<td><code>route</code></td>\n<td>Object</td>\n<td>Route information.</td>\n</tr>\n<tr>\n<td><code>CBPStatus</code></td>\n<td>String</td>\n<td>Customs and Border Protection (CBP) status.</td>\n</tr>\n<tr>\n<td><code>referenceNumber</code></td>\n<td>String</td>\n<td>Reference number.</td>\n</tr>\n<tr>\n<td><code>PGAStatus</code></td>\n<td>String</td>\n<td>Participating Government Agency (PGA) status.</td>\n</tr>\n<tr>\n<td><code>isFavorite</code></td>\n<td>Boolean</td>\n<td>Indicates if it is a favorite.</td>\n</tr>\n<tr>\n<td><code>cutoff</code></td>\n<td>Date</td>\n<td>Cutoff date.</td>\n</tr>\n<tr>\n<td><code>actualArrival</code></td>\n<td>Date</td>\n<td>Actual arrival date.</td>\n</tr>\n<tr>\n<td><code>confirmationNumber</code></td>\n<td>String</td>\n<td>Confirmation number.</td>\n</tr>\n<tr>\n<td><code>mbl</code></td>\n<td>String</td>\n<td>Master Bill of Lading (MBL).</td>\n</tr>\n<tr>\n<td><code>flightNumber</code></td>\n<td>String</td>\n<td>Flight number.</td>\n</tr>\n<tr>\n<td><code>accessorials</code></td>\n<td>Array</td>\n<td>Associated accessorials.</td>\n</tr>\n<tr>\n<td><code>originDetails</code></td>\n<td>Object</td>\n<td>Origin details.</td>\n</tr>\n<tr>\n<td><code>destinationDetails</code></td>\n<td>Object</td>\n<td>Destination details.</td>\n</tr>\n<tr>\n<td><code>shipmentId</code></td>\n<td>String</td>\n<td>Shipment ID.</td>\n</tr>\n<tr>\n<td><code>origin</code></td>\n<td>Object</td>\n<td>Origin information.</td>\n</tr>\n<tr>\n<td><code>destination</code></td>\n<td>Object</td>\n<td>Destination information.</td>\n</tr>\n<tr>\n<td><code>portOrigin</code></td>\n<td>Mixed</td>\n<td>Origin port.</td>\n</tr>\n<tr>\n<td><code>portDestination</code></td>\n<td>Mixed</td>\n<td>Destination port.</td>\n</tr>\n<tr>\n<td><code>alterTags</code></td>\n<td>Object</td>\n<td>Alternative tags.</td>\n</tr>\n<tr>\n<td><code>commodity</code></td>\n<td>String</td>\n<td>Commodity of the shipment.</td>\n</tr>\n<tr>\n<td><code>incoterm</code></td>\n<td>String</td>\n<td>Incoterms of the shipment.</td>\n</tr>\n<tr>\n<td><code>paymentTerms</code></td>\n<td>String</td>\n<td>Payment terms.</td>\n</tr>\n<tr>\n<td><code>automaticEvents</code></td>\n<td>Boolean</td>\n<td>Indicates if automatic events are enabled.</td>\n</tr>\n<tr>\n<td><code>voyageNumber</code></td>\n<td>String</td>\n<td>Voyage number.</td>\n</tr>\n<tr>\n<td><code>actualDeparture</code></td>\n<td>Date</td>\n<td>Actual departure date.</td>\n</tr>\n<tr>\n<td><code>numberOfContainers</code></td>\n<td>Number</td>\n<td>Number of containers.</td>\n</tr>\n<tr>\n<td><code>pickupDate</code></td>\n<td>Date</td>\n<td>Pickup date.</td>\n</tr>\n<tr>\n<td><code>cutoffDays</code></td>\n<td>Number</td>\n<td>Cutoff days.</td>\n</tr>\n<tr>\n<td><code>packagesInfo</code></td>\n<td>Array</td>\n<td>Package information.</td>\n</tr>\n<tr>\n<td><code>integrations</code></td>\n<td>Array</td>\n<td>Associated integrations.</td>\n</tr>\n<tr>\n<td><code>etaHistory</code></td>\n<td>Array</td>\n<td>Estimated Time of Arrival (ETA) history.</td>\n</tr>\n<tr>\n<td><code>participants</code></td>\n<td>Array (ref: 'participant')</td>\n<td>Participants of the shipment.</td>\n</tr>\n<tr>\n<td><code>owner</code></td>\n<td>ObjectId (ref: 'company')</td>\n<td>Owner of the shipment.</td>\n</tr>\n<tr>\n<td><code>latestEvent</code></td>\n<td>Object</td>\n<td>Latest event.</td>\n</tr>\n<tr>\n<td><code>freightType</code></td>\n<td>String (enum)</td>\n<td>Freight type (ship, plane, truck).</td>\n</tr>\n<tr>\n<td><code>shipmentType</code></td>\n<td>String</td>\n<td>Shipment type.</td>\n</tr>\n<tr>\n<td><code>notes</code></td>\n<td>String</td>\n<td>Notes associated with the shipment.</td>\n</tr>\n<tr>\n<td><code>pickupAddress</code></td>\n<td>String</td>\n<td>Pickup address.</td>\n</tr>\n<tr>\n<td><code>deliveryAddress</code></td>\n<td>String</td>\n<td>Delivery address.</td>\n</tr>\n<tr>\n<td><code>departureDate</code></td>\n<td>Date</td>\n<td>Departure date.</td>\n</tr>\n<tr>\n<td><code>totalWeight</code></td>\n<td>Number</td>\n<td>Total weight.</td>\n</tr>\n<tr>\n<td><code>archivedDate</code></td>\n<td>Date</td>\n<td>Archive date.</td>\n</tr>\n<tr>\n<td><code>cancellationDate</code></td>\n<td>Date</td>\n<td>Cancellation date.</td>\n</tr>\n<tr>\n<td><code>totalVolume</code></td>\n<td>Number</td>\n<td>Total volume.</td>\n</tr>\n<tr>\n<td><code>totalChargeableWeight</code></td>\n<td>Number</td>\n<td>Total chargeable weight.</td>\n</tr>\n<tr>\n<td><code>totalVolumetricWeight</code></td>\n<td>Number</td>\n<td>Total volumetric weight.</td>\n</tr>\n<tr>\n<td><code>mawb</code></td>\n<td>String</td>\n<td>Master Airway Bill (MAWB).</td>\n</tr>\n<tr>\n<td><code>hawb</code></td>\n<td>String</td>\n<td>House Airway Bill (HAWB).</td>\n</tr>\n<tr>\n<td><code>trade</code></td>\n<td>String</td>\n<td>Trade type.</td>\n</tr>\n<tr>\n<td><code>hbl</code></td>\n<td>String</td>\n<td>House Bill of Lading (HBL).</td>\n</tr>\n<tr>\n<td><code>creationUser</code></td>\n<td>ObjectId (ref: 'user')</td>\n<td>Creating user.</td>\n</tr>\n<tr>\n<td><code>updateUser</code></td>\n<td>ObjectId (ref: 'user')</td>\n<td>Updating user.</td>\n</tr>\n<tr>\n<td><code>cancelUser</code></td>\n<td>ObjectId (ref: 'user')</td>\n<td>Cancellation user.</td>\n</tr>\n<tr>\n<td><code>archiveUser</code></td>\n<td>ObjectId (ref: 'user')</td>\n<td>Archiving user.</td>\n</tr>\n<tr>\n<td><code>deletedUser</code></td>\n<td>ObjectId (ref: 'user')</td>\n<td>User who deleted.</td>\n</tr>\n<tr>\n<td><code>planVisibility</code></td>\n<td>ObjectId (ref: 'planVisibility')</td>\n<td>Plan visibility.</td>\n</tr>\n<tr>\n<td><code>deletedDate</code></td>\n<td>Date</td>\n<td>Deletion date.</td>\n</tr>\n<tr>\n<td><code>updatedAt</code></td>\n<td>Date</td>\n<td>Update date.</td>\n</tr>\n<tr>\n<td><code>createdAt</code></td>\n<td>Date (default: current date)</td>\n<td>Creation date.</td>\n</tr>\n<tr>\n<td><code>isCreated</code></td>\n<td>Boolean (default: false)</td>\n<td>Indicates if it is created.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","shipments","critical-containers"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"cb04889b-ce3d-4dac-b1a7-547f7fa2be89","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fields\": [\r\n        \"isFavorite\",\r\n        \"_id\",\r\n        \"tags\",\r\n        \"customTags\",\r\n        \"tenantId\",\r\n        \"bookingId\",\r\n        \"referenceName\",\r\n        \"quoteId\",\r\n        \"manualInput\",\r\n        \"fullName\",\r\n        \"shipper\",\r\n        \"lsp\",\r\n        \"consignee\",\r\n        \"carrier.name\",\r\n        \"origin.address\",\r\n        \"origin.countryCode\",\r\n        \"destination.address\",\r\n        \"destination.countryCode\",\r\n        \"portDestination.address\",\r\n        \"portDestination.countryCode\",\r\n        \"portOrigin.address\",\r\n        \"portOrigin.countryCode\",\r\n        \"arrivalDate\",\r\n        \"etd\",\r\n        \"eta\",\r\n        \"ata\",\r\n        \"atd\",\r\n        \"timeOfTransit\",\r\n        \"currentStatus\",\r\n        \"currentMilestone\",\r\n        \"attachments\",\r\n        \"vesselNumber\",\r\n        \"cutoff\",\r\n        \"confirmationNumber\",\r\n        \"mbl\",\r\n        \"flightNumber\",\r\n        \"accessorials\",\r\n        \"originDetails.countryCode\",\r\n        \"destinationDetails.countryCode\",\r\n        \"owner.name\",\r\n        \"owner.type\",\r\n        \"owner._id\",\r\n        \"shipmentId\",\r\n        \"alterTags\",\r\n        \"updatedAt\",\r\n        \"createdAt\",\r\n        \"commodity\",\r\n        \"incoterms\",\r\n        \"incoterm\",\r\n        \"internalReference\",\r\n        \"paymentTerms\",\r\n        \"automaticEvents\",\r\n        \"company.name\",\r\n        \"company.type\",\r\n        \"cutoffDays\",\r\n        \"freightType\",\r\n        \"shipmentType\",\r\n        \"actualDeparture\",\r\n        \"notes\",\r\n        \"creationUser.urlPhotoProfile\",\r\n        \"creationUser.fullName\",\r\n        \"shipperName\",\r\n        \"lspName\",\r\n        \"etaHistory\",\r\n        \"events\",\r\n        \"firstETDValue\",\r\n        \"lastETDValue\",\r\n        \"firstETAValue\",\r\n        \"lastETAValue\",\r\n        \"firstPTAValue\",\r\n        \"lastPTAValue\",\r\n        \"firstPTDValue\",\r\n        \"lastPTDValue\",\r\n        \"firstATDValue\",\r\n        \"lastATDValue\",\r\n        \"firstATAValue\",\r\n        \"lastATAValue\",\r\n        \"cancellationDate\",\r\n        \"archivedDate\",\r\n        \"ownerName\",\r\n        \"totalWeight\",\r\n        \"totalVolume\",\r\n        \"containersNumber\",\r\n        \"voyageNumber\",\r\n        \"packageType\",\r\n        \"packagesInfo\",\r\n        \"routed\",\r\n        \"planVisibility\"\r\n    ],\r\n    \"enabledEvents\": false,\r\n    \"lastPage\": 1,\r\n    \"limit\": 10,\r\n    \"page\": 1,\r\n    \"search\": \"\",\r\n    \"sort\": {},\r\n    \"filter\": {\r\n        \"currentStatus\": \"active\",\r\n        \"$and\": [\r\n            {\r\n                \"planVisibility.name\": {\r\n                    \"$in\": [\r\n                        \"Premium\"\r\n                    ]\r\n                }\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/critical-containers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"1ff29-6gwBZrCUPFbJNtHojNNFOAo6bYc\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 04 Apr 2024 21:28:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"6584af14a1a71c8dfd392d11\",\n            \"shipmentId\": \"M233_CANAD-_COSTA_FAK\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"__v\": 0,\n            \"accessorials\": [],\n            \"agent\": null,\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"bookingNumber\": \"\",\n            \"commodity\": \"FAK\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"email\": \"pedro.holgin+shipper1@cargologik.com\",\n                \"__v\": 0,\n                \"aceptTerms\": false,\n                \"approved\": {\n                    \"status\": true\n                },\n                \"automaticQuote\": false,\n                \"collaborate\": false,\n                \"createdAt\": \"2023-06-23T22:27:32.207Z\",\n                \"disable\": false,\n                \"indexBooking\": 11,\n                \"indexQuote\": 57,\n                \"indexShipment\": 34,\n                \"integrations\": {\n                    \"Integration1\": {\n                        \"status\": false\n                    },\n                    \"seaboard\": {\n                        \"status\": false\n                    }\n                },\n                \"language\": \"en\",\n                \"metricSystem\": {\n                    \"length\": \"m\",\n                    \"temperature\": \"c\",\n                    \"volume\": \"m3\",\n                    \"weight\": \"kg\"\n                },\n                \"name\": \"Shipper Pedro\",\n                \"onboarded\": true,\n                \"planVisibilityExceptions\": [\n                    \"6571d62cdd2c09ed1aa63dd4\"\n                ],\n                \"planHistory\": [\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d618\",\n                        \"date\": \"2023-06-23T22:41:20.712Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d612\",\n                        \"date\": \"2024-01-26T22:12:55.679Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d60f\",\n                        \"date\": \"2024-01-26T22:16:01.180Z\"\n                    }\n                ],\n                \"planVisibilityHistory\": [\n                    {\n                        \"_id\": \"6571d62cdd2c09ed1aa63dd4\",\n                        \"date\": \"2024-01-26T22:12:33.942Z\"\n                    }\n                ],\n                \"status\": \"active\",\n                \"type\": \"shipper\",\n                \"typeShipper\": [\n                    \"shipper\",\n                    \"consignee\",\n                    \"importer\"\n                ],\n                \"planVisibility\": \"6571d62cdd2c09ed1aa63dd4\",\n                \"currentPlan\": \"64557b162ab9d195ef57d60f\",\n                \"joinDate\": \"2023-06-23T22:41:20.712Z\",\n                \"tenant\": \"64961f8c8da8d89e404a941b\",\n                \"updatedAt\": \"2024-03-19T21:45:21.282Z\",\n                \"updateUser\": \"649618800b7497f3261b426f\",\n                \"country\": \"Antarctica\",\n                \"countryPhoneCode\": \"co\",\n                \"phone\": \"319 7733185\",\n                \"isDemo\": true\n            },\n            \"configTracking\": \"mbl\",\n            \"consignee\": null,\n            \"containersNumber\": [],\n            \"createdAt\": \"2023-12-21T21:33:08.464Z\",\n            \"creationUser\": {\n                \"_id\": \"649618800b7497f3261b426f\",\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                \"mainContact\": true,\n                \"jobTitle\": \"\",\n                \"countryPhoneCode\": \"us\",\n                \"phone\": \"(201) 454-5454\",\n                \"sendEmail\": true,\n                \"changePasswordRequired\": false,\n                \"introduced\": true,\n                \"urlPhotoProfile\": \"\",\n                \"joinDate\": \"2023-11-02T15:58:30.012Z\",\n                \"rates\": true,\n                \"disable\": false,\n                \"password\": \"$2a$10$DQtuNKPcrsS7ZkFStQIrWu/QGH/ezfaGPYGAvgVASM5ax8BDdQ2eW\",\n                \"createdAt\": \"2023-06-23T22:11:12.970Z\",\n                \"__v\": 0,\n                \"updateUser\": \"649618800b7497f3261b426f\",\n                \"updatedAt\": \"2024-01-29T15:57:31.351Z\",\n                \"devices\": [],\n                \"country\": \"United States\",\n                \"sortEvents\": \"asc\",\n                \"historyLogin\": [\n                    \"2023-10-18T21:32:59.352Z\",\n                    \"2023-10-18T22:03:40.792Z\",\n                    \"2023-10-18T22:13:10.673Z\",\n                    \"2023-10-18T23:20:31.506Z\",\n                    \"2023-10-18T23:21:46.490Z\",\n                    \"2023-10-19T12:57:47.395Z\",\n                    \"2023-10-19T20:06:38.000Z\",\n                    \"2023-10-19T20:25:10.220Z\",\n                    \"2023-10-19T20:32:56.424Z\",\n                    \"2023-10-20T12:37:45.023Z\",\n                    \"2023-10-20T12:38:39.160Z\",\n                    \"2023-10-20T19:38:12.502Z\",\n                    \"2023-10-20T19:53:45.169Z\",\n                    \"2023-10-20T22:32:08.737Z\",\n                    \"2023-10-20T22:54:32.143Z\",\n                    \"2023-10-21T00:55:20.597Z\",\n                    \"2023-10-23T13:46:23.112Z\",\n                    \"2023-10-23T13:55:29.682Z\",\n                    \"2023-10-23T15:19:28.320Z\",\n                    \"2023-10-23T16:06:27.320Z\",\n                    \"2023-10-23T16:15:36.065Z\",\n                    \"2023-10-23T19:23:47.052Z\",\n                    \"2023-10-24T13:37:09.603Z\",\n                    \"2023-10-24T13:38:27.239Z\",\n                    \"2023-10-24T20:17:03.247Z\",\n                    \"2023-10-24T21:57:50.169Z\",\n                    \"2023-10-25T14:51:41.621Z\",\n                    \"2023-10-25T19:22:55.557Z\",\n                    \"2023-10-26T13:59:56.503Z\",\n                    \"2023-10-26T19:03:21.121Z\",\n                    \"2023-10-26T19:09:06.041Z\",\n                    \"2023-10-26T19:15:31.823Z\",\n                    \"2023-10-27T13:21:00.663Z\",\n                    \"2023-10-27T13:21:40.584Z\",\n                    \"2023-10-27T14:29:57.041Z\",\n                    \"2023-10-27T14:38:09.367Z\",\n                    \"2023-10-27T14:52:45.444Z\",\n                    \"2023-10-27T16:06:46.595Z\",\n                    \"2023-10-27T19:20:32.329Z\",\n                    \"2023-10-28T14:29:10.012Z\",\n                    \"2023-10-30T14:09:27.041Z\",\n                    \"2023-10-30T19:37:19.625Z\",\n                    \"2023-10-30T20:50:37.668Z\",\n                    \"2023-10-30T21:48:38.062Z\",\n                    \"2023-10-30T22:02:36.870Z\",\n                    \"2023-10-31T13:19:52.695Z\",\n                    \"2023-10-31T19:58:50.228Z\",\n                    \"2023-10-31T20:04:32.094Z\",\n                    \"2023-10-31T21:28:36.745Z\",\n                    \"2023-11-01T13:16:26.199Z\",\n                    \"2023-11-01T15:28:08.744Z\",\n                    \"2023-11-01T16:29:21.947Z\",\n                    \"2023-11-01T19:18:56.844Z\",\n                    \"2023-11-02T15:20:22.419Z\",\n                    \"2023-11-02T19:40:02.728Z\",\n                    \"2023-11-02T20:40:40.747Z\",\n                    \"2023-11-02T21:40:00.946Z\",\n                    \"2023-11-03T13:17:33.425Z\",\n                    \"2023-11-03T14:25:27.058Z\",\n                    \"2023-11-03T19:55:56.910Z\",\n                    \"2023-11-04T18:07:41.215Z\",\n                    \"2023-11-07T14:43:22.031Z\",\n                    \"2023-11-07T14:57:08.556Z\",\n                    \"2023-11-07T15:50:38.304Z\",\n                    \"2023-11-07T15:53:25.524Z\",\n                    \"2023-11-07T16:55:27.783Z\",\n                    \"2023-11-07T20:04:57.735Z\",\n                    \"2023-11-07T22:45:19.128Z\",\n                    \"2023-11-08T13:44:41.430Z\",\n                    \"2023-11-08T20:23:46.753Z\",\n                    \"2023-11-08T21:01:06.355Z\",\n                    \"2023-11-09T13:29:23.859Z\",\n                    \"2023-11-09T19:57:03.377Z\",\n                    \"2023-11-09T20:04:03.000Z\",\n                    \"2023-11-09T21:13:33.859Z\",\n                    \"2023-11-10T19:27:27.079Z\",\n                    \"2023-11-10T22:25:35.588Z\",\n                    \"2023-11-14T13:44:45.878Z\",\n                    \"2023-11-14T19:41:31.102Z\",\n                    \"2023-11-14T22:39:29.947Z\",\n                    \"2023-11-14T22:39:44.413Z\",\n                    \"2023-11-15T15:59:14.163Z\",\n                    \"2023-11-15T16:01:55.195Z\",\n                    \"2023-11-15T16:04:29.455Z\",\n                    \"2023-11-15T16:13:57.729Z\",\n                    \"2023-11-15T19:07:52.456Z\",\n                    \"2023-11-15T19:15:28.459Z\",\n                    \"2023-11-15T19:18:26.216Z\",\n                    \"2023-11-15T21:42:57.729Z\",\n                    \"2023-11-15T21:43:35.901Z\",\n                    \"2023-11-16T14:50:41.016Z\",\n                    \"2023-11-16T17:07:03.405Z\",\n                    \"2023-11-16T19:21:36.709Z\",\n                    \"2023-11-16T19:22:15.014Z\",\n                    \"2023-11-16T19:25:40.864Z\",\n                    \"2023-11-17T13:09:29.959Z\",\n                    \"2023-11-17T13:56:47.962Z\",\n                    \"2023-11-17T19:23:42.976Z\",\n                    \"2023-11-17T21:06:27.280Z\",\n                    \"2023-11-19T17:02:36.923Z\",\n                    \"2023-11-19T17:23:09.928Z\",\n                    \"2023-11-19T18:54:18.955Z\",\n                    \"2023-11-20T13:08:34.008Z\",\n                    \"2023-11-20T13:59:27.763Z\",\n                    \"2023-11-20T19:15:12.677Z\",\n                    \"2023-11-20T20:40:20.514Z\",\n                    \"2023-11-21T01:01:58.827Z\",\n                    \"2023-11-21T13:15:17.018Z\",\n                    \"2023-11-21T13:43:37.825Z\",\n                    \"2023-11-21T14:32:50.116Z\",\n                    \"2023-11-21T14:39:53.175Z\",\n                    \"2023-11-21T15:28:33.622Z\",\n                    \"2023-11-21T22:58:42.458Z\",\n                    \"2023-11-22T14:11:56.376Z\",\n                    \"2023-11-22T14:53:48.448Z\",\n                    \"2023-11-22T19:13:31.601Z\",\n                    \"2023-11-22T19:35:58.914Z\",\n                    \"2023-11-22T19:47:02.784Z\",\n                    \"2023-11-22T21:53:33.401Z\",\n                    \"2023-11-22T22:21:45.571Z\",\n                    \"2023-11-23T14:09:47.954Z\",\n                    \"2023-11-23T19:37:59.147Z\",\n                    \"2023-11-23T19:48:23.701Z\",\n                    \"2023-11-23T20:07:50.392Z\",\n                    \"2023-11-23T21:02:04.117Z\",\n                    \"2023-11-24T13:25:11.935Z\",\n                    \"2023-11-24T13:29:36.219Z\",\n                    \"2023-11-24T19:16:03.323Z\",\n                    \"2023-11-24T19:19:00.479Z\",\n                    \"2023-11-24T19:19:01.413Z\",\n                    \"2023-11-27T13:41:29.926Z\",\n                    \"2023-11-27T14:14:46.732Z\",\n                    \"2023-11-27T19:31:53.725Z\",\n                    \"2023-11-28T13:48:27.536Z\",\n                    \"2023-11-28T18:02:24.891Z\",\n                    \"2023-11-28T19:04:28.748Z\",\n                    \"2023-11-28T20:02:00.639Z\",\n                    \"2023-11-28T20:12:38.908Z\",\n                    \"2023-11-28T22:00:14.535Z\",\n                    \"2023-11-29T14:17:18.602Z\",\n                    \"2023-11-29T19:15:05.142Z\",\n                    \"2023-11-30T00:01:36.623Z\",\n                    \"2023-11-30T13:01:09.102Z\",\n                    \"2023-11-30T15:41:34.345Z\",\n                    \"2023-11-30T16:25:12.332Z\",\n                    \"2023-11-30T19:24:59.541Z\",\n                    \"2023-11-30T20:17:11.751Z\",\n                    \"2023-11-30T21:02:35.799Z\",\n                    \"2023-11-30T22:19:42.309Z\",\n                    \"2023-11-30T23:00:54.704Z\",\n                    \"2023-11-30T23:02:00.436Z\",\n                    \"2023-11-30T23:05:28.179Z\",\n                    \"2023-12-01T14:12:43.212Z\",\n                    \"2023-12-01T16:02:28.975Z\",\n                    \"2023-12-01T18:00:38.354Z\",\n                    \"2023-12-01T19:28:28.578Z\",\n                    \"2023-12-01T19:40:01.833Z\",\n                    \"2023-12-01T19:56:40.166Z\",\n                    \"2023-12-01T20:01:40.498Z\",\n                    \"2023-12-04T15:23:59.497Z\",\n                    \"2023-12-05T12:41:04.526Z\",\n                    \"2023-12-05T19:42:56.640Z\",\n                    \"2023-12-05T19:43:23.341Z\",\n                    \"2023-12-05T20:31:24.142Z\",\n                    \"2023-12-05T20:34:25.179Z\",\n                    \"2023-12-05T20:38:44.037Z\",\n                    \"2023-12-05T20:41:30.202Z\",\n                    \"2023-12-05T20:52:00.809Z\",\n                    \"2023-12-05T20:53:30.696Z\",\n                    \"2023-12-05T21:00:42.414Z\",\n                    \"2023-12-05T22:37:54.840Z\",\n                    \"2023-12-05T22:38:02.636Z\",\n                    \"2023-12-06T13:40:41.398Z\",\n                    \"2023-12-06T13:41:00.471Z\",\n                    \"2023-12-06T14:44:22.982Z\",\n                    \"2023-12-06T14:47:42.088Z\",\n                    \"2023-12-06T14:56:53.881Z\",\n                    \"2023-12-06T15:02:25.113Z\",\n                    \"2023-12-06T15:06:37.822Z\",\n                    \"2023-12-06T18:23:25.405Z\",\n                    \"2023-12-06T19:30:36.951Z\",\n                    \"2023-12-06T20:36:47.332Z\",\n                    \"2023-12-07T14:03:22.018Z\",\n                    \"2023-12-07T20:24:32.034Z\",\n                    \"2023-12-07T23:53:17.902Z\",\n                    \"2023-12-08T13:26:26.225Z\",\n                    \"2023-12-08T19:03:09.053Z\",\n                    \"2023-12-09T05:34:22.255Z\",\n                    \"2023-12-09T15:09:19.834Z\",\n                    \"2023-12-11T13:53:58.986Z\",\n                    \"2023-12-11T20:23:28.901Z\",\n                    \"2023-12-12T13:37:36.945Z\",\n                    \"2023-12-12T13:38:13.274Z\",\n                    \"2023-12-12T14:59:40.664Z\",\n                    \"2023-12-12T19:32:36.808Z\",\n                    \"2023-12-13T13:57:05.161Z\",\n                    \"2023-12-13T15:59:20.427Z\",\n                    \"2023-12-13T18:55:32.295Z\",\n                    \"2023-12-14T16:04:44.536Z\",\n                    \"2023-12-14T19:49:56.023Z\",\n                    \"2023-12-15T13:34:18.901Z\",\n                    \"2023-12-15T19:51:08.765Z\",\n                    \"2023-12-15T20:02:10.116Z\",\n                    \"2023-12-18T15:09:17.632Z\",\n                    \"2023-12-18T15:18:31.271Z\",\n                    \"2023-12-18T19:14:57.208Z\",\n                    \"2023-12-19T13:28:42.671Z\",\n                    \"2023-12-19T15:57:13.995Z\",\n                    \"2023-12-19T20:16:09.530Z\",\n                    \"2023-12-19T22:48:33.981Z\",\n                    \"2023-12-20T13:07:18.851Z\",\n                    \"2023-12-20T13:11:11.920Z\",\n                    \"2023-12-20T14:00:32.766Z\",\n                    \"2023-12-20T15:38:00.189Z\",\n                    \"2023-12-20T19:18:46.800Z\",\n                    \"2023-12-20T23:22:17.536Z\",\n                    \"2023-12-20T23:25:04.207Z\",\n                    \"2023-12-20T23:25:42.627Z\",\n                    \"2023-12-21T12:35:39.970Z\",\n                    \"2023-12-21T14:19:41.478Z\",\n                    \"2023-12-21T17:10:51.357Z\",\n                    \"2023-12-21T20:15:52.132Z\",\n                    \"2023-12-22T14:01:06.781Z\",\n                    \"2023-12-25T22:13:45.568Z\",\n                    \"2023-12-26T13:07:16.957Z\",\n                    \"2023-12-26T13:54:50.172Z\",\n                    \"2023-12-26T21:13:42.400Z\",\n                    \"2023-12-27T13:24:59.657Z\",\n                    \"2023-12-27T19:01:54.723Z\",\n                    \"2023-12-28T13:03:21.600Z\",\n                    \"2023-12-28T17:21:09.066Z\",\n                    \"2023-12-28T19:19:37.732Z\",\n                    \"2023-12-28T19:41:34.757Z\",\n                    \"2023-12-28T19:44:03.015Z\",\n                    \"2023-12-28T21:21:42.957Z\",\n                    \"2023-12-29T13:53:45.228Z\",\n                    \"2023-12-29T20:11:22.079Z\",\n                    \"2024-01-02T14:25:31.563Z\",\n                    \"2024-01-02T19:24:02.988Z\",\n                    \"2024-01-02T19:37:35.581Z\",\n                    \"2024-01-03T13:14:24.628Z\",\n                    \"2024-01-03T19:51:34.015Z\",\n                    \"2024-01-03T22:47:23.263Z\",\n                    \"2024-01-04T13:47:06.572Z\",\n                    \"2024-01-04T14:32:33.265Z\",\n                    \"2024-01-04T18:53:29.843Z\",\n                    \"2024-01-05T12:26:11.470Z\",\n                    \"2024-01-05T20:37:03.257Z\",\n                    \"2024-01-05T21:17:18.753Z\",\n                    \"2024-01-05T21:23:34.424Z\",\n                    \"2024-01-07T00:36:49.478Z\",\n                    \"2024-01-08T03:54:48.167Z\",\n                    \"2024-01-09T14:09:13.865Z\",\n                    \"2024-01-09T14:33:17.362Z\",\n                    \"2024-01-09T14:34:46.775Z\",\n                    \"2024-01-09T16:13:44.868Z\",\n                    \"2024-01-09T16:26:50.518Z\",\n                    \"2024-01-09T16:42:51.214Z\",\n                    \"2024-01-09T20:20:54.801Z\",\n                    \"2024-01-09T20:50:40.620Z\",\n                    \"2024-01-09T21:22:29.830Z\",\n                    \"2024-01-09T21:24:33.589Z\",\n                    \"2024-01-09T21:44:03.672Z\",\n                    \"2024-01-09T23:40:08.553Z\",\n                    \"2024-01-09T23:40:40.933Z\",\n                    \"2024-01-10T02:35:30.431Z\",\n                    \"2024-01-10T13:11:43.144Z\",\n                    \"2024-01-10T13:39:41.172Z\",\n                    \"2024-01-10T15:17:06.099Z\",\n                    \"2024-01-10T19:34:51.508Z\",\n                    \"2024-01-10T20:24:25.359Z\",\n                    \"2024-01-11T00:51:01.833Z\",\n                    \"2024-01-11T12:45:01.768Z\",\n                    \"2024-01-11T13:45:51.831Z\",\n                    \"2024-01-11T19:52:43.804Z\",\n                    \"2024-01-11T20:20:47.739Z\",\n                    \"2024-01-12T03:42:27.828Z\",\n                    \"2024-01-12T13:39:49.216Z\",\n                    \"2024-01-12T15:35:16.004Z\",\n                    \"2024-01-12T19:29:40.437Z\",\n                    \"2024-01-12T20:12:49.224Z\",\n                    \"2024-01-15T14:17:00.104Z\",\n                    \"2024-01-15T15:16:49.919Z\",\n                    \"2024-01-15T19:22:53.260Z\",\n                    \"2024-01-15T20:47:01.302Z\",\n                    \"2024-01-15T21:10:23.137Z\",\n                    \"2024-01-16T02:39:16.337Z\",\n                    \"2024-01-16T14:48:48.892Z\",\n                    \"2024-01-16T15:19:23.436Z\",\n                    \"2024-01-16T15:19:59.107Z\",\n                    \"2024-01-16T19:02:10.716Z\",\n                    \"2024-01-16T20:18:04.810Z\",\n                    \"2024-01-16T22:52:29.482Z\",\n                    \"2024-01-16T23:21:06.757Z\",\n                    \"2024-01-17T01:19:58.102Z\",\n                    \"2024-01-17T13:34:04.136Z\",\n                    \"2024-01-17T14:27:46.810Z\",\n                    \"2024-01-17T15:53:16.406Z\",\n                    \"2024-01-17T18:44:20.535Z\",\n                    \"2024-01-17T20:12:09.684Z\",\n                    \"2024-01-17T20:13:55.378Z\",\n                    \"2024-01-17T21:17:57.515Z\",\n                    \"2024-01-18T13:32:12.972Z\",\n                    \"2024-01-18T13:37:43.468Z\",\n                    \"2024-01-18T19:11:32.185Z\",\n                    \"2024-01-18T19:39:57.068Z\",\n                    \"2024-01-18T20:04:41.812Z\",\n                    \"2024-01-19T13:58:14.913Z\",\n                    \"2024-01-19T15:38:19.021Z\",\n                    \"2024-01-19T20:03:02.815Z\",\n                    \"2024-01-20T18:27:51.271Z\",\n                    \"2024-01-21T21:07:59.877Z\",\n                    \"2024-01-22T13:24:14.115Z\",\n                    \"2024-01-22T15:39:34.871Z\",\n                    \"2024-01-22T21:33:58.232Z\",\n                    \"2024-01-23T13:23:45.804Z\",\n                    \"2024-01-23T17:59:58.455Z\",\n                    \"2024-01-23T21:06:23.421Z\",\n                    \"2024-01-23T21:20:30.811Z\",\n                    \"2024-01-23T21:34:46.192Z\",\n                    \"2024-01-24T04:43:00.731Z\",\n                    \"2024-01-24T15:32:51.917Z\",\n                    \"2024-01-24T16:31:14.397Z\",\n                    \"2024-01-24T18:05:36.320Z\",\n                    \"2024-01-24T21:30:11.385Z\",\n                    \"2024-01-24T22:35:01.141Z\",\n                    \"2024-01-25T14:42:40.060Z\",\n                    \"2024-01-25T19:20:12.931Z\",\n                    \"2024-01-25T21:38:33.452Z\",\n                    \"2024-01-26T05:24:33.242Z\",\n                    \"2024-01-26T14:49:32.730Z\",\n                    \"2024-01-26T15:21:31.149Z\",\n                    \"2024-01-26T19:45:31.395Z\",\n                    \"2024-01-27T18:23:39.304Z\",\n                    \"2024-01-27T18:23:51.863Z\",\n                    \"2024-01-27T23:49:56.670Z\",\n                    \"2024-01-28T00:34:43.233Z\",\n                    \"2024-01-28T03:03:50.280Z\",\n                    \"2024-01-28T03:09:15.861Z\",\n                    \"2024-01-29T13:34:56.870Z\",\n                    \"2024-01-29T13:50:03.367Z\",\n                    \"2024-01-29T15:38:23.453Z\",\n                    \"2024-01-29T19:18:57.695Z\",\n                    \"2024-01-29T19:50:02.071Z\",\n                    \"2024-01-30T03:00:19.607Z\",\n                    \"2024-01-30T03:02:51.246Z\",\n                    \"2024-01-30T14:00:18.155Z\",\n                    \"2024-01-30T14:19:57.567Z\",\n                    \"2024-01-30T15:00:30.447Z\",\n                    \"2024-01-30T15:09:28.500Z\",\n                    \"2024-01-30T19:54:58.077Z\",\n                    \"2024-01-30T20:22:21.014Z\",\n                    \"2024-01-31T13:30:13.764Z\",\n                    \"2024-01-31T14:11:18.881Z\",\n                    \"2024-01-31T19:21:44.558Z\",\n                    \"2024-01-31T21:38:01.279Z\",\n                    \"2024-02-01T13:18:22.164Z\",\n                    \"2024-02-01T13:51:33.106Z\",\n                    \"2024-02-01T16:53:24.481Z\",\n                    \"2024-02-01T16:59:56.368Z\",\n                    \"2024-02-01T17:08:43.488Z\",\n                    \"2024-02-01T17:14:45.476Z\",\n                    \"2024-02-01T18:48:56.868Z\",\n                    \"2024-02-01T19:10:11.838Z\",\n                    \"2024-02-01T19:41:18.930Z\",\n                    \"2024-02-01T21:24:09.346Z\",\n                    \"2024-02-02T15:09:27.543Z\",\n                    \"2024-02-02T15:12:28.497Z\",\n                    \"2024-02-02T16:31:24.741Z\",\n                    \"2024-02-02T20:31:23.186Z\",\n                    \"2024-02-02T20:55:17.825Z\",\n                    \"2024-02-03T22:51:57.356Z\",\n                    \"2024-02-05T19:14:18.627Z\",\n                    \"2024-02-05T20:56:26.082Z\",\n                    \"2024-02-06T13:15:43.894Z\",\n                    \"2024-02-06T13:39:31.233Z\",\n                    \"2024-02-06T19:34:24.238Z\",\n                    \"2024-02-06T23:47:13.393Z\",\n                    \"2024-02-07T13:13:26.040Z\",\n                    \"2024-02-07T19:37:46.426Z\",\n                    \"2024-02-07T20:34:53.110Z\",\n                    \"2024-02-07T20:36:06.614Z\",\n                    \"2024-02-07T20:37:34.434Z\",\n                    \"2024-02-07T20:40:02.437Z\",\n                    \"2024-02-08T15:31:39.947Z\",\n                    \"2024-02-08T19:25:15.591Z\",\n                    \"2024-02-08T19:25:34.236Z\",\n                    \"2024-02-08T21:01:47.739Z\",\n                    \"2024-02-09T03:33:53.708Z\",\n                    \"2024-02-09T04:34:40.683Z\",\n                    \"2024-02-09T14:02:41.781Z\",\n                    \"2024-02-09T14:56:48.227Z\",\n                    \"2024-02-09T15:03:45.450Z\",\n                    \"2024-02-09T19:38:05.293Z\",\n                    \"2024-02-09T19:51:08.456Z\",\n                    \"2024-02-12T04:15:53.953Z\",\n                    \"2024-02-12T13:30:21.498Z\",\n                    \"2024-02-12T13:59:53.313Z\",\n                    \"2024-02-13T13:04:12.561Z\",\n                    \"2024-02-13T19:20:42.271Z\",\n                    \"2024-02-13T21:27:53.207Z\",\n                    \"2024-02-14T14:28:31.222Z\",\n                    \"2024-02-14T14:37:43.993Z\",\n                    \"2024-02-14T15:44:25.735Z\",\n                    \"2024-02-14T16:06:20.662Z\",\n                    \"2024-02-14T18:20:18.014Z\",\n                    \"2024-02-14T18:59:16.772Z\",\n                    \"2024-02-15T12:47:31.200Z\",\n                    \"2024-02-15T15:28:08.618Z\",\n                    \"2024-02-15T19:29:10.529Z\",\n                    \"2024-02-15T20:54:38.842Z\",\n                    \"2024-02-16T02:57:01.416Z\",\n                    \"2024-02-16T02:57:59.492Z\",\n                    \"2024-02-16T13:25:08.243Z\",\n                    \"2024-02-16T13:40:27.923Z\",\n                    \"2024-02-16T14:07:44.819Z\",\n                    \"2024-02-16T17:39:09.710Z\",\n                    \"2024-02-16T21:25:23.854Z\",\n                    \"2024-02-19T14:01:54.057Z\",\n                    \"2024-02-19T14:04:51.348Z\",\n                    \"2024-02-19T17:10:19.877Z\",\n                    \"2024-02-19T19:00:54.326Z\",\n                    \"2024-02-19T20:44:54.999Z\",\n                    \"2024-02-19T21:22:31.425Z\",\n                    \"2024-02-19T21:42:20.994Z\",\n                    \"2024-02-19T21:43:55.057Z\",\n                    \"2024-02-20T13:27:30.353Z\",\n                    \"2024-02-20T14:22:18.674Z\",\n                    \"2024-02-20T18:11:03.177Z\",\n                    \"2024-02-20T20:30:35.215Z\",\n                    \"2024-02-20T22:40:01.796Z\",\n                    \"2024-02-21T03:56:08.485Z\",\n                    \"2024-02-21T13:11:11.710Z\",\n                    \"2024-02-21T14:31:27.949Z\",\n                    \"2024-02-21T19:47:21.936Z\",\n                    \"2024-02-21T21:54:03.916Z\",\n                    \"2024-02-22T13:16:33.881Z\",\n                    \"2024-02-22T13:33:04.148Z\",\n                    \"2024-02-22T16:09:07.459Z\",\n                    \"2024-02-22T20:27:54.776Z\",\n                    \"2024-02-22T21:33:29.042Z\",\n                    \"2024-02-23T03:21:12.861Z\",\n                    \"2024-02-23T13:41:38.934Z\",\n                    \"2024-02-23T13:45:33.192Z\",\n                    \"2024-02-23T23:03:46.213Z\",\n                    \"2024-02-24T03:43:38.460Z\",\n                    \"2024-02-24T13:47:00.325Z\",\n                    \"2024-02-26T13:13:14.404Z\",\n                    \"2024-02-26T14:45:18.350Z\",\n                    \"2024-02-26T20:25:29.918Z\",\n                    \"2024-02-26T21:14:50.435Z\",\n                    \"2024-02-27T03:18:02.246Z\",\n                    \"2024-02-27T13:26:17.987Z\",\n                    \"2024-02-27T14:24:09.155Z\",\n                    \"2024-02-27T16:52:04.775Z\",\n                    \"2024-02-27T16:53:36.100Z\",\n                    \"2024-02-27T19:44:20.658Z\",\n                    \"2024-02-27T20:04:06.194Z\",\n                    \"2024-02-28T03:14:14.095Z\",\n                    \"2024-02-28T13:28:18.630Z\",\n                    \"2024-02-28T14:10:56.934Z\",\n                    \"2024-02-28T18:48:24.868Z\",\n                    \"2024-02-28T19:02:20.893Z\",\n                    \"2024-02-28T20:42:24.072Z\",\n                    \"2024-02-28T22:31:59.376Z\",\n                    \"2024-02-29T00:41:41.649Z\",\n                    \"2024-02-29T13:01:02.273Z\",\n                    \"2024-02-29T14:01:41.534Z\",\n                    \"2024-02-29T16:48:14.013Z\",\n                    \"2024-03-01T00:35:37.391Z\",\n                    \"2024-03-01T13:23:27.596Z\",\n                    \"2024-03-01T14:09:17.401Z\",\n                    \"2024-03-01T16:11:26.449Z\",\n                    \"2024-03-01T17:49:02.102Z\",\n                    \"2024-03-01T19:45:58.034Z\",\n                    \"2024-03-04T04:13:24.760Z\",\n                    \"2024-03-04T05:34:30.097Z\",\n                    \"2024-03-04T15:23:19.800Z\",\n                    \"2024-03-04T16:12:41.165Z\",\n                    \"2024-03-04T16:39:29.292Z\",\n                    \"2024-03-04T17:51:00.487Z\",\n                    \"2024-03-04T19:20:27.182Z\",\n                    \"2024-03-04T21:39:15.450Z\",\n                    \"2024-03-05T13:19:33.078Z\",\n                    \"2024-03-05T14:37:05.663Z\",\n                    \"2024-03-05T17:50:43.488Z\",\n                    \"2024-03-05T19:33:39.770Z\",\n                    \"2024-03-05T19:43:26.697Z\",\n                    \"2024-03-06T09:23:19.613Z\",\n                    \"2024-03-06T09:25:07.887Z\",\n                    \"2024-03-06T11:28:01.175Z\",\n                    \"2024-03-06T15:12:47.969Z\",\n                    \"2024-03-06T15:44:11.271Z\",\n                    \"2024-03-06T20:07:13.570Z\",\n                    \"2024-03-06T20:25:56.202Z\",\n                    \"2024-03-06T21:08:49.203Z\",\n                    \"2024-03-06T21:56:31.732Z\",\n                    \"2024-03-06T22:01:51.969Z\",\n                    \"2024-03-07T04:06:03.553Z\",\n                    \"2024-03-07T05:11:53.819Z\",\n                    \"2024-03-07T13:17:32.515Z\",\n                    \"2024-03-07T13:38:04.192Z\",\n                    \"2024-03-07T14:17:10.575Z\",\n                    \"2024-03-07T18:52:47.416Z\",\n                    \"2024-03-07T18:56:43.268Z\",\n                    \"2024-03-07T20:38:36.555Z\",\n                    \"2024-03-07T22:35:58.557Z\",\n                    \"2024-03-08T13:39:55.147Z\",\n                    \"2024-03-08T13:41:58.423Z\",\n                    \"2024-03-08T14:17:57.222Z\",\n                    \"2024-03-08T15:54:48.186Z\",\n                    \"2024-03-08T21:33:37.574Z\",\n                    \"2024-03-09T20:39:47.446Z\",\n                    \"2024-03-10T02:27:50.799Z\",\n                    \"2024-03-11T14:07:51.747Z\",\n                    \"2024-03-11T14:46:18.811Z\",\n                    \"2024-03-11T16:01:12.714Z\",\n                    \"2024-03-11T19:27:35.979Z\",\n                    \"2024-03-12T14:06:36.403Z\",\n                    \"2024-03-12T15:54:35.733Z\",\n                    \"2024-03-12T19:02:40.888Z\",\n                    \"2024-03-12T20:15:38.173Z\",\n                    \"2024-03-12T22:49:20.853Z\",\n                    \"2024-03-13T10:43:31.329Z\",\n                    \"2024-03-13T13:05:31.288Z\",\n                    \"2024-03-13T13:38:45.298Z\",\n                    \"2024-03-13T15:40:53.507Z\",\n                    \"2024-03-13T15:42:32.418Z\",\n                    \"2024-03-13T15:56:51.348Z\",\n                    \"2024-03-13T19:28:48.994Z\",\n                    \"2024-03-14T05:02:38.436Z\",\n                    \"2024-03-14T13:12:31.206Z\",\n                    \"2024-03-14T16:47:43.164Z\",\n                    \"2024-03-14T18:37:19.600Z\",\n                    \"2024-03-14T19:36:56.697Z\",\n                    \"2024-03-14T19:44:13.798Z\",\n                    \"2024-03-15T04:03:53.220Z\",\n                    \"2024-03-15T13:26:45.838Z\",\n                    \"2024-03-15T13:56:26.453Z\",\n                    \"2024-03-15T14:04:36.501Z\",\n                    \"2024-03-15T20:12:06.773Z\",\n                    \"2024-03-15T20:46:30.336Z\",\n                    \"2024-03-15T22:50:00.186Z\",\n                    \"2024-03-15T23:51:14.327Z\",\n                    \"2024-03-18T13:30:16.038Z\",\n                    \"2024-03-18T14:08:46.375Z\",\n                    \"2024-03-18T19:35:57.859Z\",\n                    \"2024-03-19T02:14:43.366Z\",\n                    \"2024-03-19T02:38:08.296Z\",\n                    \"2024-03-19T13:06:59.721Z\",\n                    \"2024-03-19T15:07:22.509Z\",\n                    \"2024-03-19T16:28:52.206Z\",\n                    \"2024-03-19T19:30:45.052Z\",\n                    \"2024-03-19T19:56:09.429Z\",\n                    \"2024-03-19T21:17:39.947Z\",\n                    \"2024-03-19T21:29:22.520Z\",\n                    \"2024-03-19T23:13:56.167Z\",\n                    \"2024-03-20T03:17:29.406Z\",\n                    \"2024-03-20T06:07:39.116Z\",\n                    \"2024-03-20T12:52:56.166Z\",\n                    \"2024-03-20T13:32:04.027Z\",\n                    \"2024-03-20T19:08:40.867Z\",\n                    \"2024-03-20T20:26:58.746Z\",\n                    \"2024-03-20T21:23:55.082Z\",\n                    \"2024-03-20T21:28:35.210Z\",\n                    \"2024-03-20T21:32:46.099Z\",\n                    \"2024-03-21T04:56:46.016Z\",\n                    \"2024-03-21T14:17:33.696Z\",\n                    \"2024-03-21T14:21:30.263Z\",\n                    \"2024-03-21T15:57:46.609Z\",\n                    \"2024-03-21T16:54:05.146Z\",\n                    \"2024-03-21T19:19:57.374Z\",\n                    \"2024-03-21T19:39:20.163Z\",\n                    \"2024-03-21T20:42:14.366Z\",\n                    \"2024-03-21T21:02:42.297Z\",\n                    \"2024-03-21T22:38:24.392Z\",\n                    \"2024-03-22T13:23:08.095Z\",\n                    \"2024-03-22T14:18:50.916Z\",\n                    \"2024-03-22T14:20:07.013Z\",\n                    \"2024-03-22T16:24:32.665Z\",\n                    \"2024-03-22T16:51:52.707Z\",\n                    \"2024-03-22T16:55:25.717Z\",\n                    \"2024-03-22T19:08:16.109Z\",\n                    \"2024-03-22T20:40:50.699Z\",\n                    \"2024-03-24T16:28:19.540Z\",\n                    \"2024-03-25T20:42:39.118Z\",\n                    \"2024-03-28T00:54:00.094Z\",\n                    \"2024-03-28T14:56:07.976Z\",\n                    \"2024-04-01T15:24:10.453Z\",\n                    \"2024-04-01T17:45:48.020Z\",\n                    \"2024-04-01T18:45:46.160Z\",\n                    \"2024-04-01T19:28:49.962Z\",\n                    \"2024-04-01T21:01:47.704Z\",\n                    \"2024-04-01T21:32:44.299Z\",\n                    \"2024-04-02T05:06:22.117Z\",\n                    \"2024-04-02T13:15:59.100Z\",\n                    \"2024-04-02T13:48:06.477Z\",\n                    \"2024-04-02T13:48:51.653Z\",\n                    \"2024-04-02T15:45:06.965Z\",\n                    \"2024-04-02T17:04:28.582Z\",\n                    \"2024-04-02T20:26:03.247Z\",\n                    \"2024-04-02T20:49:50.523Z\",\n                    \"2024-04-02T20:59:12.788Z\",\n                    \"2024-04-02T21:00:05.536Z\",\n                    \"2024-04-03T05:05:09.642Z\",\n                    \"2024-04-03T15:50:38.969Z\",\n                    \"2024-04-03T17:04:45.199Z\",\n                    \"2024-04-03T19:50:40.803Z\",\n                    \"2024-04-03T19:59:24.646Z\",\n                    \"2024-04-04T12:47:00.952Z\",\n                    \"2024-04-04T13:18:49.702Z\",\n                    \"2024-04-04T14:56:58.659Z\",\n                    \"2024-04-04T16:01:54.475Z\",\n                    \"2024-04-04T19:32:58.528Z\",\n                    \"2024-04-04T21:20:38.222Z\"\n                ],\n                \"lastLogin\": \"2024-04-04T21:20:38.222Z\",\n                \"photo\": \"658adb3ca1a71c8dfd07d87c\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"currentStatus\": \"active\",\n            \"customTags\": [],\n            \"deliveryAddress\": \"\",\n            \"destination\": {\n                \"address\": \"Costa Rica\",\n                \"countryCode\": \"CR\",\n                \"lat\": 9.748917,\n                \"lng\": -83.753428\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"CIF\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\",\n                \"Integration3\"\n            ],\n            \"isCreated\": true,\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"HLCUSCL231043950\",\n            \"notes\": \"\",\n            \"notify\": null,\n            \"origin\": {\n                \"address\": \"Canadá\",\n                \"countryCode\": \"CA\",\n                \"lat\": 56.130366,\n                \"lng\": -106.346771\n            },\n            \"owner\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                \"name\": \"Customer1\",\n                \"__v\": 0,\n                \"aceptTerms\": true,\n                \"approved\": {\n                    \"status\": true\n                },\n                \"automaticQuote\": true,\n                \"collaborate\": false,\n                \"country\": \"Armenia\",\n                \"countryPhoneCode\": \"us\",\n                \"createdAt\": \"2023-06-23T22:11:13.416Z\",\n                \"currentPlan\": \"64557b162ab9d195ef57d60f\",\n                \"disable\": false,\n                \"indexBooking\": 131,\n                \"indexQuote\": 232,\n                \"indexShipment\": 268,\n                \"industry\": \"Construction\",\n                \"integrations\": {\n                    \"Integration1\": {\n                        \"status\": false\n                    },\n                    \"seaboard\": {\n                        \"status\": false\n                    }\n                },\n                \"joinDate\": \"2023-06-23T22:11:13.267Z\",\n                \"language\": \"en\",\n                \"metricSystem\": {\n                    \"volume\": \"m3\",\n                    \"length\": \"m\",\n                    \"weight\": \"kg\",\n                    \"temperature\": \"c\"\n                },\n                \"onboarded\": true,\n                \"phone\": \"+13197733185\",\n                \"planHistory\": [\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d615\",\n                        \"date\": \"2023-06-23T22:11:27.980Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d612\",\n                        \"date\": \"2023-06-27T21:08:18.955Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d615\",\n                        \"date\": \"2023-07-04T21:49:19.290Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d612\",\n                        \"date\": \"2023-07-20T19:57:55.248Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d60f\",\n                        \"date\": \"2023-07-24T16:20:17.776Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d615\",\n                        \"date\": \"2023-10-23T15:20:05.550Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d612\",\n                        \"date\": \"2023-10-23T16:07:23.149Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d60f\",\n                        \"date\": \"2023-10-24T14:23:38.795Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d615\",\n                        \"date\": \"2024-01-26T05:31:18.140Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d60f\",\n                        \"date\": \"2024-01-30T15:11:01.557Z\"\n                    }\n                ],\n                \"planVisibility\": \"64546c1d46bd8f753a4781fe\",\n                \"planVisibilityExceptions\": [],\n                \"planVisibilityHistory\": [\n                    {\n                        \"_id\": \"64546d7079a25b2aa93e946b\",\n                        \"date\": \"2023-06-23T22:11:14.168Z\"\n                    },\n                    {\n                        \"_id\": \"64546c5d46bd8f753a478203\",\n                        \"date\": \"2023-07-04T21:49:06.414Z\"\n                    },\n                    {\n                        \"_id\": \"64546d7079a25b2aa93e946b\",\n                        \"date\": \"2023-07-04T21:49:36.234Z\"\n                    },\n                    {\n                        \"_id\": \"64546c1d46bd8f753a4781fe\",\n                        \"date\": \"2023-07-04T21:49:51.524Z\"\n                    },\n                    {\n                        \"_id\": \"64546c5d46bd8f753a478203\",\n                        \"date\": \"2023-07-20T19:57:43.625Z\"\n                    },\n                    {\n                        \"_id\": \"64546d7079a25b2aa93e946b\",\n                        \"date\": \"2023-07-20T20:10:36.985Z\"\n                    },\n                    {\n                        \"_id\": \"64546c5d46bd8f753a478203\",\n                        \"date\": \"2023-07-20T20:11:18.343Z\"\n                    },\n                    {\n                        \"_id\": \"64546d7079a25b2aa93e946b\",\n                        \"date\": \"2023-07-24T16:20:05.989Z\"\n                    },\n                    {\n                        \"_id\": \"64546c1d46bd8f753a4781fe\",\n                        \"date\": \"2023-07-25T23:09:19.416Z\"\n                    },\n                    {\n                        \"_id\": \"64546c5d46bd8f753a478203\",\n                        \"date\": \"2023-09-25T20:12:10.220Z\"\n                    },\n                    {\n                        \"_id\": \"64546d7079a25b2aa93e946b\",\n                        \"date\": \"2023-10-23T15:19:50.792Z\"\n                    },\n                    {\n                        \"_id\": \"64546c5d46bd8f753a478203\",\n                        \"date\": \"2023-10-23T16:07:12.177Z\"\n                    },\n                    {\n                        \"_id\": \"64546d7079a25b2aa93e946b\",\n                        \"date\": \"2024-01-24T18:08:35.117Z\"\n                    },\n                    {\n                        \"_id\": \"64b8707401f0bff3ba5be6b1\",\n                        \"date\": \"2024-01-26T05:31:06.260Z\"\n                    },\n                    {\n                        \"_id\": \"64546c1d46bd8f753a4781fe\",\n                        \"date\": \"2024-01-30T15:10:42.446Z\"\n                    }\n                ],\n                \"status\": \"active\",\n                \"tenant\": \"649618800b7497f3261b426d\",\n                \"type\": \"lsp\",\n                \"typeShipper\": [],\n                \"updatedAt\": \"2024-04-04T13:21:34.631Z\",\n                \"typeLSP\": \"FF\",\n                \"isDemo\": true,\n                \"updateUser\": \"649618800b7497f3261b426f\",\n                \"nextPlanScheduled\": \"64557b162ab9d195ef57d60f\",\n                \"emailSupport\": \"\",\n                \"dateFormat\": \"YYYYMMDD\"\n            },\n            \"packagesInfo\": [\n                {\n                    \"packageType\": \"Dry 40'\",\n                    \"amount\": 2,\n                    \"weight\": \"2\",\n                    \"weightMetric\": \"kg\",\n                    \"hazardousMaterials\": \"0\",\n                    \"volume\": \"2\",\n                    \"volumeMetric\": \"m³\"\n                }\n            ],\n            \"participants\": [\n                {\n                    \"_id\": \"6584af18a1a71c8dfd392df0\",\n                    \"assignedTo\": \"649ee411cd2ae3022068836f\",\n                    \"company\": \"6496187f0b7497f3261b4260\",\n                    \"shipment\": \"6584af14a1a71c8dfd392d11\",\n                    \"__v\": 0,\n                    \"createdAt\": \"2023-12-21T21:33:12.393Z\",\n                    \"creationUser\": \"649618800b7497f3261b426f\",\n                    \"isOwner\": false,\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"_id\": \"6584af18a1a71c8dfd392e0f\",\n                    \"assignedTo\": \"65469465c406353b872c843d\",\n                    \"company\": \"6496187f0b7497f3261b4260\",\n                    \"shipment\": \"6584af14a1a71c8dfd392d11\",\n                    \"__v\": 0,\n                    \"createdAt\": \"2023-12-21T21:33:12.604Z\",\n                    \"creationUser\": \"649618800b7497f3261b426f\",\n                    \"isOwner\": false,\n                    \"status\": \"deleted\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"_id\": \"6584af18a1a71c8dfd392e24\",\n                    \"assignedTo\": \"654695a5e042a748f8348203\",\n                    \"company\": \"6496187f0b7497f3261b4260\",\n                    \"shipment\": \"6584af14a1a71c8dfd392d11\",\n                    \"__v\": 0,\n                    \"createdAt\": \"2023-12-21T21:33:12.816Z\",\n                    \"creationUser\": \"649618800b7497f3261b426f\",\n                    \"isOwner\": false,\n                    \"status\": \"deleted\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"_id\": \"6584af18a1a71c8dfd392e3f\",\n                    \"assignedTo\": \"649618800b7497f3261b426f\",\n                    \"company\": \"6496187f0b7497f3261b4260\",\n                    \"shipment\": \"6584af14a1a71c8dfd392d11\",\n                    \"__v\": 0,\n                    \"createdAt\": \"2023-12-21T21:33:13.052Z\",\n                    \"creationUser\": \"649618800b7497f3261b426f\",\n                    \"isOwner\": false,\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"_id\": \"6584af19a1a71c8dfd392e55\",\n                    \"assignedTo\": \"64961c54416606c8874e1e60\",\n                    \"company\": \"64961c56a1727236e1959277\",\n                    \"shipment\": \"6584af14a1a71c8dfd392d11\",\n                    \"__v\": 0,\n                    \"createdAt\": \"2023-12-21T21:33:13.280Z\",\n                    \"creationUser\": \"649618800b7497f3261b426f\",\n                    \"isOwner\": false,\n                    \"status\": \"active\",\n                    \"type\": \"main-shipper\"\n                },\n                {\n                    \"_id\": \"6584af19a1a71c8dfd392e72\",\n                    \"assignedTo\": \"64ba97808e1b1dec4387cabe\",\n                    \"company\": \"64961c56a1727236e1959277\",\n                    \"shipment\": \"6584af14a1a71c8dfd392d11\",\n                    \"__v\": 0,\n                    \"createdAt\": \"2023-12-21T21:33:13.508Z\",\n                    \"creationUser\": \"649618800b7497f3261b426f\",\n                    \"isOwner\": false,\n                    \"status\": \"deleted\",\n                    \"type\": \"internal-shipper\"\n                },\n                {\n                    \"_id\": \"6584af19a1a71c8dfd392e80\",\n                    \"assignedTo\": \"65469465c406353b872c843d\",\n                    \"company\": \"64961c56a1727236e1959277\",\n                    \"shipment\": \"6584af14a1a71c8dfd392d11\",\n                    \"__v\": 0,\n                    \"createdAt\": \"2023-12-21T21:33:13.751Z\",\n                    \"creationUser\": \"649618800b7497f3261b426f\",\n                    \"isOwner\": false,\n                    \"status\": \"deleted\",\n                    \"type\": \"internal-shipper\"\n                },\n                {\n                    \"_id\": \"6584af19a1a71c8dfd392e9b\",\n                    \"assignedTo\": \"654695a5e042a748f8348203\",\n                    \"company\": \"64961c56a1727236e1959277\",\n                    \"shipment\": \"6584af14a1a71c8dfd392d11\",\n                    \"__v\": 0,\n                    \"createdAt\": \"2023-12-21T21:33:13.992Z\",\n                    \"creationUser\": \"649618800b7497f3261b426f\",\n                    \"isOwner\": false,\n                    \"status\": \"deleted\",\n                    \"type\": \"internal-shipper\"\n                }\n            ],\n            \"pickupAddress\": \"\",\n            \"pickupDate\": null,\n            \"planVisibility\": {\n                \"_id\": \"6571d62cdd2c09ed1aa63dd4\",\n                \"name\": \"Premium\",\n                \"ranking\": 5,\n                \"isPublic\": true,\n                \"providers\": [\n                    \"Provider1\",\n                    \"Provider2\",\n                    \"Provider3\"\n                ],\n                \"features\": [\n                    {\n                        \"name\": \"plan_visibility_ocean\",\n                        \"type\": \"sea\",\n                        \"value\": 8,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"stripeProductId\": \"prod_NpuMlMOuUCRpGz\",\n                        \"_id\": \"64546c1d46bd8f753a4781ff\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_air\",\n                        \"type\": \"air\",\n                        \"value\": 5,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"stripeProductId\": \"prod_NpuMBr0p4MokNn\",\n                        \"_id\": \"64546c1d46bd8f753a478200\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_inland\",\n                        \"type\": \"land\",\n                        \"value\": -1,\n                        \"valueLabel\": \"plan_visibility_cooming_soon\",\n                        \"_id\": \"64546c1d46bd8f753a478201\"\n                    }\n                ],\n                \"__v\": 0\n            },\n            \"portDestination\": null,\n            \"portOrigin\": null,\n            \"referenceName\": \"TEST OP2\",\n            \"scacCode\": \"\",\n            \"shipmentType\": \"FCL\",\n            \"shipper\": null,\n            \"tags\": [\n                \"active\",\n                \"quick\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"automatic\"\n            ],\n            \"totalChargeableWeight\": 2,\n            \"totalVolume\": 2,\n            \"totalVolumetricWeight\": 0,\n            \"totalWeight\": 2,\n            \"trade\": \"\",\n            \"voyageNumber\": \"\",\n            \"updatedAt\": \"2023-12-21T21:33:08.838Z\",\n            \"mblVessel\": {\n                \"_id\": \"6584af5da1a71c8dfd3969cd\",\n                \"mbl\": \"HLCUSCL231043950\",\n                \"containers\": [\n                    {\n                        \"containerNumber\": \"HAMU1098576\",\n                        \"holds\": [\n                            {\n                                \"type\": \"CUSTOMS\",\n                                \"code\": \"NON-INTRUSIVE INSPECTION (NII, 7H, VACIS, X-RAY)\",\n                                \"reportedAt\": \"2023-12-20T19:46:07.951Z\",\n                                \"remarks\": \"7H\"\n                            },\n                            {\n                                \"type\": \"CUSTOMS\",\n                                \"code\": \"1H\",\n                                \"reportedAt\": \"2023-12-20T19:46:07.951Z\"\n                            }\n                        ],\n                        \"lastKnownPositionDate\": \"2023-12-16T22:44:00.000Z\",\n                        \"steamshipLine\": \"Hapag-Lloyd\",\n                        \"status\": \"DISCHARGED\",\n                        \"lastKnownPosition\": {\n                            \"coordinates\": {\n                                \"latitude\": 33.7365401,\n                                \"longitude\": -118.264982\n                            }\n                        },\n                        \"demurrage\": [\n                            {\n                                \"demurrageOwedAtPort\": \"\",\n                                \"demurrageOwedAtPortDecimal\": \"\",\n                                \"demurrageIncurred\": \"\",\n                                \"demurrageIncurredDecimal\": \"\",\n                                \"demurrageOwedAtRailStation\": \"\"\n                            }\n                        ],\n                        \"drayage\": [\n                            {\n                                \"deliveryAppointmentDate\": \"\",\n                                \"estimatedDeliveryDate\": \"\",\n                                \"drayageCarrier\": null,\n                                \"dispatchedTruckingCarrier\": \"\",\n                                \"receivingFacility\": \"\",\n                                \"pickupAppointmentDate\": \"\",\n                                \"fullOutgatedDate\": null,\n                                \"actualDeliveredDate\": null,\n                                \"emptyReturnedDate\": null\n                            }\n                        ],\n                        \"criticalDates\": [\n                            {\n                                \"confirmedOnBoardDate\": \"2023-11-18T06:01:00.000Z\",\n                                \"dischargedDate\": \"2023-12-16T22:44:00.000Z\",\n                                \"pickupAppointmentDate\": \"\",\n                                \"fullOutgatedDate\": \"\",\n                                \"lastFreeDay\": \"2024-01-20T23:59:59.999Z\",\n                                \"lastFreeDayAtRailStation\": \"\"\n                            }\n                        ]\n                    }\n                ],\n                \"vessels\": [\n                    {\n                        \"_id\": \"\",\n                        \"mmsi\": \"\",\n                        \"imo\": \"\"\n                    }\n                ],\n                \"portsPath\": [\n                    {\n                        \"origin\": \"CLSAI\",\n                        \"destination\": \"USLAX\"\n                    }\n                ],\n                \"path\": \"\",\n                \"currentVessel\": {\n                    \"mmsi\": \"\",\n                    \"imo\": \"\",\n                    \"name\": \"\"\n                },\n                \"currentPosition\": {\n                    \"lon\": -118.264982,\n                    \"lat\": 33.7365401\n                },\n                \"railCarrier\": \"\",\n                \"railScacCode\": \"\",\n                \"finalRailStation\": \"\",\n                \"finalRailfirmsCode\": \"\",\n                \"finalRailfsac\": \"\",\n                \"finalRailunlocode\": \"\",\n                \"pod\": \"CLSAI\",\n                \"originPortName\": \"SAN ANTONIO\",\n                \"pol\": \"USLAX\",\n                \"destinationPortName\": \"LOS ANGELES, CA\",\n                \"status\": \"on-time\",\n                \"originCity\": \"San Antonio\",\n                \"destinationCity\": \"Los Angeles\",\n                \"originCountry\": \"America/Santiago\",\n                \"destinationCountry\": \"America/Los_Angeles\",\n                \"eta\": \"\",\n                \"etd\": \"\",\n                \"heading\": \"\",\n                \"course\": \"\",\n                \"trackingId\": \"\",\n                \"logData\": \"\",\n                \"provider\": \"Provider1\",\n                \"transhipmentsDates\": {\n                    \"CLSAI-USLAX\": {\n                        \"ETD\": [\n                            {\n                                \"value\": \"2023-11-18T09:30:00.000Z\",\n                                \"createdAt\": \"2023-12-20T20:26:56.359Z\"\n                            }\n                        ],\n                        \"ATD\": [\n                            {\n                                \"value\": \"2023-11-18T09:30:00.000Z\",\n                                \"createdAt\": \"2023-12-20T20:26:56.359Z\"\n                            }\n                        ],\n                        \"ETA\": [\n                            {\n                                \"value\": \"2023-12-16T08:12:00.000Z\",\n                                \"createdAt\": \"2023-12-21T14:35:54.977Z\"\n                            },\n                            {\n                                \"value\": \"2023-12-16T08:12:00.000Z\",\n                                \"createdAt\": \"2023-12-21T14:35:54.977Z\"\n                            }\n                        ],\n                        \"ATA\": [\n                            {\n                                \"value\": \"2023-12-16T08:12:00.000Z\",\n                                \"createdAt\": \"2023-12-21T14:35:54.977Z\"\n                            }\n                        ]\n                    }\n                },\n                \"createdAt\": \"2023-12-20T20:26:56.429Z\",\n                \"updatedAt\": \"2023-12-20T20:38:09.059Z\"\n            },\n            \"criticalContainers\": [\n                {\n                    \"containerNumber\": \"HAMU1098576\",\n                    \"holds\": [\n                        {\n                            \"type\": \"CUSTOMS\",\n                            \"code\": \"NON-INTRUSIVE INSPECTION (NII, 7H, VACIS, X-RAY)\",\n                            \"reportedAt\": \"2023-12-20T19:46:07.951Z\",\n                            \"remarks\": \"7H\"\n                        },\n                        {\n                            \"type\": \"CUSTOMS\",\n                            \"code\": \"1H\",\n                            \"reportedAt\": \"2023-12-20T19:46:07.951Z\"\n                        }\n                    ],\n                    \"lastKnownPositionDate\": \"2023-12-16T22:44:00.000Z\",\n                    \"steamshipLine\": \"Hapag-Lloyd\",\n                    \"status\": \"DISCHARGED\",\n                    \"lastKnownPosition\": {\n                        \"coordinates\": {\n                            \"latitude\": 33.7365401,\n                            \"longitude\": -118.264982\n                        }\n                    },\n                    \"demurrage\": [\n                        {\n                            \"demurrageOwedAtPort\": \"\",\n                            \"demurrageOwedAtPortDecimal\": \"\",\n                            \"demurrageIncurred\": \"\",\n                            \"demurrageIncurredDecimal\": \"\",\n                            \"demurrageOwedAtRailStation\": \"\"\n                        }\n                    ],\n                    \"drayage\": [\n                        {\n                            \"deliveryAppointmentDate\": \"\",\n                            \"estimatedDeliveryDate\": \"\",\n                            \"drayageCarrier\": null,\n                            \"dispatchedTruckingCarrier\": \"\",\n                            \"receivingFacility\": \"\",\n                            \"pickupAppointmentDate\": \"\",\n                            \"fullOutgatedDate\": null,\n                            \"actualDeliveredDate\": null,\n                            \"emptyReturnedDate\": null\n                        }\n                    ],\n                    \"criticalDates\": [\n                        {\n                            \"confirmedOnBoardDate\": \"2023-11-18T06:01:00.000Z\",\n                            \"dischargedDate\": \"2023-12-16T22:44:00.000Z\",\n                            \"pickupAppointmentDate\": \"\",\n                            \"fullOutgatedDate\": \"\",\n                            \"lastFreeDay\": \"2024-01-20T23:59:59.999Z\",\n                            \"lastFreeDayAtRailStation\": \"\"\n                        }\n                    ]\n                }\n            ],\n            \"isAlert\": true,\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Customer1\",\n            \"fullMbl\": \"HLCUSCL231043950\",\n            \"fullHBL\": \"\",\n            \"isFavoriteStr\": \"false\",\n            \"idNumber\": {\n                \"if\": true,\n                \"then\": 233,\n                \"else\": null\n            },\n            \"critical\": {\n                \"containerNumber\": \"HAMU1098576\",\n                \"holds\": [\n                    {\n                        \"type\": \"CUSTOMS\",\n                        \"code\": \"NON-INTRUSIVE INSPECTION (NII, 7H, VACIS, X-RAY)\",\n                        \"reportedAt\": \"2023-12-20T19:46:07.951Z\",\n                        \"remarks\": \"7H\"\n                    },\n                    {\n                        \"type\": \"CUSTOMS\",\n                        \"code\": \"1H\",\n                        \"reportedAt\": \"2023-12-20T19:46:07.951Z\"\n                    }\n                ],\n                \"lastKnownPositionDate\": \"2023-12-16T22:44:00.000Z\",\n                \"steamshipLine\": \"Hapag-Lloyd\",\n                \"status\": \"DISCHARGED\",\n                \"lastKnownPosition\": {\n                    \"coordinates\": {\n                        \"latitude\": 33.7365401,\n                        \"longitude\": -118.264982\n                    }\n                },\n                \"demurrage\": [\n                    {\n                        \"demurrageOwedAtPort\": \"\",\n                        \"demurrageOwedAtPortDecimal\": \"\",\n                        \"demurrageIncurred\": \"\",\n                        \"demurrageIncurredDecimal\": \"\",\n                        \"demurrageOwedAtRailStation\": \"\"\n                    }\n                ],\n                \"drayage\": [\n                    {\n                        \"deliveryAppointmentDate\": \"\",\n                        \"estimatedDeliveryDate\": \"\",\n                        \"drayageCarrier\": null,\n                        \"dispatchedTruckingCarrier\": \"\",\n                        \"receivingFacility\": \"\",\n                        \"pickupAppointmentDate\": \"\",\n                        \"fullOutgatedDate\": null,\n                        \"actualDeliveredDate\": null,\n                        \"emptyReturnedDate\": null\n                    }\n                ],\n                \"criticalDates\": [\n                    {\n                        \"confirmedOnBoardDate\": \"2023-11-18T06:01:00.000Z\",\n                        \"dischargedDate\": \"2023-12-16T22:44:00.000Z\",\n                        \"pickupAppointmentDate\": \"\",\n                        \"fullOutgatedDate\": \"\",\n                        \"lastFreeDay\": \"2024-01-20T23:59:59.999Z\",\n                        \"lastFreeDayAtRailStation\": \"\"\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"6571d72ddd2c09ed1aa671b0\",\n            \"shipmentId\": \"M229_CANAD-_COLOMBIA_FAK\",\n            \"__v\": 0,\n            \"accessorials\": [],\n            \"agent\": null,\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"bookingNumber\": \"\",\n            \"commodity\": \"FAK\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"email\": \"pedro.holgin+shipper1@cargologik.com\",\n                \"__v\": 0,\n                \"aceptTerms\": false,\n                \"approved\": {\n                    \"status\": true\n                },\n                \"automaticQuote\": false,\n                \"collaborate\": false,\n                \"createdAt\": \"2023-06-23T22:27:32.207Z\",\n                \"disable\": false,\n                \"indexBooking\": 11,\n                \"indexQuote\": 57,\n                \"indexShipment\": 34,\n                \"integrations\": {\n                    \"Integration1\": {\n                        \"status\": false\n                    },\n                    \"seaboard\": {\n                        \"status\": false\n                    }\n                },\n                \"language\": \"en\",\n                \"metricSystem\": {\n                    \"length\": \"m\",\n                    \"temperature\": \"c\",\n                    \"volume\": \"m3\",\n                    \"weight\": \"kg\"\n                },\n                \"name\": \"Shipper Pedro\",\n                \"onboarded\": true,\n                \"planVisibilityExceptions\": [\n                    \"6571d62cdd2c09ed1aa63dd4\"\n                ],\n                \"planHistory\": [\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d618\",\n                        \"date\": \"2023-06-23T22:41:20.712Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d612\",\n                        \"date\": \"2024-01-26T22:12:55.679Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d60f\",\n                        \"date\": \"2024-01-26T22:16:01.180Z\"\n                    }\n                ],\n                \"planVisibilityHistory\": [\n                    {\n                        \"_id\": \"6571d62cdd2c09ed1aa63dd4\",\n                        \"date\": \"2024-01-26T22:12:33.942Z\"\n                    }\n                ],\n                \"status\": \"active\",\n                \"type\": \"shipper\",\n                \"typeShipper\": [\n                    \"shipper\",\n                    \"consignee\",\n                    \"importer\"\n                ],\n                \"planVisibility\": \"6571d62cdd2c09ed1aa63dd4\",\n                \"currentPlan\": \"64557b162ab9d195ef57d60f\",\n                \"joinDate\": \"2023-06-23T22:41:20.712Z\",\n                \"tenant\": \"64961f8c8da8d89e404a941b\",\n                \"updatedAt\": \"2024-03-19T21:45:21.282Z\",\n                \"updateUser\": \"649618800b7497f3261b426f\",\n                \"country\": \"Antarctica\",\n                \"countryPhoneCode\": \"co\",\n                \"phone\": \"319 7733185\",\n                \"isDemo\": true\n            },\n            \"configTracking\": \"mbl\",\n            \"consignee\": null,\n            \"containersNumber\": [],\n            \"createdAt\": \"2023-12-07T14:31:09.001Z\",\n            \"creationUser\": {\n                \"_id\": \"649618800b7497f3261b426f\",\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                \"mainContact\": true,\n                \"jobTitle\": \"\",\n                \"countryPhoneCode\": \"us\",\n                \"phone\": \"(201) 454-5454\",\n                \"sendEmail\": true,\n                \"changePasswordRequired\": false,\n                \"introduced\": true,\n                \"urlPhotoProfile\": \"\",\n                \"joinDate\": \"2023-11-02T15:58:30.012Z\",\n                \"rates\": true,\n                \"disable\": false,\n                \"password\": \"$2a$10$DQtuNKPcrsS7ZkFStQIrWu/QGH/ezfaGPYGAvgVASM5ax8BDdQ2eW\",\n                \"createdAt\": \"2023-06-23T22:11:12.970Z\",\n                \"__v\": 0,\n                \"updateUser\": \"649618800b7497f3261b426f\",\n                \"updatedAt\": \"2024-01-29T15:57:31.351Z\",\n                \"devices\": [],\n                \"country\": \"United States\",\n                \"sortEvents\": \"asc\",\n                \"historyLogin\": [\n                    \"2023-10-18T21:32:59.352Z\",\n                    \"2023-10-18T22:03:40.792Z\",\n                    \"2023-10-18T22:13:10.673Z\",\n                    \"2023-10-18T23:20:31.506Z\",\n                    \"2023-10-18T23:21:46.490Z\",\n                    \"2023-10-19T12:57:47.395Z\",\n                    \"2023-10-19T20:06:38.000Z\",\n                    \"2023-10-19T20:25:10.220Z\",\n                    \"2023-10-19T20:32:56.424Z\",\n                    \"2023-10-20T12:37:45.023Z\",\n                    \"2023-10-20T12:38:39.160Z\",\n                    \"2023-10-20T19:38:12.502Z\",\n                    \"2023-10-20T19:53:45.169Z\",\n                    \"2023-10-20T22:32:08.737Z\",\n                    \"2023-10-20T22:54:32.143Z\",\n                    \"2023-10-21T00:55:20.597Z\",\n                    \"2023-10-23T13:46:23.112Z\",\n                    \"2023-10-23T13:55:29.682Z\",\n                    \"2023-10-23T15:19:28.320Z\",\n                    \"2023-10-23T16:06:27.320Z\",\n                    \"2023-10-23T16:15:36.065Z\",\n                    \"2023-10-23T19:23:47.052Z\",\n                    \"2023-10-24T13:37:09.603Z\",\n                    \"2023-10-24T13:38:27.239Z\",\n                    \"2023-10-24T20:17:03.247Z\",\n                    \"2023-10-24T21:57:50.169Z\",\n                    \"2023-10-25T14:51:41.621Z\",\n                    \"2023-10-25T19:22:55.557Z\",\n                    \"2023-10-26T13:59:56.503Z\",\n                    \"2023-10-26T19:03:21.121Z\",\n                    \"2023-10-26T19:09:06.041Z\",\n                    \"2023-10-26T19:15:31.823Z\",\n                    \"2023-10-27T13:21:00.663Z\",\n                    \"2023-10-27T13:21:40.584Z\",\n                    \"2023-10-27T14:29:57.041Z\",\n                    \"2023-10-27T14:38:09.367Z\",\n                    \"2023-10-27T14:52:45.444Z\",\n                    \"2023-10-27T16:06:46.595Z\",\n                    \"2023-10-27T19:20:32.329Z\",\n                    \"2023-10-28T14:29:10.012Z\",\n                    \"2023-10-30T14:09:27.041Z\",\n                    \"2023-10-30T19:37:19.625Z\",\n                    \"2023-10-30T20:50:37.668Z\",\n                    \"2023-10-30T21:48:38.062Z\",\n                    \"2023-10-30T22:02:36.870Z\",\n                    \"2023-10-31T13:19:52.695Z\",\n                    \"2023-10-31T19:58:50.228Z\",\n                    \"2023-10-31T20:04:32.094Z\",\n                    \"2023-10-31T21:28:36.745Z\",\n                    \"2023-11-01T13:16:26.199Z\",\n                    \"2023-11-01T15:28:08.744Z\",\n                    \"2023-11-01T16:29:21.947Z\",\n                    \"2023-11-01T19:18:56.844Z\",\n                    \"2023-11-02T15:20:22.419Z\",\n                    \"2023-11-02T19:40:02.728Z\",\n                    \"2023-11-02T20:40:40.747Z\",\n                    \"2023-11-02T21:40:00.946Z\",\n                    \"2023-11-03T13:17:33.425Z\",\n                    \"2023-11-03T14:25:27.058Z\",\n                    \"2023-11-03T19:55:56.910Z\",\n                    \"2023-11-04T18:07:41.215Z\",\n                    \"2023-11-07T14:43:22.031Z\",\n                    \"2023-11-07T14:57:08.556Z\",\n                    \"2023-11-07T15:50:38.304Z\",\n                    \"2023-11-07T15:53:25.524Z\",\n                    \"2023-11-07T16:55:27.783Z\",\n                    \"2023-11-07T20:04:57.735Z\",\n                    \"2023-11-07T22:45:19.128Z\",\n                    \"2023-11-08T13:44:41.430Z\",\n                    \"2023-11-08T20:23:46.753Z\",\n                    \"2023-11-08T21:01:06.355Z\",\n                    \"2023-11-09T13:29:23.859Z\",\n                    \"2023-11-09T19:57:03.377Z\",\n                    \"2023-11-09T20:04:03.000Z\",\n                    \"2023-11-09T21:13:33.859Z\",\n                    \"2023-11-10T19:27:27.079Z\",\n                    \"2023-11-10T22:25:35.588Z\",\n                    \"2023-11-14T13:44:45.878Z\",\n                    \"2023-11-14T19:41:31.102Z\",\n                    \"2023-11-14T22:39:29.947Z\",\n                    \"2023-11-14T22:39:44.413Z\",\n                    \"2023-11-15T15:59:14.163Z\",\n                    \"2023-11-15T16:01:55.195Z\",\n                    \"2023-11-15T16:04:29.455Z\",\n                    \"2023-11-15T16:13:57.729Z\",\n                    \"2023-11-15T19:07:52.456Z\",\n                    \"2023-11-15T19:15:28.459Z\",\n                    \"2023-11-15T19:18:26.216Z\",\n                    \"2023-11-15T21:42:57.729Z\",\n                    \"2023-11-15T21:43:35.901Z\",\n                    \"2023-11-16T14:50:41.016Z\",\n                    \"2023-11-16T17:07:03.405Z\",\n                    \"2023-11-16T19:21:36.709Z\",\n                    \"2023-11-16T19:22:15.014Z\",\n                    \"2023-11-16T19:25:40.864Z\",\n                    \"2023-11-17T13:09:29.959Z\",\n                    \"2023-11-17T13:56:47.962Z\",\n                    \"2023-11-17T19:23:42.976Z\",\n                    \"2023-11-17T21:06:27.280Z\",\n                    \"2023-11-19T17:02:36.923Z\",\n                    \"2023-11-19T17:23:09.928Z\",\n                    \"2023-11-19T18:54:18.955Z\",\n                    \"2023-11-20T13:08:34.008Z\",\n                    \"2023-11-20T13:59:27.763Z\",\n                    \"2023-11-20T19:15:12.677Z\",\n                    \"2023-11-20T20:40:20.514Z\",\n                    \"2023-11-21T01:01:58.827Z\",\n                    \"2023-11-21T13:15:17.018Z\",\n                    \"2023-11-21T13:43:37.825Z\",\n                    \"2023-11-21T14:32:50.116Z\",\n                    \"2023-11-21T14:39:53.175Z\",\n                    \"2023-11-21T15:28:33.622Z\",\n                    \"2023-11-21T22:58:42.458Z\",\n                    \"2023-11-22T14:11:56.376Z\",\n                    \"2023-11-22T14:53:48.448Z\",\n                    \"2023-11-22T19:13:31.601Z\",\n                    \"2023-11-22T19:35:58.914Z\",\n                    \"2023-11-22T19:47:02.784Z\",\n                    \"2023-11-22T21:53:33.401Z\",\n                    \"2023-11-22T22:21:45.571Z\",\n                    \"2023-11-23T14:09:47.954Z\",\n                    \"2023-11-23T19:37:59.147Z\",\n                    \"2023-11-23T19:48:23.701Z\",\n                    \"2023-11-23T20:07:50.392Z\",\n                    \"2023-11-23T21:02:04.117Z\",\n                    \"2023-11-24T13:25:11.935Z\",\n                    \"2023-11-24T13:29:36.219Z\",\n                    \"2023-11-24T19:16:03.323Z\",\n                    \"2023-11-24T19:19:00.479Z\",\n                    \"2023-11-24T19:19:01.413Z\",\n                    \"2023-11-27T13:41:29.926Z\",\n                    \"2023-11-27T14:14:46.732Z\",\n                    \"2023-11-27T19:31:53.725Z\",\n                    \"2023-11-28T13:48:27.536Z\",\n                    \"2023-11-28T18:02:24.891Z\",\n                    \"2023-11-28T19:04:28.748Z\",\n                    \"2023-11-28T20:02:00.639Z\",\n                    \"2023-11-28T20:12:38.908Z\",\n                    \"2023-11-28T22:00:14.535Z\",\n                    \"2023-11-29T14:17:18.602Z\",\n                    \"2023-11-29T19:15:05.142Z\",\n                    \"2023-11-30T00:01:36.623Z\",\n                    \"2023-11-30T13:01:09.102Z\",\n                    \"2023-11-30T15:41:34.345Z\",\n                    \"2023-11-30T16:25:12.332Z\",\n                    \"2023-11-30T19:24:59.541Z\",\n                    \"2023-11-30T20:17:11.751Z\",\n                    \"2023-11-30T21:02:35.799Z\",\n                    \"2023-11-30T22:19:42.309Z\",\n                    \"2023-11-30T23:00:54.704Z\",\n                    \"2023-11-30T23:02:00.436Z\",\n                    \"2023-11-30T23:05:28.179Z\",\n                    \"2023-12-01T14:12:43.212Z\",\n                    \"2023-12-01T16:02:28.975Z\",\n                    \"2023-12-01T18:00:38.354Z\",\n                    \"2023-12-01T19:28:28.578Z\",\n                    \"2023-12-01T19:40:01.833Z\",\n                    \"2023-12-01T19:56:40.166Z\",\n                    \"2023-12-01T20:01:40.498Z\",\n                    \"2023-12-04T15:23:59.497Z\",\n                    \"2023-12-05T12:41:04.526Z\",\n                    \"2023-12-05T19:42:56.640Z\",\n                    \"2023-12-05T19:43:23.341Z\",\n                    \"2023-12-05T20:31:24.142Z\",\n                    \"2023-12-05T20:34:25.179Z\",\n                    \"2023-12-05T20:38:44.037Z\",\n                    \"2023-12-05T20:41:30.202Z\",\n                    \"2023-12-05T20:52:00.809Z\",\n                    \"2023-12-05T20:53:30.696Z\",\n                    \"2023-12-05T21:00:42.414Z\",\n                    \"2023-12-05T22:37:54.840Z\",\n                    \"2023-12-05T22:38:02.636Z\",\n                    \"2023-12-06T13:40:41.398Z\",\n                    \"2023-12-06T13:41:00.471Z\",\n                    \"2023-12-06T14:44:22.982Z\",\n                    \"2023-12-06T14:47:42.088Z\",\n                    \"2023-12-06T14:56:53.881Z\",\n                    \"2023-12-06T15:02:25.113Z\",\n                    \"2023-12-06T15:06:37.822Z\",\n                    \"2023-12-06T18:23:25.405Z\",\n                    \"2023-12-06T19:30:36.951Z\",\n                    \"2023-12-06T20:36:47.332Z\",\n                    \"2023-12-07T14:03:22.018Z\",\n                    \"2023-12-07T20:24:32.034Z\",\n                    \"2023-12-07T23:53:17.902Z\",\n                    \"2023-12-08T13:26:26.225Z\",\n                    \"2023-12-08T19:03:09.053Z\",\n                    \"2023-12-09T05:34:22.255Z\",\n                    \"2023-12-09T15:09:19.834Z\",\n                    \"2023-12-11T13:53:58.986Z\",\n                    \"2023-12-11T20:23:28.901Z\",\n                    \"2023-12-12T13:37:36.945Z\",\n                    \"2023-12-12T13:38:13.274Z\",\n                    \"2023-12-12T14:59:40.664Z\",\n                    \"2023-12-12T19:32:36.808Z\",\n                    \"2023-12-13T13:57:05.161Z\",\n                    \"2023-12-13T15:59:20.427Z\",\n                    \"2023-12-13T18:55:32.295Z\",\n                    \"2023-12-14T16:04:44.536Z\",\n                    \"2023-12-14T19:49:56.023Z\",\n                    \"2023-12-15T13:34:18.901Z\",\n                    \"2023-12-15T19:51:08.765Z\",\n                    \"2023-12-15T20:02:10.116Z\",\n                    \"2023-12-18T15:09:17.632Z\",\n                    \"2023-12-18T15:18:31.271Z\",\n                    \"2023-12-18T19:14:57.208Z\",\n                    \"2023-12-19T13:28:42.671Z\",\n                    \"2023-12-19T15:57:13.995Z\",\n                    \"2023-12-19T20:16:09.530Z\",\n                    \"2023-12-19T22:48:33.981Z\",\n                    \"2023-12-20T13:07:18.851Z\",\n                    \"2023-12-20T13:11:11.920Z\",\n                    \"2023-12-20T14:00:32.766Z\",\n                    \"2023-12-20T15:38:00.189Z\",\n                    \"2023-12-20T19:18:46.800Z\",\n                    \"2023-12-20T23:22:17.536Z\",\n                    \"2023-12-20T23:25:04.207Z\",\n                    \"2023-12-20T23:25:42.627Z\",\n                    \"2023-12-21T12:35:39.970Z\",\n                    \"2023-12-21T14:19:41.478Z\",\n                    \"2023-12-21T17:10:51.357Z\",\n                    \"2023-12-21T20:15:52.132Z\",\n                    \"2023-12-22T14:01:06.781Z\",\n                    \"2023-12-25T22:13:45.568Z\",\n                    \"2023-12-26T13:07:16.957Z\",\n                    \"2023-12-26T13:54:50.172Z\",\n                    \"2023-12-26T21:13:42.400Z\",\n                    \"2023-12-27T13:24:59.657Z\",\n                    \"2023-12-27T19:01:54.723Z\",\n                    \"2023-12-28T13:03:21.600Z\",\n                    \"2023-12-28T17:21:09.066Z\",\n                    \"2023-12-28T19:19:37.732Z\",\n                    \"2023-12-28T19:41:34.757Z\",\n                    \"2023-12-28T19:44:03.015Z\",\n                    \"2023-12-28T21:21:42.957Z\",\n                    \"2023-12-29T13:53:45.228Z\",\n                    \"2023-12-29T20:11:22.079Z\",\n                    \"2024-01-02T14:25:31.563Z\",\n                    \"2024-01-02T19:24:02.988Z\",\n                    \"2024-01-02T19:37:35.581Z\",\n                    \"2024-01-03T13:14:24.628Z\",\n                    \"2024-01-03T19:51:34.015Z\",\n                    \"2024-01-03T22:47:23.263Z\",\n                    \"2024-01-04T13:47:06.572Z\",\n                    \"2024-01-04T14:32:33.265Z\",\n                    \"2024-01-04T18:53:29.843Z\",\n                    \"2024-01-05T12:26:11.470Z\",\n                    \"2024-01-05T20:37:03.257Z\",\n                    \"2024-01-05T21:17:18.753Z\",\n                    \"2024-01-05T21:23:34.424Z\",\n                    \"2024-01-07T00:36:49.478Z\",\n                    \"2024-01-08T03:54:48.167Z\",\n                    \"2024-01-09T14:09:13.865Z\",\n                    \"2024-01-09T14:33:17.362Z\",\n                    \"2024-01-09T14:34:46.775Z\",\n                    \"2024-01-09T16:13:44.868Z\",\n                    \"2024-01-09T16:26:50.518Z\",\n                    \"2024-01-09T16:42:51.214Z\",\n                    \"2024-01-09T20:20:54.801Z\",\n                    \"2024-01-09T20:50:40.620Z\",\n                    \"2024-01-09T21:22:29.830Z\",\n                    \"2024-01-09T21:24:33.589Z\",\n                    \"2024-01-09T21:44:03.672Z\",\n                    \"2024-01-09T23:40:08.553Z\",\n                    \"2024-01-09T23:40:40.933Z\",\n                    \"2024-01-10T02:35:30.431Z\",\n                    \"2024-01-10T13:11:43.144Z\",\n                    \"2024-01-10T13:39:41.172Z\",\n                    \"2024-01-10T15:17:06.099Z\",\n                    \"2024-01-10T19:34:51.508Z\",\n                    \"2024-01-10T20:24:25.359Z\",\n                    \"2024-01-11T00:51:01.833Z\",\n                    \"2024-01-11T12:45:01.768Z\",\n                    \"2024-01-11T13:45:51.831Z\",\n                    \"2024-01-11T19:52:43.804Z\",\n                    \"2024-01-11T20:20:47.739Z\",\n                    \"2024-01-12T03:42:27.828Z\",\n                    \"2024-01-12T13:39:49.216Z\",\n                    \"2024-01-12T15:35:16.004Z\",\n                    \"2024-01-12T19:29:40.437Z\",\n                    \"2024-01-12T20:12:49.224Z\",\n                    \"2024-01-15T14:17:00.104Z\",\n                    \"2024-01-15T15:16:49.919Z\",\n                    \"2024-01-15T19:22:53.260Z\",\n                    \"2024-01-15T20:47:01.302Z\",\n                    \"2024-01-15T21:10:23.137Z\",\n                    \"2024-01-16T02:39:16.337Z\",\n                    \"2024-01-16T14:48:48.892Z\",\n                    \"2024-01-16T15:19:23.436Z\",\n                    \"2024-01-16T15:19:59.107Z\",\n                    \"2024-01-16T19:02:10.716Z\",\n                    \"2024-01-16T20:18:04.810Z\",\n                    \"2024-01-16T22:52:29.482Z\",\n                    \"2024-01-16T23:21:06.757Z\",\n                    \"2024-01-17T01:19:58.102Z\",\n                    \"2024-01-17T13:34:04.136Z\",\n                    \"2024-01-17T14:27:46.810Z\",\n                    \"2024-01-17T15:53:16.406Z\",\n                    \"2024-01-17T18:44:20.535Z\",\n                    \"2024-01-17T20:12:09.684Z\",\n                    \"2024-01-17T20:13:55.378Z\",\n                    \"2024-01-17T21:17:57.515Z\",\n                    \"2024-01-18T13:32:12.972Z\",\n                    \"2024-01-18T13:37:43.468Z\",\n                    \"2024-01-18T19:11:32.185Z\",\n                    \"2024-01-18T19:39:57.068Z\",\n                    \"2024-01-18T20:04:41.812Z\",\n                    \"2024-01-19T13:58:14.913Z\",\n                    \"2024-01-19T15:38:19.021Z\",\n                    \"2024-01-19T20:03:02.815Z\",\n                    \"2024-01-20T18:27:51.271Z\",\n                    \"2024-01-21T21:07:59.877Z\",\n                    \"2024-01-22T13:24:14.115Z\",\n                    \"2024-01-22T15:39:34.871Z\",\n                    \"2024-01-22T21:33:58.232Z\",\n                    \"2024-01-23T13:23:45.804Z\",\n                    \"2024-01-23T17:59:58.455Z\",\n                    \"2024-01-23T21:06:23.421Z\",\n                    \"2024-01-23T21:20:30.811Z\",\n                    \"2024-01-23T21:34:46.192Z\",\n                    \"2024-01-24T04:43:00.731Z\",\n                    \"2024-01-24T15:32:51.917Z\",\n                    \"2024-01-24T16:31:14.397Z\",\n                    \"2024-01-24T18:05:36.320Z\",\n                    \"2024-01-24T21:30:11.385Z\",\n                    \"2024-01-24T22:35:01.141Z\",\n                    \"2024-01-25T14:42:40.060Z\",\n                    \"2024-01-25T19:20:12.931Z\",\n                    \"2024-01-25T21:38:33.452Z\",\n                    \"2024-01-26T05:24:33.242Z\",\n                    \"2024-01-26T14:49:32.730Z\",\n                    \"2024-01-26T15:21:31.149Z\",\n                    \"2024-01-26T19:45:31.395Z\",\n                    \"2024-01-27T18:23:39.304Z\",\n                    \"2024-01-27T18:23:51.863Z\",\n                    \"2024-01-27T23:49:56.670Z\",\n                    \"2024-01-28T00:34:43.233Z\",\n                    \"2024-01-28T03:03:50.280Z\",\n                    \"2024-01-28T03:09:15.861Z\",\n                    \"2024-01-29T13:34:56.870Z\",\n                    \"2024-01-29T13:50:03.367Z\",\n                    \"2024-01-29T15:38:23.453Z\",\n                    \"2024-01-29T19:18:57.695Z\",\n                    \"2024-01-29T19:50:02.071Z\",\n                    \"2024-01-30T03:00:19.607Z\",\n                    \"2024-01-30T03:02:51.246Z\",\n                    \"2024-01-30T14:00:18.155Z\",\n                    \"2024-01-30T14:19:57.567Z\",\n                    \"2024-01-30T15:00:30.447Z\",\n                    \"2024-01-30T15:09:28.500Z\",\n                    \"2024-01-30T19:54:58.077Z\",\n                    \"2024-01-30T20:22:21.014Z\",\n                    \"2024-01-31T13:30:13.764Z\",\n                    \"2024-01-31T14:11:18.881Z\",\n                    \"2024-01-31T19:21:44.558Z\",\n                    \"2024-01-31T21:38:01.279Z\",\n                    \"2024-02-01T13:18:22.164Z\",\n                    \"2024-02-01T13:51:33.106Z\",\n                    \"2024-02-01T16:53:24.481Z\",\n                    \"2024-02-01T16:59:56.368Z\",\n                    \"2024-02-01T17:08:43.488Z\",\n                    \"2024-02-01T17:14:45.476Z\",\n                    \"2024-02-01T18:48:56.868Z\",\n                    \"2024-02-01T19:10:11.838Z\",\n                    \"2024-02-01T19:41:18.930Z\",\n                    \"2024-02-01T21:24:09.346Z\",\n                    \"2024-02-02T15:09:27.543Z\",\n                    \"2024-02-02T15:12:28.497Z\",\n                    \"2024-02-02T16:31:24.741Z\",\n                    \"2024-02-02T20:31:23.186Z\",\n                    \"2024-02-02T20:55:17.825Z\",\n                    \"2024-02-03T22:51:57.356Z\",\n                    \"2024-02-05T19:14:18.627Z\",\n                    \"2024-02-05T20:56:26.082Z\",\n                    \"2024-02-06T13:15:43.894Z\",\n                    \"2024-02-06T13:39:31.233Z\",\n                    \"2024-02-06T19:34:24.238Z\",\n                    \"2024-02-06T23:47:13.393Z\",\n                    \"2024-02-07T13:13:26.040Z\",\n                    \"2024-02-07T19:37:46.426Z\",\n                    \"2024-02-07T20:34:53.110Z\",\n                    \"2024-02-07T20:36:06.614Z\",\n                    \"2024-02-07T20:37:34.434Z\",\n                    \"2024-02-07T20:40:02.437Z\",\n                    \"2024-02-08T15:31:39.947Z\",\n                    \"2024-02-08T19:25:15.591Z\",\n                    \"2024-02-08T19:25:34.236Z\",\n                    \"2024-02-08T21:01:47.739Z\",\n                    \"2024-02-09T03:33:53.708Z\",\n                    \"2024-02-09T04:34:40.683Z\",\n                    \"2024-02-09T14:02:41.781Z\",\n                    \"2024-02-09T14:56:48.227Z\",\n                    \"2024-02-09T15:03:45.450Z\",\n                    \"2024-02-09T19:38:05.293Z\",\n                    \"2024-02-09T19:51:08.456Z\",\n                    \"2024-02-12T04:15:53.953Z\",\n                    \"2024-02-12T13:30:21.498Z\",\n                    \"2024-02-12T13:59:53.313Z\",\n                    \"2024-02-13T13:04:12.561Z\",\n                    \"2024-02-13T19:20:42.271Z\",\n                    \"2024-02-13T21:27:53.207Z\",\n                    \"2024-02-14T14:28:31.222Z\",\n                    \"2024-02-14T14:37:43.993Z\",\n                    \"2024-02-14T15:44:25.735Z\",\n                    \"2024-02-14T16:06:20.662Z\",\n                    \"2024-02-14T18:20:18.014Z\",\n                    \"2024-02-14T18:59:16.772Z\",\n                    \"2024-02-15T12:47:31.200Z\",\n                    \"2024-02-15T15:28:08.618Z\",\n                    \"2024-02-15T19:29:10.529Z\",\n                    \"2024-02-15T20:54:38.842Z\",\n                    \"2024-02-16T02:57:01.416Z\",\n                    \"2024-02-16T02:57:59.492Z\",\n                    \"2024-02-16T13:25:08.243Z\",\n                    \"2024-02-16T13:40:27.923Z\",\n                    \"2024-02-16T14:07:44.819Z\",\n                    \"2024-02-16T17:39:09.710Z\",\n                    \"2024-02-16T21:25:23.854Z\",\n                    \"2024-02-19T14:01:54.057Z\",\n                    \"2024-02-19T14:04:51.348Z\",\n                    \"2024-02-19T17:10:19.877Z\",\n                    \"2024-02-19T19:00:54.326Z\",\n                    \"2024-02-19T20:44:54.999Z\",\n                    \"2024-02-19T21:22:31.425Z\",\n                    \"2024-02-19T21:42:20.994Z\",\n                    \"2024-02-19T21:43:55.057Z\",\n                    \"2024-02-20T13:27:30.353Z\",\n                    \"2024-02-20T14:22:18.674Z\",\n                    \"2024-02-20T18:11:03.177Z\",\n                    \"2024-02-20T20:30:35.215Z\",\n                    \"2024-02-20T22:40:01.796Z\",\n                    \"2024-02-21T03:56:08.485Z\",\n                    \"2024-02-21T13:11:11.710Z\",\n                    \"2024-02-21T14:31:27.949Z\",\n                    \"2024-02-21T19:47:21.936Z\",\n                    \"2024-02-21T21:54:03.916Z\",\n                    \"2024-02-22T13:16:33.881Z\",\n                    \"2024-02-22T13:33:04.148Z\",\n                    \"2024-02-22T16:09:07.459Z\",\n                    \"2024-02-22T20:27:54.776Z\",\n                    \"2024-02-22T21:33:29.042Z\",\n                    \"2024-02-23T03:21:12.861Z\",\n                    \"2024-02-23T13:41:38.934Z\",\n                    \"2024-02-23T13:45:33.192Z\",\n                    \"2024-02-23T23:03:46.213Z\",\n                    \"2024-02-24T03:43:38.460Z\",\n                    \"2024-02-24T13:47:00.325Z\",\n                    \"2024-02-26T13:13:14.404Z\",\n                    \"2024-02-26T14:45:18.350Z\",\n                    \"2024-02-26T20:25:29.918Z\",\n                    \"2024-02-26T21:14:50.435Z\",\n                    \"2024-02-27T03:18:02.246Z\",\n                    \"2024-02-27T13:26:17.987Z\",\n                    \"2024-02-27T14:24:09.155Z\",\n                    \"2024-02-27T16:52:04.775Z\",\n                    \"2024-02-27T16:53:36.100Z\",\n                    \"2024-02-27T19:44:20.658Z\",\n                    \"2024-02-27T20:04:06.194Z\",\n                    \"2024-02-28T03:14:14.095Z\",\n                    \"2024-02-28T13:28:18.630Z\",\n                    \"2024-02-28T14:10:56.934Z\",\n                    \"2024-02-28T18:48:24.868Z\",\n                    \"2024-02-28T19:02:20.893Z\",\n                    \"2024-02-28T20:42:24.072Z\",\n                    \"2024-02-28T22:31:59.376Z\",\n                    \"2024-02-29T00:41:41.649Z\",\n                    \"2024-02-29T13:01:02.273Z\",\n                    \"2024-02-29T14:01:41.534Z\",\n                    \"2024-02-29T16:48:14.013Z\",\n                    \"2024-03-01T00:35:37.391Z\",\n                    \"2024-03-01T13:23:27.596Z\",\n                    \"2024-03-01T14:09:17.401Z\",\n                    \"2024-03-01T16:11:26.449Z\",\n                    \"2024-03-01T17:49:02.102Z\",\n                    \"2024-03-01T19:45:58.034Z\",\n                    \"2024-03-04T04:13:24.760Z\",\n                    \"2024-03-04T05:34:30.097Z\",\n                    \"2024-03-04T15:23:19.800Z\",\n                    \"2024-03-04T16:12:41.165Z\",\n                    \"2024-03-04T16:39:29.292Z\",\n                    \"2024-03-04T17:51:00.487Z\",\n                    \"2024-03-04T19:20:27.182Z\",\n                    \"2024-03-04T21:39:15.450Z\",\n                    \"2024-03-05T13:19:33.078Z\",\n                    \"2024-03-05T14:37:05.663Z\",\n                    \"2024-03-05T17:50:43.488Z\",\n                    \"2024-03-05T19:33:39.770Z\",\n                    \"2024-03-05T19:43:26.697Z\",\n                    \"2024-03-06T09:23:19.613Z\",\n                    \"2024-03-06T09:25:07.887Z\",\n                    \"2024-03-06T11:28:01.175Z\",\n                    \"2024-03-06T15:12:47.969Z\",\n                    \"2024-03-06T15:44:11.271Z\",\n                    \"2024-03-06T20:07:13.570Z\",\n                    \"2024-03-06T20:25:56.202Z\",\n                    \"2024-03-06T21:08:49.203Z\",\n                    \"2024-03-06T21:56:31.732Z\",\n                    \"2024-03-06T22:01:51.969Z\",\n                    \"2024-03-07T04:06:03.553Z\",\n                    \"2024-03-07T05:11:53.819Z\",\n                    \"2024-03-07T13:17:32.515Z\",\n                    \"2024-03-07T13:38:04.192Z\",\n                    \"2024-03-07T14:17:10.575Z\",\n                    \"2024-03-07T18:52:47.416Z\",\n                    \"2024-03-07T18:56:43.268Z\",\n                    \"2024-03-07T20:38:36.555Z\",\n                    \"2024-03-07T22:35:58.557Z\",\n                    \"2024-03-08T13:39:55.147Z\",\n                    \"2024-03-08T13:41:58.423Z\",\n                    \"2024-03-08T14:17:57.222Z\",\n                    \"2024-03-08T15:54:48.186Z\",\n                    \"2024-03-08T21:33:37.574Z\",\n                    \"2024-03-09T20:39:47.446Z\",\n                    \"2024-03-10T02:27:50.799Z\",\n                    \"2024-03-11T14:07:51.747Z\",\n                    \"2024-03-11T14:46:18.811Z\",\n                    \"2024-03-11T16:01:12.714Z\",\n                    \"2024-03-11T19:27:35.979Z\",\n                    \"2024-03-12T14:06:36.403Z\",\n                    \"2024-03-12T15:54:35.733Z\",\n                    \"2024-03-12T19:02:40.888Z\",\n                    \"2024-03-12T20:15:38.173Z\",\n                    \"2024-03-12T22:49:20.853Z\",\n                    \"2024-03-13T10:43:31.329Z\",\n                    \"2024-03-13T13:05:31.288Z\",\n                    \"2024-03-13T13:38:45.298Z\",\n                    \"2024-03-13T15:40:53.507Z\",\n                    \"2024-03-13T15:42:32.418Z\",\n                    \"2024-03-13T15:56:51.348Z\",\n                    \"2024-03-13T19:28:48.994Z\",\n                    \"2024-03-14T05:02:38.436Z\",\n                    \"2024-03-14T13:12:31.206Z\",\n                    \"2024-03-14T16:47:43.164Z\",\n                    \"2024-03-14T18:37:19.600Z\",\n                    \"2024-03-14T19:36:56.697Z\",\n                    \"2024-03-14T19:44:13.798Z\",\n                    \"2024-03-15T04:03:53.220Z\",\n                    \"2024-03-15T13:26:45.838Z\",\n                    \"2024-03-15T13:56:26.453Z\",\n                    \"2024-03-15T14:04:36.501Z\",\n                    \"2024-03-15T20:12:06.773Z\",\n                    \"2024-03-15T20:46:30.336Z\",\n                    \"2024-03-15T22:50:00.186Z\",\n                    \"2024-03-15T23:51:14.327Z\",\n                    \"2024-03-18T13:30:16.038Z\",\n                    \"2024-03-18T14:08:46.375Z\",\n                    \"2024-03-18T19:35:57.859Z\",\n                    \"2024-03-19T02:14:43.366Z\",\n                    \"2024-03-19T02:38:08.296Z\",\n                    \"2024-03-19T13:06:59.721Z\",\n                    \"2024-03-19T15:07:22.509Z\",\n                    \"2024-03-19T16:28:52.206Z\",\n                    \"2024-03-19T19:30:45.052Z\",\n                    \"2024-03-19T19:56:09.429Z\",\n                    \"2024-03-19T21:17:39.947Z\",\n                    \"2024-03-19T21:29:22.520Z\",\n                    \"2024-03-19T23:13:56.167Z\",\n                    \"2024-03-20T03:17:29.406Z\",\n                    \"2024-03-20T06:07:39.116Z\",\n                    \"2024-03-20T12:52:56.166Z\",\n                    \"2024-03-20T13:32:04.027Z\",\n                    \"2024-03-20T19:08:40.867Z\",\n                    \"2024-03-20T20:26:58.746Z\",\n                    \"2024-03-20T21:23:55.082Z\",\n                    \"2024-03-20T21:28:35.210Z\",\n                    \"2024-03-20T21:32:46.099Z\",\n                    \"2024-03-21T04:56:46.016Z\",\n                    \"2024-03-21T14:17:33.696Z\",\n                    \"2024-03-21T14:21:30.263Z\",\n                    \"2024-03-21T15:57:46.609Z\",\n                    \"2024-03-21T16:54:05.146Z\",\n                    \"2024-03-21T19:19:57.374Z\",\n                    \"2024-03-21T19:39:20.163Z\",\n                    \"2024-03-21T20:42:14.366Z\",\n                    \"2024-03-21T21:02:42.297Z\",\n                    \"2024-03-21T22:38:24.392Z\",\n                    \"2024-03-22T13:23:08.095Z\",\n                    \"2024-03-22T14:18:50.916Z\",\n                    \"2024-03-22T14:20:07.013Z\",\n                    \"2024-03-22T16:24:32.665Z\",\n                    \"2024-03-22T16:51:52.707Z\",\n                    \"2024-03-22T16:55:25.717Z\",\n                    \"2024-03-22T19:08:16.109Z\",\n                    \"2024-03-22T20:40:50.699Z\",\n                    \"2024-03-24T16:28:19.540Z\",\n                    \"2024-03-25T20:42:39.118Z\",\n                    \"2024-03-28T00:54:00.094Z\",\n                    \"2024-03-28T14:56:07.976Z\",\n                    \"2024-04-01T15:24:10.453Z\",\n                    \"2024-04-01T17:45:48.020Z\",\n                    \"2024-04-01T18:45:46.160Z\",\n                    \"2024-04-01T19:28:49.962Z\",\n                    \"2024-04-01T21:01:47.704Z\",\n                    \"2024-04-01T21:32:44.299Z\",\n                    \"2024-04-02T05:06:22.117Z\",\n                    \"2024-04-02T13:15:59.100Z\",\n                    \"2024-04-02T13:48:06.477Z\",\n                    \"2024-04-02T13:48:51.653Z\",\n                    \"2024-04-02T15:45:06.965Z\",\n                    \"2024-04-02T17:04:28.582Z\",\n                    \"2024-04-02T20:26:03.247Z\",\n                    \"2024-04-02T20:49:50.523Z\",\n                    \"2024-04-02T20:59:12.788Z\",\n                    \"2024-04-02T21:00:05.536Z\",\n                    \"2024-04-03T05:05:09.642Z\",\n                    \"2024-04-03T15:50:38.969Z\",\n                    \"2024-04-03T17:04:45.199Z\",\n                    \"2024-04-03T19:50:40.803Z\",\n                    \"2024-04-03T19:59:24.646Z\",\n                    \"2024-04-04T12:47:00.952Z\",\n                    \"2024-04-04T13:18:49.702Z\",\n                    \"2024-04-04T14:56:58.659Z\",\n                    \"2024-04-04T16:01:54.475Z\",\n                    \"2024-04-04T19:32:58.528Z\",\n                    \"2024-04-04T21:20:38.222Z\"\n                ],\n                \"lastLogin\": \"2024-04-04T21:20:38.222Z\",\n                \"photo\": \"658adb3ca1a71c8dfd07d87c\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"currentStatus\": \"active\",\n            \"customTags\": [],\n            \"deliveryAddress\": \"\",\n            \"destination\": {\n                \"address\": \"Colombia\",\n                \"countryCode\": \"CO\",\n                \"lat\": 4.570868,\n                \"lng\": -74.297333\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"DAP\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\",\n                \"Integration3\"\n            ],\n            \"internalReference\": null,\n            \"isCreated\": true,\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"CMDUSHZ5798224\",\n            \"notes\": \"\",\n            \"notify\": null,\n            \"origin\": {\n                \"address\": \"Canadá\",\n                \"countryCode\": \"CA\",\n                \"lat\": 56.130366,\n                \"lng\": -106.346771\n            },\n            \"owner\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                \"name\": \"Customer1\",\n                \"__v\": 0,\n                \"aceptTerms\": true,\n                \"approved\": {\n                    \"status\": true\n                },\n                \"automaticQuote\": true,\n                \"collaborate\": false,\n                \"country\": \"Armenia\",\n                \"countryPhoneCode\": \"us\",\n                \"createdAt\": \"2023-06-23T22:11:13.416Z\",\n                \"currentPlan\": \"64557b162ab9d195ef57d60f\",\n                \"disable\": false,\n                \"indexBooking\": 131,\n                \"indexQuote\": 232,\n                \"indexShipment\": 268,\n                \"industry\": \"Construction\",\n                \"integrations\": {\n                    \"Integration1\": {\n                        \"status\": false\n                    },\n                    \"seaboard\": {\n                        \"status\": false\n                    }\n                },\n                \"joinDate\": \"2023-06-23T22:11:13.267Z\",\n                \"language\": \"en\",\n                \"metricSystem\": {\n                    \"volume\": \"m3\",\n                    \"length\": \"m\",\n                    \"weight\": \"kg\",\n                    \"temperature\": \"c\"\n                },\n                \"onboarded\": true,\n                \"phone\": \"+13197733185\",\n                \"planHistory\": [\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d615\",\n                        \"date\": \"2023-06-23T22:11:27.980Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d612\",\n                        \"date\": \"2023-06-27T21:08:18.955Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d615\",\n                        \"date\": \"2023-07-04T21:49:19.290Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d612\",\n                        \"date\": \"2023-07-20T19:57:55.248Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d60f\",\n                        \"date\": \"2023-07-24T16:20:17.776Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d615\",\n                        \"date\": \"2023-10-23T15:20:05.550Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d612\",\n                        \"date\": \"2023-10-23T16:07:23.149Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d60f\",\n                        \"date\": \"2023-10-24T14:23:38.795Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d615\",\n                        \"date\": \"2024-01-26T05:31:18.140Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d60f\",\n                        \"date\": \"2024-01-30T15:11:01.557Z\"\n                    }\n                ],\n                \"planVisibility\": \"64546c1d46bd8f753a4781fe\",\n                \"planVisibilityExceptions\": [],\n                \"planVisibilityHistory\": [\n                    {\n                        \"_id\": \"64546d7079a25b2aa93e946b\",\n                        \"date\": \"2023-06-23T22:11:14.168Z\"\n                    },\n                    {\n                        \"_id\": \"64546c5d46bd8f753a478203\",\n                        \"date\": \"2023-07-04T21:49:06.414Z\"\n                    },\n                    {\n                        \"_id\": \"64546d7079a25b2aa93e946b\",\n                        \"date\": \"2023-07-04T21:49:36.234Z\"\n                    },\n                    {\n                        \"_id\": \"64546c1d46bd8f753a4781fe\",\n                        \"date\": \"2023-07-04T21:49:51.524Z\"\n                    },\n                    {\n                        \"_id\": \"64546c5d46bd8f753a478203\",\n                        \"date\": \"2023-07-20T19:57:43.625Z\"\n                    },\n                    {\n                        \"_id\": \"64546d7079a25b2aa93e946b\",\n                        \"date\": \"2023-07-20T20:10:36.985Z\"\n                    },\n                    {\n                        \"_id\": \"64546c5d46bd8f753a478203\",\n                        \"date\": \"2023-07-20T20:11:18.343Z\"\n                    },\n                    {\n                        \"_id\": \"64546d7079a25b2aa93e946b\",\n                        \"date\": \"2023-07-24T16:20:05.989Z\"\n                    },\n                    {\n                        \"_id\": \"64546c1d46bd8f753a4781fe\",\n                        \"date\": \"2023-07-25T23:09:19.416Z\"\n                    },\n                    {\n                        \"_id\": \"64546c5d46bd8f753a478203\",\n                        \"date\": \"2023-09-25T20:12:10.220Z\"\n                    },\n                    {\n                        \"_id\": \"64546d7079a25b2aa93e946b\",\n                        \"date\": \"2023-10-23T15:19:50.792Z\"\n                    },\n                    {\n                        \"_id\": \"64546c5d46bd8f753a478203\",\n                        \"date\": \"2023-10-23T16:07:12.177Z\"\n                    },\n                    {\n                        \"_id\": \"64546d7079a25b2aa93e946b\",\n                        \"date\": \"2024-01-24T18:08:35.117Z\"\n                    },\n                    {\n                        \"_id\": \"64b8707401f0bff3ba5be6b1\",\n                        \"date\": \"2024-01-26T05:31:06.260Z\"\n                    },\n                    {\n                        \"_id\": \"64546c1d46bd8f753a4781fe\",\n                        \"date\": \"2024-01-30T15:10:42.446Z\"\n                    }\n                ],\n                \"status\": \"active\",\n                \"tenant\": \"649618800b7497f3261b426d\",\n                \"type\": \"lsp\",\n                \"typeShipper\": [],\n                \"updatedAt\": \"2024-04-04T13:21:34.631Z\",\n                \"typeLSP\": \"FF\",\n                \"isDemo\": true,\n                \"updateUser\": \"649618800b7497f3261b426f\",\n                \"nextPlanScheduled\": \"64557b162ab9d195ef57d60f\",\n                \"emailSupport\": \"\",\n                \"dateFormat\": \"YYYYMMDD\"\n            },\n            \"packagesInfo\": [],\n            \"participants\": [\n                {\n                    \"_id\": \"6571d732dd2c09ed1aa672d7\",\n                    \"assignedTo\": \"649ee411cd2ae3022068836f\",\n                    \"company\": \"6496187f0b7497f3261b4260\",\n                    \"shipment\": \"6571d72ddd2c09ed1aa671b0\",\n                    \"__v\": 0,\n                    \"createdAt\": \"2023-12-07T14:31:14.858Z\",\n                    \"creationUser\": \"649618800b7497f3261b426f\",\n                    \"isOwner\": false,\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"_id\": \"6571d733dd2c09ed1aa672eb\",\n                    \"assignedTo\": \"649618800b7497f3261b426f\",\n                    \"company\": \"6496187f0b7497f3261b4260\",\n                    \"shipment\": \"6571d72ddd2c09ed1aa671b0\",\n                    \"__v\": 0,\n                    \"createdAt\": \"2023-12-07T14:31:15.138Z\",\n                    \"creationUser\": \"649618800b7497f3261b426f\",\n                    \"isOwner\": false,\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"_id\": \"6571d733dd2c09ed1aa672fd\",\n                    \"assignedTo\": \"64961c54416606c8874e1e60\",\n                    \"company\": \"64961c56a1727236e1959277\",\n                    \"shipment\": \"6571d72ddd2c09ed1aa671b0\",\n                    \"__v\": 0,\n                    \"createdAt\": \"2023-12-07T14:31:15.470Z\",\n                    \"creationUser\": \"649618800b7497f3261b426f\",\n                    \"isOwner\": false,\n                    \"status\": \"active\",\n                    \"type\": \"main-shipper\"\n                },\n                {\n                    \"_id\": \"6571d733dd2c09ed1aa6731c\",\n                    \"assignedTo\": \"64ba97808e1b1dec4387cabe\",\n                    \"company\": \"64961c56a1727236e1959277\",\n                    \"shipment\": \"6571d72ddd2c09ed1aa671b0\",\n                    \"__v\": 0,\n                    \"createdAt\": \"2023-12-07T14:31:15.752Z\",\n                    \"creationUser\": \"649618800b7497f3261b426f\",\n                    \"isOwner\": false,\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                }\n            ],\n            \"pickupAddress\": \"\",\n            \"pickupDate\": null,\n            \"planVisibility\": {\n                \"_id\": \"6571d62cdd2c09ed1aa63dd4\",\n                \"name\": \"Premium\",\n                \"ranking\": 5,\n                \"isPublic\": true,\n                \"providers\": [\n                    \"Provider1\",\n                    \"Provider2\",\n                    \"Provider3\"\n                ],\n                \"features\": [\n                    {\n                        \"name\": \"plan_visibility_ocean\",\n                        \"type\": \"sea\",\n                        \"value\": 8,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"stripeProductId\": \"prod_NpuMlMOuUCRpGz\",\n                        \"_id\": \"64546c1d46bd8f753a4781ff\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_air\",\n                        \"type\": \"air\",\n                        \"value\": 5,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"stripeProductId\": \"prod_NpuMBr0p4MokNn\",\n                        \"_id\": \"64546c1d46bd8f753a478200\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_inland\",\n                        \"type\": \"land\",\n                        \"value\": -1,\n                        \"valueLabel\": \"plan_visibility_cooming_soon\",\n                        \"_id\": \"64546c1d46bd8f753a478201\"\n                    }\n                ],\n                \"__v\": 0\n            },\n            \"portDestination\": null,\n            \"portOrigin\": null,\n            \"referenceName\": \"TEST 01\",\n            \"scacCode\": \"\",\n            \"shipmentType\": \"FCL\",\n            \"shipper\": null,\n            \"tags\": [\n                \"active\",\n                \"quick\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"automatic\"\n            ],\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"totalVolume\": 0,\n            \"totalWeight\": 0,\n            \"trade\": \"\",\n            \"voyageNumber\": \"\",\n            \"updatedAt\": \"2023-12-15T15:55:23.027Z\",\n            \"cutoff\": null,\n            \"updateUser\": {\n                \"_id\": \"649618800b7497f3261b426f\",\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                \"mainContact\": true,\n                \"jobTitle\": \"\",\n                \"countryPhoneCode\": \"us\",\n                \"phone\": \"(201) 454-5454\",\n                \"sendEmail\": true,\n                \"changePasswordRequired\": false,\n                \"introduced\": true,\n                \"urlPhotoProfile\": \"\",\n                \"joinDate\": \"2023-11-02T15:58:30.012Z\",\n                \"rates\": true,\n                \"disable\": false,\n                \"password\": \"$2a$10$DQtuNKPcrsS7ZkFStQIrWu/QGH/ezfaGPYGAvgVASM5ax8BDdQ2eW\",\n                \"createdAt\": \"2023-06-23T22:11:12.970Z\",\n                \"__v\": 0,\n                \"updateUser\": \"649618800b7497f3261b426f\",\n                \"updatedAt\": \"2024-01-29T15:57:31.351Z\",\n                \"devices\": [],\n                \"country\": \"United States\",\n                \"sortEvents\": \"asc\",\n                \"historyLogin\": [\n                    \"2023-10-18T21:32:59.352Z\",\n                    \"2023-10-18T22:03:40.792Z\",\n                    \"2023-10-18T22:13:10.673Z\",\n                    \"2023-10-18T23:20:31.506Z\",\n                    \"2023-10-18T23:21:46.490Z\",\n                    \"2023-10-19T12:57:47.395Z\",\n                    \"2023-10-19T20:06:38.000Z\",\n                    \"2023-10-19T20:25:10.220Z\",\n                    \"2023-10-19T20:32:56.424Z\",\n                    \"2023-10-20T12:37:45.023Z\",\n                    \"2023-10-20T12:38:39.160Z\",\n                    \"2023-10-20T19:38:12.502Z\",\n                    \"2023-10-20T19:53:45.169Z\",\n                    \"2023-10-20T22:32:08.737Z\",\n                    \"2023-10-20T22:54:32.143Z\",\n                    \"2023-10-21T00:55:20.597Z\",\n                    \"2023-10-23T13:46:23.112Z\",\n                    \"2023-10-23T13:55:29.682Z\",\n                    \"2023-10-23T15:19:28.320Z\",\n                    \"2023-10-23T16:06:27.320Z\",\n                    \"2023-10-23T16:15:36.065Z\",\n                    \"2023-10-23T19:23:47.052Z\",\n                    \"2023-10-24T13:37:09.603Z\",\n                    \"2023-10-24T13:38:27.239Z\",\n                    \"2023-10-24T20:17:03.247Z\",\n                    \"2023-10-24T21:57:50.169Z\",\n                    \"2023-10-25T14:51:41.621Z\",\n                    \"2023-10-25T19:22:55.557Z\",\n                    \"2023-10-26T13:59:56.503Z\",\n                    \"2023-10-26T19:03:21.121Z\",\n                    \"2023-10-26T19:09:06.041Z\",\n                    \"2023-10-26T19:15:31.823Z\",\n                    \"2023-10-27T13:21:00.663Z\",\n                    \"2023-10-27T13:21:40.584Z\",\n                    \"2023-10-27T14:29:57.041Z\",\n                    \"2023-10-27T14:38:09.367Z\",\n                    \"2023-10-27T14:52:45.444Z\",\n                    \"2023-10-27T16:06:46.595Z\",\n                    \"2023-10-27T19:20:32.329Z\",\n                    \"2023-10-28T14:29:10.012Z\",\n                    \"2023-10-30T14:09:27.041Z\",\n                    \"2023-10-30T19:37:19.625Z\",\n                    \"2023-10-30T20:50:37.668Z\",\n                    \"2023-10-30T21:48:38.062Z\",\n                    \"2023-10-30T22:02:36.870Z\",\n                    \"2023-10-31T13:19:52.695Z\",\n                    \"2023-10-31T19:58:50.228Z\",\n                    \"2023-10-31T20:04:32.094Z\",\n                    \"2023-10-31T21:28:36.745Z\",\n                    \"2023-11-01T13:16:26.199Z\",\n                    \"2023-11-01T15:28:08.744Z\",\n                    \"2023-11-01T16:29:21.947Z\",\n                    \"2023-11-01T19:18:56.844Z\",\n                    \"2023-11-02T15:20:22.419Z\",\n                    \"2023-11-02T19:40:02.728Z\",\n                    \"2023-11-02T20:40:40.747Z\",\n                    \"2023-11-02T21:40:00.946Z\",\n                    \"2023-11-03T13:17:33.425Z\",\n                    \"2023-11-03T14:25:27.058Z\",\n                    \"2023-11-03T19:55:56.910Z\",\n                    \"2023-11-04T18:07:41.215Z\",\n                    \"2023-11-07T14:43:22.031Z\",\n                    \"2023-11-07T14:57:08.556Z\",\n                    \"2023-11-07T15:50:38.304Z\",\n                    \"2023-11-07T15:53:25.524Z\",\n                    \"2023-11-07T16:55:27.783Z\",\n                    \"2023-11-07T20:04:57.735Z\",\n                    \"2023-11-07T22:45:19.128Z\",\n                    \"2023-11-08T13:44:41.430Z\",\n                    \"2023-11-08T20:23:46.753Z\",\n                    \"2023-11-08T21:01:06.355Z\",\n                    \"2023-11-09T13:29:23.859Z\",\n                    \"2023-11-09T19:57:03.377Z\",\n                    \"2023-11-09T20:04:03.000Z\",\n                    \"2023-11-09T21:13:33.859Z\",\n                    \"2023-11-10T19:27:27.079Z\",\n                    \"2023-11-10T22:25:35.588Z\",\n                    \"2023-11-14T13:44:45.878Z\",\n                    \"2023-11-14T19:41:31.102Z\",\n                    \"2023-11-14T22:39:29.947Z\",\n                    \"2023-11-14T22:39:44.413Z\",\n                    \"2023-11-15T15:59:14.163Z\",\n                    \"2023-11-15T16:01:55.195Z\",\n                    \"2023-11-15T16:04:29.455Z\",\n                    \"2023-11-15T16:13:57.729Z\",\n                    \"2023-11-15T19:07:52.456Z\",\n                    \"2023-11-15T19:15:28.459Z\",\n                    \"2023-11-15T19:18:26.216Z\",\n                    \"2023-11-15T21:42:57.729Z\",\n                    \"2023-11-15T21:43:35.901Z\",\n                    \"2023-11-16T14:50:41.016Z\",\n                    \"2023-11-16T17:07:03.405Z\",\n                    \"2023-11-16T19:21:36.709Z\",\n                    \"2023-11-16T19:22:15.014Z\",\n                    \"2023-11-16T19:25:40.864Z\",\n                    \"2023-11-17T13:09:29.959Z\",\n                    \"2023-11-17T13:56:47.962Z\",\n                    \"2023-11-17T19:23:42.976Z\",\n                    \"2023-11-17T21:06:27.280Z\",\n                    \"2023-11-19T17:02:36.923Z\",\n                    \"2023-11-19T17:23:09.928Z\",\n                    \"2023-11-19T18:54:18.955Z\",\n                    \"2023-11-20T13:08:34.008Z\",\n                    \"2023-11-20T13:59:27.763Z\",\n                    \"2023-11-20T19:15:12.677Z\",\n                    \"2023-11-20T20:40:20.514Z\",\n                    \"2023-11-21T01:01:58.827Z\",\n                    \"2023-11-21T13:15:17.018Z\",\n                    \"2023-11-21T13:43:37.825Z\",\n                    \"2023-11-21T14:32:50.116Z\",\n                    \"2023-11-21T14:39:53.175Z\",\n                    \"2023-11-21T15:28:33.622Z\",\n                    \"2023-11-21T22:58:42.458Z\",\n                    \"2023-11-22T14:11:56.376Z\",\n                    \"2023-11-22T14:53:48.448Z\",\n                    \"2023-11-22T19:13:31.601Z\",\n                    \"2023-11-22T19:35:58.914Z\",\n                    \"2023-11-22T19:47:02.784Z\",\n                    \"2023-11-22T21:53:33.401Z\",\n                    \"2023-11-22T22:21:45.571Z\",\n                    \"2023-11-23T14:09:47.954Z\",\n                    \"2023-11-23T19:37:59.147Z\",\n                    \"2023-11-23T19:48:23.701Z\",\n                    \"2023-11-23T20:07:50.392Z\",\n                    \"2023-11-23T21:02:04.117Z\",\n                    \"2023-11-24T13:25:11.935Z\",\n                    \"2023-11-24T13:29:36.219Z\",\n                    \"2023-11-24T19:16:03.323Z\",\n                    \"2023-11-24T19:19:00.479Z\",\n                    \"2023-11-24T19:19:01.413Z\",\n                    \"2023-11-27T13:41:29.926Z\",\n                    \"2023-11-27T14:14:46.732Z\",\n                    \"2023-11-27T19:31:53.725Z\",\n                    \"2023-11-28T13:48:27.536Z\",\n                    \"2023-11-28T18:02:24.891Z\",\n                    \"2023-11-28T19:04:28.748Z\",\n                    \"2023-11-28T20:02:00.639Z\",\n                    \"2023-11-28T20:12:38.908Z\",\n                    \"2023-11-28T22:00:14.535Z\",\n                    \"2023-11-29T14:17:18.602Z\",\n                    \"2023-11-29T19:15:05.142Z\",\n                    \"2023-11-30T00:01:36.623Z\",\n                    \"2023-11-30T13:01:09.102Z\",\n                    \"2023-11-30T15:41:34.345Z\",\n                    \"2023-11-30T16:25:12.332Z\",\n                    \"2023-11-30T19:24:59.541Z\",\n                    \"2023-11-30T20:17:11.751Z\",\n                    \"2023-11-30T21:02:35.799Z\",\n                    \"2023-11-30T22:19:42.309Z\",\n                    \"2023-11-30T23:00:54.704Z\",\n                    \"2023-11-30T23:02:00.436Z\",\n                    \"2023-11-30T23:05:28.179Z\",\n                    \"2023-12-01T14:12:43.212Z\",\n                    \"2023-12-01T16:02:28.975Z\",\n                    \"2023-12-01T18:00:38.354Z\",\n                    \"2023-12-01T19:28:28.578Z\",\n                    \"2023-12-01T19:40:01.833Z\",\n                    \"2023-12-01T19:56:40.166Z\",\n                    \"2023-12-01T20:01:40.498Z\",\n                    \"2023-12-04T15:23:59.497Z\",\n                    \"2023-12-05T12:41:04.526Z\",\n                    \"2023-12-05T19:42:56.640Z\",\n                    \"2023-12-05T19:43:23.341Z\",\n                    \"2023-12-05T20:31:24.142Z\",\n                    \"2023-12-05T20:34:25.179Z\",\n                    \"2023-12-05T20:38:44.037Z\",\n                    \"2023-12-05T20:41:30.202Z\",\n                    \"2023-12-05T20:52:00.809Z\",\n                    \"2023-12-05T20:53:30.696Z\",\n                    \"2023-12-05T21:00:42.414Z\",\n                    \"2023-12-05T22:37:54.840Z\",\n                    \"2023-12-05T22:38:02.636Z\",\n                    \"2023-12-06T13:40:41.398Z\",\n                    \"2023-12-06T13:41:00.471Z\",\n                    \"2023-12-06T14:44:22.982Z\",\n                    \"2023-12-06T14:47:42.088Z\",\n                    \"2023-12-06T14:56:53.881Z\",\n                    \"2023-12-06T15:02:25.113Z\",\n                    \"2023-12-06T15:06:37.822Z\",\n                    \"2023-12-06T18:23:25.405Z\",\n                    \"2023-12-06T19:30:36.951Z\",\n                    \"2023-12-06T20:36:47.332Z\",\n                    \"2023-12-07T14:03:22.018Z\",\n                    \"2023-12-07T20:24:32.034Z\",\n                    \"2023-12-07T23:53:17.902Z\",\n                    \"2023-12-08T13:26:26.225Z\",\n                    \"2023-12-08T19:03:09.053Z\",\n                    \"2023-12-09T05:34:22.255Z\",\n                    \"2023-12-09T15:09:19.834Z\",\n                    \"2023-12-11T13:53:58.986Z\",\n                    \"2023-12-11T20:23:28.901Z\",\n                    \"2023-12-12T13:37:36.945Z\",\n                    \"2023-12-12T13:38:13.274Z\",\n                    \"2023-12-12T14:59:40.664Z\",\n                    \"2023-12-12T19:32:36.808Z\",\n                    \"2023-12-13T13:57:05.161Z\",\n                    \"2023-12-13T15:59:20.427Z\",\n                    \"2023-12-13T18:55:32.295Z\",\n                    \"2023-12-14T16:04:44.536Z\",\n                    \"2023-12-14T19:49:56.023Z\",\n                    \"2023-12-15T13:34:18.901Z\",\n                    \"2023-12-15T19:51:08.765Z\",\n                    \"2023-12-15T20:02:10.116Z\",\n                    \"2023-12-18T15:09:17.632Z\",\n                    \"2023-12-18T15:18:31.271Z\",\n                    \"2023-12-18T19:14:57.208Z\",\n                    \"2023-12-19T13:28:42.671Z\",\n                    \"2023-12-19T15:57:13.995Z\",\n                    \"2023-12-19T20:16:09.530Z\",\n                    \"2023-12-19T22:48:33.981Z\",\n                    \"2023-12-20T13:07:18.851Z\",\n                    \"2023-12-20T13:11:11.920Z\",\n                    \"2023-12-20T14:00:32.766Z\",\n                    \"2023-12-20T15:38:00.189Z\",\n                    \"2023-12-20T19:18:46.800Z\",\n                    \"2023-12-20T23:22:17.536Z\",\n                    \"2023-12-20T23:25:04.207Z\",\n                    \"2023-12-20T23:25:42.627Z\",\n                    \"2023-12-21T12:35:39.970Z\",\n                    \"2023-12-21T14:19:41.478Z\",\n                    \"2023-12-21T17:10:51.357Z\",\n                    \"2023-12-21T20:15:52.132Z\",\n                    \"2023-12-22T14:01:06.781Z\",\n                    \"2023-12-25T22:13:45.568Z\",\n                    \"2023-12-26T13:07:16.957Z\",\n                    \"2023-12-26T13:54:50.172Z\",\n                    \"2023-12-26T21:13:42.400Z\",\n                    \"2023-12-27T13:24:59.657Z\",\n                    \"2023-12-27T19:01:54.723Z\",\n                    \"2023-12-28T13:03:21.600Z\",\n                    \"2023-12-28T17:21:09.066Z\",\n                    \"2023-12-28T19:19:37.732Z\",\n                    \"2023-12-28T19:41:34.757Z\",\n                    \"2023-12-28T19:44:03.015Z\",\n                    \"2023-12-28T21:21:42.957Z\",\n                    \"2023-12-29T13:53:45.228Z\",\n                    \"2023-12-29T20:11:22.079Z\",\n                    \"2024-01-02T14:25:31.563Z\",\n                    \"2024-01-02T19:24:02.988Z\",\n                    \"2024-01-02T19:37:35.581Z\",\n                    \"2024-01-03T13:14:24.628Z\",\n                    \"2024-01-03T19:51:34.015Z\",\n                    \"2024-01-03T22:47:23.263Z\",\n                    \"2024-01-04T13:47:06.572Z\",\n                    \"2024-01-04T14:32:33.265Z\",\n                    \"2024-01-04T18:53:29.843Z\",\n                    \"2024-01-05T12:26:11.470Z\",\n                    \"2024-01-05T20:37:03.257Z\",\n                    \"2024-01-05T21:17:18.753Z\",\n                    \"2024-01-05T21:23:34.424Z\",\n                    \"2024-01-07T00:36:49.478Z\",\n                    \"2024-01-08T03:54:48.167Z\",\n                    \"2024-01-09T14:09:13.865Z\",\n                    \"2024-01-09T14:33:17.362Z\",\n                    \"2024-01-09T14:34:46.775Z\",\n                    \"2024-01-09T16:13:44.868Z\",\n                    \"2024-01-09T16:26:50.518Z\",\n                    \"2024-01-09T16:42:51.214Z\",\n                    \"2024-01-09T20:20:54.801Z\",\n                    \"2024-01-09T20:50:40.620Z\",\n                    \"2024-01-09T21:22:29.830Z\",\n                    \"2024-01-09T21:24:33.589Z\",\n                    \"2024-01-09T21:44:03.672Z\",\n                    \"2024-01-09T23:40:08.553Z\",\n                    \"2024-01-09T23:40:40.933Z\",\n                    \"2024-01-10T02:35:30.431Z\",\n                    \"2024-01-10T13:11:43.144Z\",\n                    \"2024-01-10T13:39:41.172Z\",\n                    \"2024-01-10T15:17:06.099Z\",\n                    \"2024-01-10T19:34:51.508Z\",\n                    \"2024-01-10T20:24:25.359Z\",\n                    \"2024-01-11T00:51:01.833Z\",\n                    \"2024-01-11T12:45:01.768Z\",\n                    \"2024-01-11T13:45:51.831Z\",\n                    \"2024-01-11T19:52:43.804Z\",\n                    \"2024-01-11T20:20:47.739Z\",\n                    \"2024-01-12T03:42:27.828Z\",\n                    \"2024-01-12T13:39:49.216Z\",\n                    \"2024-01-12T15:35:16.004Z\",\n                    \"2024-01-12T19:29:40.437Z\",\n                    \"2024-01-12T20:12:49.224Z\",\n                    \"2024-01-15T14:17:00.104Z\",\n                    \"2024-01-15T15:16:49.919Z\",\n                    \"2024-01-15T19:22:53.260Z\",\n                    \"2024-01-15T20:47:01.302Z\",\n                    \"2024-01-15T21:10:23.137Z\",\n                    \"2024-01-16T02:39:16.337Z\",\n                    \"2024-01-16T14:48:48.892Z\",\n                    \"2024-01-16T15:19:23.436Z\",\n                    \"2024-01-16T15:19:59.107Z\",\n                    \"2024-01-16T19:02:10.716Z\",\n                    \"2024-01-16T20:18:04.810Z\",\n                    \"2024-01-16T22:52:29.482Z\",\n                    \"2024-01-16T23:21:06.757Z\",\n                    \"2024-01-17T01:19:58.102Z\",\n                    \"2024-01-17T13:34:04.136Z\",\n                    \"2024-01-17T14:27:46.810Z\",\n                    \"2024-01-17T15:53:16.406Z\",\n                    \"2024-01-17T18:44:20.535Z\",\n                    \"2024-01-17T20:12:09.684Z\",\n                    \"2024-01-17T20:13:55.378Z\",\n                    \"2024-01-17T21:17:57.515Z\",\n                    \"2024-01-18T13:32:12.972Z\",\n                    \"2024-01-18T13:37:43.468Z\",\n                    \"2024-01-18T19:11:32.185Z\",\n                    \"2024-01-18T19:39:57.068Z\",\n                    \"2024-01-18T20:04:41.812Z\",\n                    \"2024-01-19T13:58:14.913Z\",\n                    \"2024-01-19T15:38:19.021Z\",\n                    \"2024-01-19T20:03:02.815Z\",\n                    \"2024-01-20T18:27:51.271Z\",\n                    \"2024-01-21T21:07:59.877Z\",\n                    \"2024-01-22T13:24:14.115Z\",\n                    \"2024-01-22T15:39:34.871Z\",\n                    \"2024-01-22T21:33:58.232Z\",\n                    \"2024-01-23T13:23:45.804Z\",\n                    \"2024-01-23T17:59:58.455Z\",\n                    \"2024-01-23T21:06:23.421Z\",\n                    \"2024-01-23T21:20:30.811Z\",\n                    \"2024-01-23T21:34:46.192Z\",\n                    \"2024-01-24T04:43:00.731Z\",\n                    \"2024-01-24T15:32:51.917Z\",\n                    \"2024-01-24T16:31:14.397Z\",\n                    \"2024-01-24T18:05:36.320Z\",\n                    \"2024-01-24T21:30:11.385Z\",\n                    \"2024-01-24T22:35:01.141Z\",\n                    \"2024-01-25T14:42:40.060Z\",\n                    \"2024-01-25T19:20:12.931Z\",\n                    \"2024-01-25T21:38:33.452Z\",\n                    \"2024-01-26T05:24:33.242Z\",\n                    \"2024-01-26T14:49:32.730Z\",\n                    \"2024-01-26T15:21:31.149Z\",\n                    \"2024-01-26T19:45:31.395Z\",\n                    \"2024-01-27T18:23:39.304Z\",\n                    \"2024-01-27T18:23:51.863Z\",\n                    \"2024-01-27T23:49:56.670Z\",\n                    \"2024-01-28T00:34:43.233Z\",\n                    \"2024-01-28T03:03:50.280Z\",\n                    \"2024-01-28T03:09:15.861Z\",\n                    \"2024-01-29T13:34:56.870Z\",\n                    \"2024-01-29T13:50:03.367Z\",\n                    \"2024-01-29T15:38:23.453Z\",\n                    \"2024-01-29T19:18:57.695Z\",\n                    \"2024-01-29T19:50:02.071Z\",\n                    \"2024-01-30T03:00:19.607Z\",\n                    \"2024-01-30T03:02:51.246Z\",\n                    \"2024-01-30T14:00:18.155Z\",\n                    \"2024-01-30T14:19:57.567Z\",\n                    \"2024-01-30T15:00:30.447Z\",\n                    \"2024-01-30T15:09:28.500Z\",\n                    \"2024-01-30T19:54:58.077Z\",\n                    \"2024-01-30T20:22:21.014Z\",\n                    \"2024-01-31T13:30:13.764Z\",\n                    \"2024-01-31T14:11:18.881Z\",\n                    \"2024-01-31T19:21:44.558Z\",\n                    \"2024-01-31T21:38:01.279Z\",\n                    \"2024-02-01T13:18:22.164Z\",\n                    \"2024-02-01T13:51:33.106Z\",\n                    \"2024-02-01T16:53:24.481Z\",\n                    \"2024-02-01T16:59:56.368Z\",\n                    \"2024-02-01T17:08:43.488Z\",\n                    \"2024-02-01T17:14:45.476Z\",\n                    \"2024-02-01T18:48:56.868Z\",\n                    \"2024-02-01T19:10:11.838Z\",\n                    \"2024-02-01T19:41:18.930Z\",\n                    \"2024-02-01T21:24:09.346Z\",\n                    \"2024-02-02T15:09:27.543Z\",\n                    \"2024-02-02T15:12:28.497Z\",\n                    \"2024-02-02T16:31:24.741Z\",\n                    \"2024-02-02T20:31:23.186Z\",\n                    \"2024-02-02T20:55:17.825Z\",\n                    \"2024-02-03T22:51:57.356Z\",\n                    \"2024-02-05T19:14:18.627Z\",\n                    \"2024-02-05T20:56:26.082Z\",\n                    \"2024-02-06T13:15:43.894Z\",\n                    \"2024-02-06T13:39:31.233Z\",\n                    \"2024-02-06T19:34:24.238Z\",\n                    \"2024-02-06T23:47:13.393Z\",\n                    \"2024-02-07T13:13:26.040Z\",\n                    \"2024-02-07T19:37:46.426Z\",\n                    \"2024-02-07T20:34:53.110Z\",\n                    \"2024-02-07T20:36:06.614Z\",\n                    \"2024-02-07T20:37:34.434Z\",\n                    \"2024-02-07T20:40:02.437Z\",\n                    \"2024-02-08T15:31:39.947Z\",\n                    \"2024-02-08T19:25:15.591Z\",\n                    \"2024-02-08T19:25:34.236Z\",\n                    \"2024-02-08T21:01:47.739Z\",\n                    \"2024-02-09T03:33:53.708Z\",\n                    \"2024-02-09T04:34:40.683Z\",\n                    \"2024-02-09T14:02:41.781Z\",\n                    \"2024-02-09T14:56:48.227Z\",\n                    \"2024-02-09T15:03:45.450Z\",\n                    \"2024-02-09T19:38:05.293Z\",\n                    \"2024-02-09T19:51:08.456Z\",\n                    \"2024-02-12T04:15:53.953Z\",\n                    \"2024-02-12T13:30:21.498Z\",\n                    \"2024-02-12T13:59:53.313Z\",\n                    \"2024-02-13T13:04:12.561Z\",\n                    \"2024-02-13T19:20:42.271Z\",\n                    \"2024-02-13T21:27:53.207Z\",\n                    \"2024-02-14T14:28:31.222Z\",\n                    \"2024-02-14T14:37:43.993Z\",\n                    \"2024-02-14T15:44:25.735Z\",\n                    \"2024-02-14T16:06:20.662Z\",\n                    \"2024-02-14T18:20:18.014Z\",\n                    \"2024-02-14T18:59:16.772Z\",\n                    \"2024-02-15T12:47:31.200Z\",\n                    \"2024-02-15T15:28:08.618Z\",\n                    \"2024-02-15T19:29:10.529Z\",\n                    \"2024-02-15T20:54:38.842Z\",\n                    \"2024-02-16T02:57:01.416Z\",\n                    \"2024-02-16T02:57:59.492Z\",\n                    \"2024-02-16T13:25:08.243Z\",\n                    \"2024-02-16T13:40:27.923Z\",\n                    \"2024-02-16T14:07:44.819Z\",\n                    \"2024-02-16T17:39:09.710Z\",\n                    \"2024-02-16T21:25:23.854Z\",\n                    \"2024-02-19T14:01:54.057Z\",\n                    \"2024-02-19T14:04:51.348Z\",\n                    \"2024-02-19T17:10:19.877Z\",\n                    \"2024-02-19T19:00:54.326Z\",\n                    \"2024-02-19T20:44:54.999Z\",\n                    \"2024-02-19T21:22:31.425Z\",\n                    \"2024-02-19T21:42:20.994Z\",\n                    \"2024-02-19T21:43:55.057Z\",\n                    \"2024-02-20T13:27:30.353Z\",\n                    \"2024-02-20T14:22:18.674Z\",\n                    \"2024-02-20T18:11:03.177Z\",\n                    \"2024-02-20T20:30:35.215Z\",\n                    \"2024-02-20T22:40:01.796Z\",\n                    \"2024-02-21T03:56:08.485Z\",\n                    \"2024-02-21T13:11:11.710Z\",\n                    \"2024-02-21T14:31:27.949Z\",\n                    \"2024-02-21T19:47:21.936Z\",\n                    \"2024-02-21T21:54:03.916Z\",\n                    \"2024-02-22T13:16:33.881Z\",\n                    \"2024-02-22T13:33:04.148Z\",\n                    \"2024-02-22T16:09:07.459Z\",\n                    \"2024-02-22T20:27:54.776Z\",\n                    \"2024-02-22T21:33:29.042Z\",\n                    \"2024-02-23T03:21:12.861Z\",\n                    \"2024-02-23T13:41:38.934Z\",\n                    \"2024-02-23T13:45:33.192Z\",\n                    \"2024-02-23T23:03:46.213Z\",\n                    \"2024-02-24T03:43:38.460Z\",\n                    \"2024-02-24T13:47:00.325Z\",\n                    \"2024-02-26T13:13:14.404Z\",\n                    \"2024-02-26T14:45:18.350Z\",\n                    \"2024-02-26T20:25:29.918Z\",\n                    \"2024-02-26T21:14:50.435Z\",\n                    \"2024-02-27T03:18:02.246Z\",\n                    \"2024-02-27T13:26:17.987Z\",\n                    \"2024-02-27T14:24:09.155Z\",\n                    \"2024-02-27T16:52:04.775Z\",\n                    \"2024-02-27T16:53:36.100Z\",\n                    \"2024-02-27T19:44:20.658Z\",\n                    \"2024-02-27T20:04:06.194Z\",\n                    \"2024-02-28T03:14:14.095Z\",\n                    \"2024-02-28T13:28:18.630Z\",\n                    \"2024-02-28T14:10:56.934Z\",\n                    \"2024-02-28T18:48:24.868Z\",\n                    \"2024-02-28T19:02:20.893Z\",\n                    \"2024-02-28T20:42:24.072Z\",\n                    \"2024-02-28T22:31:59.376Z\",\n                    \"2024-02-29T00:41:41.649Z\",\n                    \"2024-02-29T13:01:02.273Z\",\n                    \"2024-02-29T14:01:41.534Z\",\n                    \"2024-02-29T16:48:14.013Z\",\n                    \"2024-03-01T00:35:37.391Z\",\n                    \"2024-03-01T13:23:27.596Z\",\n                    \"2024-03-01T14:09:17.401Z\",\n                    \"2024-03-01T16:11:26.449Z\",\n                    \"2024-03-01T17:49:02.102Z\",\n                    \"2024-03-01T19:45:58.034Z\",\n                    \"2024-03-04T04:13:24.760Z\",\n                    \"2024-03-04T05:34:30.097Z\",\n                    \"2024-03-04T15:23:19.800Z\",\n                    \"2024-03-04T16:12:41.165Z\",\n                    \"2024-03-04T16:39:29.292Z\",\n                    \"2024-03-04T17:51:00.487Z\",\n                    \"2024-03-04T19:20:27.182Z\",\n                    \"2024-03-04T21:39:15.450Z\",\n                    \"2024-03-05T13:19:33.078Z\",\n                    \"2024-03-05T14:37:05.663Z\",\n                    \"2024-03-05T17:50:43.488Z\",\n                    \"2024-03-05T19:33:39.770Z\",\n                    \"2024-03-05T19:43:26.697Z\",\n                    \"2024-03-06T09:23:19.613Z\",\n                    \"2024-03-06T09:25:07.887Z\",\n                    \"2024-03-06T11:28:01.175Z\",\n                    \"2024-03-06T15:12:47.969Z\",\n                    \"2024-03-06T15:44:11.271Z\",\n                    \"2024-03-06T20:07:13.570Z\",\n                    \"2024-03-06T20:25:56.202Z\",\n                    \"2024-03-06T21:08:49.203Z\",\n                    \"2024-03-06T21:56:31.732Z\",\n                    \"2024-03-06T22:01:51.969Z\",\n                    \"2024-03-07T04:06:03.553Z\",\n                    \"2024-03-07T05:11:53.819Z\",\n                    \"2024-03-07T13:17:32.515Z\",\n                    \"2024-03-07T13:38:04.192Z\",\n                    \"2024-03-07T14:17:10.575Z\",\n                    \"2024-03-07T18:52:47.416Z\",\n                    \"2024-03-07T18:56:43.268Z\",\n                    \"2024-03-07T20:38:36.555Z\",\n                    \"2024-03-07T22:35:58.557Z\",\n                    \"2024-03-08T13:39:55.147Z\",\n                    \"2024-03-08T13:41:58.423Z\",\n                    \"2024-03-08T14:17:57.222Z\",\n                    \"2024-03-08T15:54:48.186Z\",\n                    \"2024-03-08T21:33:37.574Z\",\n                    \"2024-03-09T20:39:47.446Z\",\n                    \"2024-03-10T02:27:50.799Z\",\n                    \"2024-03-11T14:07:51.747Z\",\n                    \"2024-03-11T14:46:18.811Z\",\n                    \"2024-03-11T16:01:12.714Z\",\n                    \"2024-03-11T19:27:35.979Z\",\n                    \"2024-03-12T14:06:36.403Z\",\n                    \"2024-03-12T15:54:35.733Z\",\n                    \"2024-03-12T19:02:40.888Z\",\n                    \"2024-03-12T20:15:38.173Z\",\n                    \"2024-03-12T22:49:20.853Z\",\n                    \"2024-03-13T10:43:31.329Z\",\n                    \"2024-03-13T13:05:31.288Z\",\n                    \"2024-03-13T13:38:45.298Z\",\n                    \"2024-03-13T15:40:53.507Z\",\n                    \"2024-03-13T15:42:32.418Z\",\n                    \"2024-03-13T15:56:51.348Z\",\n                    \"2024-03-13T19:28:48.994Z\",\n                    \"2024-03-14T05:02:38.436Z\",\n                    \"2024-03-14T13:12:31.206Z\",\n                    \"2024-03-14T16:47:43.164Z\",\n                    \"2024-03-14T18:37:19.600Z\",\n                    \"2024-03-14T19:36:56.697Z\",\n                    \"2024-03-14T19:44:13.798Z\",\n                    \"2024-03-15T04:03:53.220Z\",\n                    \"2024-03-15T13:26:45.838Z\",\n                    \"2024-03-15T13:56:26.453Z\",\n                    \"2024-03-15T14:04:36.501Z\",\n                    \"2024-03-15T20:12:06.773Z\",\n                    \"2024-03-15T20:46:30.336Z\",\n                    \"2024-03-15T22:50:00.186Z\",\n                    \"2024-03-15T23:51:14.327Z\",\n                    \"2024-03-18T13:30:16.038Z\",\n                    \"2024-03-18T14:08:46.375Z\",\n                    \"2024-03-18T19:35:57.859Z\",\n                    \"2024-03-19T02:14:43.366Z\",\n                    \"2024-03-19T02:38:08.296Z\",\n                    \"2024-03-19T13:06:59.721Z\",\n                    \"2024-03-19T15:07:22.509Z\",\n                    \"2024-03-19T16:28:52.206Z\",\n                    \"2024-03-19T19:30:45.052Z\",\n                    \"2024-03-19T19:56:09.429Z\",\n                    \"2024-03-19T21:17:39.947Z\",\n                    \"2024-03-19T21:29:22.520Z\",\n                    \"2024-03-19T23:13:56.167Z\",\n                    \"2024-03-20T03:17:29.406Z\",\n                    \"2024-03-20T06:07:39.116Z\",\n                    \"2024-03-20T12:52:56.166Z\",\n                    \"2024-03-20T13:32:04.027Z\",\n                    \"2024-03-20T19:08:40.867Z\",\n                    \"2024-03-20T20:26:58.746Z\",\n                    \"2024-03-20T21:23:55.082Z\",\n                    \"2024-03-20T21:28:35.210Z\",\n                    \"2024-03-20T21:32:46.099Z\",\n                    \"2024-03-21T04:56:46.016Z\",\n                    \"2024-03-21T14:17:33.696Z\",\n                    \"2024-03-21T14:21:30.263Z\",\n                    \"2024-03-21T15:57:46.609Z\",\n                    \"2024-03-21T16:54:05.146Z\",\n                    \"2024-03-21T19:19:57.374Z\",\n                    \"2024-03-21T19:39:20.163Z\",\n                    \"2024-03-21T20:42:14.366Z\",\n                    \"2024-03-21T21:02:42.297Z\",\n                    \"2024-03-21T22:38:24.392Z\",\n                    \"2024-03-22T13:23:08.095Z\",\n                    \"2024-03-22T14:18:50.916Z\",\n                    \"2024-03-22T14:20:07.013Z\",\n                    \"2024-03-22T16:24:32.665Z\",\n                    \"2024-03-22T16:51:52.707Z\",\n                    \"2024-03-22T16:55:25.717Z\",\n                    \"2024-03-22T19:08:16.109Z\",\n                    \"2024-03-22T20:40:50.699Z\",\n                    \"2024-03-24T16:28:19.540Z\",\n                    \"2024-03-25T20:42:39.118Z\",\n                    \"2024-03-28T00:54:00.094Z\",\n                    \"2024-03-28T14:56:07.976Z\",\n                    \"2024-04-01T15:24:10.453Z\",\n                    \"2024-04-01T17:45:48.020Z\",\n                    \"2024-04-01T18:45:46.160Z\",\n                    \"2024-04-01T19:28:49.962Z\",\n                    \"2024-04-01T21:01:47.704Z\",\n                    \"2024-04-01T21:32:44.299Z\",\n                    \"2024-04-02T05:06:22.117Z\",\n                    \"2024-04-02T13:15:59.100Z\",\n                    \"2024-04-02T13:48:06.477Z\",\n                    \"2024-04-02T13:48:51.653Z\",\n                    \"2024-04-02T15:45:06.965Z\",\n                    \"2024-04-02T17:04:28.582Z\",\n                    \"2024-04-02T20:26:03.247Z\",\n                    \"2024-04-02T20:49:50.523Z\",\n                    \"2024-04-02T20:59:12.788Z\",\n                    \"2024-04-02T21:00:05.536Z\",\n                    \"2024-04-03T05:05:09.642Z\",\n                    \"2024-04-03T15:50:38.969Z\",\n                    \"2024-04-03T17:04:45.199Z\",\n                    \"2024-04-03T19:50:40.803Z\",\n                    \"2024-04-03T19:59:24.646Z\",\n                    \"2024-04-04T12:47:00.952Z\",\n                    \"2024-04-04T13:18:49.702Z\",\n                    \"2024-04-04T14:56:58.659Z\",\n                    \"2024-04-04T16:01:54.475Z\",\n                    \"2024-04-04T19:32:58.528Z\",\n                    \"2024-04-04T21:20:38.222Z\"\n                ],\n                \"lastLogin\": \"2024-04-04T21:20:38.222Z\",\n                \"photo\": \"658adb3ca1a71c8dfd07d87c\"\n            },\n            \"carrier\": {\n                \"name\": \"CMA CGM\"\n            },\n            \"paymentTerms\": \"\",\n            \"route\": \"\",\n            \"mblVessel\": {\n                \"_id\": \"657b2622dd2c09ed1a0f2a11\",\n                \"mbl\": \"CMDUSHZ5798224\",\n                \"containers\": [\n                    {\n                        \"containerNumber\": \"TCLU5015892\",\n                        \"equipmentType\": \"40DH\",\n                        \"holds\": [\n                            {\n                                \"type\": \"CUSTOMS\",\n                                \"code\": \"UNKNOWN\",\n                                \"reportedAt\": \"2023-11-30T01:48:58.006Z\",\n                                \"remarks\": \"HOLD\"\n                            },\n                            {\n                                \"type\": \"LINE\",\n                                \"code\": \"UNKNOWN\",\n                                \"reportedAt\": \"2023-11-30T01:48:58.006Z\",\n                                \"remarks\": \"HOLD\"\n                            }\n                        ],\n                        \"lastKnownPositionDate\": \"2023-12-13T06:14:36.000Z\",\n                        \"steamshipLine\": \"CMA\",\n                        \"status\": \"VESSEL_ARRIVED\",\n                        \"lastKnownPosition\": {\n                            \"coordinates\": {\n                                \"latitude\": 32.129422517,\n                                \"longitude\": -81.139481274\n                            }\n                        },\n                        \"demurrage\": [\n                            {\n                                \"demurrageOwedAtPort\": 495,\n                                \"demurrageOwedAtPortDecimal\": 49500,\n                                \"demurrageIncurred\": 495,\n                                \"demurrageIncurredDecimal\": 49500,\n                                \"demurrageOwedAtRailStation\": 700\n                            }\n                        ],\n                        \"drayage\": [\n                            {\n                                \"deliveryAppointmentDate\": \"2023-09-15T05:00:00.000Z\",\n                                \"estimatedDeliveryDate\": \"2023-09-15T05:00:00.000Z\",\n                                \"drayageCarrier\": {\n                                    \"name\": \"CARGOMATIC TRANSPORT, INC.\",\n                                    \"scac\": \"CGWT\"\n                                },\n                                \"dispatchedTruckingCarrier\": \"CGWT\",\n                                \"receivingFacility\": \"1018 Collinsworth Rd, Baltimore, MD 30266\",\n                                \"pickupAppointmentDate\": \"2023-09-17T13:00:00.000Z\",\n                                \"fullOutgatedDate\": \"2023-09-13T18:47:55.264Z\",\n                                \"actualDeliveredDate\": \"2023-09-15T13:00:00.000Z\",\n                                \"emptyReturnedDate\": \"2023-09-18T13:51:00.000Z\"\n                            }\n                        ],\n                        \"criticalDates\": [\n                            {\n                                \"confirmedOnBoardDate\": \"2023-11-11T06:16:00.000Z\",\n                                \"dischargedDate\": \"\",\n                                \"pickupAppointmentDate\": \"2024-01-19T13:00:00.000Z\",\n                                \"fullOutgatedDate\": \"2023-09-13T18:47:55.264Z\",\n                                \"lastFreeDay\": \"2024-01-19T23:59:59.999Z\",\n                                \"lastFreeDayAtRailStation\": \"\"\n                            }\n                        ]\n                    },\n                    {\n                        \"containerNumber\": \"12345667\",\n                        \"holds\": [\n                            {\n                                \"type\": \"CUSTOMS\",\n                                \"code\": \"UNKNOWN\",\n                                \"reportedAt\": \"2023-11-30T01:48:58.006Z\",\n                                \"remarks\": \"HOLD\"\n                            },\n                            {\n                                \"type\": \"LINE\",\n                                \"code\": \"UNKNOWN\",\n                                \"reportedAt\": \"2023-11-30T01:48:58.006Z\",\n                                \"remarks\": \"HOLD\"\n                            }\n                        ],\n                        \"lastKnownPositionDate\": \"2023-12-13T06:14:36.000Z\",\n                        \"steamshipLine\": \"CMA\",\n                        \"status\": \"VESSEL_ARRIVED\",\n                        \"lastKnownPosition\": {\n                            \"coordinates\": {\n                                \"latitude\": 32.129422517,\n                                \"longitude\": -81.139481274\n                            }\n                        },\n                        \"demurrage\": [\n                            {\n                                \"demurrageOwedAtPort\": 495,\n                                \"demurrageOwedAtPortDecimal\": 49500,\n                                \"demurrageIncurred\": 495,\n                                \"demurrageIncurredDecimal\": 49500,\n                                \"demurrageOwedAtRailStation\": 700\n                            }\n                        ],\n                        \"drayage\": [\n                            {\n                                \"deliveryAppointmentDate\": \"2023-09-15T05:00:00.000Z\",\n                                \"estimatedDeliveryDate\": \"2023-09-15T05:00:00.000Z\",\n                                \"drayageCarrier\": {\n                                    \"name\": \"CARGOMATIC TRANSPORT, INC.\",\n                                    \"scac\": \"CGWT\"\n                                },\n                                \"dispatchedTruckingCarrier\": \"CGWT\",\n                                \"receivingFacility\": \"1018 Collinsworth Rd, Baltimore, MD 30266\",\n                                \"pickupAppointmentDate\": \"2023-09-17T13:00:00.000Z\",\n                                \"fullOutgatedDate\": \"2023-09-13T18:47:55.264Z\",\n                                \"actualDeliveredDate\": \"2023-09-15T13:00:00.000Z\",\n                                \"emptyReturnedDate\": \"2023-09-18T13:51:00.000Z\"\n                            }\n                        ],\n                        \"criticalDates\": [\n                            {\n                                \"confirmedOnBoardDate\": \"2023-11-11T06:16:00.000Z\",\n                                \"dischargedDate\": \"\",\n                                \"pickupAppointmentDate\": \"2023-09-17T13:00:00.000Z\",\n                                \"fullOutgatedDate\": \"2023-09-13T18:47:55.264Z\",\n                                \"lastFreeDay\": \"2024-01-18T23:59:59.999Z\",\n                                \"lastFreeDayAtRailStation\": \"\"\n                            }\n                        ]\n                    }\n                ],\n                \"vessels\": [\n                    {\n                        \"_id\": \"\",\n                        \"mmsi\": \"\",\n                        \"imo\": \"\"\n                    }\n                ],\n                \"portsPath\": [\n                    {\n                        \"origin\": \"CNYTN\",\n                        \"destination\": \"USSAV\"\n                    }\n                ],\n                \"path\": \"\",\n                \"currentVessel\": {\n                    \"mmsi\": \"352149000\",\n                    \"imo\": \"9737486\",\n                    \"name\": \"TOLEDO TRIUMPH\"\n                },\n                \"currentPosition\": {\n                    \"lon\": -81.139481274,\n                    \"lat\": 32.129422517\n                },\n                \"railCarrier\": \"NORFOLK SOUTHERN RAILWAY COMPANY (NORFOLK SOUTHERN)\",\n                \"railScacCode\": \"NS\",\n                \"finalRailStation\": \"AUSTELL\",\n                \"finalRailfirmsCode\": \"L690\",\n                \"finalRailfsac\": \"56385\",\n                \"finalRailunlocode\": \"USATL\",\n                \"pod\": \"CNYTN\",\n                \"originPortName\": \"YANTIAN\",\n                \"pol\": \"USSAV\",\n                \"destinationPortName\": \"SAVANNAH, GA\",\n                \"status\": \"\",\n                \"originCity\": \"Shenzhen\",\n                \"destinationCity\": \"Savannah\",\n                \"originCountry\": \"Asia/Shanghai\",\n                \"destinationCountry\": \"America/New_York\",\n                \"eta\": \"\",\n                \"etd\": \"\",\n                \"heading\": \"\",\n                \"course\": \"\",\n                \"trackingId\": \"\",\n                \"logData\": \"\",\n                \"provider\": \"Provider1\",\n                \"transhipmentsDates\": {\n                    \"CNYTN-USSAV\": {\n                        \"ETD\": [\n                            {\n                                \"value\": \"2023-11-25T10:30:00.000Z\",\n                                \"createdAt\": \"2023-12-18T21:52:45.935Z\"\n                            }\n                        ],\n                        \"ATD\": [\n                            {\n                                \"value\": \"2023-11-25T10:30:00.000Z\",\n                                \"createdAt\": \"2023-12-18T21:52:45.935Z\"\n                            }\n                        ],\n                        \"ETA\": [\n                            {\n                                \"value\": \"2023-12-26T06:14:36.000Z\",\n                                \"createdAt\": \"2023-12-18T21:52:45.935Z\"\n                            }\n                        ],\n                        \"ATA\": [\n                            {\n                                \"value\": \"2023-12-26T06:14:36.000Z\",\n                                \"createdAt\": \"2023-12-18T21:52:45.935Z\"\n                            }\n                        ]\n                    }\n                },\n                \"createdAt\": \"2023-12-18T21:52:45.935Z\",\n                \"updatedAt\": \"2023-12-18T21:52:50.568Z\"\n            },\n            \"criticalContainers\": [\n                {\n                    \"containerNumber\": \"TCLU5015892\",\n                    \"equipmentType\": \"40DH\",\n                    \"holds\": [\n                        {\n                            \"type\": \"CUSTOMS\",\n                            \"code\": \"UNKNOWN\",\n                            \"reportedAt\": \"2023-11-30T01:48:58.006Z\",\n                            \"remarks\": \"HOLD\"\n                        },\n                        {\n                            \"type\": \"LINE\",\n                            \"code\": \"UNKNOWN\",\n                            \"reportedAt\": \"2023-11-30T01:48:58.006Z\",\n                            \"remarks\": \"HOLD\"\n                        }\n                    ],\n                    \"lastKnownPositionDate\": \"2023-12-13T06:14:36.000Z\",\n                    \"steamshipLine\": \"CMA\",\n                    \"status\": \"VESSEL_ARRIVED\",\n                    \"lastKnownPosition\": {\n                        \"coordinates\": {\n                            \"latitude\": 32.129422517,\n                            \"longitude\": -81.139481274\n                        }\n                    },\n                    \"demurrage\": [\n                        {\n                            \"demurrageOwedAtPort\": 495,\n                            \"demurrageOwedAtPortDecimal\": 49500,\n                            \"demurrageIncurred\": 495,\n                            \"demurrageIncurredDecimal\": 49500,\n                            \"demurrageOwedAtRailStation\": 700\n                        }\n                    ],\n                    \"drayage\": [\n                        {\n                            \"deliveryAppointmentDate\": \"2023-09-15T05:00:00.000Z\",\n                            \"estimatedDeliveryDate\": \"2023-09-15T05:00:00.000Z\",\n                            \"drayageCarrier\": {\n                                \"name\": \"CARGOMATIC TRANSPORT, INC.\",\n                                \"scac\": \"CGWT\"\n                            },\n                            \"dispatchedTruckingCarrier\": \"CGWT\",\n                            \"receivingFacility\": \"1018 Collinsworth Rd, Baltimore, MD 30266\",\n                            \"pickupAppointmentDate\": \"2023-09-17T13:00:00.000Z\",\n                            \"fullOutgatedDate\": \"2023-09-13T18:47:55.264Z\",\n                            \"actualDeliveredDate\": \"2023-09-15T13:00:00.000Z\",\n                            \"emptyReturnedDate\": \"2023-09-18T13:51:00.000Z\"\n                        }\n                    ],\n                    \"criticalDates\": [\n                        {\n                            \"confirmedOnBoardDate\": \"2023-11-11T06:16:00.000Z\",\n                            \"dischargedDate\": \"\",\n                            \"pickupAppointmentDate\": \"2024-01-19T13:00:00.000Z\",\n                            \"fullOutgatedDate\": \"2023-09-13T18:47:55.264Z\",\n                            \"lastFreeDay\": \"2024-01-19T23:59:59.999Z\",\n                            \"lastFreeDayAtRailStation\": \"\"\n                        }\n                    ]\n                },\n                {\n                    \"containerNumber\": \"12345667\",\n                    \"holds\": [\n                        {\n                            \"type\": \"CUSTOMS\",\n                            \"code\": \"UNKNOWN\",\n                            \"reportedAt\": \"2023-11-30T01:48:58.006Z\",\n                            \"remarks\": \"HOLD\"\n                        },\n                        {\n                            \"type\": \"LINE\",\n                            \"code\": \"UNKNOWN\",\n                            \"reportedAt\": \"2023-11-30T01:48:58.006Z\",\n                            \"remarks\": \"HOLD\"\n                        }\n                    ],\n                    \"lastKnownPositionDate\": \"2023-12-13T06:14:36.000Z\",\n                    \"steamshipLine\": \"CMA\",\n                    \"status\": \"VESSEL_ARRIVED\",\n                    \"lastKnownPosition\": {\n                        \"coordinates\": {\n                            \"latitude\": 32.129422517,\n                            \"longitude\": -81.139481274\n                        }\n                    },\n                    \"demurrage\": [\n                        {\n                            \"demurrageOwedAtPort\": 495,\n                            \"demurrageOwedAtPortDecimal\": 49500,\n                            \"demurrageIncurred\": 495,\n                            \"demurrageIncurredDecimal\": 49500,\n                            \"demurrageOwedAtRailStation\": 700\n                        }\n                    ],\n                    \"drayage\": [\n                        {\n                            \"deliveryAppointmentDate\": \"2023-09-15T05:00:00.000Z\",\n                            \"estimatedDeliveryDate\": \"2023-09-15T05:00:00.000Z\",\n                            \"drayageCarrier\": {\n                                \"name\": \"CARGOMATIC TRANSPORT, INC.\",\n                                \"scac\": \"CGWT\"\n                            },\n                            \"dispatchedTruckingCarrier\": \"CGWT\",\n                            \"receivingFacility\": \"1018 Collinsworth Rd, Baltimore, MD 30266\",\n                            \"pickupAppointmentDate\": \"2023-09-17T13:00:00.000Z\",\n                            \"fullOutgatedDate\": \"2023-09-13T18:47:55.264Z\",\n                            \"actualDeliveredDate\": \"2023-09-15T13:00:00.000Z\",\n                            \"emptyReturnedDate\": \"2023-09-18T13:51:00.000Z\"\n                        }\n                    ],\n                    \"criticalDates\": [\n                        {\n                            \"confirmedOnBoardDate\": \"2023-11-11T06:16:00.000Z\",\n                            \"dischargedDate\": \"\",\n                            \"pickupAppointmentDate\": \"2023-09-17T13:00:00.000Z\",\n                            \"fullOutgatedDate\": \"2023-09-13T18:47:55.264Z\",\n                            \"lastFreeDay\": \"2024-01-18T23:59:59.999Z\",\n                            \"lastFreeDayAtRailStation\": \"\"\n                        }\n                    ]\n                }\n            ],\n            \"isAlert\": true,\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Customer1\",\n            \"fullMbl\": \"CMDUSHZ5798224\",\n            \"fullHBL\": \"\",\n            \"isFavoriteStr\": \"false\",\n            \"idNumber\": {\n                \"if\": true,\n                \"then\": 229,\n                \"else\": null\n            },\n            \"critical\": {\n                \"containerNumber\": \"TCLU5015892\",\n                \"equipmentType\": \"40DH\",\n                \"holds\": [\n                    {\n                        \"type\": \"CUSTOMS\",\n                        \"code\": \"UNKNOWN\",\n                        \"reportedAt\": \"2023-11-30T01:48:58.006Z\",\n                        \"remarks\": \"HOLD\"\n                    },\n                    {\n                        \"type\": \"LINE\",\n                        \"code\": \"UNKNOWN\",\n                        \"reportedAt\": \"2023-11-30T01:48:58.006Z\",\n                        \"remarks\": \"HOLD\"\n                    }\n                ],\n                \"lastKnownPositionDate\": \"2023-12-13T06:14:36.000Z\",\n                \"steamshipLine\": \"CMA\",\n                \"status\": \"VESSEL_ARRIVED\",\n                \"lastKnownPosition\": {\n                    \"coordinates\": {\n                        \"latitude\": 32.129422517,\n                        \"longitude\": -81.139481274\n                    }\n                },\n                \"demurrage\": [\n                    {\n                        \"demurrageOwedAtPort\": 495,\n                        \"demurrageOwedAtPortDecimal\": 49500,\n                        \"demurrageIncurred\": 495,\n                        \"demurrageIncurredDecimal\": 49500,\n                        \"demurrageOwedAtRailStation\": 700\n                    }\n                ],\n                \"drayage\": [\n                    {\n                        \"deliveryAppointmentDate\": \"2023-09-15T05:00:00.000Z\",\n                        \"estimatedDeliveryDate\": \"2023-09-15T05:00:00.000Z\",\n                        \"drayageCarrier\": {\n                            \"name\": \"CARGOMATIC TRANSPORT, INC.\",\n                            \"scac\": \"CGWT\"\n                        },\n                        \"dispatchedTruckingCarrier\": \"CGWT\",\n                        \"receivingFacility\": \"1018 Collinsworth Rd, Baltimore, MD 30266\",\n                        \"pickupAppointmentDate\": \"2023-09-17T13:00:00.000Z\",\n                        \"fullOutgatedDate\": \"2023-09-13T18:47:55.264Z\",\n                        \"actualDeliveredDate\": \"2023-09-15T13:00:00.000Z\",\n                        \"emptyReturnedDate\": \"2023-09-18T13:51:00.000Z\"\n                    }\n                ],\n                \"criticalDates\": [\n                    {\n                        \"confirmedOnBoardDate\": \"2023-11-11T06:16:00.000Z\",\n                        \"dischargedDate\": \"\",\n                        \"pickupAppointmentDate\": \"2024-01-19T13:00:00.000Z\",\n                        \"fullOutgatedDate\": \"2023-09-13T18:47:55.264Z\",\n                        \"lastFreeDay\": \"2024-01-19T23:59:59.999Z\",\n                        \"lastFreeDayAtRailStation\": \"\"\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"6571d72ddd2c09ed1aa671b0\",\n            \"shipmentId\": \"M229_CANAD-_COLOMBIA_FAK\",\n            \"__v\": 0,\n            \"accessorials\": [],\n            \"agent\": null,\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"bookingNumber\": \"\",\n            \"commodity\": \"FAK\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"email\": \"pedro.holgin+shipper1@cargologik.com\",\n                \"__v\": 0,\n                \"aceptTerms\": false,\n                \"approved\": {\n                    \"status\": true\n                },\n                \"automaticQuote\": false,\n                \"collaborate\": false,\n                \"createdAt\": \"2023-06-23T22:27:32.207Z\",\n                \"disable\": false,\n                \"indexBooking\": 11,\n                \"indexQuote\": 57,\n                \"indexShipment\": 34,\n                \"integrations\": {\n                    \"Integration1\": {\n                        \"status\": false\n                    },\n                    \"seaboard\": {\n                        \"status\": false\n                    }\n                },\n                \"language\": \"en\",\n                \"metricSystem\": {\n                    \"length\": \"m\",\n                    \"temperature\": \"c\",\n                    \"volume\": \"m3\",\n                    \"weight\": \"kg\"\n                },\n                \"name\": \"Shipper Pedro\",\n                \"onboarded\": true,\n                \"planVisibilityExceptions\": [\n                    \"6571d62cdd2c09ed1aa63dd4\"\n                ],\n                \"planHistory\": [\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d618\",\n                        \"date\": \"2023-06-23T22:41:20.712Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d612\",\n                        \"date\": \"2024-01-26T22:12:55.679Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d60f\",\n                        \"date\": \"2024-01-26T22:16:01.180Z\"\n                    }\n                ],\n                \"planVisibilityHistory\": [\n                    {\n                        \"_id\": \"6571d62cdd2c09ed1aa63dd4\",\n                        \"date\": \"2024-01-26T22:12:33.942Z\"\n                    }\n                ],\n                \"status\": \"active\",\n                \"type\": \"shipper\",\n                \"typeShipper\": [\n                    \"shipper\",\n                    \"consignee\",\n                    \"importer\"\n                ],\n                \"planVisibility\": \"6571d62cdd2c09ed1aa63dd4\",\n                \"currentPlan\": \"64557b162ab9d195ef57d60f\",\n                \"joinDate\": \"2023-06-23T22:41:20.712Z\",\n                \"tenant\": \"64961f8c8da8d89e404a941b\",\n                \"updatedAt\": \"2024-03-19T21:45:21.282Z\",\n                \"updateUser\": \"649618800b7497f3261b426f\",\n                \"country\": \"Antarctica\",\n                \"countryPhoneCode\": \"co\",\n                \"phone\": \"319 7733185\",\n                \"isDemo\": true\n            },\n            \"configTracking\": \"mbl\",\n            \"consignee\": null,\n            \"containersNumber\": [],\n            \"createdAt\": \"2023-12-07T14:31:09.001Z\",\n            \"creationUser\": {\n                \"_id\": \"649618800b7497f3261b426f\",\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                \"mainContact\": true,\n                \"jobTitle\": \"\",\n                \"countryPhoneCode\": \"us\",\n                \"phone\": \"(201) 454-5454\",\n                \"sendEmail\": true,\n                \"changePasswordRequired\": false,\n                \"introduced\": true,\n                \"urlPhotoProfile\": \"\",\n                \"joinDate\": \"2023-11-02T15:58:30.012Z\",\n                \"rates\": true,\n                \"disable\": false,\n                \"password\": \"$2a$10$DQtuNKPcrsS7ZkFStQIrWu/QGH/ezfaGPYGAvgVASM5ax8BDdQ2eW\",\n                \"createdAt\": \"2023-06-23T22:11:12.970Z\",\n                \"__v\": 0,\n                \"updateUser\": \"649618800b7497f3261b426f\",\n                \"updatedAt\": \"2024-01-29T15:57:31.351Z\",\n                \"devices\": [],\n                \"country\": \"United States\",\n                \"sortEvents\": \"asc\",\n                \"historyLogin\": [\n                    \"2023-10-18T21:32:59.352Z\",\n                    \"2023-10-18T22:03:40.792Z\",\n                    \"2023-10-18T22:13:10.673Z\",\n                    \"2023-10-18T23:20:31.506Z\",\n                    \"2023-10-18T23:21:46.490Z\",\n                    \"2023-10-19T12:57:47.395Z\",\n                    \"2023-10-19T20:06:38.000Z\",\n                    \"2023-10-19T20:25:10.220Z\",\n                    \"2023-10-19T20:32:56.424Z\",\n                    \"2023-10-20T12:37:45.023Z\",\n                    \"2023-10-20T12:38:39.160Z\",\n                    \"2023-10-20T19:38:12.502Z\",\n                    \"2023-10-20T19:53:45.169Z\",\n                    \"2023-10-20T22:32:08.737Z\",\n                    \"2023-10-20T22:54:32.143Z\",\n                    \"2023-10-21T00:55:20.597Z\",\n                    \"2023-10-23T13:46:23.112Z\",\n                    \"2023-10-23T13:55:29.682Z\",\n                    \"2023-10-23T15:19:28.320Z\",\n                    \"2023-10-23T16:06:27.320Z\",\n                    \"2023-10-23T16:15:36.065Z\",\n                    \"2023-10-23T19:23:47.052Z\",\n                    \"2023-10-24T13:37:09.603Z\",\n                    \"2023-10-24T13:38:27.239Z\",\n                    \"2023-10-24T20:17:03.247Z\",\n                    \"2023-10-24T21:57:50.169Z\",\n                    \"2023-10-25T14:51:41.621Z\",\n                    \"2023-10-25T19:22:55.557Z\",\n                    \"2023-10-26T13:59:56.503Z\",\n                    \"2023-10-26T19:03:21.121Z\",\n                    \"2023-10-26T19:09:06.041Z\",\n                    \"2023-10-26T19:15:31.823Z\",\n                    \"2023-10-27T13:21:00.663Z\",\n                    \"2023-10-27T13:21:40.584Z\",\n                    \"2023-10-27T14:29:57.041Z\",\n                    \"2023-10-27T14:38:09.367Z\",\n                    \"2023-10-27T14:52:45.444Z\",\n                    \"2023-10-27T16:06:46.595Z\",\n                    \"2023-10-27T19:20:32.329Z\",\n                    \"2023-10-28T14:29:10.012Z\",\n                    \"2023-10-30T14:09:27.041Z\",\n                    \"2023-10-30T19:37:19.625Z\",\n                    \"2023-10-30T20:50:37.668Z\",\n                    \"2023-10-30T21:48:38.062Z\",\n                    \"2023-10-30T22:02:36.870Z\",\n                    \"2023-10-31T13:19:52.695Z\",\n                    \"2023-10-31T19:58:50.228Z\",\n                    \"2023-10-31T20:04:32.094Z\",\n                    \"2023-10-31T21:28:36.745Z\",\n                    \"2023-11-01T13:16:26.199Z\",\n                    \"2023-11-01T15:28:08.744Z\",\n                    \"2023-11-01T16:29:21.947Z\",\n                    \"2023-11-01T19:18:56.844Z\",\n                    \"2023-11-02T15:20:22.419Z\",\n                    \"2023-11-02T19:40:02.728Z\",\n                    \"2023-11-02T20:40:40.747Z\",\n                    \"2023-11-02T21:40:00.946Z\",\n                    \"2023-11-03T13:17:33.425Z\",\n                    \"2023-11-03T14:25:27.058Z\",\n                    \"2023-11-03T19:55:56.910Z\",\n                    \"2023-11-04T18:07:41.215Z\",\n                    \"2023-11-07T14:43:22.031Z\",\n                    \"2023-11-07T14:57:08.556Z\",\n                    \"2023-11-07T15:50:38.304Z\",\n                    \"2023-11-07T15:53:25.524Z\",\n                    \"2023-11-07T16:55:27.783Z\",\n                    \"2023-11-07T20:04:57.735Z\",\n                    \"2023-11-07T22:45:19.128Z\",\n                    \"2023-11-08T13:44:41.430Z\",\n                    \"2023-11-08T20:23:46.753Z\",\n                    \"2023-11-08T21:01:06.355Z\",\n                    \"2023-11-09T13:29:23.859Z\",\n                    \"2023-11-09T19:57:03.377Z\",\n                    \"2023-11-09T20:04:03.000Z\",\n                    \"2023-11-09T21:13:33.859Z\",\n                    \"2023-11-10T19:27:27.079Z\",\n                    \"2023-11-10T22:25:35.588Z\",\n                    \"2023-11-14T13:44:45.878Z\",\n                    \"2023-11-14T19:41:31.102Z\",\n                    \"2023-11-14T22:39:29.947Z\",\n                    \"2023-11-14T22:39:44.413Z\",\n                    \"2023-11-15T15:59:14.163Z\",\n                    \"2023-11-15T16:01:55.195Z\",\n                    \"2023-11-15T16:04:29.455Z\",\n                    \"2023-11-15T16:13:57.729Z\",\n                    \"2023-11-15T19:07:52.456Z\",\n                    \"2023-11-15T19:15:28.459Z\",\n                    \"2023-11-15T19:18:26.216Z\",\n                    \"2023-11-15T21:42:57.729Z\",\n                    \"2023-11-15T21:43:35.901Z\",\n                    \"2023-11-16T14:50:41.016Z\",\n                    \"2023-11-16T17:07:03.405Z\",\n                    \"2023-11-16T19:21:36.709Z\",\n                    \"2023-11-16T19:22:15.014Z\",\n                    \"2023-11-16T19:25:40.864Z\",\n                    \"2023-11-17T13:09:29.959Z\",\n                    \"2023-11-17T13:56:47.962Z\",\n                    \"2023-11-17T19:23:42.976Z\",\n                    \"2023-11-17T21:06:27.280Z\",\n                    \"2023-11-19T17:02:36.923Z\",\n                    \"2023-11-19T17:23:09.928Z\",\n                    \"2023-11-19T18:54:18.955Z\",\n                    \"2023-11-20T13:08:34.008Z\",\n                    \"2023-11-20T13:59:27.763Z\",\n                    \"2023-11-20T19:15:12.677Z\",\n                    \"2023-11-20T20:40:20.514Z\",\n                    \"2023-11-21T01:01:58.827Z\",\n                    \"2023-11-21T13:15:17.018Z\",\n                    \"2023-11-21T13:43:37.825Z\",\n                    \"2023-11-21T14:32:50.116Z\",\n                    \"2023-11-21T14:39:53.175Z\",\n                    \"2023-11-21T15:28:33.622Z\",\n                    \"2023-11-21T22:58:42.458Z\",\n                    \"2023-11-22T14:11:56.376Z\",\n                    \"2023-11-22T14:53:48.448Z\",\n                    \"2023-11-22T19:13:31.601Z\",\n                    \"2023-11-22T19:35:58.914Z\",\n                    \"2023-11-22T19:47:02.784Z\",\n                    \"2023-11-22T21:53:33.401Z\",\n                    \"2023-11-22T22:21:45.571Z\",\n                    \"2023-11-23T14:09:47.954Z\",\n                    \"2023-11-23T19:37:59.147Z\",\n                    \"2023-11-23T19:48:23.701Z\",\n                    \"2023-11-23T20:07:50.392Z\",\n                    \"2023-11-23T21:02:04.117Z\",\n                    \"2023-11-24T13:25:11.935Z\",\n                    \"2023-11-24T13:29:36.219Z\",\n                    \"2023-11-24T19:16:03.323Z\",\n                    \"2023-11-24T19:19:00.479Z\",\n                    \"2023-11-24T19:19:01.413Z\",\n                    \"2023-11-27T13:41:29.926Z\",\n                    \"2023-11-27T14:14:46.732Z\",\n                    \"2023-11-27T19:31:53.725Z\",\n                    \"2023-11-28T13:48:27.536Z\",\n                    \"2023-11-28T18:02:24.891Z\",\n                    \"2023-11-28T19:04:28.748Z\",\n                    \"2023-11-28T20:02:00.639Z\",\n                    \"2023-11-28T20:12:38.908Z\",\n                    \"2023-11-28T22:00:14.535Z\",\n                    \"2023-11-29T14:17:18.602Z\",\n                    \"2023-11-29T19:15:05.142Z\",\n                    \"2023-11-30T00:01:36.623Z\",\n                    \"2023-11-30T13:01:09.102Z\",\n                    \"2023-11-30T15:41:34.345Z\",\n                    \"2023-11-30T16:25:12.332Z\",\n                    \"2023-11-30T19:24:59.541Z\",\n                    \"2023-11-30T20:17:11.751Z\",\n                    \"2023-11-30T21:02:35.799Z\",\n                    \"2023-11-30T22:19:42.309Z\",\n                    \"2023-11-30T23:00:54.704Z\",\n                    \"2023-11-30T23:02:00.436Z\",\n                    \"2023-11-30T23:05:28.179Z\",\n                    \"2023-12-01T14:12:43.212Z\",\n                    \"2023-12-01T16:02:28.975Z\",\n                    \"2023-12-01T18:00:38.354Z\",\n                    \"2023-12-01T19:28:28.578Z\",\n                    \"2023-12-01T19:40:01.833Z\",\n                    \"2023-12-01T19:56:40.166Z\",\n                    \"2023-12-01T20:01:40.498Z\",\n                    \"2023-12-04T15:23:59.497Z\",\n                    \"2023-12-05T12:41:04.526Z\",\n                    \"2023-12-05T19:42:56.640Z\",\n                    \"2023-12-05T19:43:23.341Z\",\n                    \"2023-12-05T20:31:24.142Z\",\n                    \"2023-12-05T20:34:25.179Z\",\n                    \"2023-12-05T20:38:44.037Z\",\n                    \"2023-12-05T20:41:30.202Z\",\n                    \"2023-12-05T20:52:00.809Z\",\n                    \"2023-12-05T20:53:30.696Z\",\n                    \"2023-12-05T21:00:42.414Z\",\n                    \"2023-12-05T22:37:54.840Z\",\n                    \"2023-12-05T22:38:02.636Z\",\n                    \"2023-12-06T13:40:41.398Z\",\n                    \"2023-12-06T13:41:00.471Z\",\n                    \"2023-12-06T14:44:22.982Z\",\n                    \"2023-12-06T14:47:42.088Z\",\n                    \"2023-12-06T14:56:53.881Z\",\n                    \"2023-12-06T15:02:25.113Z\",\n                    \"2023-12-06T15:06:37.822Z\",\n                    \"2023-12-06T18:23:25.405Z\",\n                    \"2023-12-06T19:30:36.951Z\",\n                    \"2023-12-06T20:36:47.332Z\",\n                    \"2023-12-07T14:03:22.018Z\",\n                    \"2023-12-07T20:24:32.034Z\",\n                    \"2023-12-07T23:53:17.902Z\",\n                    \"2023-12-08T13:26:26.225Z\",\n                    \"2023-12-08T19:03:09.053Z\",\n                    \"2023-12-09T05:34:22.255Z\",\n                    \"2023-12-09T15:09:19.834Z\",\n                    \"2023-12-11T13:53:58.986Z\",\n                    \"2023-12-11T20:23:28.901Z\",\n                    \"2023-12-12T13:37:36.945Z\",\n                    \"2023-12-12T13:38:13.274Z\",\n                    \"2023-12-12T14:59:40.664Z\",\n                    \"2023-12-12T19:32:36.808Z\",\n                    \"2023-12-13T13:57:05.161Z\",\n                    \"2023-12-13T15:59:20.427Z\",\n                    \"2023-12-13T18:55:32.295Z\",\n                    \"2023-12-14T16:04:44.536Z\",\n                    \"2023-12-14T19:49:56.023Z\",\n                    \"2023-12-15T13:34:18.901Z\",\n                    \"2023-12-15T19:51:08.765Z\",\n                    \"2023-12-15T20:02:10.116Z\",\n                    \"2023-12-18T15:09:17.632Z\",\n                    \"2023-12-18T15:18:31.271Z\",\n                    \"2023-12-18T19:14:57.208Z\",\n                    \"2023-12-19T13:28:42.671Z\",\n                    \"2023-12-19T15:57:13.995Z\",\n                    \"2023-12-19T20:16:09.530Z\",\n                    \"2023-12-19T22:48:33.981Z\",\n                    \"2023-12-20T13:07:18.851Z\",\n                    \"2023-12-20T13:11:11.920Z\",\n                    \"2023-12-20T14:00:32.766Z\",\n                    \"2023-12-20T15:38:00.189Z\",\n                    \"2023-12-20T19:18:46.800Z\",\n                    \"2023-12-20T23:22:17.536Z\",\n                    \"2023-12-20T23:25:04.207Z\",\n                    \"2023-12-20T23:25:42.627Z\",\n                    \"2023-12-21T12:35:39.970Z\",\n                    \"2023-12-21T14:19:41.478Z\",\n                    \"2023-12-21T17:10:51.357Z\",\n                    \"2023-12-21T20:15:52.132Z\",\n                    \"2023-12-22T14:01:06.781Z\",\n                    \"2023-12-25T22:13:45.568Z\",\n                    \"2023-12-26T13:07:16.957Z\",\n                    \"2023-12-26T13:54:50.172Z\",\n                    \"2023-12-26T21:13:42.400Z\",\n                    \"2023-12-27T13:24:59.657Z\",\n                    \"2023-12-27T19:01:54.723Z\",\n                    \"2023-12-28T13:03:21.600Z\",\n                    \"2023-12-28T17:21:09.066Z\",\n                    \"2023-12-28T19:19:37.732Z\",\n                    \"2023-12-28T19:41:34.757Z\",\n                    \"2023-12-28T19:44:03.015Z\",\n                    \"2023-12-28T21:21:42.957Z\",\n                    \"2023-12-29T13:53:45.228Z\",\n                    \"2023-12-29T20:11:22.079Z\",\n                    \"2024-01-02T14:25:31.563Z\",\n                    \"2024-01-02T19:24:02.988Z\",\n                    \"2024-01-02T19:37:35.581Z\",\n                    \"2024-01-03T13:14:24.628Z\",\n                    \"2024-01-03T19:51:34.015Z\",\n                    \"2024-01-03T22:47:23.263Z\",\n                    \"2024-01-04T13:47:06.572Z\",\n                    \"2024-01-04T14:32:33.265Z\",\n                    \"2024-01-04T18:53:29.843Z\",\n                    \"2024-01-05T12:26:11.470Z\",\n                    \"2024-01-05T20:37:03.257Z\",\n                    \"2024-01-05T21:17:18.753Z\",\n                    \"2024-01-05T21:23:34.424Z\",\n                    \"2024-01-07T00:36:49.478Z\",\n                    \"2024-01-08T03:54:48.167Z\",\n                    \"2024-01-09T14:09:13.865Z\",\n                    \"2024-01-09T14:33:17.362Z\",\n                    \"2024-01-09T14:34:46.775Z\",\n                    \"2024-01-09T16:13:44.868Z\",\n                    \"2024-01-09T16:26:50.518Z\",\n                    \"2024-01-09T16:42:51.214Z\",\n                    \"2024-01-09T20:20:54.801Z\",\n                    \"2024-01-09T20:50:40.620Z\",\n                    \"2024-01-09T21:22:29.830Z\",\n                    \"2024-01-09T21:24:33.589Z\",\n                    \"2024-01-09T21:44:03.672Z\",\n                    \"2024-01-09T23:40:08.553Z\",\n                    \"2024-01-09T23:40:40.933Z\",\n                    \"2024-01-10T02:35:30.431Z\",\n                    \"2024-01-10T13:11:43.144Z\",\n                    \"2024-01-10T13:39:41.172Z\",\n                    \"2024-01-10T15:17:06.099Z\",\n                    \"2024-01-10T19:34:51.508Z\",\n                    \"2024-01-10T20:24:25.359Z\",\n                    \"2024-01-11T00:51:01.833Z\",\n                    \"2024-01-11T12:45:01.768Z\",\n                    \"2024-01-11T13:45:51.831Z\",\n                    \"2024-01-11T19:52:43.804Z\",\n                    \"2024-01-11T20:20:47.739Z\",\n                    \"2024-01-12T03:42:27.828Z\",\n                    \"2024-01-12T13:39:49.216Z\",\n                    \"2024-01-12T15:35:16.004Z\",\n                    \"2024-01-12T19:29:40.437Z\",\n                    \"2024-01-12T20:12:49.224Z\",\n                    \"2024-01-15T14:17:00.104Z\",\n                    \"2024-01-15T15:16:49.919Z\",\n                    \"2024-01-15T19:22:53.260Z\",\n                    \"2024-01-15T20:47:01.302Z\",\n                    \"2024-01-15T21:10:23.137Z\",\n                    \"2024-01-16T02:39:16.337Z\",\n                    \"2024-01-16T14:48:48.892Z\",\n                    \"2024-01-16T15:19:23.436Z\",\n                    \"2024-01-16T15:19:59.107Z\",\n                    \"2024-01-16T19:02:10.716Z\",\n                    \"2024-01-16T20:18:04.810Z\",\n                    \"2024-01-16T22:52:29.482Z\",\n                    \"2024-01-16T23:21:06.757Z\",\n                    \"2024-01-17T01:19:58.102Z\",\n                    \"2024-01-17T13:34:04.136Z\",\n                    \"2024-01-17T14:27:46.810Z\",\n                    \"2024-01-17T15:53:16.406Z\",\n                    \"2024-01-17T18:44:20.535Z\",\n                    \"2024-01-17T20:12:09.684Z\",\n                    \"2024-01-17T20:13:55.378Z\",\n                    \"2024-01-17T21:17:57.515Z\",\n                    \"2024-01-18T13:32:12.972Z\",\n                    \"2024-01-18T13:37:43.468Z\",\n                    \"2024-01-18T19:11:32.185Z\",\n                    \"2024-01-18T19:39:57.068Z\",\n                    \"2024-01-18T20:04:41.812Z\",\n                    \"2024-01-19T13:58:14.913Z\",\n                    \"2024-01-19T15:38:19.021Z\",\n                    \"2024-01-19T20:03:02.815Z\",\n                    \"2024-01-20T18:27:51.271Z\",\n                    \"2024-01-21T21:07:59.877Z\",\n                    \"2024-01-22T13:24:14.115Z\",\n                    \"2024-01-22T15:39:34.871Z\",\n                    \"2024-01-22T21:33:58.232Z\",\n                    \"2024-01-23T13:23:45.804Z\",\n                    \"2024-01-23T17:59:58.455Z\",\n                    \"2024-01-23T21:06:23.421Z\",\n                    \"2024-01-23T21:20:30.811Z\",\n                    \"2024-01-23T21:34:46.192Z\",\n                    \"2024-01-24T04:43:00.731Z\",\n                    \"2024-01-24T15:32:51.917Z\",\n                    \"2024-01-24T16:31:14.397Z\",\n                    \"2024-01-24T18:05:36.320Z\",\n                    \"2024-01-24T21:30:11.385Z\",\n                    \"2024-01-24T22:35:01.141Z\",\n                    \"2024-01-25T14:42:40.060Z\",\n                    \"2024-01-25T19:20:12.931Z\",\n                    \"2024-01-25T21:38:33.452Z\",\n                    \"2024-01-26T05:24:33.242Z\",\n                    \"2024-01-26T14:49:32.730Z\",\n                    \"2024-01-26T15:21:31.149Z\",\n                    \"2024-01-26T19:45:31.395Z\",\n                    \"2024-01-27T18:23:39.304Z\",\n                    \"2024-01-27T18:23:51.863Z\",\n                    \"2024-01-27T23:49:56.670Z\",\n                    \"2024-01-28T00:34:43.233Z\",\n                    \"2024-01-28T03:03:50.280Z\",\n                    \"2024-01-28T03:09:15.861Z\",\n                    \"2024-01-29T13:34:56.870Z\",\n                    \"2024-01-29T13:50:03.367Z\",\n                    \"2024-01-29T15:38:23.453Z\",\n                    \"2024-01-29T19:18:57.695Z\",\n                    \"2024-01-29T19:50:02.071Z\",\n                    \"2024-01-30T03:00:19.607Z\",\n                    \"2024-01-30T03:02:51.246Z\",\n                    \"2024-01-30T14:00:18.155Z\",\n                    \"2024-01-30T14:19:57.567Z\",\n                    \"2024-01-30T15:00:30.447Z\",\n                    \"2024-01-30T15:09:28.500Z\",\n                    \"2024-01-30T19:54:58.077Z\",\n                    \"2024-01-30T20:22:21.014Z\",\n                    \"2024-01-31T13:30:13.764Z\",\n                    \"2024-01-31T14:11:18.881Z\",\n                    \"2024-01-31T19:21:44.558Z\",\n                    \"2024-01-31T21:38:01.279Z\",\n                    \"2024-02-01T13:18:22.164Z\",\n                    \"2024-02-01T13:51:33.106Z\",\n                    \"2024-02-01T16:53:24.481Z\",\n                    \"2024-02-01T16:59:56.368Z\",\n                    \"2024-02-01T17:08:43.488Z\",\n                    \"2024-02-01T17:14:45.476Z\",\n                    \"2024-02-01T18:48:56.868Z\",\n                    \"2024-02-01T19:10:11.838Z\",\n                    \"2024-02-01T19:41:18.930Z\",\n                    \"2024-02-01T21:24:09.346Z\",\n                    \"2024-02-02T15:09:27.543Z\",\n                    \"2024-02-02T15:12:28.497Z\",\n                    \"2024-02-02T16:31:24.741Z\",\n                    \"2024-02-02T20:31:23.186Z\",\n                    \"2024-02-02T20:55:17.825Z\",\n                    \"2024-02-03T22:51:57.356Z\",\n                    \"2024-02-05T19:14:18.627Z\",\n                    \"2024-02-05T20:56:26.082Z\",\n                    \"2024-02-06T13:15:43.894Z\",\n                    \"2024-02-06T13:39:31.233Z\",\n                    \"2024-02-06T19:34:24.238Z\",\n                    \"2024-02-06T23:47:13.393Z\",\n                    \"2024-02-07T13:13:26.040Z\",\n                    \"2024-02-07T19:37:46.426Z\",\n                    \"2024-02-07T20:34:53.110Z\",\n                    \"2024-02-07T20:36:06.614Z\",\n                    \"2024-02-07T20:37:34.434Z\",\n                    \"2024-02-07T20:40:02.437Z\",\n                    \"2024-02-08T15:31:39.947Z\",\n                    \"2024-02-08T19:25:15.591Z\",\n                    \"2024-02-08T19:25:34.236Z\",\n                    \"2024-02-08T21:01:47.739Z\",\n                    \"2024-02-09T03:33:53.708Z\",\n                    \"2024-02-09T04:34:40.683Z\",\n                    \"2024-02-09T14:02:41.781Z\",\n                    \"2024-02-09T14:56:48.227Z\",\n                    \"2024-02-09T15:03:45.450Z\",\n                    \"2024-02-09T19:38:05.293Z\",\n                    \"2024-02-09T19:51:08.456Z\",\n                    \"2024-02-12T04:15:53.953Z\",\n                    \"2024-02-12T13:30:21.498Z\",\n                    \"2024-02-12T13:59:53.313Z\",\n                    \"2024-02-13T13:04:12.561Z\",\n                    \"2024-02-13T19:20:42.271Z\",\n                    \"2024-02-13T21:27:53.207Z\",\n                    \"2024-02-14T14:28:31.222Z\",\n                    \"2024-02-14T14:37:43.993Z\",\n                    \"2024-02-14T15:44:25.735Z\",\n                    \"2024-02-14T16:06:20.662Z\",\n                    \"2024-02-14T18:20:18.014Z\",\n                    \"2024-02-14T18:59:16.772Z\",\n                    \"2024-02-15T12:47:31.200Z\",\n                    \"2024-02-15T15:28:08.618Z\",\n                    \"2024-02-15T19:29:10.529Z\",\n                    \"2024-02-15T20:54:38.842Z\",\n                    \"2024-02-16T02:57:01.416Z\",\n                    \"2024-02-16T02:57:59.492Z\",\n                    \"2024-02-16T13:25:08.243Z\",\n                    \"2024-02-16T13:40:27.923Z\",\n                    \"2024-02-16T14:07:44.819Z\",\n                    \"2024-02-16T17:39:09.710Z\",\n                    \"2024-02-16T21:25:23.854Z\",\n                    \"2024-02-19T14:01:54.057Z\",\n                    \"2024-02-19T14:04:51.348Z\",\n                    \"2024-02-19T17:10:19.877Z\",\n                    \"2024-02-19T19:00:54.326Z\",\n                    \"2024-02-19T20:44:54.999Z\",\n                    \"2024-02-19T21:22:31.425Z\",\n                    \"2024-02-19T21:42:20.994Z\",\n                    \"2024-02-19T21:43:55.057Z\",\n                    \"2024-02-20T13:27:30.353Z\",\n                    \"2024-02-20T14:22:18.674Z\",\n                    \"2024-02-20T18:11:03.177Z\",\n                    \"2024-02-20T20:30:35.215Z\",\n                    \"2024-02-20T22:40:01.796Z\",\n                    \"2024-02-21T03:56:08.485Z\",\n                    \"2024-02-21T13:11:11.710Z\",\n                    \"2024-02-21T14:31:27.949Z\",\n                    \"2024-02-21T19:47:21.936Z\",\n                    \"2024-02-21T21:54:03.916Z\",\n                    \"2024-02-22T13:16:33.881Z\",\n                    \"2024-02-22T13:33:04.148Z\",\n                    \"2024-02-22T16:09:07.459Z\",\n                    \"2024-02-22T20:27:54.776Z\",\n                    \"2024-02-22T21:33:29.042Z\",\n                    \"2024-02-23T03:21:12.861Z\",\n                    \"2024-02-23T13:41:38.934Z\",\n                    \"2024-02-23T13:45:33.192Z\",\n                    \"2024-02-23T23:03:46.213Z\",\n                    \"2024-02-24T03:43:38.460Z\",\n                    \"2024-02-24T13:47:00.325Z\",\n                    \"2024-02-26T13:13:14.404Z\",\n                    \"2024-02-26T14:45:18.350Z\",\n                    \"2024-02-26T20:25:29.918Z\",\n                    \"2024-02-26T21:14:50.435Z\",\n                    \"2024-02-27T03:18:02.246Z\",\n                    \"2024-02-27T13:26:17.987Z\",\n                    \"2024-02-27T14:24:09.155Z\",\n                    \"2024-02-27T16:52:04.775Z\",\n                    \"2024-02-27T16:53:36.100Z\",\n                    \"2024-02-27T19:44:20.658Z\",\n                    \"2024-02-27T20:04:06.194Z\",\n                    \"2024-02-28T03:14:14.095Z\",\n                    \"2024-02-28T13:28:18.630Z\",\n                    \"2024-02-28T14:10:56.934Z\",\n                    \"2024-02-28T18:48:24.868Z\",\n                    \"2024-02-28T19:02:20.893Z\",\n                    \"2024-02-28T20:42:24.072Z\",\n                    \"2024-02-28T22:31:59.376Z\",\n                    \"2024-02-29T00:41:41.649Z\",\n                    \"2024-02-29T13:01:02.273Z\",\n                    \"2024-02-29T14:01:41.534Z\",\n                    \"2024-02-29T16:48:14.013Z\",\n                    \"2024-03-01T00:35:37.391Z\",\n                    \"2024-03-01T13:23:27.596Z\",\n                    \"2024-03-01T14:09:17.401Z\",\n                    \"2024-03-01T16:11:26.449Z\",\n                    \"2024-03-01T17:49:02.102Z\",\n                    \"2024-03-01T19:45:58.034Z\",\n                    \"2024-03-04T04:13:24.760Z\",\n                    \"2024-03-04T05:34:30.097Z\",\n                    \"2024-03-04T15:23:19.800Z\",\n                    \"2024-03-04T16:12:41.165Z\",\n                    \"2024-03-04T16:39:29.292Z\",\n                    \"2024-03-04T17:51:00.487Z\",\n                    \"2024-03-04T19:20:27.182Z\",\n                    \"2024-03-04T21:39:15.450Z\",\n                    \"2024-03-05T13:19:33.078Z\",\n                    \"2024-03-05T14:37:05.663Z\",\n                    \"2024-03-05T17:50:43.488Z\",\n                    \"2024-03-05T19:33:39.770Z\",\n                    \"2024-03-05T19:43:26.697Z\",\n                    \"2024-03-06T09:23:19.613Z\",\n                    \"2024-03-06T09:25:07.887Z\",\n                    \"2024-03-06T11:28:01.175Z\",\n                    \"2024-03-06T15:12:47.969Z\",\n                    \"2024-03-06T15:44:11.271Z\",\n                    \"2024-03-06T20:07:13.570Z\",\n                    \"2024-03-06T20:25:56.202Z\",\n                    \"2024-03-06T21:08:49.203Z\",\n                    \"2024-03-06T21:56:31.732Z\",\n                    \"2024-03-06T22:01:51.969Z\",\n                    \"2024-03-07T04:06:03.553Z\",\n                    \"2024-03-07T05:11:53.819Z\",\n                    \"2024-03-07T13:17:32.515Z\",\n                    \"2024-03-07T13:38:04.192Z\",\n                    \"2024-03-07T14:17:10.575Z\",\n                    \"2024-03-07T18:52:47.416Z\",\n                    \"2024-03-07T18:56:43.268Z\",\n                    \"2024-03-07T20:38:36.555Z\",\n                    \"2024-03-07T22:35:58.557Z\",\n                    \"2024-03-08T13:39:55.147Z\",\n                    \"2024-03-08T13:41:58.423Z\",\n                    \"2024-03-08T14:17:57.222Z\",\n                    \"2024-03-08T15:54:48.186Z\",\n                    \"2024-03-08T21:33:37.574Z\",\n                    \"2024-03-09T20:39:47.446Z\",\n                    \"2024-03-10T02:27:50.799Z\",\n                    \"2024-03-11T14:07:51.747Z\",\n                    \"2024-03-11T14:46:18.811Z\",\n                    \"2024-03-11T16:01:12.714Z\",\n                    \"2024-03-11T19:27:35.979Z\",\n                    \"2024-03-12T14:06:36.403Z\",\n                    \"2024-03-12T15:54:35.733Z\",\n                    \"2024-03-12T19:02:40.888Z\",\n                    \"2024-03-12T20:15:38.173Z\",\n                    \"2024-03-12T22:49:20.853Z\",\n                    \"2024-03-13T10:43:31.329Z\",\n                    \"2024-03-13T13:05:31.288Z\",\n                    \"2024-03-13T13:38:45.298Z\",\n                    \"2024-03-13T15:40:53.507Z\",\n                    \"2024-03-13T15:42:32.418Z\",\n                    \"2024-03-13T15:56:51.348Z\",\n                    \"2024-03-13T19:28:48.994Z\",\n                    \"2024-03-14T05:02:38.436Z\",\n                    \"2024-03-14T13:12:31.206Z\",\n                    \"2024-03-14T16:47:43.164Z\",\n                    \"2024-03-14T18:37:19.600Z\",\n                    \"2024-03-14T19:36:56.697Z\",\n                    \"2024-03-14T19:44:13.798Z\",\n                    \"2024-03-15T04:03:53.220Z\",\n                    \"2024-03-15T13:26:45.838Z\",\n                    \"2024-03-15T13:56:26.453Z\",\n                    \"2024-03-15T14:04:36.501Z\",\n                    \"2024-03-15T20:12:06.773Z\",\n                    \"2024-03-15T20:46:30.336Z\",\n                    \"2024-03-15T22:50:00.186Z\",\n                    \"2024-03-15T23:51:14.327Z\",\n                    \"2024-03-18T13:30:16.038Z\",\n                    \"2024-03-18T14:08:46.375Z\",\n                    \"2024-03-18T19:35:57.859Z\",\n                    \"2024-03-19T02:14:43.366Z\",\n                    \"2024-03-19T02:38:08.296Z\",\n                    \"2024-03-19T13:06:59.721Z\",\n                    \"2024-03-19T15:07:22.509Z\",\n                    \"2024-03-19T16:28:52.206Z\",\n                    \"2024-03-19T19:30:45.052Z\",\n                    \"2024-03-19T19:56:09.429Z\",\n                    \"2024-03-19T21:17:39.947Z\",\n                    \"2024-03-19T21:29:22.520Z\",\n                    \"2024-03-19T23:13:56.167Z\",\n                    \"2024-03-20T03:17:29.406Z\",\n                    \"2024-03-20T06:07:39.116Z\",\n                    \"2024-03-20T12:52:56.166Z\",\n                    \"2024-03-20T13:32:04.027Z\",\n                    \"2024-03-20T19:08:40.867Z\",\n                    \"2024-03-20T20:26:58.746Z\",\n                    \"2024-03-20T21:23:55.082Z\",\n                    \"2024-03-20T21:28:35.210Z\",\n                    \"2024-03-20T21:32:46.099Z\",\n                    \"2024-03-21T04:56:46.016Z\",\n                    \"2024-03-21T14:17:33.696Z\",\n                    \"2024-03-21T14:21:30.263Z\",\n                    \"2024-03-21T15:57:46.609Z\",\n                    \"2024-03-21T16:54:05.146Z\",\n                    \"2024-03-21T19:19:57.374Z\",\n                    \"2024-03-21T19:39:20.163Z\",\n                    \"2024-03-21T20:42:14.366Z\",\n                    \"2024-03-21T21:02:42.297Z\",\n                    \"2024-03-21T22:38:24.392Z\",\n                    \"2024-03-22T13:23:08.095Z\",\n                    \"2024-03-22T14:18:50.916Z\",\n                    \"2024-03-22T14:20:07.013Z\",\n                    \"2024-03-22T16:24:32.665Z\",\n                    \"2024-03-22T16:51:52.707Z\",\n                    \"2024-03-22T16:55:25.717Z\",\n                    \"2024-03-22T19:08:16.109Z\",\n                    \"2024-03-22T20:40:50.699Z\",\n                    \"2024-03-24T16:28:19.540Z\",\n                    \"2024-03-25T20:42:39.118Z\",\n                    \"2024-03-28T00:54:00.094Z\",\n                    \"2024-03-28T14:56:07.976Z\",\n                    \"2024-04-01T15:24:10.453Z\",\n                    \"2024-04-01T17:45:48.020Z\",\n                    \"2024-04-01T18:45:46.160Z\",\n                    \"2024-04-01T19:28:49.962Z\",\n                    \"2024-04-01T21:01:47.704Z\",\n                    \"2024-04-01T21:32:44.299Z\",\n                    \"2024-04-02T05:06:22.117Z\",\n                    \"2024-04-02T13:15:59.100Z\",\n                    \"2024-04-02T13:48:06.477Z\",\n                    \"2024-04-02T13:48:51.653Z\",\n                    \"2024-04-02T15:45:06.965Z\",\n                    \"2024-04-02T17:04:28.582Z\",\n                    \"2024-04-02T20:26:03.247Z\",\n                    \"2024-04-02T20:49:50.523Z\",\n                    \"2024-04-02T20:59:12.788Z\",\n                    \"2024-04-02T21:00:05.536Z\",\n                    \"2024-04-03T05:05:09.642Z\",\n                    \"2024-04-03T15:50:38.969Z\",\n                    \"2024-04-03T17:04:45.199Z\",\n                    \"2024-04-03T19:50:40.803Z\",\n                    \"2024-04-03T19:59:24.646Z\",\n                    \"2024-04-04T12:47:00.952Z\",\n                    \"2024-04-04T13:18:49.702Z\",\n                    \"2024-04-04T14:56:58.659Z\",\n                    \"2024-04-04T16:01:54.475Z\",\n                    \"2024-04-04T19:32:58.528Z\",\n                    \"2024-04-04T21:20:38.222Z\"\n                ],\n                \"lastLogin\": \"2024-04-04T21:20:38.222Z\",\n                \"photo\": \"658adb3ca1a71c8dfd07d87c\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"currentStatus\": \"active\",\n            \"customTags\": [],\n            \"deliveryAddress\": \"\",\n            \"destination\": {\n                \"address\": \"Colombia\",\n                \"countryCode\": \"CO\",\n                \"lat\": 4.570868,\n                \"lng\": -74.297333\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"DAP\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\",\n                \"Integration3\"\n            ],\n            \"internalReference\": null,\n            \"isCreated\": true,\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"CMDUSHZ5798224\",\n            \"notes\": \"\",\n            \"notify\": null,\n            \"origin\": {\n                \"address\": \"Canadá\",\n                \"countryCode\": \"CA\",\n                \"lat\": 56.130366,\n                \"lng\": -106.346771\n            },\n            \"owner\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                \"name\": \"Customer1\",\n                \"__v\": 0,\n                \"aceptTerms\": true,\n                \"approved\": {\n                    \"status\": true\n                },\n                \"automaticQuote\": true,\n                \"collaborate\": false,\n                \"country\": \"Armenia\",\n                \"countryPhoneCode\": \"us\",\n                \"createdAt\": \"2023-06-23T22:11:13.416Z\",\n                \"currentPlan\": \"64557b162ab9d195ef57d60f\",\n                \"disable\": false,\n                \"indexBooking\": 131,\n                \"indexQuote\": 232,\n                \"indexShipment\": 268,\n                \"industry\": \"Construction\",\n                \"integrations\": {\n                    \"Integration1\": {\n                        \"status\": false\n                    },\n                    \"seaboard\": {\n                        \"status\": false\n                    }\n                },\n                \"joinDate\": \"2023-06-23T22:11:13.267Z\",\n                \"language\": \"en\",\n                \"metricSystem\": {\n                    \"volume\": \"m3\",\n                    \"length\": \"m\",\n                    \"weight\": \"kg\",\n                    \"temperature\": \"c\"\n                },\n                \"onboarded\": true,\n                \"phone\": \"+13197733185\",\n                \"planHistory\": [\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d615\",\n                        \"date\": \"2023-06-23T22:11:27.980Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d612\",\n                        \"date\": \"2023-06-27T21:08:18.955Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d615\",\n                        \"date\": \"2023-07-04T21:49:19.290Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d612\",\n                        \"date\": \"2023-07-20T19:57:55.248Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d60f\",\n                        \"date\": \"2023-07-24T16:20:17.776Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d615\",\n                        \"date\": \"2023-10-23T15:20:05.550Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d612\",\n                        \"date\": \"2023-10-23T16:07:23.149Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d60f\",\n                        \"date\": \"2023-10-24T14:23:38.795Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d615\",\n                        \"date\": \"2024-01-26T05:31:18.140Z\"\n                    },\n                    {\n                        \"_id\": \"64557b162ab9d195ef57d60f\",\n                        \"date\": \"2024-01-30T15:11:01.557Z\"\n                    }\n                ],\n                \"planVisibility\": \"64546c1d46bd8f753a4781fe\",\n                \"planVisibilityExceptions\": [],\n                \"planVisibilityHistory\": [\n                    {\n                        \"_id\": \"64546d7079a25b2aa93e946b\",\n                        \"date\": \"2023-06-23T22:11:14.168Z\"\n                    },\n                    {\n                        \"_id\": \"64546c5d46bd8f753a478203\",\n                        \"date\": \"2023-07-04T21:49:06.414Z\"\n                    },\n                    {\n                        \"_id\": \"64546d7079a25b2aa93e946b\",\n                        \"date\": \"2023-07-04T21:49:36.234Z\"\n                    },\n                    {\n                        \"_id\": \"64546c1d46bd8f753a4781fe\",\n                        \"date\": \"2023-07-04T21:49:51.524Z\"\n                    },\n                    {\n                        \"_id\": \"64546c5d46bd8f753a478203\",\n                        \"date\": \"2023-07-20T19:57:43.625Z\"\n                    },\n                    {\n                        \"_id\": \"64546d7079a25b2aa93e946b\",\n                        \"date\": \"2023-07-20T20:10:36.985Z\"\n                    },\n                    {\n                        \"_id\": \"64546c5d46bd8f753a478203\",\n                        \"date\": \"2023-07-20T20:11:18.343Z\"\n                    },\n                    {\n                        \"_id\": \"64546d7079a25b2aa93e946b\",\n                        \"date\": \"2023-07-24T16:20:05.989Z\"\n                    },\n                    {\n                        \"_id\": \"64546c1d46bd8f753a4781fe\",\n                        \"date\": \"2023-07-25T23:09:19.416Z\"\n                    },\n                    {\n                        \"_id\": \"64546c5d46bd8f753a478203\",\n                        \"date\": \"2023-09-25T20:12:10.220Z\"\n                    },\n                    {\n                        \"_id\": \"64546d7079a25b2aa93e946b\",\n                        \"date\": \"2023-10-23T15:19:50.792Z\"\n                    },\n                    {\n                        \"_id\": \"64546c5d46bd8f753a478203\",\n                        \"date\": \"2023-10-23T16:07:12.177Z\"\n                    },\n                    {\n                        \"_id\": \"64546d7079a25b2aa93e946b\",\n                        \"date\": \"2024-01-24T18:08:35.117Z\"\n                    },\n                    {\n                        \"_id\": \"64b8707401f0bff3ba5be6b1\",\n                        \"date\": \"2024-01-26T05:31:06.260Z\"\n                    },\n                    {\n                        \"_id\": \"64546c1d46bd8f753a4781fe\",\n                        \"date\": \"2024-01-30T15:10:42.446Z\"\n                    }\n                ],\n                \"status\": \"active\",\n                \"tenant\": \"649618800b7497f3261b426d\",\n                \"type\": \"lsp\",\n                \"typeShipper\": [],\n                \"updatedAt\": \"2024-04-04T13:21:34.631Z\",\n                \"typeLSP\": \"FF\",\n                \"isDemo\": true,\n                \"updateUser\": \"649618800b7497f3261b426f\",\n                \"nextPlanScheduled\": \"64557b162ab9d195ef57d60f\",\n                \"emailSupport\": \"\",\n                \"dateFormat\": \"YYYYMMDD\"\n            },\n            \"packagesInfo\": [],\n            \"participants\": [\n                {\n                    \"_id\": \"6571d732dd2c09ed1aa672d7\",\n                    \"assignedTo\": \"649ee411cd2ae3022068836f\",\n                    \"company\": \"6496187f0b7497f3261b4260\",\n                    \"shipment\": \"6571d72ddd2c09ed1aa671b0\",\n                    \"__v\": 0,\n                    \"createdAt\": \"2023-12-07T14:31:14.858Z\",\n                    \"creationUser\": \"649618800b7497f3261b426f\",\n                    \"isOwner\": false,\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"_id\": \"6571d733dd2c09ed1aa672eb\",\n                    \"assignedTo\": \"649618800b7497f3261b426f\",\n                    \"company\": \"6496187f0b7497f3261b4260\",\n                    \"shipment\": \"6571d72ddd2c09ed1aa671b0\",\n                    \"__v\": 0,\n                    \"createdAt\": \"2023-12-07T14:31:15.138Z\",\n                    \"creationUser\": \"649618800b7497f3261b426f\",\n                    \"isOwner\": false,\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"_id\": \"6571d733dd2c09ed1aa672fd\",\n                    \"assignedTo\": \"64961c54416606c8874e1e60\",\n                    \"company\": \"64961c56a1727236e1959277\",\n                    \"shipment\": \"6571d72ddd2c09ed1aa671b0\",\n                    \"__v\": 0,\n                    \"createdAt\": \"2023-12-07T14:31:15.470Z\",\n                    \"creationUser\": \"649618800b7497f3261b426f\",\n                    \"isOwner\": false,\n                    \"status\": \"active\",\n                    \"type\": \"main-shipper\"\n                },\n                {\n                    \"_id\": \"6571d733dd2c09ed1aa6731c\",\n                    \"assignedTo\": \"64ba97808e1b1dec4387cabe\",\n                    \"company\": \"64961c56a1727236e1959277\",\n                    \"shipment\": \"6571d72ddd2c09ed1aa671b0\",\n                    \"__v\": 0,\n                    \"createdAt\": \"2023-12-07T14:31:15.752Z\",\n                    \"creationUser\": \"649618800b7497f3261b426f\",\n                    \"isOwner\": false,\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                }\n            ],\n            \"pickupAddress\": \"\",\n            \"pickupDate\": null,\n            \"planVisibility\": {\n                \"_id\": \"6571d62cdd2c09ed1aa63dd4\",\n                \"name\": \"Premium\",\n                \"ranking\": 5,\n                \"isPublic\": true,\n                \"providers\": [\n                    \"Provider1\",\n                    \"Provider2\",\n                    \"Provider3\"\n                ],\n                \"features\": [\n                    {\n                        \"name\": \"plan_visibility_ocean\",\n                        \"type\": \"sea\",\n                        \"value\": 8,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"stripeProductId\": \"prod_NpuMlMOuUCRpGz\",\n                        \"_id\": \"64546c1d46bd8f753a4781ff\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_air\",\n                        \"type\": \"air\",\n                        \"value\": 5,\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\n                        \"stripeProductId\": \"prod_NpuMBr0p4MokNn\",\n                        \"_id\": \"64546c1d46bd8f753a478200\"\n                    },\n                    {\n                        \"name\": \"plan_visibility_inland\",\n                        \"type\": \"land\",\n                        \"value\": -1,\n                        \"valueLabel\": \"plan_visibility_cooming_soon\",\n                        \"_id\": \"64546c1d46bd8f753a478201\"\n                    }\n                ],\n                \"__v\": 0\n            },\n            \"portDestination\": null,\n            \"portOrigin\": null,\n            \"referenceName\": \"TEST 01\",\n            \"scacCode\": \"\",\n            \"shipmentType\": \"FCL\",\n            \"shipper\": null,\n            \"tags\": [\n                \"active\",\n                \"quick\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"automatic\"\n            ],\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"totalVolume\": 0,\n            \"totalWeight\": 0,\n            \"trade\": \"\",\n            \"voyageNumber\": \"\",\n            \"updatedAt\": \"2023-12-15T15:55:23.027Z\",\n            \"cutoff\": null,\n            \"updateUser\": {\n                \"_id\": \"649618800b7497f3261b426f\",\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                \"mainContact\": true,\n                \"jobTitle\": \"\",\n                \"countryPhoneCode\": \"us\",\n                \"phone\": \"(201) 454-5454\",\n                \"sendEmail\": true,\n                \"changePasswordRequired\": false,\n                \"introduced\": true,\n                \"urlPhotoProfile\": \"\",\n                \"joinDate\": \"2023-11-02T15:58:30.012Z\",\n                \"rates\": true,\n                \"disable\": false,\n                \"password\": \"$2a$10$DQtuNKPcrsS7ZkFStQIrWu/QGH/ezfaGPYGAvgVASM5ax8BDdQ2eW\",\n                \"createdAt\": \"2023-06-23T22:11:12.970Z\",\n                \"__v\": 0,\n                \"updateUser\": \"649618800b7497f3261b426f\",\n                \"updatedAt\": \"2024-01-29T15:57:31.351Z\",\n                \"devices\": [],\n                \"country\": \"United States\",\n                \"sortEvents\": \"asc\",\n                \"historyLogin\": [\n                    \"2023-10-18T21:32:59.352Z\",\n                    \"2023-10-18T22:03:40.792Z\",\n                    \"2023-10-18T22:13:10.673Z\",\n                    \"2023-10-18T23:20:31.506Z\",\n                    \"2023-10-18T23:21:46.490Z\",\n                    \"2023-10-19T12:57:47.395Z\",\n                    \"2023-10-19T20:06:38.000Z\",\n                    \"2023-10-19T20:25:10.220Z\",\n                    \"2023-10-19T20:32:56.424Z\",\n                    \"2023-10-20T12:37:45.023Z\",\n                    \"2023-10-20T12:38:39.160Z\",\n                    \"2023-10-20T19:38:12.502Z\",\n                    \"2023-10-20T19:53:45.169Z\",\n                    \"2023-10-20T22:32:08.737Z\",\n                    \"2023-10-20T22:54:32.143Z\",\n                    \"2023-10-21T00:55:20.597Z\",\n                    \"2023-10-23T13:46:23.112Z\",\n                    \"2023-10-23T13:55:29.682Z\",\n                    \"2023-10-23T15:19:28.320Z\",\n                    \"2023-10-23T16:06:27.320Z\",\n                    \"2023-10-23T16:15:36.065Z\",\n                    \"2023-10-23T19:23:47.052Z\",\n                    \"2023-10-24T13:37:09.603Z\",\n                    \"2023-10-24T13:38:27.239Z\",\n                    \"2023-10-24T20:17:03.247Z\",\n                    \"2023-10-24T21:57:50.169Z\",\n                    \"2023-10-25T14:51:41.621Z\",\n                    \"2023-10-25T19:22:55.557Z\",\n                    \"2023-10-26T13:59:56.503Z\",\n                    \"2023-10-26T19:03:21.121Z\",\n                    \"2023-10-26T19:09:06.041Z\",\n                    \"2023-10-26T19:15:31.823Z\",\n                    \"2023-10-27T13:21:00.663Z\",\n                    \"2023-10-27T13:21:40.584Z\",\n                    \"2023-10-27T14:29:57.041Z\",\n                    \"2023-10-27T14:38:09.367Z\",\n                    \"2023-10-27T14:52:45.444Z\",\n                    \"2023-10-27T16:06:46.595Z\",\n                    \"2023-10-27T19:20:32.329Z\",\n                    \"2023-10-28T14:29:10.012Z\",\n                    \"2023-10-30T14:09:27.041Z\",\n                    \"2023-10-30T19:37:19.625Z\",\n                    \"2023-10-30T20:50:37.668Z\",\n                    \"2023-10-30T21:48:38.062Z\",\n                    \"2023-10-30T22:02:36.870Z\",\n                    \"2023-10-31T13:19:52.695Z\",\n                    \"2023-10-31T19:58:50.228Z\",\n                    \"2023-10-31T20:04:32.094Z\",\n                    \"2023-10-31T21:28:36.745Z\",\n                    \"2023-11-01T13:16:26.199Z\",\n                    \"2023-11-01T15:28:08.744Z\",\n                    \"2023-11-01T16:29:21.947Z\",\n                    \"2023-11-01T19:18:56.844Z\",\n                    \"2023-11-02T15:20:22.419Z\",\n                    \"2023-11-02T19:40:02.728Z\",\n                    \"2023-11-02T20:40:40.747Z\",\n                    \"2023-11-02T21:40:00.946Z\",\n                    \"2023-11-03T13:17:33.425Z\",\n                    \"2023-11-03T14:25:27.058Z\",\n                    \"2023-11-03T19:55:56.910Z\",\n                    \"2023-11-04T18:07:41.215Z\",\n                    \"2023-11-07T14:43:22.031Z\",\n                    \"2023-11-07T14:57:08.556Z\",\n                    \"2023-11-07T15:50:38.304Z\",\n                    \"2023-11-07T15:53:25.524Z\",\n                    \"2023-11-07T16:55:27.783Z\",\n                    \"2023-11-07T20:04:57.735Z\",\n                    \"2023-11-07T22:45:19.128Z\",\n                    \"2023-11-08T13:44:41.430Z\",\n                    \"2023-11-08T20:23:46.753Z\",\n                    \"2023-11-08T21:01:06.355Z\",\n                    \"2023-11-09T13:29:23.859Z\",\n                    \"2023-11-09T19:57:03.377Z\",\n                    \"2023-11-09T20:04:03.000Z\",\n                    \"2023-11-09T21:13:33.859Z\",\n                    \"2023-11-10T19:27:27.079Z\",\n                    \"2023-11-10T22:25:35.588Z\",\n                    \"2023-11-14T13:44:45.878Z\",\n                    \"2023-11-14T19:41:31.102Z\",\n                    \"2023-11-14T22:39:29.947Z\",\n                    \"2023-11-14T22:39:44.413Z\",\n                    \"2023-11-15T15:59:14.163Z\",\n                    \"2023-11-15T16:01:55.195Z\",\n                    \"2023-11-15T16:04:29.455Z\",\n                    \"2023-11-15T16:13:57.729Z\",\n                    \"2023-11-15T19:07:52.456Z\",\n                    \"2023-11-15T19:15:28.459Z\",\n                    \"2023-11-15T19:18:26.216Z\",\n                    \"2023-11-15T21:42:57.729Z\",\n                    \"2023-11-15T21:43:35.901Z\",\n                    \"2023-11-16T14:50:41.016Z\",\n                    \"2023-11-16T17:07:03.405Z\",\n                    \"2023-11-16T19:21:36.709Z\",\n                    \"2023-11-16T19:22:15.014Z\",\n                    \"2023-11-16T19:25:40.864Z\",\n                    \"2023-11-17T13:09:29.959Z\",\n                    \"2023-11-17T13:56:47.962Z\",\n                    \"2023-11-17T19:23:42.976Z\",\n                    \"2023-11-17T21:06:27.280Z\",\n                    \"2023-11-19T17:02:36.923Z\",\n                    \"2023-11-19T17:23:09.928Z\",\n                    \"2023-11-19T18:54:18.955Z\",\n                    \"2023-11-20T13:08:34.008Z\",\n                    \"2023-11-20T13:59:27.763Z\",\n                    \"2023-11-20T19:15:12.677Z\",\n                    \"2023-11-20T20:40:20.514Z\",\n                    \"2023-11-21T01:01:58.827Z\",\n                    \"2023-11-21T13:15:17.018Z\",\n                    \"2023-11-21T13:43:37.825Z\",\n                    \"2023-11-21T14:32:50.116Z\",\n                    \"2023-11-21T14:39:53.175Z\",\n                    \"2023-11-21T15:28:33.622Z\",\n                    \"2023-11-21T22:58:42.458Z\",\n                    \"2023-11-22T14:11:56.376Z\",\n                    \"2023-11-22T14:53:48.448Z\",\n                    \"2023-11-22T19:13:31.601Z\",\n                    \"2023-11-22T19:35:58.914Z\",\n                    \"2023-11-22T19:47:02.784Z\",\n                    \"2023-11-22T21:53:33.401Z\",\n                    \"2023-11-22T22:21:45.571Z\",\n                    \"2023-11-23T14:09:47.954Z\",\n                    \"2023-11-23T19:37:59.147Z\",\n                    \"2023-11-23T19:48:23.701Z\",\n                    \"2023-11-23T20:07:50.392Z\",\n                    \"2023-11-23T21:02:04.117Z\",\n                    \"2023-11-24T13:25:11.935Z\",\n                    \"2023-11-24T13:29:36.219Z\",\n                    \"2023-11-24T19:16:03.323Z\",\n                    \"2023-11-24T19:19:00.479Z\",\n                    \"2023-11-24T19:19:01.413Z\",\n                    \"2023-11-27T13:41:29.926Z\",\n                    \"2023-11-27T14:14:46.732Z\",\n                    \"2023-11-27T19:31:53.725Z\",\n                    \"2023-11-28T13:48:27.536Z\",\n                    \"2023-11-28T18:02:24.891Z\",\n                    \"2023-11-28T19:04:28.748Z\",\n                    \"2023-11-28T20:02:00.639Z\",\n                    \"2023-11-28T20:12:38.908Z\",\n                    \"2023-11-28T22:00:14.535Z\",\n                    \"2023-11-29T14:17:18.602Z\",\n                    \"2023-11-29T19:15:05.142Z\",\n                    \"2023-11-30T00:01:36.623Z\",\n                    \"2023-11-30T13:01:09.102Z\",\n                    \"2023-11-30T15:41:34.345Z\",\n                    \"2023-11-30T16:25:12.332Z\",\n                    \"2023-11-30T19:24:59.541Z\",\n                    \"2023-11-30T20:17:11.751Z\",\n                    \"2023-11-30T21:02:35.799Z\",\n                    \"2023-11-30T22:19:42.309Z\",\n                    \"2023-11-30T23:00:54.704Z\",\n                    \"2023-11-30T23:02:00.436Z\",\n                    \"2023-11-30T23:05:28.179Z\",\n                    \"2023-12-01T14:12:43.212Z\",\n                    \"2023-12-01T16:02:28.975Z\",\n                    \"2023-12-01T18:00:38.354Z\",\n                    \"2023-12-01T19:28:28.578Z\",\n                    \"2023-12-01T19:40:01.833Z\",\n                    \"2023-12-01T19:56:40.166Z\",\n                    \"2023-12-01T20:01:40.498Z\",\n                    \"2023-12-04T15:23:59.497Z\",\n                    \"2023-12-05T12:41:04.526Z\",\n                    \"2023-12-05T19:42:56.640Z\",\n                    \"2023-12-05T19:43:23.341Z\",\n                    \"2023-12-05T20:31:24.142Z\",\n                    \"2023-12-05T20:34:25.179Z\",\n                    \"2023-12-05T20:38:44.037Z\",\n                    \"2023-12-05T20:41:30.202Z\",\n                    \"2023-12-05T20:52:00.809Z\",\n                    \"2023-12-05T20:53:30.696Z\",\n                    \"2023-12-05T21:00:42.414Z\",\n                    \"2023-12-05T22:37:54.840Z\",\n                    \"2023-12-05T22:38:02.636Z\",\n                    \"2023-12-06T13:40:41.398Z\",\n                    \"2023-12-06T13:41:00.471Z\",\n                    \"2023-12-06T14:44:22.982Z\",\n                    \"2023-12-06T14:47:42.088Z\",\n                    \"2023-12-06T14:56:53.881Z\",\n                    \"2023-12-06T15:02:25.113Z\",\n                    \"2023-12-06T15:06:37.822Z\",\n                    \"2023-12-06T18:23:25.405Z\",\n                    \"2023-12-06T19:30:36.951Z\",\n                    \"2023-12-06T20:36:47.332Z\",\n                    \"2023-12-07T14:03:22.018Z\",\n                    \"2023-12-07T20:24:32.034Z\",\n                    \"2023-12-07T23:53:17.902Z\",\n                    \"2023-12-08T13:26:26.225Z\",\n                    \"2023-12-08T19:03:09.053Z\",\n                    \"2023-12-09T05:34:22.255Z\",\n                    \"2023-12-09T15:09:19.834Z\",\n                    \"2023-12-11T13:53:58.986Z\",\n                    \"2023-12-11T20:23:28.901Z\",\n                    \"2023-12-12T13:37:36.945Z\",\n                    \"2023-12-12T13:38:13.274Z\",\n                    \"2023-12-12T14:59:40.664Z\",\n                    \"2023-12-12T19:32:36.808Z\",\n                    \"2023-12-13T13:57:05.161Z\",\n                    \"2023-12-13T15:59:20.427Z\",\n                    \"2023-12-13T18:55:32.295Z\",\n                    \"2023-12-14T16:04:44.536Z\",\n                    \"2023-12-14T19:49:56.023Z\",\n                    \"2023-12-15T13:34:18.901Z\",\n                    \"2023-12-15T19:51:08.765Z\",\n                    \"2023-12-15T20:02:10.116Z\",\n                    \"2023-12-18T15:09:17.632Z\",\n                    \"2023-12-18T15:18:31.271Z\",\n                    \"2023-12-18T19:14:57.208Z\",\n                    \"2023-12-19T13:28:42.671Z\",\n                    \"2023-12-19T15:57:13.995Z\",\n                    \"2023-12-19T20:16:09.530Z\",\n                    \"2023-12-19T22:48:33.981Z\",\n                    \"2023-12-20T13:07:18.851Z\",\n                    \"2023-12-20T13:11:11.920Z\",\n                    \"2023-12-20T14:00:32.766Z\",\n                    \"2023-12-20T15:38:00.189Z\",\n                    \"2023-12-20T19:18:46.800Z\",\n                    \"2023-12-20T23:22:17.536Z\",\n                    \"2023-12-20T23:25:04.207Z\",\n                    \"2023-12-20T23:25:42.627Z\",\n                    \"2023-12-21T12:35:39.970Z\",\n                    \"2023-12-21T14:19:41.478Z\",\n                    \"2023-12-21T17:10:51.357Z\",\n                    \"2023-12-21T20:15:52.132Z\",\n                    \"2023-12-22T14:01:06.781Z\",\n                    \"2023-12-25T22:13:45.568Z\",\n                    \"2023-12-26T13:07:16.957Z\",\n                    \"2023-12-26T13:54:50.172Z\",\n                    \"2023-12-26T21:13:42.400Z\",\n                    \"2023-12-27T13:24:59.657Z\",\n                    \"2023-12-27T19:01:54.723Z\",\n                    \"2023-12-28T13:03:21.600Z\",\n                    \"2023-12-28T17:21:09.066Z\",\n                    \"2023-12-28T19:19:37.732Z\",\n                    \"2023-12-28T19:41:34.757Z\",\n                    \"2023-12-28T19:44:03.015Z\",\n                    \"2023-12-28T21:21:42.957Z\",\n                    \"2023-12-29T13:53:45.228Z\",\n                    \"2023-12-29T20:11:22.079Z\",\n                    \"2024-01-02T14:25:31.563Z\",\n                    \"2024-01-02T19:24:02.988Z\",\n                    \"2024-01-02T19:37:35.581Z\",\n                    \"2024-01-03T13:14:24.628Z\",\n                    \"2024-01-03T19:51:34.015Z\",\n                    \"2024-01-03T22:47:23.263Z\",\n                    \"2024-01-04T13:47:06.572Z\",\n                    \"2024-01-04T14:32:33.265Z\",\n                    \"2024-01-04T18:53:29.843Z\",\n                    \"2024-01-05T12:26:11.470Z\",\n                    \"2024-01-05T20:37:03.257Z\",\n                    \"2024-01-05T21:17:18.753Z\",\n                    \"2024-01-05T21:23:34.424Z\",\n                    \"2024-01-07T00:36:49.478Z\",\n                    \"2024-01-08T03:54:48.167Z\",\n                    \"2024-01-09T14:09:13.865Z\",\n                    \"2024-01-09T14:33:17.362Z\",\n                    \"2024-01-09T14:34:46.775Z\",\n                    \"2024-01-09T16:13:44.868Z\",\n                    \"2024-01-09T16:26:50.518Z\",\n                    \"2024-01-09T16:42:51.214Z\",\n                    \"2024-01-09T20:20:54.801Z\",\n                    \"2024-01-09T20:50:40.620Z\",\n                    \"2024-01-09T21:22:29.830Z\",\n                    \"2024-01-09T21:24:33.589Z\",\n                    \"2024-01-09T21:44:03.672Z\",\n                    \"2024-01-09T23:40:08.553Z\",\n                    \"2024-01-09T23:40:40.933Z\",\n                    \"2024-01-10T02:35:30.431Z\",\n                    \"2024-01-10T13:11:43.144Z\",\n                    \"2024-01-10T13:39:41.172Z\",\n                    \"2024-01-10T15:17:06.099Z\",\n                    \"2024-01-10T19:34:51.508Z\",\n                    \"2024-01-10T20:24:25.359Z\",\n                    \"2024-01-11T00:51:01.833Z\",\n                    \"2024-01-11T12:45:01.768Z\",\n                    \"2024-01-11T13:45:51.831Z\",\n                    \"2024-01-11T19:52:43.804Z\",\n                    \"2024-01-11T20:20:47.739Z\",\n                    \"2024-01-12T03:42:27.828Z\",\n                    \"2024-01-12T13:39:49.216Z\",\n                    \"2024-01-12T15:35:16.004Z\",\n                    \"2024-01-12T19:29:40.437Z\",\n                    \"2024-01-12T20:12:49.224Z\",\n                    \"2024-01-15T14:17:00.104Z\",\n                    \"2024-01-15T15:16:49.919Z\",\n                    \"2024-01-15T19:22:53.260Z\",\n                    \"2024-01-15T20:47:01.302Z\",\n                    \"2024-01-15T21:10:23.137Z\",\n                    \"2024-01-16T02:39:16.337Z\",\n                    \"2024-01-16T14:48:48.892Z\",\n                    \"2024-01-16T15:19:23.436Z\",\n                    \"2024-01-16T15:19:59.107Z\",\n                    \"2024-01-16T19:02:10.716Z\",\n                    \"2024-01-16T20:18:04.810Z\",\n                    \"2024-01-16T22:52:29.482Z\",\n                    \"2024-01-16T23:21:06.757Z\",\n                    \"2024-01-17T01:19:58.102Z\",\n                    \"2024-01-17T13:34:04.136Z\",\n                    \"2024-01-17T14:27:46.810Z\",\n                    \"2024-01-17T15:53:16.406Z\",\n                    \"2024-01-17T18:44:20.535Z\",\n                    \"2024-01-17T20:12:09.684Z\",\n                    \"2024-01-17T20:13:55.378Z\",\n                    \"2024-01-17T21:17:57.515Z\",\n                    \"2024-01-18T13:32:12.972Z\",\n                    \"2024-01-18T13:37:43.468Z\",\n                    \"2024-01-18T19:11:32.185Z\",\n                    \"2024-01-18T19:39:57.068Z\",\n                    \"2024-01-18T20:04:41.812Z\",\n                    \"2024-01-19T13:58:14.913Z\",\n                    \"2024-01-19T15:38:19.021Z\",\n                    \"2024-01-19T20:03:02.815Z\",\n                    \"2024-01-20T18:27:51.271Z\",\n                    \"2024-01-21T21:07:59.877Z\",\n                    \"2024-01-22T13:24:14.115Z\",\n                    \"2024-01-22T15:39:34.871Z\",\n                    \"2024-01-22T21:33:58.232Z\",\n                    \"2024-01-23T13:23:45.804Z\",\n                    \"2024-01-23T17:59:58.455Z\",\n                    \"2024-01-23T21:06:23.421Z\",\n                    \"2024-01-23T21:20:30.811Z\",\n                    \"2024-01-23T21:34:46.192Z\",\n                    \"2024-01-24T04:43:00.731Z\",\n                    \"2024-01-24T15:32:51.917Z\",\n                    \"2024-01-24T16:31:14.397Z\",\n                    \"2024-01-24T18:05:36.320Z\",\n                    \"2024-01-24T21:30:11.385Z\",\n                    \"2024-01-24T22:35:01.141Z\",\n                    \"2024-01-25T14:42:40.060Z\",\n                    \"2024-01-25T19:20:12.931Z\",\n                    \"2024-01-25T21:38:33.452Z\",\n                    \"2024-01-26T05:24:33.242Z\",\n                    \"2024-01-26T14:49:32.730Z\",\n                    \"2024-01-26T15:21:31.149Z\",\n                    \"2024-01-26T19:45:31.395Z\",\n                    \"2024-01-27T18:23:39.304Z\",\n                    \"2024-01-27T18:23:51.863Z\",\n                    \"2024-01-27T23:49:56.670Z\",\n                    \"2024-01-28T00:34:43.233Z\",\n                    \"2024-01-28T03:03:50.280Z\",\n                    \"2024-01-28T03:09:15.861Z\",\n                    \"2024-01-29T13:34:56.870Z\",\n                    \"2024-01-29T13:50:03.367Z\",\n                    \"2024-01-29T15:38:23.453Z\",\n                    \"2024-01-29T19:18:57.695Z\",\n                    \"2024-01-29T19:50:02.071Z\",\n                    \"2024-01-30T03:00:19.607Z\",\n                    \"2024-01-30T03:02:51.246Z\",\n                    \"2024-01-30T14:00:18.155Z\",\n                    \"2024-01-30T14:19:57.567Z\",\n                    \"2024-01-30T15:00:30.447Z\",\n                    \"2024-01-30T15:09:28.500Z\",\n                    \"2024-01-30T19:54:58.077Z\",\n                    \"2024-01-30T20:22:21.014Z\",\n                    \"2024-01-31T13:30:13.764Z\",\n                    \"2024-01-31T14:11:18.881Z\",\n                    \"2024-01-31T19:21:44.558Z\",\n                    \"2024-01-31T21:38:01.279Z\",\n                    \"2024-02-01T13:18:22.164Z\",\n                    \"2024-02-01T13:51:33.106Z\",\n                    \"2024-02-01T16:53:24.481Z\",\n                    \"2024-02-01T16:59:56.368Z\",\n                    \"2024-02-01T17:08:43.488Z\",\n                    \"2024-02-01T17:14:45.476Z\",\n                    \"2024-02-01T18:48:56.868Z\",\n                    \"2024-02-01T19:10:11.838Z\",\n                    \"2024-02-01T19:41:18.930Z\",\n                    \"2024-02-01T21:24:09.346Z\",\n                    \"2024-02-02T15:09:27.543Z\",\n                    \"2024-02-02T15:12:28.497Z\",\n                    \"2024-02-02T16:31:24.741Z\",\n                    \"2024-02-02T20:31:23.186Z\",\n                    \"2024-02-02T20:55:17.825Z\",\n                    \"2024-02-03T22:51:57.356Z\",\n                    \"2024-02-05T19:14:18.627Z\",\n                    \"2024-02-05T20:56:26.082Z\",\n                    \"2024-02-06T13:15:43.894Z\",\n                    \"2024-02-06T13:39:31.233Z\",\n                    \"2024-02-06T19:34:24.238Z\",\n                    \"2024-02-06T23:47:13.393Z\",\n                    \"2024-02-07T13:13:26.040Z\",\n                    \"2024-02-07T19:37:46.426Z\",\n                    \"2024-02-07T20:34:53.110Z\",\n                    \"2024-02-07T20:36:06.614Z\",\n                    \"2024-02-07T20:37:34.434Z\",\n                    \"2024-02-07T20:40:02.437Z\",\n                    \"2024-02-08T15:31:39.947Z\",\n                    \"2024-02-08T19:25:15.591Z\",\n                    \"2024-02-08T19:25:34.236Z\",\n                    \"2024-02-08T21:01:47.739Z\",\n                    \"2024-02-09T03:33:53.708Z\",\n                    \"2024-02-09T04:34:40.683Z\",\n                    \"2024-02-09T14:02:41.781Z\",\n                    \"2024-02-09T14:56:48.227Z\",\n                    \"2024-02-09T15:03:45.450Z\",\n                    \"2024-02-09T19:38:05.293Z\",\n                    \"2024-02-09T19:51:08.456Z\",\n                    \"2024-02-12T04:15:53.953Z\",\n                    \"2024-02-12T13:30:21.498Z\",\n                    \"2024-02-12T13:59:53.313Z\",\n                    \"2024-02-13T13:04:12.561Z\",\n                    \"2024-02-13T19:20:42.271Z\",\n                    \"2024-02-13T21:27:53.207Z\",\n                    \"2024-02-14T14:28:31.222Z\",\n                    \"2024-02-14T14:37:43.993Z\",\n                    \"2024-02-14T15:44:25.735Z\",\n                    \"2024-02-14T16:06:20.662Z\",\n                    \"2024-02-14T18:20:18.014Z\",\n                    \"2024-02-14T18:59:16.772Z\",\n                    \"2024-02-15T12:47:31.200Z\",\n                    \"2024-02-15T15:28:08.618Z\",\n                    \"2024-02-15T19:29:10.529Z\",\n                    \"2024-02-15T20:54:38.842Z\",\n                    \"2024-02-16T02:57:01.416Z\",\n                    \"2024-02-16T02:57:59.492Z\",\n                    \"2024-02-16T13:25:08.243Z\",\n                    \"2024-02-16T13:40:27.923Z\",\n                    \"2024-02-16T14:07:44.819Z\",\n                    \"2024-02-16T17:39:09.710Z\",\n                    \"2024-02-16T21:25:23.854Z\",\n                    \"2024-02-19T14:01:54.057Z\",\n                    \"2024-02-19T14:04:51.348Z\",\n                    \"2024-02-19T17:10:19.877Z\",\n                    \"2024-02-19T19:00:54.326Z\",\n                    \"2024-02-19T20:44:54.999Z\",\n                    \"2024-02-19T21:22:31.425Z\",\n                    \"2024-02-19T21:42:20.994Z\",\n                    \"2024-02-19T21:43:55.057Z\",\n                    \"2024-02-20T13:27:30.353Z\",\n                    \"2024-02-20T14:22:18.674Z\",\n                    \"2024-02-20T18:11:03.177Z\",\n                    \"2024-02-20T20:30:35.215Z\",\n                    \"2024-02-20T22:40:01.796Z\",\n                    \"2024-02-21T03:56:08.485Z\",\n                    \"2024-02-21T13:11:11.710Z\",\n                    \"2024-02-21T14:31:27.949Z\",\n                    \"2024-02-21T19:47:21.936Z\",\n                    \"2024-02-21T21:54:03.916Z\",\n                    \"2024-02-22T13:16:33.881Z\",\n                    \"2024-02-22T13:33:04.148Z\",\n                    \"2024-02-22T16:09:07.459Z\",\n                    \"2024-02-22T20:27:54.776Z\",\n                    \"2024-02-22T21:33:29.042Z\",\n                    \"2024-02-23T03:21:12.861Z\",\n                    \"2024-02-23T13:41:38.934Z\",\n                    \"2024-02-23T13:45:33.192Z\",\n                    \"2024-02-23T23:03:46.213Z\",\n                    \"2024-02-24T03:43:38.460Z\",\n                    \"2024-02-24T13:47:00.325Z\",\n                    \"2024-02-26T13:13:14.404Z\",\n                    \"2024-02-26T14:45:18.350Z\",\n                    \"2024-02-26T20:25:29.918Z\",\n                    \"2024-02-26T21:14:50.435Z\",\n                    \"2024-02-27T03:18:02.246Z\",\n                    \"2024-02-27T13:26:17.987Z\",\n                    \"2024-02-27T14:24:09.155Z\",\n                    \"2024-02-27T16:52:04.775Z\",\n                    \"2024-02-27T16:53:36.100Z\",\n                    \"2024-02-27T19:44:20.658Z\",\n                    \"2024-02-27T20:04:06.194Z\",\n                    \"2024-02-28T03:14:14.095Z\",\n                    \"2024-02-28T13:28:18.630Z\",\n                    \"2024-02-28T14:10:56.934Z\",\n                    \"2024-02-28T18:48:24.868Z\",\n                    \"2024-02-28T19:02:20.893Z\",\n                    \"2024-02-28T20:42:24.072Z\",\n                    \"2024-02-28T22:31:59.376Z\",\n                    \"2024-02-29T00:41:41.649Z\",\n                    \"2024-02-29T13:01:02.273Z\",\n                    \"2024-02-29T14:01:41.534Z\",\n                    \"2024-02-29T16:48:14.013Z\",\n                    \"2024-03-01T00:35:37.391Z\",\n                    \"2024-03-01T13:23:27.596Z\",\n                    \"2024-03-01T14:09:17.401Z\",\n                    \"2024-03-01T16:11:26.449Z\",\n                    \"2024-03-01T17:49:02.102Z\",\n                    \"2024-03-01T19:45:58.034Z\",\n                    \"2024-03-04T04:13:24.760Z\",\n                    \"2024-03-04T05:34:30.097Z\",\n                    \"2024-03-04T15:23:19.800Z\",\n                    \"2024-03-04T16:12:41.165Z\",\n                    \"2024-03-04T16:39:29.292Z\",\n                    \"2024-03-04T17:51:00.487Z\",\n                    \"2024-03-04T19:20:27.182Z\",\n                    \"2024-03-04T21:39:15.450Z\",\n                    \"2024-03-05T13:19:33.078Z\",\n                    \"2024-03-05T14:37:05.663Z\",\n                    \"2024-03-05T17:50:43.488Z\",\n                    \"2024-03-05T19:33:39.770Z\",\n                    \"2024-03-05T19:43:26.697Z\",\n                    \"2024-03-06T09:23:19.613Z\",\n                    \"2024-03-06T09:25:07.887Z\",\n                    \"2024-03-06T11:28:01.175Z\",\n                    \"2024-03-06T15:12:47.969Z\",\n                    \"2024-03-06T15:44:11.271Z\",\n                    \"2024-03-06T20:07:13.570Z\",\n                    \"2024-03-06T20:25:56.202Z\",\n                    \"2024-03-06T21:08:49.203Z\",\n                    \"2024-03-06T21:56:31.732Z\",\n                    \"2024-03-06T22:01:51.969Z\",\n                    \"2024-03-07T04:06:03.553Z\",\n                    \"2024-03-07T05:11:53.819Z\",\n                    \"2024-03-07T13:17:32.515Z\",\n                    \"2024-03-07T13:38:04.192Z\",\n                    \"2024-03-07T14:17:10.575Z\",\n                    \"2024-03-07T18:52:47.416Z\",\n                    \"2024-03-07T18:56:43.268Z\",\n                    \"2024-03-07T20:38:36.555Z\",\n                    \"2024-03-07T22:35:58.557Z\",\n                    \"2024-03-08T13:39:55.147Z\",\n                    \"2024-03-08T13:41:58.423Z\",\n                    \"2024-03-08T14:17:57.222Z\",\n                    \"2024-03-08T15:54:48.186Z\",\n                    \"2024-03-08T21:33:37.574Z\",\n                    \"2024-03-09T20:39:47.446Z\",\n                    \"2024-03-10T02:27:50.799Z\",\n                    \"2024-03-11T14:07:51.747Z\",\n                    \"2024-03-11T14:46:18.811Z\",\n                    \"2024-03-11T16:01:12.714Z\",\n                    \"2024-03-11T19:27:35.979Z\",\n                    \"2024-03-12T14:06:36.403Z\",\n                    \"2024-03-12T15:54:35.733Z\",\n                    \"2024-03-12T19:02:40.888Z\",\n                    \"2024-03-12T20:15:38.173Z\",\n                    \"2024-03-12T22:49:20.853Z\",\n                    \"2024-03-13T10:43:31.329Z\",\n                    \"2024-03-13T13:05:31.288Z\",\n                    \"2024-03-13T13:38:45.298Z\",\n                    \"2024-03-13T15:40:53.507Z\",\n                    \"2024-03-13T15:42:32.418Z\",\n                    \"2024-03-13T15:56:51.348Z\",\n                    \"2024-03-13T19:28:48.994Z\",\n                    \"2024-03-14T05:02:38.436Z\",\n                    \"2024-03-14T13:12:31.206Z\",\n                    \"2024-03-14T16:47:43.164Z\",\n                    \"2024-03-14T18:37:19.600Z\",\n                    \"2024-03-14T19:36:56.697Z\",\n                    \"2024-03-14T19:44:13.798Z\",\n                    \"2024-03-15T04:03:53.220Z\",\n                    \"2024-03-15T13:26:45.838Z\",\n                    \"2024-03-15T13:56:26.453Z\",\n                    \"2024-03-15T14:04:36.501Z\",\n                    \"2024-03-15T20:12:06.773Z\",\n                    \"2024-03-15T20:46:30.336Z\",\n                    \"2024-03-15T22:50:00.186Z\",\n                    \"2024-03-15T23:51:14.327Z\",\n                    \"2024-03-18T13:30:16.038Z\",\n                    \"2024-03-18T14:08:46.375Z\",\n                    \"2024-03-18T19:35:57.859Z\",\n                    \"2024-03-19T02:14:43.366Z\",\n                    \"2024-03-19T02:38:08.296Z\",\n                    \"2024-03-19T13:06:59.721Z\",\n                    \"2024-03-19T15:07:22.509Z\",\n                    \"2024-03-19T16:28:52.206Z\",\n                    \"2024-03-19T19:30:45.052Z\",\n                    \"2024-03-19T19:56:09.429Z\",\n                    \"2024-03-19T21:17:39.947Z\",\n                    \"2024-03-19T21:29:22.520Z\",\n                    \"2024-03-19T23:13:56.167Z\",\n                    \"2024-03-20T03:17:29.406Z\",\n                    \"2024-03-20T06:07:39.116Z\",\n                    \"2024-03-20T12:52:56.166Z\",\n                    \"2024-03-20T13:32:04.027Z\",\n                    \"2024-03-20T19:08:40.867Z\",\n                    \"2024-03-20T20:26:58.746Z\",\n                    \"2024-03-20T21:23:55.082Z\",\n                    \"2024-03-20T21:28:35.210Z\",\n                    \"2024-03-20T21:32:46.099Z\",\n                    \"2024-03-21T04:56:46.016Z\",\n                    \"2024-03-21T14:17:33.696Z\",\n                    \"2024-03-21T14:21:30.263Z\",\n                    \"2024-03-21T15:57:46.609Z\",\n                    \"2024-03-21T16:54:05.146Z\",\n                    \"2024-03-21T19:19:57.374Z\",\n                    \"2024-03-21T19:39:20.163Z\",\n                    \"2024-03-21T20:42:14.366Z\",\n                    \"2024-03-21T21:02:42.297Z\",\n                    \"2024-03-21T22:38:24.392Z\",\n                    \"2024-03-22T13:23:08.095Z\",\n                    \"2024-03-22T14:18:50.916Z\",\n                    \"2024-03-22T14:20:07.013Z\",\n                    \"2024-03-22T16:24:32.665Z\",\n                    \"2024-03-22T16:51:52.707Z\",\n                    \"2024-03-22T16:55:25.717Z\",\n                    \"2024-03-22T19:08:16.109Z\",\n                    \"2024-03-22T20:40:50.699Z\",\n                    \"2024-03-24T16:28:19.540Z\",\n                    \"2024-03-25T20:42:39.118Z\",\n                    \"2024-03-28T00:54:00.094Z\",\n                    \"2024-03-28T14:56:07.976Z\",\n                    \"2024-04-01T15:24:10.453Z\",\n                    \"2024-04-01T17:45:48.020Z\",\n                    \"2024-04-01T18:45:46.160Z\",\n                    \"2024-04-01T19:28:49.962Z\",\n                    \"2024-04-01T21:01:47.704Z\",\n                    \"2024-04-01T21:32:44.299Z\",\n                    \"2024-04-02T05:06:22.117Z\",\n                    \"2024-04-02T13:15:59.100Z\",\n                    \"2024-04-02T13:48:06.477Z\",\n                    \"2024-04-02T13:48:51.653Z\",\n                    \"2024-04-02T15:45:06.965Z\",\n                    \"2024-04-02T17:04:28.582Z\",\n                    \"2024-04-02T20:26:03.247Z\",\n                    \"2024-04-02T20:49:50.523Z\",\n                    \"2024-04-02T20:59:12.788Z\",\n                    \"2024-04-02T21:00:05.536Z\",\n                    \"2024-04-03T05:05:09.642Z\",\n                    \"2024-04-03T15:50:38.969Z\",\n                    \"2024-04-03T17:04:45.199Z\",\n                    \"2024-04-03T19:50:40.803Z\",\n                    \"2024-04-03T19:59:24.646Z\",\n                    \"2024-04-04T12:47:00.952Z\",\n                    \"2024-04-04T13:18:49.702Z\",\n                    \"2024-04-04T14:56:58.659Z\",\n                    \"2024-04-04T16:01:54.475Z\",\n                    \"2024-04-04T19:32:58.528Z\",\n                    \"2024-04-04T21:20:38.222Z\"\n                ],\n                \"lastLogin\": \"2024-04-04T21:20:38.222Z\",\n                \"photo\": \"658adb3ca1a71c8dfd07d87c\"\n            },\n            \"carrier\": {\n                \"name\": \"CMA CGM\"\n            },\n            \"paymentTerms\": \"\",\n            \"route\": \"\",\n            \"mblVessel\": {\n                \"_id\": \"657b2622dd2c09ed1a0f2a11\",\n                \"mbl\": \"CMDUSHZ5798224\",\n                \"containers\": [\n                    {\n                        \"containerNumber\": \"TCLU5015892\",\n                        \"equipmentType\": \"40DH\",\n                        \"holds\": [\n                            {\n                                \"type\": \"CUSTOMS\",\n                                \"code\": \"UNKNOWN\",\n                                \"reportedAt\": \"2023-11-30T01:48:58.006Z\",\n                                \"remarks\": \"HOLD\"\n                            },\n                            {\n                                \"type\": \"LINE\",\n                                \"code\": \"UNKNOWN\",\n                                \"reportedAt\": \"2023-11-30T01:48:58.006Z\",\n                                \"remarks\": \"HOLD\"\n                            }\n                        ],\n                        \"lastKnownPositionDate\": \"2023-12-13T06:14:36.000Z\",\n                        \"steamshipLine\": \"CMA\",\n                        \"status\": \"VESSEL_ARRIVED\",\n                        \"lastKnownPosition\": {\n                            \"coordinates\": {\n                                \"latitude\": 32.129422517,\n                                \"longitude\": -81.139481274\n                            }\n                        },\n                        \"demurrage\": [\n                            {\n                                \"demurrageOwedAtPort\": 495,\n                                \"demurrageOwedAtPortDecimal\": 49500,\n                                \"demurrageIncurred\": 495,\n                                \"demurrageIncurredDecimal\": 49500,\n                                \"demurrageOwedAtRailStation\": 700\n                            }\n                        ],\n                        \"drayage\": [\n                            {\n                                \"deliveryAppointmentDate\": \"2023-09-15T05:00:00.000Z\",\n                                \"estimatedDeliveryDate\": \"2023-09-15T05:00:00.000Z\",\n                                \"drayageCarrier\": {\n                                    \"name\": \"CARGOMATIC TRANSPORT, INC.\",\n                                    \"scac\": \"CGWT\"\n                                },\n                                \"dispatchedTruckingCarrier\": \"CGWT\",\n                                \"receivingFacility\": \"1018 Collinsworth Rd, Baltimore, MD 30266\",\n                                \"pickupAppointmentDate\": \"2023-09-17T13:00:00.000Z\",\n                                \"fullOutgatedDate\": \"2023-09-13T18:47:55.264Z\",\n                                \"actualDeliveredDate\": \"2023-09-15T13:00:00.000Z\",\n                                \"emptyReturnedDate\": \"2023-09-18T13:51:00.000Z\"\n                            }\n                        ],\n                        \"criticalDates\": [\n                            {\n                                \"confirmedOnBoardDate\": \"2023-11-11T06:16:00.000Z\",\n                                \"dischargedDate\": \"\",\n                                \"pickupAppointmentDate\": \"2024-01-19T13:00:00.000Z\",\n                                \"fullOutgatedDate\": \"2023-09-13T18:47:55.264Z\",\n                                \"lastFreeDay\": \"2024-01-19T23:59:59.999Z\",\n                                \"lastFreeDayAtRailStation\": \"\"\n                            }\n                        ]\n                    },\n                    {\n                        \"containerNumber\": \"12345667\",\n                        \"holds\": [\n                            {\n                                \"type\": \"CUSTOMS\",\n                                \"code\": \"UNKNOWN\",\n                                \"reportedAt\": \"2023-11-30T01:48:58.006Z\",\n                                \"remarks\": \"HOLD\"\n                            },\n                            {\n                                \"type\": \"LINE\",\n                                \"code\": \"UNKNOWN\",\n                                \"reportedAt\": \"2023-11-30T01:48:58.006Z\",\n                                \"remarks\": \"HOLD\"\n                            }\n                        ],\n                        \"lastKnownPositionDate\": \"2023-12-13T06:14:36.000Z\",\n                        \"steamshipLine\": \"CMA\",\n                        \"status\": \"VESSEL_ARRIVED\",\n                        \"lastKnownPosition\": {\n                            \"coordinates\": {\n                                \"latitude\": 32.129422517,\n                                \"longitude\": -81.139481274\n                            }\n                        },\n                        \"demurrage\": [\n                            {\n                                \"demurrageOwedAtPort\": 495,\n                                \"demurrageOwedAtPortDecimal\": 49500,\n                                \"demurrageIncurred\": 495,\n                                \"demurrageIncurredDecimal\": 49500,\n                                \"demurrageOwedAtRailStation\": 700\n                            }\n                        ],\n                        \"drayage\": [\n                            {\n                                \"deliveryAppointmentDate\": \"2023-09-15T05:00:00.000Z\",\n                                \"estimatedDeliveryDate\": \"2023-09-15T05:00:00.000Z\",\n                                \"drayageCarrier\": {\n                                    \"name\": \"CARGOMATIC TRANSPORT, INC.\",\n                                    \"scac\": \"CGWT\"\n                                },\n                                \"dispatchedTruckingCarrier\": \"CGWT\",\n                                \"receivingFacility\": \"1018 Collinsworth Rd, Baltimore, MD 30266\",\n                                \"pickupAppointmentDate\": \"2023-09-17T13:00:00.000Z\",\n                                \"fullOutgatedDate\": \"2023-09-13T18:47:55.264Z\",\n                                \"actualDeliveredDate\": \"2023-09-15T13:00:00.000Z\",\n                                \"emptyReturnedDate\": \"2023-09-18T13:51:00.000Z\"\n                            }\n                        ],\n                        \"criticalDates\": [\n                            {\n                                \"confirmedOnBoardDate\": \"2023-11-11T06:16:00.000Z\",\n                                \"dischargedDate\": \"\",\n                                \"pickupAppointmentDate\": \"2023-09-17T13:00:00.000Z\",\n                                \"fullOutgatedDate\": \"2023-09-13T18:47:55.264Z\",\n                                \"lastFreeDay\": \"2024-01-18T23:59:59.999Z\",\n                                \"lastFreeDayAtRailStation\": \"\"\n                            }\n                        ]\n                    }\n                ],\n                \"vessels\": [\n                    {\n                        \"_id\": \"\",\n                        \"mmsi\": \"\",\n                        \"imo\": \"\"\n                    }\n                ],\n                \"portsPath\": [\n                    {\n                        \"origin\": \"CNYTN\",\n                        \"destination\": \"USSAV\"\n                    }\n                ],\n                \"path\": \"\",\n                \"currentVessel\": {\n                    \"mmsi\": \"352149000\",\n                    \"imo\": \"9737486\",\n                    \"name\": \"TOLEDO TRIUMPH\"\n                },\n                \"currentPosition\": {\n                    \"lon\": -81.139481274,\n                    \"lat\": 32.129422517\n                },\n                \"railCarrier\": \"NORFOLK SOUTHERN RAILWAY COMPANY (NORFOLK SOUTHERN)\",\n                \"railScacCode\": \"NS\",\n                \"finalRailStation\": \"AUSTELL\",\n                \"finalRailfirmsCode\": \"L690\",\n                \"finalRailfsac\": \"56385\",\n                \"finalRailunlocode\": \"USATL\",\n                \"pod\": \"CNYTN\",\n                \"originPortName\": \"YANTIAN\",\n                \"pol\": \"USSAV\",\n                \"destinationPortName\": \"SAVANNAH, GA\",\n                \"status\": \"\",\n                \"originCity\": \"Shenzhen\",\n                \"destinationCity\": \"Savannah\",\n                \"originCountry\": \"Asia/Shanghai\",\n                \"destinationCountry\": \"America/New_York\",\n                \"eta\": \"\",\n                \"etd\": \"\",\n                \"heading\": \"\",\n                \"course\": \"\",\n                \"trackingId\": \"\",\n                \"logData\": \"\",\n                \"provider\": \"Provider1\",\n                \"transhipmentsDates\": {\n                    \"CNYTN-USSAV\": {\n                        \"ETD\": [\n                            {\n                                \"value\": \"2023-11-25T10:30:00.000Z\",\n                                \"createdAt\": \"2023-12-18T21:52:45.935Z\"\n                            }\n                        ],\n                        \"ATD\": [\n                            {\n                                \"value\": \"2023-11-25T10:30:00.000Z\",\n                                \"createdAt\": \"2023-12-18T21:52:45.935Z\"\n                            }\n                        ],\n                        \"ETA\": [\n                            {\n                                \"value\": \"2023-12-26T06:14:36.000Z\",\n                                \"createdAt\": \"2023-12-18T21:52:45.935Z\"\n                            }\n                        ],\n                        \"ATA\": [\n                            {\n                                \"value\": \"2023-12-26T06:14:36.000Z\",\n                                \"createdAt\": \"2023-12-18T21:52:45.935Z\"\n                            }\n                        ]\n                    }\n                },\n                \"createdAt\": \"2023-12-18T21:52:45.935Z\",\n                \"updatedAt\": \"2023-12-18T21:52:50.568Z\"\n            },\n            \"criticalContainers\": [\n                {\n                    \"containerNumber\": \"TCLU5015892\",\n                    \"equipmentType\": \"40DH\",\n                    \"holds\": [\n                        {\n                            \"type\": \"CUSTOMS\",\n                            \"code\": \"UNKNOWN\",\n                            \"reportedAt\": \"2023-11-30T01:48:58.006Z\",\n                            \"remarks\": \"HOLD\"\n                        },\n                        {\n                            \"type\": \"LINE\",\n                            \"code\": \"UNKNOWN\",\n                            \"reportedAt\": \"2023-11-30T01:48:58.006Z\",\n                            \"remarks\": \"HOLD\"\n                        }\n                    ],\n                    \"lastKnownPositionDate\": \"2023-12-13T06:14:36.000Z\",\n                    \"steamshipLine\": \"CMA\",\n                    \"status\": \"VESSEL_ARRIVED\",\n                    \"lastKnownPosition\": {\n                        \"coordinates\": {\n                            \"latitude\": 32.129422517,\n                            \"longitude\": -81.139481274\n                        }\n                    },\n                    \"demurrage\": [\n                        {\n                            \"demurrageOwedAtPort\": 495,\n                            \"demurrageOwedAtPortDecimal\": 49500,\n                            \"demurrageIncurred\": 495,\n                            \"demurrageIncurredDecimal\": 49500,\n                            \"demurrageOwedAtRailStation\": 700\n                        }\n                    ],\n                    \"drayage\": [\n                        {\n                            \"deliveryAppointmentDate\": \"2023-09-15T05:00:00.000Z\",\n                            \"estimatedDeliveryDate\": \"2023-09-15T05:00:00.000Z\",\n                            \"drayageCarrier\": {\n                                \"name\": \"CARGOMATIC TRANSPORT, INC.\",\n                                \"scac\": \"CGWT\"\n                            },\n                            \"dispatchedTruckingCarrier\": \"CGWT\",\n                            \"receivingFacility\": \"1018 Collinsworth Rd, Baltimore, MD 30266\",\n                            \"pickupAppointmentDate\": \"2023-09-17T13:00:00.000Z\",\n                            \"fullOutgatedDate\": \"2023-09-13T18:47:55.264Z\",\n                            \"actualDeliveredDate\": \"2023-09-15T13:00:00.000Z\",\n                            \"emptyReturnedDate\": \"2023-09-18T13:51:00.000Z\"\n                        }\n                    ],\n                    \"criticalDates\": [\n                        {\n                            \"confirmedOnBoardDate\": \"2023-11-11T06:16:00.000Z\",\n                            \"dischargedDate\": \"\",\n                            \"pickupAppointmentDate\": \"2024-01-19T13:00:00.000Z\",\n                            \"fullOutgatedDate\": \"2023-09-13T18:47:55.264Z\",\n                            \"lastFreeDay\": \"2024-01-19T23:59:59.999Z\",\n                            \"lastFreeDayAtRailStation\": \"\"\n                        }\n                    ]\n                },\n                {\n                    \"containerNumber\": \"12345667\",\n                    \"holds\": [\n                        {\n                            \"type\": \"CUSTOMS\",\n                            \"code\": \"UNKNOWN\",\n                            \"reportedAt\": \"2023-11-30T01:48:58.006Z\",\n                            \"remarks\": \"HOLD\"\n                        },\n                        {\n                            \"type\": \"LINE\",\n                            \"code\": \"UNKNOWN\",\n                            \"reportedAt\": \"2023-11-30T01:48:58.006Z\",\n                            \"remarks\": \"HOLD\"\n                        }\n                    ],\n                    \"lastKnownPositionDate\": \"2023-12-13T06:14:36.000Z\",\n                    \"steamshipLine\": \"CMA\",\n                    \"status\": \"VESSEL_ARRIVED\",\n                    \"lastKnownPosition\": {\n                        \"coordinates\": {\n                            \"latitude\": 32.129422517,\n                            \"longitude\": -81.139481274\n                        }\n                    },\n                    \"demurrage\": [\n                        {\n                            \"demurrageOwedAtPort\": 495,\n                            \"demurrageOwedAtPortDecimal\": 49500,\n                            \"demurrageIncurred\": 495,\n                            \"demurrageIncurredDecimal\": 49500,\n                            \"demurrageOwedAtRailStation\": 700\n                        }\n                    ],\n                    \"drayage\": [\n                        {\n                            \"deliveryAppointmentDate\": \"2023-09-15T05:00:00.000Z\",\n                            \"estimatedDeliveryDate\": \"2023-09-15T05:00:00.000Z\",\n                            \"drayageCarrier\": {\n                                \"name\": \"CARGOMATIC TRANSPORT, INC.\",\n                                \"scac\": \"CGWT\"\n                            },\n                            \"dispatchedTruckingCarrier\": \"CGWT\",\n                            \"receivingFacility\": \"1018 Collinsworth Rd, Baltimore, MD 30266\",\n                            \"pickupAppointmentDate\": \"2023-09-17T13:00:00.000Z\",\n                            \"fullOutgatedDate\": \"2023-09-13T18:47:55.264Z\",\n                            \"actualDeliveredDate\": \"2023-09-15T13:00:00.000Z\",\n                            \"emptyReturnedDate\": \"2023-09-18T13:51:00.000Z\"\n                        }\n                    ],\n                    \"criticalDates\": [\n                        {\n                            \"confirmedOnBoardDate\": \"2023-11-11T06:16:00.000Z\",\n                            \"dischargedDate\": \"\",\n                            \"pickupAppointmentDate\": \"2023-09-17T13:00:00.000Z\",\n                            \"fullOutgatedDate\": \"2023-09-13T18:47:55.264Z\",\n                            \"lastFreeDay\": \"2024-01-18T23:59:59.999Z\",\n                            \"lastFreeDayAtRailStation\": \"\"\n                        }\n                    ]\n                }\n            ],\n            \"isAlert\": true,\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Customer1\",\n            \"fullMbl\": \"CMDUSHZ5798224\",\n            \"fullHBL\": \"\",\n            \"isFavoriteStr\": \"false\",\n            \"idNumber\": {\n                \"if\": true,\n                \"then\": 229,\n                \"else\": null\n            },\n            \"critical\": {\n                \"containerNumber\": \"12345667\",\n                \"holds\": [\n                    {\n                        \"type\": \"CUSTOMS\",\n                        \"code\": \"UNKNOWN\",\n                        \"reportedAt\": \"2023-11-30T01:48:58.006Z\",\n                        \"remarks\": \"HOLD\"\n                    },\n                    {\n                        \"type\": \"LINE\",\n                        \"code\": \"UNKNOWN\",\n                        \"reportedAt\": \"2023-11-30T01:48:58.006Z\",\n                        \"remarks\": \"HOLD\"\n                    }\n                ],\n                \"lastKnownPositionDate\": \"2023-12-13T06:14:36.000Z\",\n                \"steamshipLine\": \"CMA\",\n                \"status\": \"VESSEL_ARRIVED\",\n                \"lastKnownPosition\": {\n                    \"coordinates\": {\n                        \"latitude\": 32.129422517,\n                        \"longitude\": -81.139481274\n                    }\n                },\n                \"demurrage\": [\n                    {\n                        \"demurrageOwedAtPort\": 495,\n                        \"demurrageOwedAtPortDecimal\": 49500,\n                        \"demurrageIncurred\": 495,\n                        \"demurrageIncurredDecimal\": 49500,\n                        \"demurrageOwedAtRailStation\": 700\n                    }\n                ],\n                \"drayage\": [\n                    {\n                        \"deliveryAppointmentDate\": \"2023-09-15T05:00:00.000Z\",\n                        \"estimatedDeliveryDate\": \"2023-09-15T05:00:00.000Z\",\n                        \"drayageCarrier\": {\n                            \"name\": \"CARGOMATIC TRANSPORT, INC.\",\n                            \"scac\": \"CGWT\"\n                        },\n                        \"dispatchedTruckingCarrier\": \"CGWT\",\n                        \"receivingFacility\": \"1018 Collinsworth Rd, Baltimore, MD 30266\",\n                        \"pickupAppointmentDate\": \"2023-09-17T13:00:00.000Z\",\n                        \"fullOutgatedDate\": \"2023-09-13T18:47:55.264Z\",\n                        \"actualDeliveredDate\": \"2023-09-15T13:00:00.000Z\",\n                        \"emptyReturnedDate\": \"2023-09-18T13:51:00.000Z\"\n                    }\n                ],\n                \"criticalDates\": [\n                    {\n                        \"confirmedOnBoardDate\": \"2023-11-11T06:16:00.000Z\",\n                        \"dischargedDate\": \"\",\n                        \"pickupAppointmentDate\": \"2023-09-17T13:00:00.000Z\",\n                        \"fullOutgatedDate\": \"2023-09-13T18:47:55.264Z\",\n                        \"lastFreeDay\": \"2024-01-18T23:59:59.999Z\",\n                        \"lastFreeDayAtRailStation\": \"\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"status\": \"success\",\n    \"pagingCounter\": 10,\n    \"totalPages\": 1,\n    \"hasPrevPage\": true,\n    \"hasNextPage\": false,\n    \"prevPage\": 0,\n    \"nextPage\": null,\n    \"totalItems\": 3,\n    \"page\": 1,\n    \"limit\": 10,\n    \"totalCriticalContainers\": 2\n}"}],"_postman_id":"9ddc70ab-82a4-472e-9ae0-ec5725faa8be"},{"name":"Exceptions","id":"a047ebf3-81dc-4527-a03c-4f2b84a985e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"fields\": [\r\n        \"isFavorite\",\r\n        \"_id\",\r\n        \"tags\",\r\n        \"customTags\",\r\n        \"tenantId\",\r\n        \"bookingId\",\r\n        \"referenceName\",\r\n        \"quoteId\",\r\n        \"manualInput\",\r\n        \"fullName\",\r\n        \"shipper\",\r\n        \"lsp\",\r\n        \"consignee\",\r\n        \"carrier.name\",\r\n        \"origin.address\",\r\n        \"origin.countryCode\",\r\n        \"destination.address\",\r\n        \"destination.countryCode\",\r\n        \"portDestination.address\",\r\n        \"portDestination.countryCode\",\r\n        \"portOrigin.address\",\r\n        \"portOrigin.countryCode\",\r\n        \"arrivalDate\",\r\n        \"etd\",\r\n        \"eta\",\r\n        \"ata\",\r\n        \"atd\",\r\n        \"timeOfTransit\",\r\n        \"currentStatus\",\r\n        \"currentMilestone\",\r\n        \"attachments\",\r\n        \"vesselNumber\",\r\n        \"cutoff\",\r\n        \"confirmationNumber\",\r\n        \"mbl\",\r\n        \"flightNumber\",\r\n        \"accessorials\",\r\n        \"originDetails.countryCode\",\r\n        \"destinationDetails.countryCode\",\r\n        \"owner.name\",\r\n        \"owner.type\",\r\n        \"owner._id\",\r\n        \"shipmentId\",\r\n        \"alterTags\",\r\n        \"updatedAt\",\r\n        \"createdAt\",\r\n        \"commodity\",\r\n        \"incoterms\",\r\n        \"incoterm\",\r\n        \"internalReference\",\r\n        \"paymentTerms\",\r\n        \"automaticEvents\",\r\n        \"company.name\",\r\n        \"company.type\",\r\n        \"cutoffDays\",\r\n        \"freightType\",\r\n        \"shipmentType\",\r\n        \"actualDeparture\",\r\n        \"notes\",\r\n        \"creationUser.urlPhotoProfile\",\r\n        \"creationUser.fullName\",\r\n        \"shipperName\",\r\n        \"lspName\",\r\n        \"etaHistory\",\r\n        \"events\",\r\n        \"firstETDValue\",\r\n        \"lastETDValue\",\r\n        \"firstETAValue\",\r\n        \"lastETAValue\",\r\n        \"firstPTAValue\",\r\n        \"lastPTAValue\",\r\n        \"firstPTDValue\",\r\n        \"lastPTDValue\",\r\n        \"firstATDValue\",\r\n        \"lastATDValue\",\r\n        \"firstATAValue\",\r\n        \"lastATAValue\",\r\n        \"cancellationDate\",\r\n        \"archivedDate\",\r\n        \"ownerName\",\r\n        \"totalWeight\",\r\n        \"totalVolume\",\r\n        \"containersNumber\",\r\n        \"voyageNumber\",\r\n        \"packageType\",\r\n        \"packagesInfo\",\r\n        \"routed\",\r\n        \"planVisibility\"\r\n    ],\r\n    \"enabledEvents\": false,\r\n    \"lastPage\": 1,\r\n    \"limit\": 10,\r\n    \"page\": 1,\r\n    \"search\": \"\",\r\n    \"sort\": {},\r\n    \"filter\": {\r\n        \"currentStatus\": \"active\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/exceptions","description":"<p>This endpoint allows fetching all shipments with exceptions.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter</code></td>\n<td>Object</td>\n<td>Filters for the shipments.</td>\n</tr>\n<tr>\n<td><code>search</code></td>\n<td>String</td>\n<td>Search keyword.</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Number</td>\n<td>Current page number.</td>\n</tr>\n<tr>\n<td><code>lastPage</code></td>\n<td>Number</td>\n<td>Last page number.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td>Number</td>\n<td>Number of items per page.</td>\n</tr>\n<tr>\n<td><code>sort</code></td>\n<td>Object</td>\n<td>Sorting options.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>String</td>\n<td>Type of shipment.</td>\n</tr>\n<tr>\n<td><code>fields</code></td>\n<td>Array</td>\n<td>List of fields to retrieve.</td>\n</tr>\n<tr>\n<td><code>totalItems</code></td>\n<td>Number</td>\n<td>Total number of items.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": [\n    {\n      \"_id\": \"6527004d2a7f100f100dc998\",\n      \"shipmentId\": \"M17_CANT-N_SAN_A-LA-CARTE-FOOD\",\n      \"accessorials\": [],\n      \"attachments\": [],\n      \"automaticEvents\": true,\n      \"commodity\": \"A la carte foods vending machines\",\n      \"company\": {\n        \"_id\": \"64924297a1727236e13f5137\",\n        \"name\": \"Diego Shipper 2\",\n        \"type\": \"shipper\"\n      },\n      \"consignee\": null,\n      \"createdAt\": \"2023-10-11T20:06:37.721Z\",\n      // ... (other fields)\n    }\n  ],\n  \"status\": \"success\",\n  \"pagingCounter\": 8,\n  \"totalPages\": 1,\n  \"hasPrevPage\": true,\n  \"hasNextPage\": false,\n  \"prevPage\": 0,\n  \"nextPage\": null,\n  \"totalItems\": 1,\n  \"page\": 1,\n  \"limit\": 8\n}\n\n</code></pre>\n<h4 id=\"response-definition\">Response Definition</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>_id</code></td>\n<td>ObjectId</td>\n<td>Unique identifier of the shipment.</td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Array</td>\n<td>Tags associated with the shipment.</td>\n</tr>\n<tr>\n<td><code>customTags</code></td>\n<td>Array</td>\n<td>Custom tags for the shipment.</td>\n</tr>\n<tr>\n<td><code>tenant</code></td>\n<td>ObjectId (ref: 'tenant')</td>\n<td>Identifier of the associated tenant.</td>\n</tr>\n<tr>\n<td><code>booking</code></td>\n<td>ObjectId (ref: 'booking')</td>\n<td>Identifier of the associated booking.</td>\n</tr>\n<tr>\n<td><code>company</code></td>\n<td>ObjectId (ref: 'company')</td>\n<td>Identifier of the associated company.</td>\n</tr>\n<tr>\n<td><code>quote</code></td>\n<td>ObjectId (ref: 'quote')</td>\n<td>Identifier of the associated quote.</td>\n</tr>\n<tr>\n<td><code>referenceName</code></td>\n<td>String</td>\n<td>Reference name of the shipment.</td>\n</tr>\n<tr>\n<td><code>internalReference</code></td>\n<td>String</td>\n<td>Internal reference for the shipment.</td>\n</tr>\n<tr>\n<td><code>manualInput</code></td>\n<td>Boolean</td>\n<td>Indicates if the input is manual.</td>\n</tr>\n<tr>\n<td><code>fullName</code></td>\n<td>String</td>\n<td>Full name of the shipment.</td>\n</tr>\n<tr>\n<td><code>shipper</code></td>\n<td>ObjectId (ref: 'contact')</td>\n<td>Identifier of the shipper.</td>\n</tr>\n<tr>\n<td><code>consignee</code></td>\n<td>ObjectId (ref: 'contact')</td>\n<td>Identifier of the consignee.</td>\n</tr>\n<tr>\n<td><code>notify</code></td>\n<td>ObjectId (ref: 'contact')</td>\n<td>Identifier for notification.</td>\n</tr>\n<tr>\n<td><code>agent</code></td>\n<td>ObjectId (ref: 'contact')</td>\n<td>Identifier of the agent.</td>\n</tr>\n<tr>\n<td><code>carrier</code></td>\n<td>Object</td>\n<td>Carrier information.</td>\n</tr>\n<tr>\n<td><code>arrivalDate</code></td>\n<td>Date</td>\n<td>Arrival date.</td>\n</tr>\n<tr>\n<td><code>etd</code></td>\n<td>Date</td>\n<td>Estimated time of departure.</td>\n</tr>\n<tr>\n<td><code>eta</code></td>\n<td>Date</td>\n<td>Estimated time of arrival.</td>\n</tr>\n<tr>\n<td><code>timeOfTransit</code></td>\n<td>Number</td>\n<td>Transit time.</td>\n</tr>\n<tr>\n<td><code>currentStatus</code></td>\n<td>String (enum)</td>\n<td>Current status of the shipment.</td>\n</tr>\n<tr>\n<td><code>currentMilestone</code></td>\n<td>String</td>\n<td>Current milestones of the shipment.</td>\n</tr>\n<tr>\n<td><code>attachments</code></td>\n<td>Array</td>\n<td>Attachments associated with the shipment.</td>\n</tr>\n<tr>\n<td><code>vesselNumber</code></td>\n<td>String</td>\n<td>Vessel number.</td>\n</tr>\n<tr>\n<td><code>tpsId</code></td>\n<td>String</td>\n<td>TPS identifier.</td>\n</tr>\n<tr>\n<td><code>route</code></td>\n<td>Object</td>\n<td>Route information.</td>\n</tr>\n<tr>\n<td><code>CBPStatus</code></td>\n<td>String</td>\n<td>Customs and Border Protection (CBP) status.</td>\n</tr>\n<tr>\n<td><code>referenceNumber</code></td>\n<td>String</td>\n<td>Reference number.</td>\n</tr>\n<tr>\n<td><code>PGAStatus</code></td>\n<td>String</td>\n<td>Participating Government Agency (PGA) status.</td>\n</tr>\n<tr>\n<td><code>isFavorite</code></td>\n<td>Boolean</td>\n<td>Indicates if it is a favorite.</td>\n</tr>\n<tr>\n<td><code>cutoff</code></td>\n<td>Date</td>\n<td>Cutoff date.</td>\n</tr>\n<tr>\n<td><code>actualArrival</code></td>\n<td>Date</td>\n<td>Actual arrival date.</td>\n</tr>\n<tr>\n<td><code>confirmationNumber</code></td>\n<td>String</td>\n<td>Confirmation number.</td>\n</tr>\n<tr>\n<td><code>mbl</code></td>\n<td>String</td>\n<td>Master Bill of Lading (MBL).</td>\n</tr>\n<tr>\n<td><code>flightNumber</code></td>\n<td>String</td>\n<td>Flight number.</td>\n</tr>\n<tr>\n<td><code>accessorials</code></td>\n<td>Array</td>\n<td>Associated accessorials.</td>\n</tr>\n<tr>\n<td><code>originDetails</code></td>\n<td>Object</td>\n<td>Origin details.</td>\n</tr>\n<tr>\n<td><code>destinationDetails</code></td>\n<td>Object</td>\n<td>Destination details.</td>\n</tr>\n<tr>\n<td><code>shipmentId</code></td>\n<td>String</td>\n<td>Shipment ID.</td>\n</tr>\n<tr>\n<td><code>origin</code></td>\n<td>Object</td>\n<td>Origin information.</td>\n</tr>\n<tr>\n<td><code>destination</code></td>\n<td>Object</td>\n<td>Destination information.</td>\n</tr>\n<tr>\n<td><code>portOrigin</code></td>\n<td>Mixed</td>\n<td>Origin port.</td>\n</tr>\n<tr>\n<td><code>portDestination</code></td>\n<td>Mixed</td>\n<td>Destination port.</td>\n</tr>\n<tr>\n<td><code>alterTags</code></td>\n<td>Object</td>\n<td>Alternative tags.</td>\n</tr>\n<tr>\n<td><code>commodity</code></td>\n<td>String</td>\n<td>Commodity of the shipment.</td>\n</tr>\n<tr>\n<td><code>incoterm</code></td>\n<td>String</td>\n<td>Incoterms of the shipment.</td>\n</tr>\n<tr>\n<td><code>paymentTerms</code></td>\n<td>String</td>\n<td>Payment terms.</td>\n</tr>\n<tr>\n<td><code>automaticEvents</code></td>\n<td>Boolean</td>\n<td>Indicates if automatic events are enabled.</td>\n</tr>\n<tr>\n<td><code>voyageNumber</code></td>\n<td>String</td>\n<td>Voyage number.</td>\n</tr>\n<tr>\n<td><code>actualDeparture</code></td>\n<td>Date</td>\n<td>Actual departure date.</td>\n</tr>\n<tr>\n<td><code>numberOfContainers</code></td>\n<td>Number</td>\n<td>Number of containers.</td>\n</tr>\n<tr>\n<td><code>pickupDate</code></td>\n<td>Date</td>\n<td>Pickup date.</td>\n</tr>\n<tr>\n<td><code>cutoffDays</code></td>\n<td>Number</td>\n<td>Cutoff days.</td>\n</tr>\n<tr>\n<td><code>packagesInfo</code></td>\n<td>Array</td>\n<td>Package information.</td>\n</tr>\n<tr>\n<td><code>integrations</code></td>\n<td>Array</td>\n<td>Associated integrations.</td>\n</tr>\n<tr>\n<td><code>etaHistory</code></td>\n<td>Array</td>\n<td>Estimated Time of Arrival (ETA) history.</td>\n</tr>\n<tr>\n<td><code>participants</code></td>\n<td>Array (ref: 'participant')</td>\n<td>Participants of the shipment.</td>\n</tr>\n<tr>\n<td><code>owner</code></td>\n<td>ObjectId (ref: 'company')</td>\n<td>Owner of the shipment.</td>\n</tr>\n<tr>\n<td><code>latestEvent</code></td>\n<td>Object</td>\n<td>Latest event.</td>\n</tr>\n<tr>\n<td><code>freightType</code></td>\n<td>String (enum)</td>\n<td>Freight type (ship, plane, truck).</td>\n</tr>\n<tr>\n<td><code>shipmentType</code></td>\n<td>String</td>\n<td>Shipment type.</td>\n</tr>\n<tr>\n<td><code>notes</code></td>\n<td>String</td>\n<td>Notes associated with the shipment.</td>\n</tr>\n<tr>\n<td><code>pickupAddress</code></td>\n<td>String</td>\n<td>Pickup address.</td>\n</tr>\n<tr>\n<td><code>deliveryAddress</code></td>\n<td>String</td>\n<td>Delivery address.</td>\n</tr>\n<tr>\n<td><code>departureDate</code></td>\n<td>Date</td>\n<td>Departure date.</td>\n</tr>\n<tr>\n<td><code>totalWeight</code></td>\n<td>Number</td>\n<td>Total weight.</td>\n</tr>\n<tr>\n<td><code>archivedDate</code></td>\n<td>Date</td>\n<td>Archive date.</td>\n</tr>\n<tr>\n<td><code>cancellationDate</code></td>\n<td>Date</td>\n<td>Cancellation date.</td>\n</tr>\n<tr>\n<td><code>totalVolume</code></td>\n<td>Number</td>\n<td>Total volume.</td>\n</tr>\n<tr>\n<td><code>totalChargeableWeight</code></td>\n<td>Number</td>\n<td>Total chargeable weight.</td>\n</tr>\n<tr>\n<td><code>totalVolumetricWeight</code></td>\n<td>Number</td>\n<td>Total volumetric weight.</td>\n</tr>\n<tr>\n<td><code>mawb</code></td>\n<td>String</td>\n<td>Master Airway Bill (MAWB).</td>\n</tr>\n<tr>\n<td><code>hawb</code></td>\n<td>String</td>\n<td>House Airway Bill (HAWB).</td>\n</tr>\n<tr>\n<td><code>trade</code></td>\n<td>String</td>\n<td>Trade type.</td>\n</tr>\n<tr>\n<td><code>hbl</code></td>\n<td>String</td>\n<td>House Bill of Lading (HBL).</td>\n</tr>\n<tr>\n<td><code>creationUser</code></td>\n<td>ObjectId (ref: 'user')</td>\n<td>Creating user.</td>\n</tr>\n<tr>\n<td><code>updateUser</code></td>\n<td>ObjectId (ref: 'user')</td>\n<td>Updating user.</td>\n</tr>\n<tr>\n<td><code>cancelUser</code></td>\n<td>ObjectId (ref: 'user')</td>\n<td>Cancellation user.</td>\n</tr>\n<tr>\n<td><code>archiveUser</code></td>\n<td>ObjectId (ref: 'user')</td>\n<td>Archiving user.</td>\n</tr>\n<tr>\n<td><code>deletedUser</code></td>\n<td>ObjectId (ref: 'user')</td>\n<td>User who deleted.</td>\n</tr>\n<tr>\n<td><code>planVisibility</code></td>\n<td>ObjectId (ref: 'planVisibility')</td>\n<td>Plan visibility.</td>\n</tr>\n<tr>\n<td><code>deletedDate</code></td>\n<td>Date</td>\n<td>Deletion date.</td>\n</tr>\n<tr>\n<td><code>updatedAt</code></td>\n<td>Date</td>\n<td>Update date.</td>\n</tr>\n<tr>\n<td><code>createdAt</code></td>\n<td>Date (default: current date)</td>\n<td>Creation date.</td>\n</tr>\n<tr>\n<td><code>isCreated</code></td>\n<td>Boolean (default: false)</td>\n<td>Indicates if it is created.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","shipments","exceptions"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"d4c17ee1-6f11-4c24-83c5-25a10654640c","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fields\": [\r\n        \"isFavorite\",\r\n        \"_id\",\r\n        \"tags\",\r\n        \"customTags\",\r\n        \"tenantId\",\r\n        \"bookingId\",\r\n        \"referenceName\",\r\n        \"quoteId\",\r\n        \"manualInput\",\r\n        \"fullName\",\r\n        \"shipper\",\r\n        \"lsp\",\r\n        \"consignee\",\r\n        \"carrier.name\",\r\n        \"origin.address\",\r\n        \"origin.countryCode\",\r\n        \"destination.address\",\r\n        \"destination.countryCode\",\r\n        \"portDestination.address\",\r\n        \"portDestination.countryCode\",\r\n        \"portOrigin.address\",\r\n        \"portOrigin.countryCode\",\r\n        \"arrivalDate\",\r\n        \"etd\",\r\n        \"eta\",\r\n        \"ata\",\r\n        \"atd\",\r\n        \"timeOfTransit\",\r\n        \"currentStatus\",\r\n        \"currentMilestone\",\r\n        \"attachments\",\r\n        \"vesselNumber\",\r\n        \"cutoff\",\r\n        \"confirmationNumber\",\r\n        \"mbl\",\r\n        \"flightNumber\",\r\n        \"accessorials\",\r\n        \"originDetails.countryCode\",\r\n        \"destinationDetails.countryCode\",\r\n        \"owner.name\",\r\n        \"owner.type\",\r\n        \"owner._id\",\r\n        \"shipmentId\",\r\n        \"alterTags\",\r\n        \"updatedAt\",\r\n        \"createdAt\",\r\n        \"commodity\",\r\n        \"incoterms\",\r\n        \"incoterm\",\r\n        \"internalReference\",\r\n        \"paymentTerms\",\r\n        \"automaticEvents\",\r\n        \"company.name\",\r\n        \"company.type\",\r\n        \"cutoffDays\",\r\n        \"freightType\",\r\n        \"shipmentType\",\r\n        \"actualDeparture\",\r\n        \"notes\",\r\n        \"creationUser.urlPhotoProfile\",\r\n        \"creationUser.fullName\",\r\n        \"shipperName\",\r\n        \"lspName\",\r\n        \"etaHistory\",\r\n        \"events\",\r\n        \"firstETDValue\",\r\n        \"lastETDValue\",\r\n        \"firstETAValue\",\r\n        \"lastETAValue\",\r\n        \"firstPTAValue\",\r\n        \"lastPTAValue\",\r\n        \"firstPTDValue\",\r\n        \"lastPTDValue\",\r\n        \"firstATDValue\",\r\n        \"lastATDValue\",\r\n        \"firstATAValue\",\r\n        \"lastATAValue\",\r\n        \"cancellationDate\",\r\n        \"archivedDate\",\r\n        \"ownerName\",\r\n        \"totalWeight\",\r\n        \"totalVolume\",\r\n        \"containersNumber\",\r\n        \"voyageNumber\",\r\n        \"packageType\",\r\n        \"packagesInfo\",\r\n        \"routed\",\r\n        \"planVisibility\"\r\n    ],\r\n    \"enabledEvents\": false,\r\n    \"lastPage\": 1,\r\n    \"limit\": 10,\r\n    \"page\": 1,\r\n    \"search\": \"\",\r\n    \"sort\": {},\r\n    \"filter\": {\r\n        \"currentStatus\": \"active\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/exceptions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"a6db-4DXgh69K8de0gK0lZqgkw3EDkDw\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 04 Apr 2024 21:37:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"655d322a210d37d1cf19ec43\",\n            \"shipmentId\": \"M201_CANAD-_GH_16-BIT-MICROCON\",\n            \"accessorials\": [],\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"commodity\": \"16 bit microcontroller \",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": null,\n            \"containersNumber\": [\n                \"AAAS434345\",\n                \"AFGG2323232\",\n                \"GFJH2323223\"\n            ],\n            \"createdAt\": \"2023-11-21T22:41:45.883Z\",\n            \"creationUser\": {\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"currentStatus\": \"active\",\n            \"customTags\": [],\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"CIF\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\",\n                \"Integration3\",\n                \"Integration4\",\n                \"Integration5\"\n            ],\n            \"internalReference\": \"\",\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"MEDUK3032282\",\n            \"notes\": \"\",\n            \"origin\": {\n                \"address\": \"Canadá\",\n                \"countryCode\": \"CA\"\n            },\n            \"owner\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [],\n            \"participants\": [\n                {\n                    \"assignedTo\": \"649618800b7497f3261b426f\",\n                    \"company\": \"6496187f0b7497f3261b4260\",\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": \"649ee411cd2ae3022068836f\",\n                    \"company\": \"6496187f0b7497f3261b4260\",\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": \"64dba7138cb9ce143a1d3ccc\",\n                    \"company\": \"6496187f0b7497f3261b4260\",\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": \"64961c54416606c8874e1e60\",\n                    \"company\": \"64961c56a1727236e1959277\",\n                    \"status\": \"active\",\n                    \"type\": \"main-shipper\"\n                },\n                {\n                    \"assignedTo\": \"64ba97808e1b1dec4387cabe\",\n                    \"company\": \"64961c56a1727236e1959277\",\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                }\n            ],\n            \"planVisibility\": \"64546c1d46bd8f753a4781fe\",\n            \"portDestination\": {\n                \"address\": \"GHACC Accra\",\n                \"countryCode\": \"GH\"\n            },\n            \"referenceName\": \"TEST C7\",\n            \"shipmentType\": \"FCL\",\n            \"shipper\": null,\n            \"tags\": [\n                \"upcoming\",\n                \"quick\",\n                \"incorrectMbl\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\"\n            ],\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"totalVolume\": 0,\n            \"totalWeight\": 0,\n            \"voyageNumber\": \"\",\n            \"cutoff\": null,\n            \"updatedAt\": \"2024-01-10T00:58:02.385Z\",\n            \"mblVessel\": {\n                \"_id\": \"6582f67a0d342a6c975fe5cb\",\n                \"mbl\": \"MEDUK3032282\",\n                \"vessels\": [\n                    {\n                        \"_id\": \"\",\n                        \"mmsi\": \"\",\n                        \"imo\": 9785457\n                    }\n                ],\n                \"portsPath\": [\n                    {\n                        \"origin\": \"\",\n                        \"destination\": \"\"\n                    }\n                ],\n                \"currentVessel\": {\n                    \"mmsi\": \"\",\n                    \"imo\": 9785457,\n                    \"name\": \"MSC RAYSHMI\"\n                },\n                \"currentPosition\": {\n                    \"lon\": -60.2616,\n                    \"lat\": 17.248\n                },\n                \"pod\": \"\",\n                \"pol\": \"\",\n                \"status\": \"on-time\",\n                \"originCity\": \"\",\n                \"destinationCity\": \"\",\n                \"originCountry\": \"\",\n                \"destinationCountry\": \"\",\n                \"eta\": \"\",\n                \"etd\": \"\",\n                \"heading\": 248.2,\n                \"course\": \"\",\n                \"searatesData\": \"\",\n                \"trackingId\": 3626673,\n                \"logData\": \"\",\n                \"provider\": \"Provider1\",\n                \"transshipmentsPorts\": [\n                    [\n                        \"PKKHI\",\n                        \"PTSIE\"\n                    ],\n                    [\n                        \"PTSIE\",\n                        \"CLSAI\"\n                    ]\n                ],\n                \"createdAt\": \"2023-12-20T14:13:14.331Z\",\n                \"updatedAt\": \"2024-01-11T05:00:35.718Z\",\n                \"path\": [\n                    [\n                        67.32485,\n                        24.763616666666667,\n                        \"historic\"\n                    ],\n                    [\n                        67.01981666666667,\n                        24.503233333333334,\n                        \"historic\"\n                    ],\n                    [\n                        68.9556,\n                        21.155833333333334,\n                        \"historic\"\n                    ],\n                    [\n                        72.56065,\n                        18.82445,\n                        \"historic\"\n                    ],\n                    [\n                        72.95023333333333,\n                        18.963583333333332,\n                        \"historic\"\n                    ],\n                    [\n                        72.44641666666666,\n                        19.44,\n                        \"historic\"\n                    ],\n                    [\n                        69.17778333333334,\n                        21.141266666666667,\n                        \"historic\"\n                    ],\n                    [\n                        68.92973333333333,\n                        21.620933333333333,\n                        \"historic\"\n                    ],\n                    [\n                        69.69176666666667,\n                        22.73815,\n                        \"historic\"\n                    ],\n                    [\n                        69.69183333333334,\n                        22.738083333333332,\n                        \"historic\"\n                    ],\n                    [\n                        69.6917,\n                        22.738133333333334,\n                        \"historic\"\n                    ],\n                    [\n                        67.78546666666666,\n                        21.845916666666668,\n                        \"historic\"\n                    ],\n                    [\n                        64.40255,\n                        20.413716666666666,\n                        \"historic\"\n                    ],\n                    [\n                        61.30245,\n                        19.0825,\n                        \"historic\"\n                    ],\n                    [\n                        58.19875,\n                        17.745216666666668,\n                        \"historic\"\n                    ],\n                    [\n                        55.14065,\n                        16.467916666666667,\n                        \"historic\"\n                    ],\n                    [\n                        52.11715,\n                        15.1896,\n                        \"historic\"\n                    ],\n                    [\n                        49.10863333333333,\n                        13.94975,\n                        \"historic\"\n                    ],\n                    [\n                        45.99888333333333,\n                        12.841133333333334,\n                        \"historic\"\n                    ],\n                    [\n                        43.08395,\n                        13.19045,\n                        \"historic\"\n                    ],\n                    [\n                        41.31485,\n                        15.852583333333333,\n                        \"historic\"\n                    ],\n                    [\n                        39.67478333333333,\n                        18.614166666666666,\n                        \"historic\"\n                    ],\n                    [\n                        37.99661666666667,\n                        21.3919,\n                        \"historic\"\n                    ],\n                    [\n                        36.23693333333333,\n                        24.217216666666666,\n                        \"historic\"\n                    ],\n                    [\n                        34.51305,\n                        26.931166666666666,\n                        \"historic\"\n                    ],\n                    [\n                        32.62345,\n                        29.477333333333334,\n                        \"historic\"\n                    ],\n                    [\n                        32.5454,\n                        29.905633333333334,\n                        \"historic\"\n                    ],\n                    [\n                        33.038066666666666,\n                        32.0735,\n                        \"historic\"\n                    ],\n                    [\n                        35.013151666666666,\n                        32.81831,\n                        \"historic\"\n                    ],\n                    [\n                        35.013223333333336,\n                        32.818255,\n                        \"historic\"\n                    ],\n                    [\n                        35.01314,\n                        32.818305,\n                        \"historic\"\n                    ],\n                    [\n                        30.908616666666667,\n                        33.47848333333334,\n                        \"historic\"\n                    ],\n                    [\n                        26.532133333333334,\n                        34.11665,\n                        \"historic\"\n                    ],\n                    [\n                        22.062466666666666,\n                        34.759683333333335,\n                        \"historic\"\n                    ],\n                    [\n                        17.3956,\n                        35.697766666666666,\n                        \"historic\"\n                    ],\n                    [\n                        13.289883333333334,\n                        36.74646666666667,\n                        \"historic\"\n                    ],\n                    [\n                        9.3048,\n                        37.6594,\n                        \"historic\"\n                    ],\n                    [\n                        4.669,\n                        37.41296666666667,\n                        \"historic\"\n                    ],\n                    [\n                        -0.2111166666666667,\n                        36.656333333333336,\n                        \"historic\"\n                    ],\n                    [\n                        -4.270666666666667,\n                        36.09258333333333,\n                        \"historic\"\n                    ],\n                    [\n                        -7.826116666666667,\n                        36.39365,\n                        \"historic\"\n                    ],\n                    [\n                        -9.05845,\n                        37.50541666666667,\n                        \"historic\"\n                    ],\n                    [\n                        -8.8675,\n                        37.9425,\n                        \"historic\"\n                    ],\n                    [\n                        -12.39,\n                        36.1133,\n                        \"historic\"\n                    ],\n                    [\n                        -16.0616,\n                        34.0254,\n                        \"historic\"\n                    ],\n                    [\n                        -20.025,\n                        32.3167,\n                        \"historic\"\n                    ],\n                    [\n                        -23.9663,\n                        30.929,\n                        \"historic\"\n                    ],\n                    [\n                        -27.9932,\n                        29.4879,\n                        \"historic\"\n                    ],\n                    [\n                        -31.6879,\n                        28.1473,\n                        \"historic\"\n                    ],\n                    [\n                        -35.4072,\n                        26.7805,\n                        \"historic\"\n                    ],\n                    [\n                        -39.0276,\n                        25.4332,\n                        \"historic\"\n                    ],\n                    [\n                        -42.6475,\n                        24.0716,\n                        \"historic\"\n                    ],\n                    [\n                        -46.2916,\n                        22.6857,\n                        \"historic\"\n                    ],\n                    [\n                        -49.805,\n                        21.335,\n                        \"historic\"\n                    ],\n                    [\n                        -53.3916,\n                        19.9447,\n                        \"historic\"\n                    ],\n                    [\n                        -56.952,\n                        18.5513,\n                        \"historic\"\n                    ],\n                    [\n                        -60.2616,\n                        17.248,\n                        \"historic\"\n                    ],\n                    [\n                        -60.2616,\n                        17.248,\n                        \"latest\"\n                    ],\n                    [\n                        -60.13334999999999,\n                        17.33335,\n                        \"predicted\"\n                    ],\n                    [\n                        -60.66665,\n                        17.06665,\n                        \"predicted\"\n                    ],\n                    [\n                        -60.933350000000004,\n                        17.06665,\n                        \"predicted\"\n                    ],\n                    [\n                        -61.800000000000004,\n                        16.599999999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -62.06664999999999,\n                        16.466649999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -62.19999999999999,\n                        16.46665,\n                        \"predicted\"\n                    ],\n                    [\n                        -62.533350000000006,\n                        16.266649999999995,\n                        \"predicted\"\n                    ],\n                    [\n                        -62.8,\n                        16.26665,\n                        \"predicted\"\n                    ],\n                    [\n                        -63.33335,\n                        16,\n                        \"predicted\"\n                    ],\n                    [\n                        -63.533350000000006,\n                        15.933349999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -63.66665,\n                        15.933349999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -63.93335,\n                        15.799999999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -64.13335,\n                        15.733349999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -64.66664999999999,\n                        15.46665,\n                        \"predicted\"\n                    ],\n                    [\n                        -64.93335,\n                        15.46665,\n                        \"predicted\"\n                    ],\n                    [\n                        -65.46664999999999,\n                        15.2,\n                        \"predicted\"\n                    ],\n                    [\n                        -66.00000000000001,\n                        14.933350000000003,\n                        \"predicted\"\n                    ],\n                    [\n                        -66.26665,\n                        14.93335,\n                        \"predicted\"\n                    ],\n                    [\n                        -66.8,\n                        14.666650000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -67.06665000000001,\n                        14.666650000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -67.33335,\n                        14.399999999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -67.6,\n                        14.400000000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -67.86664999999998,\n                        14.399999999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -68.4,\n                        14.133349999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -68.66665,\n                        14.13335,\n                        \"predicted\"\n                    ],\n                    [\n                        -69.19999999999999,\n                        13.866649999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -69.73335,\n                        13.6,\n                        \"predicted\"\n                    ],\n                    [\n                        -70.26665000000001,\n                        13.333349999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -70.80000000000001,\n                        13.06665,\n                        \"predicted\"\n                    ],\n                    [\n                        -71.06665000000001,\n                        13.066649999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -71.33335,\n                        13.066649999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -71.6,\n                        13.06665,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.13335000000001,\n                        12.799999999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.4,\n                        12.533350000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.93335,\n                        12.266650000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -73.46665,\n                        12,\n                        \"predicted\"\n                    ],\n                    [\n                        -74,\n                        11.733349999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.26665000000001,\n                        11.73335,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.86665,\n                        11.53335,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.06665,\n                        11.46665,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.33335000000001,\n                        11.46665,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.86664999999998,\n                        11.200000000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.13335000000001,\n                        11.200000000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.33335,\n                        11.133349999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.63335000000001,\n                        11.033349999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.73335,\n                        11,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.93334999999999,\n                        10.93335,\n                        \"predicted\"\n                    ],\n                    [\n                        -77.46665,\n                        10.666650000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -78,\n                        10.4,\n                        \"predicted\"\n                    ],\n                    [\n                        -78.53335,\n                        10.133349999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -78.8,\n                        10.133350000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.13335000000001,\n                        9.933335,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.40000000000002,\n                        9.800000000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.5,\n                        9.766665000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.58335,\n                        9.716665,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.65,\n                        9.683335,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.85000000000001,\n                        9.516665000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.91664999999999,\n                        9.45,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.925,\n                        9.425,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.925,\n                        9.408335,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.925,\n                        9.391665,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.925,\n                        9.375,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.90835000000001,\n                        9.358335,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.90835000000001,\n                        9.358335,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.90835000000001,\n                        9.341664999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.92500000000001,\n                        9.291666666666664,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.925,\n                        9.274999999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.90833333333335,\n                        9.241666666666665,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.89166666666665,\n                        9.225,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.875,\n                        9.208333333333336,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.85833333333335,\n                        9.191666666666665,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.84166666666665,\n                        9.175,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.65833333333336,\n                        9.058333333333335,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.64166666666667,\n                        9.041666666666664,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.62499999999999,\n                        9.024999999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.60833333333336,\n                        9.008333333333335,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.59166666666664,\n                        8.991666666666665,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.57499999999999,\n                        8.958333333333334,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.57499999999999,\n                        8.958333333333334,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.50835000000001,\n                        8.891664999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.48335,\n                        8.883334999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.45,\n                        8.816665,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.45,\n                        8.783335,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.45,\n                        8.75,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.43335,\n                        8.700000000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.33335,\n                        7.733334999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.60000000000001,\n                        6.9333350000000005,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.60000000000001,\n                        6.666664999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.86664999999999,\n                        6.1333350000000015,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.86664999999999,\n                        5.8666649999999985,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.86664999999999,\n                        5.6000000000000005,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.13335,\n                        5.066665,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.13335000000001,\n                        4.8,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.13335,\n                        4.533335,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.13335,\n                        4.266665000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.39999999999999,\n                        3.7333350000000003,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.39999999999999,\n                        3.466665,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.4,\n                        3.2000000000000006,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.39999999999999,\n                        2.9333349999999996,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.66664999999999,\n                        2.4,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.66665,\n                        2.1333349999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.66665,\n                        1.866665,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.66665,\n                        1.5999999999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.93335,\n                        1.0666664999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.93334999999999,\n                        0.7999999999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.93335,\n                        0.5333335,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.93335,\n                        0.2666665,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.19999999999999,\n                        -0.2666665,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.19999999999999,\n                        -0.5333335000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.19999999999999,\n                        -0.7999999999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.26665,\n                        -1.0000015,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.4,\n                        -1.3999999999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.46665,\n                        -1.5999999999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.46664999999999,\n                        -1.866665,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.46664999999999,\n                        -2.1333349999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.46665,\n                        -2.4,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.46664999999999,\n                        -2.666665,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.46664999999999,\n                        -2.9333349999999996,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.46664999999999,\n                        -3.2,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.46664999999999,\n                        -3.466665,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.46664999999999,\n                        -3.7333350000000003,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53334999999998,\n                        -3.9333350000000005,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53334999999998,\n                        -4.066665,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53335,\n                        -4.199999999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53334999999998,\n                        -4.333335,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53334999999998,\n                        -4.466665000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53335,\n                        -4.6,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53334999999998,\n                        -4.733335,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53334999999998,\n                        -4.866664999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53335,\n                        -5,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53334999999998,\n                        -5.133335,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53334999999998,\n                        -5.266664999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53335,\n                        -5.4,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.46665,\n                        -5.6000000000000005,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.4,\n                        -5.8,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.4,\n                        -5.933334999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.4,\n                        -6.066665,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.4,\n                        -6.2,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.26665,\n                        -6.466665000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.19999999999999,\n                        -6.666664999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -81,\n                        -6.999999999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.86665,\n                        -7.133335000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.66665,\n                        -7.466665000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.4,\n                        -7.733335,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.4,\n                        -8,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.13335,\n                        -8.266665,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.86664999999999,\n                        -8.533335000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.86664999999999,\n                        -8.8,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.60000000000001,\n                        -9.066664999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.33335,\n                        -9.333335,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.33335,\n                        -9.600000000000003,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.06665,\n                        -9.866665000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -78.8,\n                        -10.133350000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -78.53335,\n                        -10.666650000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -78.26665,\n                        -10.93335,\n                        \"predicted\"\n                    ],\n                    [\n                        -78.26665000000001,\n                        -11.200000000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -78.06665,\n                        -11.399999999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -77.96665,\n                        -11.5,\n                        \"predicted\"\n                    ],\n                    [\n                        -77.9,\n                        -11.566650000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -77.8,\n                        -11.66665,\n                        \"predicted\"\n                    ],\n                    [\n                        -77.53335,\n                        -12.06665,\n                        \"predicted\"\n                    ],\n                    [\n                        -77.26664999999998,\n                        -12.46665,\n                        \"predicted\"\n                    ],\n                    [\n                        -77,\n                        -12.86665,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.93334999999999,\n                        -13.066649999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.93334999999999,\n                        -13.333349999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.93334999999999,\n                        -13.6,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.93334999999999,\n                        -13.86665,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.66665,\n                        -14.399999999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.66665000000002,\n                        -14.666650000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.66665000000002,\n                        -14.93335,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.66665,\n                        -15.2,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.4,\n                        -15.733349999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.4,\n                        -16,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.4,\n                        -16.26665,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.13335000000001,\n                        -16.799999999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.13335000000002,\n                        -17.06665,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.13335000000002,\n                        -17.33335,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.86664999999998,\n                        -17.86665,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.86664999999998,\n                        -18.13335,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.86664999999999,\n                        -18.4,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.6,\n                        -18.93335,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.6,\n                        -19.2,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.6,\n                        -19.46665,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.33335,\n                        -20,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.33335000000001,\n                        -20.26665,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.33335000000001,\n                        -20.533349999999995,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.06665,\n                        -21.066649999999996,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.06665,\n                        -21.333349999999992,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.8,\n                        -21.86665,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.8,\n                        -22.13335,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.80000000000001,\n                        -22.399999999999995,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.8,\n                        -22.66665,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.53335000000001,\n                        -23.200000000000003,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.53335000000001,\n                        -23.46665,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.53335000000001,\n                        -23.73335,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.26665000000001,\n                        -24.266649999999995,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.26665000000001,\n                        -24.533350000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.26665000000001,\n                        -24.799999999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -74,\n                        -25.33335,\n                        \"predicted\"\n                    ],\n                    [\n                        -74,\n                        -25.6,\n                        \"predicted\"\n                    ],\n                    [\n                        -74,\n                        -25.86665,\n                        \"predicted\"\n                    ],\n                    [\n                        -73.73335,\n                        -26.133350000000004,\n                        \"predicted\"\n                    ],\n                    [\n                        -73.73335,\n                        -26.399999999999995,\n                        \"predicted\"\n                    ],\n                    [\n                        -73.73335,\n                        -26.66665,\n                        \"predicted\"\n                    ],\n                    [\n                        -73.46665,\n                        -27.200000000000003,\n                        \"predicted\"\n                    ],\n                    [\n                        -73.46665,\n                        -27.46665,\n                        \"predicted\"\n                    ],\n                    [\n                        -73.46665,\n                        -27.73335,\n                        \"predicted\"\n                    ],\n                    [\n                        -73.46664999999999,\n                        -28,\n                        \"predicted\"\n                    ],\n                    [\n                        -73.2,\n                        -28.53335,\n                        \"predicted\"\n                    ],\n                    [\n                        -73.19999999999999,\n                        -28.799999999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -73.2,\n                        -29.066649999999996,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.93334999999999,\n                        -29.599999999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.93335,\n                        -29.866649999999996,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.66665,\n                        -30.400000000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.4,\n                        -30.93335,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.13335,\n                        -31.466649999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.13335,\n                        -31.73335,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.13335000000001,\n                        -32,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.13335,\n                        -32.26665,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.13335,\n                        -32.53335,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.13335,\n                        -32.8,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.13335,\n                        -33.06665,\n                        \"predicted\"\n                    ],\n                    [\n                        -71.93334999999999,\n                        -33.266650000000006,\n                        \"predicted\"\n                    ],\n                    [\n                        -71.76664999999998,\n                        -33.49999999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -71.71665,\n                        -33.55,\n                        \"predicted\"\n                    ],\n                    [\n                        -71.68335,\n                        -33.583349999999996,\n                        \"predicted\"\n                    ],\n                    [\n                        -71.65835000000001,\n                        -33.59165,\n                        \"predicted\"\n                    ],\n                    [\n                        -71.64165,\n                        -33.59165,\n                        \"predicted\"\n                    ],\n                    [\n                        -71.625,\n                        -33.59165,\n                        \"predicted\"\n                    ]\n                ]\n            },\n            \"firstETDValue\": null,\n            \"lastETDValue\": null,\n            \"firstETAValue\": \"2024-01-18T01:59:24.000Z\",\n            \"lastETAValue\": \"2024-01-23T01:59:18.000Z\",\n            \"firstATAValue\": null,\n            \"lastATAValue\": null,\n            \"firstATDValue\": \"2023-11-27T05:06:52.000Z\",\n            \"lastATDValue\": \"2023-11-27T05:06:52.000Z\",\n            \"firstPTAValue\": \"2024-01-18T01:59:24.000Z\",\n            \"lastPTAValue\": \"2024-01-24T01:59:20.000Z\",\n            \"firstPTDValue\": null,\n            \"lastPTDValue\": null,\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Customer1\",\n            \"fullMbl\": \"MEDUK3032282\",\n            \"fullHBL\": \"\",\n            \"historyETAValue\": [\n                \"2024-01-18T01:59:24.000Z\",\n                \"2024-01-17T01:59:24.000Z\",\n                \"2024-01-24T01:59:20.000Z\",\n                \"2024-01-23T01:59:20.000Z\",\n                \"2024-01-24T01:59:18.000Z\",\n                \"2024-01-23T01:59:18.000Z\"\n            ],\n            \"historyETDValue\": [\n                null\n            ],\n            \"historyATAValue\": [\n                null\n            ],\n            \"historyATDValue\": [\n                \"2023-11-27T05:06:52.000Z\"\n            ],\n            \"historyPTAValue\": [\n                \"2024-01-18T01:59:24.000Z\",\n                \"2024-01-24T01:59:20.000Z\"\n            ],\n            \"historyPTDValue\": [\n                null\n            ],\n            \"key\": \"ETA\",\n            \"scheduled\": \"2024-01-18T01:59:24.000Z\",\n            \"actual\": \"2024-01-23T01:59:18.000Z\",\n            \"delay\": {\n                \"diff\": 4,\n                \"time\": \"d\"\n            }\n        },\n        {\n            \"_id\": \"655d322a210d37d1cf19ec43\",\n            \"shipmentId\": \"M201_CANAD-_GH_16-BIT-MICROCON\",\n            \"accessorials\": [],\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"commodity\": \"16 bit microcontroller \",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": null,\n            \"containersNumber\": [\n                \"AAAS434345\",\n                \"AFGG2323232\",\n                \"GFJH2323223\"\n            ],\n            \"createdAt\": \"2023-11-21T22:41:45.883Z\",\n            \"creationUser\": {\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"currentStatus\": \"active\",\n            \"customTags\": [],\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"CIF\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\",\n                \"Integration3\",\n                \"Integration4\",\n                \"Integration5\"\n            ],\n            \"internalReference\": \"\",\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"MEDUK3032282\",\n            \"notes\": \"\",\n            \"origin\": {\n                \"address\": \"Canadá\",\n                \"countryCode\": \"CA\"\n            },\n            \"owner\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [],\n            \"participants\": [\n                {\n                    \"assignedTo\": \"649618800b7497f3261b426f\",\n                    \"company\": \"6496187f0b7497f3261b4260\",\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": \"649ee411cd2ae3022068836f\",\n                    \"company\": \"6496187f0b7497f3261b4260\",\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": \"64dba7138cb9ce143a1d3ccc\",\n                    \"company\": \"6496187f0b7497f3261b4260\",\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": \"64961c54416606c8874e1e60\",\n                    \"company\": \"64961c56a1727236e1959277\",\n                    \"status\": \"active\",\n                    \"type\": \"main-shipper\"\n                },\n                {\n                    \"assignedTo\": \"64ba97808e1b1dec4387cabe\",\n                    \"company\": \"64961c56a1727236e1959277\",\n                    \"status\": \"active\",\n                    \"type\": \"internal-shipper\"\n                }\n            ],\n            \"planVisibility\": \"64546c1d46bd8f753a4781fe\",\n            \"portDestination\": {\n                \"address\": \"GHACC Accra\",\n                \"countryCode\": \"GH\"\n            },\n            \"referenceName\": \"TEST C7\",\n            \"shipmentType\": \"FCL\",\n            \"shipper\": null,\n            \"tags\": [\n                \"upcoming\",\n                \"quick\",\n                \"incorrectMbl\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\",\n                \"document\"\n            ],\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"totalVolume\": 0,\n            \"totalWeight\": 0,\n            \"voyageNumber\": \"\",\n            \"cutoff\": null,\n            \"updatedAt\": \"2024-01-10T00:58:02.385Z\",\n            \"mblVessel\": {\n                \"_id\": \"6582f67a0d342a6c975fe5cb\",\n                \"mbl\": \"MEDUK3032282\",\n                \"vessels\": [\n                    {\n                        \"_id\": \"\",\n                        \"mmsi\": \"\",\n                        \"imo\": 9785457\n                    }\n                ],\n                \"portsPath\": [\n                    {\n                        \"origin\": \"\",\n                        \"destination\": \"\"\n                    }\n                ],\n                \"currentVessel\": {\n                    \"mmsi\": \"\",\n                    \"imo\": 9785457,\n                    \"name\": \"MSC RAYSHMI\"\n                },\n                \"currentPosition\": {\n                    \"lon\": -60.2616,\n                    \"lat\": 17.248\n                },\n                \"pod\": \"\",\n                \"pol\": \"\",\n                \"status\": \"on-time\",\n                \"originCity\": \"\",\n                \"destinationCity\": \"\",\n                \"originCountry\": \"\",\n                \"destinationCountry\": \"\",\n                \"eta\": \"\",\n                \"etd\": \"\",\n                \"heading\": 248.2,\n                \"course\": \"\",\n                \"searatesData\": \"\",\n                \"trackingId\": 3626673,\n                \"logData\": \"\",\n                \"provider\": \"Provider1\",\n                \"transshipmentsPorts\": [\n                    [\n                        \"PKKHI\",\n                        \"PTSIE\"\n                    ],\n                    [\n                        \"PTSIE\",\n                        \"CLSAI\"\n                    ]\n                ],\n                \"createdAt\": \"2023-12-20T14:13:14.331Z\",\n                \"updatedAt\": \"2024-01-11T05:00:35.718Z\",\n                \"path\": [\n                    [\n                        67.32485,\n                        24.763616666666667,\n                        \"historic\"\n                    ],\n                    [\n                        67.01981666666667,\n                        24.503233333333334,\n                        \"historic\"\n                    ],\n                    [\n                        68.9556,\n                        21.155833333333334,\n                        \"historic\"\n                    ],\n                    [\n                        72.56065,\n                        18.82445,\n                        \"historic\"\n                    ],\n                    [\n                        72.95023333333333,\n                        18.963583333333332,\n                        \"historic\"\n                    ],\n                    [\n                        72.44641666666666,\n                        19.44,\n                        \"historic\"\n                    ],\n                    [\n                        69.17778333333334,\n                        21.141266666666667,\n                        \"historic\"\n                    ],\n                    [\n                        68.92973333333333,\n                        21.620933333333333,\n                        \"historic\"\n                    ],\n                    [\n                        69.69176666666667,\n                        22.73815,\n                        \"historic\"\n                    ],\n                    [\n                        69.69183333333334,\n                        22.738083333333332,\n                        \"historic\"\n                    ],\n                    [\n                        69.6917,\n                        22.738133333333334,\n                        \"historic\"\n                    ],\n                    [\n                        67.78546666666666,\n                        21.845916666666668,\n                        \"historic\"\n                    ],\n                    [\n                        64.40255,\n                        20.413716666666666,\n                        \"historic\"\n                    ],\n                    [\n                        61.30245,\n                        19.0825,\n                        \"historic\"\n                    ],\n                    [\n                        58.19875,\n                        17.745216666666668,\n                        \"historic\"\n                    ],\n                    [\n                        55.14065,\n                        16.467916666666667,\n                        \"historic\"\n                    ],\n                    [\n                        52.11715,\n                        15.1896,\n                        \"historic\"\n                    ],\n                    [\n                        49.10863333333333,\n                        13.94975,\n                        \"historic\"\n                    ],\n                    [\n                        45.99888333333333,\n                        12.841133333333334,\n                        \"historic\"\n                    ],\n                    [\n                        43.08395,\n                        13.19045,\n                        \"historic\"\n                    ],\n                    [\n                        41.31485,\n                        15.852583333333333,\n                        \"historic\"\n                    ],\n                    [\n                        39.67478333333333,\n                        18.614166666666666,\n                        \"historic\"\n                    ],\n                    [\n                        37.99661666666667,\n                        21.3919,\n                        \"historic\"\n                    ],\n                    [\n                        36.23693333333333,\n                        24.217216666666666,\n                        \"historic\"\n                    ],\n                    [\n                        34.51305,\n                        26.931166666666666,\n                        \"historic\"\n                    ],\n                    [\n                        32.62345,\n                        29.477333333333334,\n                        \"historic\"\n                    ],\n                    [\n                        32.5454,\n                        29.905633333333334,\n                        \"historic\"\n                    ],\n                    [\n                        33.038066666666666,\n                        32.0735,\n                        \"historic\"\n                    ],\n                    [\n                        35.013151666666666,\n                        32.81831,\n                        \"historic\"\n                    ],\n                    [\n                        35.013223333333336,\n                        32.818255,\n                        \"historic\"\n                    ],\n                    [\n                        35.01314,\n                        32.818305,\n                        \"historic\"\n                    ],\n                    [\n                        30.908616666666667,\n                        33.47848333333334,\n                        \"historic\"\n                    ],\n                    [\n                        26.532133333333334,\n                        34.11665,\n                        \"historic\"\n                    ],\n                    [\n                        22.062466666666666,\n                        34.759683333333335,\n                        \"historic\"\n                    ],\n                    [\n                        17.3956,\n                        35.697766666666666,\n                        \"historic\"\n                    ],\n                    [\n                        13.289883333333334,\n                        36.74646666666667,\n                        \"historic\"\n                    ],\n                    [\n                        9.3048,\n                        37.6594,\n                        \"historic\"\n                    ],\n                    [\n                        4.669,\n                        37.41296666666667,\n                        \"historic\"\n                    ],\n                    [\n                        -0.2111166666666667,\n                        36.656333333333336,\n                        \"historic\"\n                    ],\n                    [\n                        -4.270666666666667,\n                        36.09258333333333,\n                        \"historic\"\n                    ],\n                    [\n                        -7.826116666666667,\n                        36.39365,\n                        \"historic\"\n                    ],\n                    [\n                        -9.05845,\n                        37.50541666666667,\n                        \"historic\"\n                    ],\n                    [\n                        -8.8675,\n                        37.9425,\n                        \"historic\"\n                    ],\n                    [\n                        -12.39,\n                        36.1133,\n                        \"historic\"\n                    ],\n                    [\n                        -16.0616,\n                        34.0254,\n                        \"historic\"\n                    ],\n                    [\n                        -20.025,\n                        32.3167,\n                        \"historic\"\n                    ],\n                    [\n                        -23.9663,\n                        30.929,\n                        \"historic\"\n                    ],\n                    [\n                        -27.9932,\n                        29.4879,\n                        \"historic\"\n                    ],\n                    [\n                        -31.6879,\n                        28.1473,\n                        \"historic\"\n                    ],\n                    [\n                        -35.4072,\n                        26.7805,\n                        \"historic\"\n                    ],\n                    [\n                        -39.0276,\n                        25.4332,\n                        \"historic\"\n                    ],\n                    [\n                        -42.6475,\n                        24.0716,\n                        \"historic\"\n                    ],\n                    [\n                        -46.2916,\n                        22.6857,\n                        \"historic\"\n                    ],\n                    [\n                        -49.805,\n                        21.335,\n                        \"historic\"\n                    ],\n                    [\n                        -53.3916,\n                        19.9447,\n                        \"historic\"\n                    ],\n                    [\n                        -56.952,\n                        18.5513,\n                        \"historic\"\n                    ],\n                    [\n                        -60.2616,\n                        17.248,\n                        \"historic\"\n                    ],\n                    [\n                        -60.2616,\n                        17.248,\n                        \"latest\"\n                    ],\n                    [\n                        -60.13334999999999,\n                        17.33335,\n                        \"predicted\"\n                    ],\n                    [\n                        -60.66665,\n                        17.06665,\n                        \"predicted\"\n                    ],\n                    [\n                        -60.933350000000004,\n                        17.06665,\n                        \"predicted\"\n                    ],\n                    [\n                        -61.800000000000004,\n                        16.599999999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -62.06664999999999,\n                        16.466649999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -62.19999999999999,\n                        16.46665,\n                        \"predicted\"\n                    ],\n                    [\n                        -62.533350000000006,\n                        16.266649999999995,\n                        \"predicted\"\n                    ],\n                    [\n                        -62.8,\n                        16.26665,\n                        \"predicted\"\n                    ],\n                    [\n                        -63.33335,\n                        16,\n                        \"predicted\"\n                    ],\n                    [\n                        -63.533350000000006,\n                        15.933349999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -63.66665,\n                        15.933349999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -63.93335,\n                        15.799999999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -64.13335,\n                        15.733349999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -64.66664999999999,\n                        15.46665,\n                        \"predicted\"\n                    ],\n                    [\n                        -64.93335,\n                        15.46665,\n                        \"predicted\"\n                    ],\n                    [\n                        -65.46664999999999,\n                        15.2,\n                        \"predicted\"\n                    ],\n                    [\n                        -66.00000000000001,\n                        14.933350000000003,\n                        \"predicted\"\n                    ],\n                    [\n                        -66.26665,\n                        14.93335,\n                        \"predicted\"\n                    ],\n                    [\n                        -66.8,\n                        14.666650000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -67.06665000000001,\n                        14.666650000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -67.33335,\n                        14.399999999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -67.6,\n                        14.400000000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -67.86664999999998,\n                        14.399999999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -68.4,\n                        14.133349999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -68.66665,\n                        14.13335,\n                        \"predicted\"\n                    ],\n                    [\n                        -69.19999999999999,\n                        13.866649999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -69.73335,\n                        13.6,\n                        \"predicted\"\n                    ],\n                    [\n                        -70.26665000000001,\n                        13.333349999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -70.80000000000001,\n                        13.06665,\n                        \"predicted\"\n                    ],\n                    [\n                        -71.06665000000001,\n                        13.066649999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -71.33335,\n                        13.066649999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -71.6,\n                        13.06665,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.13335000000001,\n                        12.799999999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.4,\n                        12.533350000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.93335,\n                        12.266650000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -73.46665,\n                        12,\n                        \"predicted\"\n                    ],\n                    [\n                        -74,\n                        11.733349999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.26665000000001,\n                        11.73335,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.86665,\n                        11.53335,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.06665,\n                        11.46665,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.33335000000001,\n                        11.46665,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.86664999999998,\n                        11.200000000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.13335000000001,\n                        11.200000000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.33335,\n                        11.133349999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.63335000000001,\n                        11.033349999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.73335,\n                        11,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.93334999999999,\n                        10.93335,\n                        \"predicted\"\n                    ],\n                    [\n                        -77.46665,\n                        10.666650000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -78,\n                        10.4,\n                        \"predicted\"\n                    ],\n                    [\n                        -78.53335,\n                        10.133349999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -78.8,\n                        10.133350000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.13335000000001,\n                        9.933335,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.40000000000002,\n                        9.800000000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.5,\n                        9.766665000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.58335,\n                        9.716665,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.65,\n                        9.683335,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.85000000000001,\n                        9.516665000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.91664999999999,\n                        9.45,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.925,\n                        9.425,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.925,\n                        9.408335,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.925,\n                        9.391665,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.925,\n                        9.375,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.90835000000001,\n                        9.358335,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.90835000000001,\n                        9.358335,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.90835000000001,\n                        9.341664999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.92500000000001,\n                        9.291666666666664,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.925,\n                        9.274999999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.90833333333335,\n                        9.241666666666665,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.89166666666665,\n                        9.225,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.875,\n                        9.208333333333336,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.85833333333335,\n                        9.191666666666665,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.84166666666665,\n                        9.175,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.65833333333336,\n                        9.058333333333335,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.64166666666667,\n                        9.041666666666664,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.62499999999999,\n                        9.024999999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.60833333333336,\n                        9.008333333333335,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.59166666666664,\n                        8.991666666666665,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.57499999999999,\n                        8.958333333333334,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.57499999999999,\n                        8.958333333333334,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.50835000000001,\n                        8.891664999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.48335,\n                        8.883334999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.45,\n                        8.816665,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.45,\n                        8.783335,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.45,\n                        8.75,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.43335,\n                        8.700000000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.33335,\n                        7.733334999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.60000000000001,\n                        6.9333350000000005,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.60000000000001,\n                        6.666664999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.86664999999999,\n                        6.1333350000000015,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.86664999999999,\n                        5.8666649999999985,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.86664999999999,\n                        5.6000000000000005,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.13335,\n                        5.066665,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.13335000000001,\n                        4.8,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.13335,\n                        4.533335,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.13335,\n                        4.266665000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.39999999999999,\n                        3.7333350000000003,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.39999999999999,\n                        3.466665,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.4,\n                        3.2000000000000006,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.39999999999999,\n                        2.9333349999999996,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.66664999999999,\n                        2.4,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.66665,\n                        2.1333349999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.66665,\n                        1.866665,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.66665,\n                        1.5999999999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.93335,\n                        1.0666664999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.93334999999999,\n                        0.7999999999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.93335,\n                        0.5333335,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.93335,\n                        0.2666665,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.19999999999999,\n                        -0.2666665,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.19999999999999,\n                        -0.5333335000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.19999999999999,\n                        -0.7999999999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.26665,\n                        -1.0000015,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.4,\n                        -1.3999999999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.46665,\n                        -1.5999999999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.46664999999999,\n                        -1.866665,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.46664999999999,\n                        -2.1333349999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.46665,\n                        -2.4,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.46664999999999,\n                        -2.666665,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.46664999999999,\n                        -2.9333349999999996,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.46664999999999,\n                        -3.2,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.46664999999999,\n                        -3.466665,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.46664999999999,\n                        -3.7333350000000003,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53334999999998,\n                        -3.9333350000000005,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53334999999998,\n                        -4.066665,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53335,\n                        -4.199999999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53334999999998,\n                        -4.333335,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53334999999998,\n                        -4.466665000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53335,\n                        -4.6,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53334999999998,\n                        -4.733335,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53334999999998,\n                        -4.866664999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53335,\n                        -5,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53334999999998,\n                        -5.133335,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53334999999998,\n                        -5.266664999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.53335,\n                        -5.4,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.46665,\n                        -5.6000000000000005,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.4,\n                        -5.8,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.4,\n                        -5.933334999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.4,\n                        -6.066665,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.4,\n                        -6.2,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.26665,\n                        -6.466665000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -81.19999999999999,\n                        -6.666664999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -81,\n                        -6.999999999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.86665,\n                        -7.133335000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.66665,\n                        -7.466665000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.4,\n                        -7.733335,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.4,\n                        -8,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.13335,\n                        -8.266665,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.86664999999999,\n                        -8.533335000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.86664999999999,\n                        -8.8,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.60000000000001,\n                        -9.066664999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.33335,\n                        -9.333335,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.33335,\n                        -9.600000000000003,\n                        \"predicted\"\n                    ],\n                    [\n                        -79.06665,\n                        -9.866665000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -78.8,\n                        -10.133350000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -78.53335,\n                        -10.666650000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -78.26665,\n                        -10.93335,\n                        \"predicted\"\n                    ],\n                    [\n                        -78.26665000000001,\n                        -11.200000000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -78.06665,\n                        -11.399999999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -77.96665,\n                        -11.5,\n                        \"predicted\"\n                    ],\n                    [\n                        -77.9,\n                        -11.566650000000001,\n                        \"predicted\"\n                    ],\n                    [\n                        -77.8,\n                        -11.66665,\n                        \"predicted\"\n                    ],\n                    [\n                        -77.53335,\n                        -12.06665,\n                        \"predicted\"\n                    ],\n                    [\n                        -77.26664999999998,\n                        -12.46665,\n                        \"predicted\"\n                    ],\n                    [\n                        -77,\n                        -12.86665,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.93334999999999,\n                        -13.066649999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.93334999999999,\n                        -13.333349999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.93334999999999,\n                        -13.6,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.93334999999999,\n                        -13.86665,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.66665,\n                        -14.399999999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.66665000000002,\n                        -14.666650000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.66665000000002,\n                        -14.93335,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.66665,\n                        -15.2,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.4,\n                        -15.733349999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.4,\n                        -16,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.4,\n                        -16.26665,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.13335000000001,\n                        -16.799999999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.13335000000002,\n                        -17.06665,\n                        \"predicted\"\n                    ],\n                    [\n                        -76.13335000000002,\n                        -17.33335,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.86664999999998,\n                        -17.86665,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.86664999999998,\n                        -18.13335,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.86664999999999,\n                        -18.4,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.6,\n                        -18.93335,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.6,\n                        -19.2,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.6,\n                        -19.46665,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.33335,\n                        -20,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.33335000000001,\n                        -20.26665,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.33335000000001,\n                        -20.533349999999995,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.06665,\n                        -21.066649999999996,\n                        \"predicted\"\n                    ],\n                    [\n                        -75.06665,\n                        -21.333349999999992,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.8,\n                        -21.86665,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.8,\n                        -22.13335,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.80000000000001,\n                        -22.399999999999995,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.8,\n                        -22.66665,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.53335000000001,\n                        -23.200000000000003,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.53335000000001,\n                        -23.46665,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.53335000000001,\n                        -23.73335,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.26665000000001,\n                        -24.266649999999995,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.26665000000001,\n                        -24.533350000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -74.26665000000001,\n                        -24.799999999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -74,\n                        -25.33335,\n                        \"predicted\"\n                    ],\n                    [\n                        -74,\n                        -25.6,\n                        \"predicted\"\n                    ],\n                    [\n                        -74,\n                        -25.86665,\n                        \"predicted\"\n                    ],\n                    [\n                        -73.73335,\n                        -26.133350000000004,\n                        \"predicted\"\n                    ],\n                    [\n                        -73.73335,\n                        -26.399999999999995,\n                        \"predicted\"\n                    ],\n                    [\n                        -73.73335,\n                        -26.66665,\n                        \"predicted\"\n                    ],\n                    [\n                        -73.46665,\n                        -27.200000000000003,\n                        \"predicted\"\n                    ],\n                    [\n                        -73.46665,\n                        -27.46665,\n                        \"predicted\"\n                    ],\n                    [\n                        -73.46665,\n                        -27.73335,\n                        \"predicted\"\n                    ],\n                    [\n                        -73.46664999999999,\n                        -28,\n                        \"predicted\"\n                    ],\n                    [\n                        -73.2,\n                        -28.53335,\n                        \"predicted\"\n                    ],\n                    [\n                        -73.19999999999999,\n                        -28.799999999999997,\n                        \"predicted\"\n                    ],\n                    [\n                        -73.2,\n                        -29.066649999999996,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.93334999999999,\n                        -29.599999999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.93335,\n                        -29.866649999999996,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.66665,\n                        -30.400000000000002,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.4,\n                        -30.93335,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.13335,\n                        -31.466649999999998,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.13335,\n                        -31.73335,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.13335000000001,\n                        -32,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.13335,\n                        -32.26665,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.13335,\n                        -32.53335,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.13335,\n                        -32.8,\n                        \"predicted\"\n                    ],\n                    [\n                        -72.13335,\n                        -33.06665,\n                        \"predicted\"\n                    ],\n                    [\n                        -71.93334999999999,\n                        -33.266650000000006,\n                        \"predicted\"\n                    ],\n                    [\n                        -71.76664999999998,\n                        -33.49999999999999,\n                        \"predicted\"\n                    ],\n                    [\n                        -71.71665,\n                        -33.55,\n                        \"predicted\"\n                    ],\n                    [\n                        -71.68335,\n                        -33.583349999999996,\n                        \"predicted\"\n                    ],\n                    [\n                        -71.65835000000001,\n                        -33.59165,\n                        \"predicted\"\n                    ],\n                    [\n                        -71.64165,\n                        -33.59165,\n                        \"predicted\"\n                    ],\n                    [\n                        -71.625,\n                        -33.59165,\n                        \"predicted\"\n                    ]\n                ]\n            },\n            \"firstETDValue\": null,\n            \"lastETDValue\": null,\n            \"firstETAValue\": \"2024-01-18T01:59:24.000Z\",\n            \"lastETAValue\": \"2024-01-23T01:59:18.000Z\",\n            \"firstATAValue\": null,\n            \"lastATAValue\": null,\n            \"firstATDValue\": \"2023-11-27T05:06:52.000Z\",\n            \"lastATDValue\": \"2023-11-27T05:06:52.000Z\",\n            \"firstPTAValue\": \"2024-01-18T01:59:24.000Z\",\n            \"lastPTAValue\": \"2024-01-24T01:59:20.000Z\",\n            \"firstPTDValue\": null,\n            \"lastPTDValue\": null,\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Customer1\",\n            \"fullMbl\": \"MEDUK3032282\",\n            \"fullHBL\": \"\",\n            \"historyETAValue\": [\n                \"2024-01-18T01:59:24.000Z\",\n                \"2024-01-17T01:59:24.000Z\",\n                \"2024-01-24T01:59:20.000Z\",\n                \"2024-01-23T01:59:20.000Z\",\n                \"2024-01-24T01:59:18.000Z\",\n                \"2024-01-23T01:59:18.000Z\"\n            ],\n            \"historyETDValue\": [\n                null\n            ],\n            \"historyATAValue\": [\n                null\n            ],\n            \"historyATDValue\": [\n                \"2023-11-27T05:06:52.000Z\"\n            ],\n            \"historyPTAValue\": [\n                \"2024-01-18T01:59:24.000Z\",\n                \"2024-01-24T01:59:20.000Z\"\n            ],\n            \"historyPTDValue\": [\n                null\n            ],\n            \"key\": \"PTA\",\n            \"scheduled\": \"2024-01-18T01:59:24.000Z\",\n            \"actual\": \"2024-01-24T01:59:20.000Z\",\n            \"delay\": {\n                \"diff\": 5,\n                \"time\": \"d\"\n            }\n        },\n        {\n            \"_id\": \"651c29652a7f100f105a42fe\",\n            \"shipmentId\": \"M69_CANAD-_CHINA_FAK\",\n            \"accessorials\": [],\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"carrier\": {\n                \"name\": \"Maersk\"\n            },\n            \"commodity\": \"FAK\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": null,\n            \"createdAt\": \"2023-10-03T14:47:01.442Z\",\n            \"creationUser\": {\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"currentStatus\": \"active\",\n            \"customTags\": [],\n            \"cutoff\": null,\n            \"destination\": {\n                \"address\": \"China\",\n                \"countryCode\": \"CN\"\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"CIF\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\"\n            ],\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"EGLV143300459166\",\n            \"origin\": {\n                \"address\": \"Canadá\",\n                \"countryCode\": \"CA\"\n            },\n            \"owner\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [\n                {\n                    \"packageType\": \"Dry 20'\",\n                    \"amount\": 2,\n                    \"volume\": \"2\",\n                    \"weight\": \"2\"\n                }\n            ],\n            \"participants\": [\n                {\n                    \"assignedTo\": \"649618800b7497f3261b426f\",\n                    \"company\": \"6496187f0b7497f3261b4260\",\n                    \"type\": \"acm-lsp\",\n                    \"status\": \"active\"\n                },\n                {\n                    \"assignedTo\": \"649ee411cd2ae3022068836f\",\n                    \"company\": \"6496187f0b7497f3261b4260\",\n                    \"type\": \"acm-lsp\",\n                    \"status\": \"active\"\n                },\n                {\n                    \"assignedTo\": \"64961c54416606c8874e1e60\",\n                    \"company\": \"64961c56a1727236e1959277\",\n                    \"type\": \"main-shipper\",\n                    \"status\": \"active\"\n                }\n            ],\n            \"paymentTerms\": \"collect\",\n            \"referenceName\": \"PO TEST B1\",\n            \"shipmentType\": \"FCL\",\n            \"shipper\": null,\n            \"tags\": [],\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"totalVolume\": 0,\n            \"totalWeight\": 0,\n            \"voyageNumber\": \"\",\n            \"mblVessel\": {\n                \"_id\": \"65412b431b3ad992db9b17c6\",\n                \"mbl\": \"EGLV143300459166\",\n                \"heading\": 98.6512984667555,\n                \"path\": [\n                    [\n                        113.9156,\n                        22.49359,\n                        \"historic\"\n                    ],\n                    [\n                        138.791135,\n                        18.7087348,\n                        \"historic\"\n                    ],\n                    [\n                        174.14592189142,\n                        13.3294434998981,\n                        \"current\"\n                    ],\n                    [\n                        -105.123035,\n                        1.0460772,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.2475,\n                        -2.738778,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.2453699416885,\n                        -2.7357745804732,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.2354296695684,\n                        -2.72175862268146,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.2332996112569,\n                        -2.71875520315466,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.2351386695684,\n                        -2.71745092268146,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.2437209416885,\n                        -2.7113642804732,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.24556,\n                        -2.71006,\n                        \"predicted\"\n                    ]\n                ],\n                \"currentPosition\": {\n                    \"lon\": 174.14592189142,\n                    \"lat\": 13.3294434998981\n                },\n                \"createdAt\": \"2023-09-28T22:36:50.728Z\",\n                \"provider\": \"Provider1\",\n                \"status\": \"delayed\"\n            },\n            \"firstETDValue\": \"2023-10-05T00:00:00.000Z\",\n            \"lastETDValue\": \"2023-10-14T00:00:00.000Z\",\n            \"firstETAValue\": \"2023-11-24T00:00:00.000Z\",\n            \"lastETAValue\": \"2023-12-02T00:00:00.000Z\",\n            \"firstATAValue\": null,\n            \"lastATAValue\": null,\n            \"firstATDValue\": \"2023-10-05T00:00:00.000Z\",\n            \"lastATDValue\": \"2023-10-05T00:00:00.000Z\",\n            \"firstPTAValue\": null,\n            \"lastPTAValue\": null,\n            \"firstPTDValue\": null,\n            \"lastPTDValue\": null,\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Customer1\",\n            \"fullMbl\": \"EGLV143300459166\",\n            \"fullHBL\": \"\",\n            \"historyETAValue\": [\n                \"2023-11-24T00:00:00.000Z\",\n                \"2023-12-02T00:00:00.000Z\"\n            ],\n            \"historyETDValue\": [\n                \"2023-10-05T00:00:00.000Z\",\n                \"2023-10-14T00:00:00.000Z\"\n            ],\n            \"historyATAValue\": [\n                null\n            ],\n            \"historyATDValue\": [\n                \"2023-10-05T00:00:00.000Z\"\n            ],\n            \"key\": \"ETD\",\n            \"scheduled\": \"2023-10-05T00:00:00.000Z\",\n            \"actual\": \"2023-10-14T00:00:00.000Z\",\n            \"delay\": {\n                \"diff\": 9,\n                \"time\": \"d\"\n            }\n        },\n        {\n            \"_id\": \"651c29652a7f100f105a42fe\",\n            \"shipmentId\": \"M69_CANAD-_CHINA_FAK\",\n            \"accessorials\": [],\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"carrier\": {\n                \"name\": \"Maersk\"\n            },\n            \"commodity\": \"FAK\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": null,\n            \"createdAt\": \"2023-10-03T14:47:01.442Z\",\n            \"creationUser\": {\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"currentStatus\": \"active\",\n            \"customTags\": [],\n            \"cutoff\": null,\n            \"destination\": {\n                \"address\": \"China\",\n                \"countryCode\": \"CN\"\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"CIF\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\"\n            ],\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"EGLV143300459166\",\n            \"origin\": {\n                \"address\": \"Canadá\",\n                \"countryCode\": \"CA\"\n            },\n            \"owner\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [\n                {\n                    \"packageType\": \"Dry 20'\",\n                    \"amount\": 2,\n                    \"volume\": \"2\",\n                    \"weight\": \"2\"\n                }\n            ],\n            \"participants\": [\n                {\n                    \"assignedTo\": \"649618800b7497f3261b426f\",\n                    \"company\": \"6496187f0b7497f3261b4260\",\n                    \"type\": \"acm-lsp\",\n                    \"status\": \"active\"\n                },\n                {\n                    \"assignedTo\": \"649ee411cd2ae3022068836f\",\n                    \"company\": \"6496187f0b7497f3261b4260\",\n                    \"type\": \"acm-lsp\",\n                    \"status\": \"active\"\n                },\n                {\n                    \"assignedTo\": \"64961c54416606c8874e1e60\",\n                    \"company\": \"64961c56a1727236e1959277\",\n                    \"type\": \"main-shipper\",\n                    \"status\": \"active\"\n                }\n            ],\n            \"paymentTerms\": \"collect\",\n            \"referenceName\": \"PO TEST B1\",\n            \"shipmentType\": \"FCL\",\n            \"shipper\": null,\n            \"tags\": [],\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"totalVolume\": 0,\n            \"totalWeight\": 0,\n            \"voyageNumber\": \"\",\n            \"mblVessel\": {\n                \"_id\": \"65412b431b3ad992db9b17c6\",\n                \"mbl\": \"EGLV143300459166\",\n                \"heading\": 98.6512984667555,\n                \"path\": [\n                    [\n                        113.9156,\n                        22.49359,\n                        \"historic\"\n                    ],\n                    [\n                        138.791135,\n                        18.7087348,\n                        \"historic\"\n                    ],\n                    [\n                        174.14592189142,\n                        13.3294434998981,\n                        \"current\"\n                    ],\n                    [\n                        -105.123035,\n                        1.0460772,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.2475,\n                        -2.738778,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.2453699416885,\n                        -2.7357745804732,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.2354296695684,\n                        -2.72175862268146,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.2332996112569,\n                        -2.71875520315466,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.2351386695684,\n                        -2.71745092268146,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.2437209416885,\n                        -2.7113642804732,\n                        \"predicted\"\n                    ],\n                    [\n                        -80.24556,\n                        -2.71006,\n                        \"predicted\"\n                    ]\n                ],\n                \"currentPosition\": {\n                    \"lon\": 174.14592189142,\n                    \"lat\": 13.3294434998981\n                },\n                \"createdAt\": \"2023-09-28T22:36:50.728Z\",\n                \"provider\": \"Provider1\",\n                \"status\": \"delayed\"\n            },\n            \"firstETDValue\": \"2023-10-05T00:00:00.000Z\",\n            \"lastETDValue\": \"2023-10-14T00:00:00.000Z\",\n            \"firstETAValue\": \"2023-11-24T00:00:00.000Z\",\n            \"lastETAValue\": \"2023-12-02T00:00:00.000Z\",\n            \"firstATAValue\": null,\n            \"lastATAValue\": null,\n            \"firstATDValue\": \"2023-10-05T00:00:00.000Z\",\n            \"lastATDValue\": \"2023-10-05T00:00:00.000Z\",\n            \"firstPTAValue\": null,\n            \"lastPTAValue\": null,\n            \"firstPTDValue\": null,\n            \"lastPTDValue\": null,\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Customer1\",\n            \"fullMbl\": \"EGLV143300459166\",\n            \"fullHBL\": \"\",\n            \"historyETAValue\": [\n                \"2023-11-24T00:00:00.000Z\",\n                \"2023-12-02T00:00:00.000Z\"\n            ],\n            \"historyETDValue\": [\n                \"2023-10-05T00:00:00.000Z\",\n                \"2023-10-14T00:00:00.000Z\"\n            ],\n            \"historyATAValue\": [\n                null\n            ],\n            \"historyATDValue\": [\n                \"2023-10-05T00:00:00.000Z\"\n            ],\n            \"key\": \"ETA\",\n            \"scheduled\": \"2023-11-24T00:00:00.000Z\",\n            \"actual\": \"2023-12-02T00:00:00.000Z\",\n            \"delay\": {\n                \"diff\": 8,\n                \"time\": \"d\"\n            }\n        },\n        {\n            \"_id\": \"64cd6c1182ec98cb0d3ffab8\",\n            \"shipmentId\": \"M47_CALIFORNIA_CALGARY_ABACA-FIBERS\",\n            \"accessorials\": [],\n            \"attachments\": [],\n            \"automaticEvents\": true,\n            \"commodity\": \"Abaca fibers\",\n            \"company\": {\n                \"_id\": \"64b54a2ba1727236e139ba72\",\n                \"name\": \"Shipper3\",\n                \"type\": \"shipper\"\n            },\n            \"consignee\": null,\n            \"createdAt\": \"2023-08-04T21:22:24.230Z\",\n            \"creationUser\": {\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"currentStatus\": \"active\",\n            \"destination\": {\n                \"address\": \"Calgary, Alberta, Canadá\",\n                \"countryCode\": \"CA\"\n            },\n            \"eta\": null,\n            \"etaHistory\": [],\n            \"etd\": null,\n            \"flightNumber\": \"\",\n            \"freightType\": \"ship\",\n            \"hawb\": \"\",\n            \"hbl\": \"\",\n            \"incoterm\": \"CIP\",\n            \"integrations\": [\n                \"Integration1\",\n                \"Integration2\"\n            ],\n            \"isFavorite\": false,\n            \"manualInput\": true,\n            \"mawb\": \"\",\n            \"mbl\": \"ONEYGYED14119700\",\n            \"notes\": \"\",\n            \"origin\": {\n                \"address\": \"California, EE. UU.\",\n                \"countryCode\": \"US\"\n            },\n            \"owner\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [\n                {\n                    \"packageType\": \"\",\n                    \"amount\": \"\",\n                    \"weight\": \"\",\n                    \"weightMetric\": \"kg\",\n                    \"hazardousMaterials\": \"0\",\n                    \"volume\": \"\",\n                    \"volumeMetric\": \"m³\"\n                }\n            ],\n            \"participants\": [\n                {\n                    \"assignedTo\": \"649ee411cd2ae3022068836f\",\n                    \"company\": \"6496187f0b7497f3261b4260\",\n                    \"type\": \"acm-lsp\",\n                    \"status\": \"active\"\n                },\n                {\n                    \"assignedTo\": \"649618800b7497f3261b426f\",\n                    \"company\": \"6496187f0b7497f3261b4260\",\n                    \"type\": \"acm-lsp\",\n                    \"status\": \"active\"\n                },\n                {\n                    \"assignedTo\": \"64961c54416606c8874e1e60\",\n                    \"company\": \"64961c56a1727236e1959277\",\n                    \"type\": \"main-shipper\",\n                    \"status\": \"active\"\n                },\n                {\n                    \"assignedTo\": \"64b54a2cc3c010b800ae8779\",\n                    \"company\": \"64b54a2ba1727236e139ba72\",\n                    \"type\": \"main-shipper\",\n                    \"status\": \"active\"\n                }\n            ],\n            \"referenceName\": \"PO 005\",\n            \"shipmentType\": \"FCL\",\n            \"shipper\": null,\n            \"tags\": [\n                \"active\",\n                \"quick\"\n            ],\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"totalVolume\": 0,\n            \"totalWeight\": 0,\n            \"voyageNumber\": \"\",\n            \"updatedAt\": \"2023-08-04T21:22:24.979Z\",\n            \"mblVessel\": {\n                \"_id\": \"6540196d6ecfa43cf3fc14d4\",\n                \"mbl\": \"ONEYGYED14119700\",\n                \"path\": [\n                    [\n                        -79.8862,\n                        -2.1962,\n                        \"historic\"\n                    ],\n                    [\n                        -81.1922,\n                        -2.1857,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2036,\n                        -2.1832,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2107,\n                        -2.1763,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2134,\n                        -2.1648,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2592,\n                        -1.2004,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2594,\n                        -1.1794,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2581,\n                        -1.1586,\n                        \"historic\"\n                    ],\n                    [\n                        -81.2553,\n                        -1.1379,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5317,\n                        8.869,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5314,\n                        8.8906,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5377,\n                        8.9102,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5508,\n                        8.9275,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7093,\n                        9.0842,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7208,\n                        9.0936,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7338,\n                        9.1004,\n                        \"historic\"\n                    ],\n                    [\n                        -79.7481,\n                        9.1046,\n                        \"historic\"\n                    ],\n                    [\n                        -79.794,\n                        9.1135,\n                        \"historic\"\n                    ],\n                    [\n                        -79.808,\n                        9.1181,\n                        \"historic\"\n                    ],\n                    [\n                        -79.82,\n                        9.1258,\n                        \"historic\"\n                    ],\n                    [\n                        -79.83,\n                        9.1365,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8321,\n                        9.1394,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8426,\n                        9.1531,\n                        \"historic\"\n                    ],\n                    [\n                        -79.8535,\n                        9.1664,\n                        \"historic\"\n                    ],\n                    [\n                        -79.865,\n                        9.1793,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9009,\n                        9.2186,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9106,\n                        9.2322,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9167,\n                        9.2473,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9191,\n                        9.2639,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9337,\n                        9.7441,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9313,\n                        9.758,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9236,\n                        9.7676,\n                        \"historic\"\n                    ],\n                    [\n                        -79.9104,\n                        9.773,\n                        \"historic\"\n                    ],\n                    [\n                        -79.575,\n                        9.8418,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5592,\n                        9.8447,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5433,\n                        9.8473,\n                        \"historic\"\n                    ],\n                    [\n                        -79.5273,\n                        9.8494,\n                        \"historic\"\n                    ],\n                    [\n                        -76.0088,\n                        10.2559,\n                        \"historic\"\n                    ],\n                    [\n                        -75.9936,\n                        10.2598,\n                        \"historic\"\n                    ],\n                    [\n                        -75.9804,\n                        10.2673,\n                        \"historic\"\n                    ],\n                    [\n                        -75.9693,\n                        10.2785,\n                        \"historic\"\n                    ],\n                    [\n                        -75.7555,\n                        10.5551,\n                        \"historic\"\n                    ],\n                    [\n                        -75.7449,\n                        10.5641,\n                        \"historic\"\n                    ],\n                    [\n                        -75.7334,\n                        10.5655,\n                        \"historic\"\n                    ],\n                    [\n                        -75.7208,\n                        10.5592,\n                        \"historic\"\n                    ],\n                    [\n                        -75.5144,\n                        10.3997,\n                        \"historic\"\n                    ],\n                    [\n                        -75.5144,\n                        10.3997,\n                        \"historic\"\n                    ],\n                    [\n                        -75.7218,\n                        10.56,\n                        \"historic\"\n                    ],\n                    [\n                        -75.7305,\n                        10.5702,\n                        \"historic\"\n                    ],\n                    [\n                        -75.7318,\n                        10.5815,\n                        \"historic\"\n                    ],\n                    [\n                        -75.7258,\n                        10.5936,\n                        \"historic\"\n                    ],\n                    [\n                        -75.5162,\n                        10.8647,\n                        \"historic\"\n                    ],\n                    [\n                        -75.5075,\n                        10.875,\n                        \"historic\"\n                    ],\n                    [\n                        -75.4979,\n                        10.8844,\n                        \"historic\"\n                    ],\n                    [\n                        -75.4874,\n                        10.893,\n                        \"historic\"\n                    ],\n                    [\n                        -74.9913,\n                        11.2615,\n                        \"historic\"\n                    ],\n                    [\n                        -74.9802,\n                        11.2693,\n                        \"historic\"\n                    ],\n                    [\n                        -74.9687,\n                        11.2765,\n                        \"historic\"\n                    ],\n                    [\n                        -74.9569,\n                        11.2831,\n                        \"historic\"\n                    ],\n                    [\n                        -62.6346,\n                        17.7626,\n                        \"historic\"\n                    ],\n                    [\n                        -62.6227,\n                        17.7689,\n                        \"historic\"\n                    ],\n                    [\n                        -62.6108,\n                        17.7753,\n                        \"historic\"\n                    ],\n                    [\n                        -62.599,\n                        17.7818,\n                        \"historic\"\n                    ],\n                    [\n                        -26.011,\n                        38.0222,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9992,\n                        38.0286,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9873,\n                        38.035,\n                        \"historic\"\n                    ],\n                    [\n                        -25.9753,\n                        38.0412,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2664,\n                        48.6566,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2529,\n                        48.6633,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2394,\n                        48.6698,\n                        \"historic\"\n                    ],\n                    [\n                        -5.2258,\n                        48.6761,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4879,\n                        49.9056,\n                        \"historic\"\n                    ],\n                    [\n                        -2.474,\n                        49.9112,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4598,\n                        49.9159,\n                        \"historic\"\n                    ],\n                    [\n                        -2.4453,\n                        49.9197,\n                        \"historic\"\n                    ],\n                    [\n                        0.3557,\n                        50.5471,\n                        \"historic\"\n                    ],\n                    [\n                        0.3703,\n                        50.5507,\n                        \"historic\"\n                    ],\n                    [\n                        0.3847,\n                        50.5547,\n                        \"historic\"\n                    ],\n                    [\n                        0.3991,\n                        50.5591,\n                        \"historic\"\n                    ],\n                    [\n                        0.7532,\n                        50.676,\n                        \"historic\"\n                    ],\n                    [\n                        0.7696,\n                        50.6818,\n                        \"historic\"\n                    ],\n                    [\n                        0.7856,\n                        50.6883,\n                        \"historic\"\n                    ],\n                    [\n                        0.8014,\n                        50.6956,\n                        \"historic\"\n                    ],\n                    [\n                        4.0702,\n                        52.2803,\n                        \"historic\"\n                    ],\n                    [\n                        4.0867,\n                        52.2848,\n                        \"historic\"\n                    ],\n                    [\n                        4.102,\n                        52.2822,\n                        \"historic\"\n                    ],\n                    [\n                        4.1163,\n                        52.2726,\n                        \"historic\"\n                    ],\n                    [\n                        4.47917,\n                        51.9225,\n                        \"current\"\n                    ],\n                    [\n                        4.4792,\n                        51.9225,\n                        \"predicted\"\n                    ]\n                ],\n                \"currentPosition\": {\n                    \"lon\": 4.47917,\n                    \"lat\": 51.9225\n                },\n                \"createdAt\": \"2023-10-30T21:00:29.697Z\",\n                \"provider\": \"Provider1\",\n                \"status\": \"delayed\",\n                \"heading\": 133.97388546650004\n            },\n            \"firstETDValue\": \"2023-11-05T19:00:00.000Z\",\n            \"lastETDValue\": \"2023-11-05T19:00:00.000Z\",\n            \"firstETAValue\": \"2023-12-07T15:15:00.000Z\",\n            \"lastETAValue\": \"2023-12-12T16:21:00.000Z\",\n            \"firstATAValue\": \"2023-12-12T15:21:00.000Z\",\n            \"lastATAValue\": \"2023-12-12T15:21:00.000Z\",\n            \"firstATDValue\": \"2023-11-05T20:11:10.000Z\",\n            \"lastATDValue\": \"2023-11-05T20:11:10.000Z\",\n            \"firstPTAValue\": \"2023-12-07T20:00:00.000Z\",\n            \"lastPTAValue\": \"2023-12-07T20:00:00.000Z\",\n            \"firstPTDValue\": \"2023-11-05T19:00:00.000Z\",\n            \"lastPTDValue\": \"2023-11-05T19:00:00.000Z\",\n            \"shipperName\": \"Shipper3\",\n            \"lspName\": \"Customer1\",\n            \"fullMbl\": \"ONEYGYED14119700\",\n            \"fullHBL\": \"\",\n            \"historyETAValue\": [\n                \"2023-12-07T15:15:00.000Z\",\n                \"2023-12-10T19:00:00.000Z\",\n                \"2023-12-09T08:00:00.000Z\",\n                \"2023-12-10T09:33:00.000Z\",\n                \"2023-12-11T08:00:00.000Z\",\n                \"2023-12-13T13:25:00.000Z\",\n                \"2023-12-12T15:35:00.000Z\",\n                \"2023-12-11T19:30:00.000Z\",\n                \"2023-12-13T13:07:00.000Z\",\n                \"2023-12-11T09:30:00.000Z\",\n                \"2023-12-13T04:45:00.000Z\",\n                \"2023-12-12T16:21:00.000Z\"\n            ],\n            \"historyETDValue\": [\n                \"2023-11-05T19:00:00.000Z\"\n            ],\n            \"historyATAValue\": [\n                \"2023-12-12T15:21:00.000Z\"\n            ],\n            \"historyATDValue\": [\n                \"2023-11-05T20:11:10.000Z\"\n            ],\n            \"historyPTAValue\": [\n                \"2023-12-07T20:00:00.000Z\"\n            ],\n            \"historyPTDValue\": [\n                \"2023-11-05T19:00:00.000Z\"\n            ],\n            \"key\": \"ETA\",\n            \"scheduled\": \"2023-12-07T15:15:00.000Z\",\n            \"actual\": \"2023-12-12T16:21:00.000Z\",\n            \"delay\": {\n                \"diff\": 5,\n                \"time\": \"d\"\n            }\n        }\n    ],\n    \"status\": \"success\",\n    \"pagingCounter\": 10,\n    \"totalPages\": 1,\n    \"hasPrevPage\": true,\n    \"hasNextPage\": false,\n    \"prevPage\": 0,\n    \"nextPage\": null,\n    \"totalItems\": 5,\n    \"page\": 1,\n    \"limit\": 10\n}"}],"_postman_id":"a047ebf3-81dc-4527-a03c-4f2b84a985e3"},{"name":"Excel","id":"462c129c-bdfb-4c2f-a880-b6e12a04995e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"https://storage.googleapis.com/companypedro-dev-com/94d8dccb6ef735262623e07bb66baa55.xlsx?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1744117056&Signature=bkYSVyS2riCqyTATYqPuTXm5uZtMtHuc3FJP2582%2BskP0mNhpXCG%2B96Pe89uxLkA0utmPEgXG0B7a5WGEz%2BAosUg%2FaJ%2BgdCjpKgu8hUJqWDKyr3amFXDRsF6TuDQpIHBzO1CjIKvDgX5kamQdHNCFbbVGf5KVFYXdfCS5YFeig6SzUJ0%2Ff%2F5eoeu48REn7idrTeUrrrRXrjQDD6F3mkGcPPidhiRZmPceulCrawcroIb1EBsqDOn%2BMA2hvhf7q19R93A8q1aGkgUIUwojOPTZLK5O4zcOANL%2FPqeM44pdICgE%2FI0BVt9TXCaoI1ITO0qt1NxJdDPMX4IrkgWoMthRw%3D%3D\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/excel","description":"<p>This endpoint allows obtaining the data or duplicate from the Excel at the time of uploading it.  </p>\n<p><strong>Response</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MBL</td>\n<td>Master Bill of Lading (Master Bill of Lading)</td>\n</tr>\n<tr>\n<td>destination</td>\n<td>Destination</td>\n</tr>\n<tr>\n<td>origin</td>\n<td>Origin</td>\n</tr>\n<tr>\n<td>commodity</td>\n<td>Commodity</td>\n</tr>\n<tr>\n<td>incoterms</td>\n<td>Incoterms</td>\n</tr>\n<tr>\n<td>freightType</td>\n<td>Freight Type</td>\n</tr>\n<tr>\n<td>referenceName</td>\n<td>Reference Name</td>\n</tr>\n<tr>\n<td>shipmentType</td>\n<td>Shipment Type</td>\n</tr>\n<tr>\n<td>company</td>\n<td>Company</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","shipments","excel"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"17087b3a-cc45-4f3c-8ef2-3dfdbd6e837d","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"https://storage.googleapis.com/companypedro-dev-com/94d8dccb6ef735262623e07bb66baa55.xlsx?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1744117056&Signature=bkYSVyS2riCqyTATYqPuTXm5uZtMtHuc3FJP2582%2BskP0mNhpXCG%2B96Pe89uxLkA0utmPEgXG0B7a5WGEz%2BAosUg%2FaJ%2BgdCjpKgu8hUJqWDKyr3amFXDRsF6TuDQpIHBzO1CjIKvDgX5kamQdHNCFbbVGf5KVFYXdfCS5YFeig6SzUJ0%2Ff%2F5eoeu48REn7idrTeUrrrRXrjQDD6F3mkGcPPidhiRZmPceulCrawcroIb1EBsqDOn%2BMA2hvhf7q19R93A8q1aGkgUIUwojOPTZLK5O4zcOANL%2FPqeM44pdICgE%2FI0BVt9TXCaoI1ITO0qt1NxJdDPMX4IrkgWoMthRw%3D%3D\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/excel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"286"},{"key":"ETag","value":"W/\"11e-JJQZNuQZx8OKWOaoNFzNY8GwGhk\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 08 Apr 2024 13:45:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"MBL\": \"EGLV050300933468\",\n            \"destination\": \"San Juan, PR\",\n            \"origin\": \"Laem Chabang, TH\",\n            \"commodity\": \"DEMO COMMODITY CARLIN\",\n            \"incoterms\": \"CFR\",\n            \"freightType\": \"ship\",\n            \"referenceName\": \"DEMO 0120332024-1\",\n            \"shipmentType\": \"FCL\",\n            \"company\": \"Carlin Acme Worldwide Logistics\"\n        }\n    ],\n    \"duplicates\": []\n}"}],"_postman_id":"462c129c-bdfb-4c2f-a880-b6e12a04995e"},{"name":"UploadShipments","id":"da31a7cd-9584-4770-a688-8a83d237734a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shipments\": [\r\n        {\r\n            \"MBL\": \"EGLV050300933468\",\r\n            \"destination\": \"San Juan, PR\",\r\n            \"origin\": \"Laem Chabang, TH\",\r\n            \"commodity\": \"DEMO COMMODITY CARLIN\",\r\n            \"incoterms\": \"CFR\",\r\n            \"freightType\": \"ship\",\r\n            \"referenceName\": \"DEMO 0120332024-1\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"company\": \"Carlin Acme Worldwide Logistics\",\r\n            \"token\": \"\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"planVisibility\": {\r\n                \"_id\": \"64546c1d46bd8f753a4781fe\",\r\n                \"name\": \"Premium\",\r\n                \"isPublic\": false,\r\n                \"providers\": [\r\n                    \"gateHouse\",\r\n                    \"gatehouse-cargo-tracking\",\r\n                    \"flightAware\",\r\n                    \"gatehouse-vessel-tracking\",\r\n                    \"champ\"\r\n                ],\r\n                \"features\": [\r\n                    {\r\n                        \"name\": \"plan_visibility_ocean\",\r\n                        \"type\": \"sea\",\r\n                        \"value\": 8,\r\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\r\n                        \"stripeProductId\": \"prod_NpuMlMOuUCRpGz\",\r\n                        \"_id\": \"64546c1d46bd8f753a4781ff\"\r\n                    },\r\n                    {\r\n                        \"name\": \"plan_visibility_air\",\r\n                        \"type\": \"air\",\r\n                        \"value\": 5,\r\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\r\n                        \"stripeProductId\": \"prod_NpuMBr0p4MokNn\",\r\n                        \"_id\": \"64546c1d46bd8f753a478200\"\r\n                    },\r\n                    {\r\n                        \"name\": \"plan_visibility_inland\",\r\n                        \"type\": \"land\",\r\n                        \"value\": -1,\r\n                        \"valueLabel\": \"plan_visibility_cooming_soon\",\r\n                        \"_id\": \"64546c1d46bd8f753a478201\"\r\n                    }\r\n                ]\r\n            },\r\n            \"urlTenant\": \"http://companypedro.dev.com:3000\",\r\n            \"identifier\": \"1712583892374\",\r\n            \"configTracking\": \"mbl\",\r\n            \"incoterm\": \"CFR\",\r\n            \"mbl\": \"\",\r\n            \"bookingNumber\": \"\",\r\n            \"containersNumber\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/upload-shipments","description":"<p>This endpoint is used to upload the shipment data that has previously been validated from the Excel data</p>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MBL</td>\n<td>Master Bill of Lading (Master Bill of Lading)</td>\n</tr>\n<tr>\n<td>destination</td>\n<td>Destination</td>\n</tr>\n<tr>\n<td>origin</td>\n<td>Origin</td>\n</tr>\n<tr>\n<td>commodity</td>\n<td>Commodity</td>\n</tr>\n<tr>\n<td>incoterms</td>\n<td>Incoterms</td>\n</tr>\n<tr>\n<td>freightType</td>\n<td>Freight Type</td>\n</tr>\n<tr>\n<td>referenceName</td>\n<td>Reference Name</td>\n</tr>\n<tr>\n<td>shipmentType</td>\n<td>Shipment Type</td>\n</tr>\n<tr>\n<td>company</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>token</td>\n<td>Token</td>\n</tr>\n<tr>\n<td>tenant</td>\n<td>Tenant</td>\n</tr>\n<tr>\n<td>planVisibility</td>\n<td>Plan Visibility</td>\n</tr>\n<tr>\n<td>urlTenant</td>\n<td>Tenant URL</td>\n</tr>\n<tr>\n<td>identifier</td>\n<td>Identifier</td>\n</tr>\n<tr>\n<td>configTracking</td>\n<td>Tracking Configuration</td>\n</tr>\n<tr>\n<td>incoterm</td>\n<td>Incoterm</td>\n</tr>\n<tr>\n<td>mbl</td>\n<td>Master Bill of Lading (MBL)</td>\n</tr>\n<tr>\n<td>bookingNumber</td>\n<td>Booking Number</td>\n</tr>\n<tr>\n<td>containersNumber</td>\n<td>Containers Number</td>\n</tr>\n<tr>\n<td>planVisibility._id</td>\n<td>Plan Visibility ID</td>\n</tr>\n<tr>\n<td>planVisibility.name</td>\n<td>Plan Visibility Name</td>\n</tr>\n<tr>\n<td>planVisibility.isPublic</td>\n<td>Plan Visibility Public Status</td>\n</tr>\n<tr>\n<td>planVisibility.providers</td>\n<td>Plan Visibility Providers</td>\n</tr>\n<tr>\n<td>planVisibility.features.name</td>\n<td>Plan Visibility Feature Name</td>\n</tr>\n<tr>\n<td>planVisibility.features.type</td>\n<td>Plan Visibility Feature Type</td>\n</tr>\n<tr>\n<td>planVisibility.features.value</td>\n<td>Plan Visibility Feature Value</td>\n</tr>\n<tr>\n<td>planVisibility.features.valueLabel</td>\n<td>Plan Visibility Feature Value Label</td>\n</tr>\n<tr>\n<td>planVisibility.features.stripeProductId</td>\n<td>Plan Visibility Stripe Product ID</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","shipments","upload-shipments"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"39674dab-016d-4864-be5e-94b3ef87f1b5","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shipments\": [\r\n        {\r\n            \"MBL\": \"EGLV050300933468\",\r\n            \"destination\": \"San Juan, PR\",\r\n            \"origin\": \"Laem Chabang, TH\",\r\n            \"commodity\": \"DEMO COMMODITY CARLIN\",\r\n            \"incoterms\": \"CFR\",\r\n            \"freightType\": \"ship\",\r\n            \"referenceName\": \"DEMO 0120332024-1\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"company\": \"Carlin Acme Worldwide Logistics\",\r\n            \"token\": \"\",\r\n            \"planVisibility\": {\r\n                \"_id\": \"64546c1d46bd8f753a4781fe\",\r\n                \"name\": \"Premium\",\r\n                \"isPublic\": false,\r\n                \"providers\": [\r\n                    \"gateHouse\",\r\n                    \"gatehouse-cargo-tracking\",\r\n                    \"flightAware\",\r\n                    \"gatehouse-vessel-tracking\",\r\n                    \"champ\"\r\n                ],\r\n                \"features\": [\r\n                    {\r\n                        \"name\": \"plan_visibility_ocean\",\r\n                        \"type\": \"sea\",\r\n                        \"value\": 8,\r\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\r\n                        \"stripeProductId\": \"prod_NpuMlMOuUCRpGz\",\r\n                        \"_id\": \"64546c1d46bd8f753a4781ff\"\r\n                    },\r\n                    {\r\n                        \"name\": \"plan_visibility_air\",\r\n                        \"type\": \"air\",\r\n                        \"value\": 5,\r\n                        \"valueLabel\": \"plan_visibility_per_shipment\",\r\n                        \"stripeProductId\": \"prod_NpuMBr0p4MokNn\",\r\n                        \"_id\": \"64546c1d46bd8f753a478200\"\r\n                    },\r\n                    {\r\n                        \"name\": \"plan_visibility_inland\",\r\n                        \"type\": \"land\",\r\n                        \"value\": -1,\r\n                        \"valueLabel\": \"plan_visibility_cooming_soon\",\r\n                        \"_id\": \"64546c1d46bd8f753a478201\"\r\n                    }\r\n                ]\r\n            },\r\n            \"urlTenant\": \"http://companypedro.dev.com:3000\",\r\n            \"identifier\": \"1712583892374\",\r\n            \"configTracking\": \"mbl\",\r\n            \"incoterm\": \"CFR\",\r\n            \"mbl\": \"\",\r\n            \"bookingNumber\": \"\",\r\n            \"containersNumber\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/upload-shipments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"29"},{"key":"ETag","value":"W/\"1d-KF30w0rB92zRB+6dn8uJRQBZSuo\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 08 Apr 2024 13:51:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"processed\": 1\n}"}],"_postman_id":"da31a7cd-9584-4770-a688-8a83d237734a"},{"name":"UpdateStatus","id":"8654a842-3b92-434f-8281-ee19156585b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"shipmentIds\": [\r\n        \"661015db5ab6928b7f9491f5\",\r\n        \"65fb51f29cf747267889c285\"\r\n    ],\r\n    \"status\": \"archived\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/update-status-multiple","description":"<p>This endpoint is used to send multiple shipments in order to archive or delete them.</p>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipmentIds</td>\n<td>Array of shipment IDs</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status of the operation (archived)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","shipments","update-status-multiple"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"a9193c4f-db2e-40f4-88ef-88c64c960040","name":"Example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shipmentIds\": [\r\n        \"661015db5ab6928b7f9491f5\",\r\n        \"65fb51f29cf747267889c285\"\r\n    ],\r\n    \"status\": \"archived\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/update-status-multiple"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"ETag","value":"W/\"2a-Vdzw4zUK8dNg2O5sGxH3ucI0rk8\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 08 Apr 2024 14:05:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": \"Shipments deleted\"\n}"}],"_postman_id":"8654a842-3b92-434f-8281-ee19156585b7"},{"name":"ProcessShipment","id":"18958bc2-b2f3-44fd-ae2f-29dee7fa25a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"identifier\": \"1712583892374\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/process-shipments","description":"<p>This endpoint serves to process the shipments</p>\n<p><strong>Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>identifier</td>\n<td>This identifier was created by the front end.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","shipments","process-shipments"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"f42dcdd8-d087-47e6-aa56-f35c8c2067c4","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"identifier\": \"1712583892374\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/process-shipments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-l9Fw4VUO7kr8CvBlt4zaMCqXZ0w\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 08 Apr 2024 14:00:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"18958bc2-b2f3-44fd-ae2f-29dee7fa25a6"},{"name":"Get Automatic Tracking","id":"25955e35-8c12-4284-ac31-31d11ce348c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"mbl\": \"mbl\",\r\n    \"referenceName\": \"reference name\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/automatic-tracking","description":"<h2 id=\"get-automatic-tracking\">GEt Automatic Tracking</h2>\n<p>Endpoint allows you to obtain if a shipment has automatic tracking.</p>\n<ul>\n<li><p><strong>URL</strong>: `{{URL}}/api/v2shipments/automatic-tracking</p>\n</li>\n<li><p><strong>Method HTTP</strong>: POST</p>\n</li>\n<li><p><strong>Headers</strong>:</p>\n<ul>\n<li><p><code>Accept-Language: en</code></p>\n</li>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:<br />The mbl or reference name.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mbl</code></td>\n<td>Shipment mbl</td>\n</tr>\n<tr>\n<td><code>referenceName</code></td>\n<td>Shipment Reference Name</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","shipments","automatic-tracking"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"33934a89-4ddb-4ed8-a2ac-c7e54d43f252","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"mbl\": \"CMDUSHZ5798224\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/automatic-tracking"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"automaticTracking\": false\n    }\n}"}],"_postman_id":"25955e35-8c12-4284-ac31-31d11ce348c2"},{"name":"Exists Shipment","id":"8e8e0e79-86bb-49c9-bf22-61d7558940e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"mbl\": \"\",\r\n    \"referenceName\": \"TEST 01\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipments/exists-shipment","description":"<h2 id=\"exists-shipment\">Exists Shipment</h2>\n<p>Endpoint allows you to obtain if a shipment exists or not.</p>\n<ul>\n<li><p><strong>URL</strong>: `{{URL}}/api/v2/shipments/exists-shipment</p>\n</li>\n<li><p><strong>Method HTTP</strong>: POST</p>\n</li>\n<li><p><strong>Headers</strong>:</p>\n<ul>\n<li><p><code>Accept-Language: en</code></p>\n</li>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:<br />The mbl or reference name.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mbl</code></td>\n<td>Shipment mbl</td>\n</tr>\n<tr>\n<td><code>referenceName</code></td>\n<td>Shipment Reference Name</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","shipments","exists-shipment"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"ddb1b4b0-6de3-49b9-afb7-81642d5a7449","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"referenceName\": \"TEST 01\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/shipments/exists-shipment"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n\t\"status\": \"ok\",\n\t\"exists\": true\n}"}],"_postman_id":"8e8e0e79-86bb-49c9-bf22-61d7558940e7"},{"name":"Create Shipment V2","id":"8bfba981-3b12-43d2-9bba-1dfeeeb2c9bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{URL}}/api/v2/shipments/create","description":"<h1 id=\"📦-post-apiv2shipmentscreate\">📦 POST /api/v2/shipments/create</h1>\n<p>Create a new shipment based on the provided data.</p>\n<h2 id=\"🔐-headers\">🔐 Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"🧾-body-json\">🧾 Body (JSON)</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"company\": {\n    \"_id\": \"64924297a1727236e13f5137\",\n    \"name\": \"Shipper\"\n  },\n  \"freightType\": \"ship\",\n  \"shipmentType\": \"FCL\",\n  \"referenceName\": \"TEST Shipment\",\n  \"pickupAddress\": \"\",\n  \"deliveryAddress\": \"\",\n  \"incoterm\": \"CIF\",\n  \"commodity\": \"FAK\",\n  \"origin\": {\n    \"address\": \"Estados Unidos\",\n    \"countryCode\": \"US\",\n    \"lat\": 37.09024,\n    \"lng\": -95.712891\n  },\n  \"destination\": {\n    \"address\": \"California, EE. UU.\",\n    \"countryCode\": \"US\",\n    \"lat\": 36.778261,\n    \"lng\": -119.4179324\n  },\n  \"mbl\": \"AABB\",\n  \"etd\": \"2023-10-11\",\n  \"eta\": \"2023-10-11\",\n  \"internalReference\": \"FF432F\",\n  \"notes\": \"note\",\n  \"trade\": \"export\",\n  \"packagesInfo\": [\n    {\n      \"packageType\": \"Dry 40'\",\n      \"amount\": 1,\n      \"weight\": \"1\",\n      \"weightMetric\": \"kg\",\n      \"hazardousMaterials\": \"0\",\n      \"volume\": \"1\",\n      \"volumeMetric\": \"m³\"\n    }\n  ],\n  \"totalVolume\": 1,\n  \"totalWeight\": 1,\n  \"totalChargeableWeight\": 1,\n  \"totalVolumetricWeight\": 0,\n  \"paymentTerms\": \"collect\",\n  \"planVisibility\": {\n    \"_id\": \"64546c1d46bd8f753a4781fe\"\n  },\n  \"carrier\": {\n    \"name\": \"Maersk\",\n    \"scac\": [\"MAEU\"]\n  },\n  \"shipper\": {\n    \"name\": \"User Shipper\",\n    \"address\": \"Canada\",\n    \"email\": \"usershipper@cargologik.com\",\n    \"phone\": \"319 7733185\"\n  },\n  \"consignee\": {\n    \"name\": \"User Consignee\",\n    \"address\": \"Canada\",\n    \"email\": \"userconsignee@cargologik.com\"\n  },\n  \"configTracking\": \"mbl\",\n  \"manualInput\": true\n}\n\n</code></pre>\n<h2 id=\"✅-successful-response\">✅ Successful Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"success\",\n  \"data\": {\n    \"_id\": \"66129a99c347cb002e9318d2\",\n    \"shipmentId\": \"SHIP-00001234\",\n    \"referenceName\": \"TEST Shipment\",\n    \"mbl\": \"AABB\",\n    \"freightType\": \"ship\"\n  }\n}\n\n</code></pre>\n<h2 id=\"⚠️-common-errors\">⚠️ Common Errors</h2>\n<ul>\n<li><p><strong>400</strong> <code>MBL has already been created for this company.</code> → A shipment with the same MBL already exists.</p>\n</li>\n<li><p><strong>400</strong> <code>Error generating shipmentId</code> → Failed to create a unique shipment ID.</p>\n</li>\n<li><p><strong>400</strong> <code>planVisibility required</code> → Visibility plan was not found or not provided.</p>\n</li>\n</ul>\n<h2 id=\"📌-main-parameters-based-on-mongodb-schema\">📌 Main Parameters (based on MongoDB schema)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>company._id</code></td>\n<td>ObjectId</td>\n<td>✅</td>\n<td>ID of the company creating the shipment</td>\n</tr>\n<tr>\n<td><code>refCompany</code></td>\n<td>ObjectId</td>\n<td>⚙️ Auto</td>\n<td>Automatically set as the authenticated user's company</td>\n</tr>\n<tr>\n<td><code>freightType</code></td>\n<td>String</td>\n<td>✅</td>\n<td>Shipment transport type: <code>\"ship\"</code>, <code>\"plane\"</code>, <code>\"truck\"</code></td>\n</tr>\n<tr>\n<td><code>shipmentType</code></td>\n<td>String</td>\n<td>❌</td>\n<td>Type of load: <code>\"FCL\"</code>, <code>\"LCL\"</code></td>\n</tr>\n<tr>\n<td><code>referenceName</code></td>\n<td>String</td>\n<td>✅</td>\n<td>Reference name of the shipment</td>\n</tr>\n<tr>\n<td><code>internalReference</code></td>\n<td>String</td>\n<td>❌</td>\n<td>Internal company reference</td>\n</tr>\n<tr>\n<td><code>manualInput</code></td>\n<td>Boolean</td>\n<td>❌</td>\n<td>Indicates if the shipment was manually entered</td>\n</tr>\n<tr>\n<td><code>shipper</code></td>\n<td>Object</td>\n<td>✅</td>\n<td>Shipper contact (can be ObjectId or full object)</td>\n</tr>\n<tr>\n<td><code>consignee</code></td>\n<td>Object</td>\n<td>✅</td>\n<td>Consignee contact</td>\n</tr>\n<tr>\n<td><code>notify</code></td>\n<td>Object</td>\n<td>❌</td>\n<td>Notify party contact</td>\n</tr>\n<tr>\n<td><code>agent</code></td>\n<td>Object</td>\n<td>❌</td>\n<td>Freight agent contact</td>\n</tr>\n<tr>\n<td><code>carrier</code></td>\n<td>Object</td>\n<td>❌</td>\n<td>Carrier info: name, SCAC, etc.</td>\n</tr>\n<tr>\n<td><code>etd</code> / <code>eta</code></td>\n<td>Date</td>\n<td>❌</td>\n<td>Estimated departure / arrival (YYYY-MM-DD)</td>\n</tr>\n<tr>\n<td><code>pickupDate</code></td>\n<td>Date</td>\n<td>❌</td>\n<td>Pickup date</td>\n</tr>\n<tr>\n<td><code>arrivalDate</code></td>\n<td>Date</td>\n<td>❌</td>\n<td>Arrival date</td>\n</tr>\n<tr>\n<td><code>actualDeparture</code></td>\n<td>Date</td>\n<td>❌</td>\n<td>Actual departure date</td>\n</tr>\n<tr>\n<td><code>actualArrival</code></td>\n<td>Date</td>\n<td>❌</td>\n<td>Actual arrival date</td>\n</tr>\n<tr>\n<td><code>cutoff</code></td>\n<td>Date</td>\n<td>❌</td>\n<td>Cutoff date</td>\n</tr>\n<tr>\n<td><code>mbl</code> / <code>bookingNumber</code></td>\n<td>String</td>\n<td>✅</td>\n<td>MBL or Booking number</td>\n</tr>\n<tr>\n<td><code>configTracking</code></td>\n<td>String</td>\n<td>✅</td>\n<td>Tracking type: <code>\"mbl\"</code>, <code>\"bookingNumber\"</code>, <code>\"containerNumber\"</code></td>\n</tr>\n<tr>\n<td><code>containersNumber</code></td>\n<td>Array</td>\n<td>❌</td>\n<td>List of containers with <code>containerNumber</code> and <code>scacCode</code></td>\n</tr>\n<tr>\n<td><code>packagesInfo</code></td>\n<td>Array</td>\n<td>❌</td>\n<td>Package details: type, amount, weight, volume, etc.</td>\n</tr>\n<tr>\n<td><code>origin</code> / <code>destination</code></td>\n<td>Object</td>\n<td>✅</td>\n<td>Origin/Destination info: address, lat/lng, countryCode</td>\n</tr>\n<tr>\n<td><code>portOrigin</code> / <code>portDestination</code></td>\n<td>String/Object</td>\n<td>❌</td>\n<td>Port of origin/destination</td>\n</tr>\n<tr>\n<td><code>pickupAddress</code> / <code>deliveryAddress</code></td>\n<td>String</td>\n<td>❌</td>\n<td>Extra pickup/delivery locations</td>\n</tr>\n<tr>\n<td><code>commodity</code></td>\n<td>String</td>\n<td>❌</td>\n<td>Cargo type</td>\n</tr>\n<tr>\n<td><code>paymentTerms</code></td>\n<td>String</td>\n<td>❌</td>\n<td>Payment terms: <code>\"prepaid\"</code>, <code>\"collect\"</code>, etc.</td>\n</tr>\n<tr>\n<td><code>incoterm</code></td>\n<td>String</td>\n<td>❌</td>\n<td>Incoterm: <code>\"FOB\"</code>, <code>\"CIF\"</code>, <code>\"EXW\"</code>, etc.</td>\n</tr>\n<tr>\n<td><code>notes</code></td>\n<td>String</td>\n<td>❌</td>\n<td>Additional notes</td>\n</tr>\n<tr>\n<td><code>flightNumber</code></td>\n<td>String</td>\n<td>❌</td>\n<td>Flight number (for air freight)</td>\n</tr>\n<tr>\n<td><code>mawb</code> / <code>hawb</code></td>\n<td>String</td>\n<td>❌</td>\n<td>Air waybills</td>\n</tr>\n<tr>\n<td><code>vesselNumber</code> / <code>voyageNumber</code></td>\n<td>String</td>\n<td>❌</td>\n<td>Vessel or voyage number</td>\n</tr>\n<tr>\n<td><code>hbl</code></td>\n<td>String</td>\n<td>❌</td>\n<td>House Bill of Lading</td>\n</tr>\n<tr>\n<td><code>planVisibility._id</code></td>\n<td>ObjectId</td>\n<td>✅</td>\n<td>Visibility plan ID</td>\n</tr>\n<tr>\n<td><code>tags</code> / <code>customTags</code></td>\n<td>Array</td>\n<td>⚙️ Auto</td>\n<td>Auto-generated system tags</td>\n</tr>\n<tr>\n<td><code>participants</code></td>\n<td>Array[ObjectId]</td>\n<td>❌</td>\n<td>Shipment participants</td>\n</tr>\n<tr>\n<td><code>scacCode</code></td>\n<td>String</td>\n<td>❌</td>\n<td>SCAC code</td>\n</tr>\n<tr>\n<td><code>totalVolume</code></td>\n<td>Number</td>\n<td>❌</td>\n<td>Total cargo volume</td>\n</tr>\n<tr>\n<td><code>totalWeight</code></td>\n<td>Number</td>\n<td>❌</td>\n<td>Total cargo weight</td>\n</tr>\n<tr>\n<td><code>totalChargeableWeight</code></td>\n<td>Number</td>\n<td>❌</td>\n<td>Chargeable weight</td>\n</tr>\n<tr>\n<td><code>totalVolumetricWeight</code></td>\n<td>Number</td>\n<td>❌</td>\n<td>Volumetric weight</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","shipments","create"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"7679191f-8f99-4dc0-90a2-c3639cd4efa2","name":"Create Shipment V2","originalRequest":{"method":"POST","header":[],"url":"{{URL}}/api/v2/shipments/create"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"origin\": {\n            \"address\": \"Estados Unidos\",\n            \"countryCode\": \"US\",\n            \"lat\": 37.09024,\n            \"lng\": -95.712891\n        },\n        \"destination\": {\n            \"address\": \"California, EE. UU.\",\n            \"countryCode\": \"US\",\n            \"lat\": 36.778261,\n            \"lng\": -119.4179324\n        },\n        \"shipmentId\": \"M19_ESTADOS_CALIFORNIA_ATM-ASYNCHRONOU\",\n        \"accessorials\": [],\n        \"agent\": null,\n        \"attachments\": [],\n        \"automaticEvents\": true,\n        \"commodity\": \"ATM asynchronous transfer mode managed network services\",\n        \"company\": \"64924297a1727236e13f5137\",\n        \"consignee\": null,\n        \"createdAt\": \"2023-10-11T20:08:04.249Z\",\n        \"currentStatus\": \"upcoming\",\n        \"customTags\": [],\n        \"deliveryAddress\": \"\",\n        \"eta\": \"2023-10-11T00:00:00.000Z\",\n        \"etaHistory\": [],\n        \"etd\": \"2023-10-11T00:00:00.000Z\",\n        \"flightNumber\": \"\",\n        \"freightType\": \"ship\",\n        \"hawb\": \"\",\n        \"hbl\": \"COSU6340835270\",\n        \"incoterm\": \"CIF\",\n        \"integrations\": [\n            \"Integration1\",\n            \"Integration2\",\n            \"Integration3\",\n            \"Integration4\"\n        ],\n        \"internalReference\": \"FF432F\",\n        \"isCreated\": false,\n        \"isFavorite\": false,\n        \"manualInput\": true,\n        \"mawb\": \"\",\n        \"mbl\": \"AABB\",\n        \"notes\": \"note\",\n        \"notify\": null,\n        \"owner\": {\n            \"_id\": \"64923794a1727236e13e4a56\",\n            \"name\": \"Cargologik\"\n        },\n        \"packagesInfo\": [\n            {\n                \"packageType\": \"Dry 40'\",\n                \"amount\": 1,\n                \"weight\": \"1\",\n                \"weightMetric\": \"kg\",\n                \"hazardousMaterials\": \"0\",\n                \"volume\": \"1\",\n                \"volumeMetric\": \"m³\"\n            }\n        ],\n        \"participants\": [\n            {\n                \"_id\": \"652700a42a7f100f100ddbcb\",\n                \"assignedTo\": {\n                    \"_id\": \"64923794ab8add620f4ec7fa\",\n                    \"firstName\": \"Dev\",\n                    \"lastName\": \"Cargologik\",\n                    \"email\": \"diego.echeverry+cargologik@rokk3rlabs.com\"\n                },\n                \"company\": {\n                    \"_id\": \"64923794a1727236e13e4a56\",\n                    \"name\": \"Cargologik\"\n                },\n                \"shipment\": \"652700a42a7f100f100ddb07\",\n                \"createdAt\": \"2023-10-11T20:08:04.919Z\",\n                \"creationUser\": \"64923794ab8add620f4ec7fa\",\n                \"isOwner\": false,\n                \"status\": \"active\",\n                \"type\": \"acm-lsp\"\n            },\n            {\n                \"_id\": \"652700a42a7f100f100ddbd7\",\n                \"assignedTo\": {\n                    \"_id\": \"64e9317e8a8f063e5e36cf56\",\n                    \"firstName\": \"Cata\",\n                    \"lastName\": \"Admin\",\n                    \"email\": \"catalina.castrillon+dev_admin@cargologik.com\"\n                },\n                \"company\": {\n                    \"_id\": \"64923794a1727236e13e4a56\",\n                    \"name\": \"Cargologik\"\n                },\n                \"shipment\": \"652700a42a7f100f100ddb07\",\n                \"createdAt\": \"2023-10-11T20:08:04.942Z\",\n                \"creationUser\": \"64923794ab8add620f4ec7fa\",\n                \"isOwner\": false,\n                \"status\": \"active\",\n                \"type\": \"acm-lsp\"\n            },\n            {\n                \"_id\": \"652700a42a7f100f100ddbe3\",\n                \"assignedTo\": {\n                    \"_id\": \"64e9325dee1e86e94e88d1e0\",\n                    \"firstName\": \"Pedro\",\n                    \"lastName\": \"Standard\",\n                    \"email\": \"catalina.castrillon+dev_standard@cargologik.com\"\n                },\n                \"company\": {\n                    \"_id\": \"64923794a1727236e13e4a56\",\n                    \"name\": \"Cargologik\"\n                },\n                \"shipment\": \"652700a42a7f100f100ddb07\",\n                \"createdAt\": \"2023-10-11T20:08:04.955Z\",\n                \"creationUser\": \"64923794ab8add620f4ec7fa\",\n                \"isOwner\": false,\n                \"status\": \"active\",\n                \"type\": \"acm-lsp\"\n            },\n            {\n                \"_id\": \"652700a42a7f100f100ddbef\",\n                \"assignedTo\": {\n                    \"_id\": \"64ed559596ee9cd4525ad9f1\",\n                    \"firstName\": \"Super\",\n                    \"lastName\": \"Man\",\n                    \"email\": \"diego.echeverry+super@rokk3rlabs.com\"\n                },\n                \"company\": {\n                    \"_id\": \"64923794a1727236e13e4a56\",\n                    \"name\": \"Cargologik\"\n                },\n                \"shipment\": \"652700a42a7f100f100ddb07\",\n                \"createdAt\": \"2023-10-11T20:08:04.967Z\",\n                \"creationUser\": \"64923794ab8add620f4ec7fa\",\n                \"isOwner\": false,\n                \"status\": \"active\",\n                \"type\": \"acm-lsp\"\n            },\n            {\n                \"_id\": \"652700a42a7f100f100ddbfb\",\n                \"assignedTo\": {\n                    \"_id\": \"64ed55ca96ee9cd4525adc2a\",\n                    \"firstName\": \"Mega\",\n                    \"lastName\": \"Man\",\n                    \"email\": \"diego.echeverry+mega@rokk3rlabs.com\"\n                },\n                \"company\": {\n                    \"_id\": \"64923794a1727236e13e4a56\",\n                    \"name\": \"Cargologik\"\n                },\n                \"shipment\": \"652700a42a7f100f100ddb07\",\n                \"createdAt\": \"2023-10-11T20:08:04.977Z\",\n                \"creationUser\": \"64923794ab8add620f4ec7fa\",\n                \"isOwner\": false,\n                \"status\": \"active\",\n                \"type\": \"acm-lsp\"\n            },\n            {\n                \"_id\": \"652700a42a7f100f100ddc07\",\n                \"assignedTo\": {\n                    \"_id\": \"64ee07916c38310518139822\",\n                    \"firstName\": \"Miguelito\",\n                    \"lastName\": \"Ruanas\",\n                    \"email\": \"diego.echeverry+miguelito@rokk3rlabs.com\"\n                },\n                \"company\": {\n                    \"_id\": \"64923794a1727236e13e4a56\",\n                    \"name\": \"Cargologik\"\n                },\n                \"shipment\": \"652700a42a7f100f100ddb07\",\n                \"createdAt\": \"2023-10-11T20:08:04.990Z\",\n                \"creationUser\": \"64923794ab8add620f4ec7fa\",\n                \"isOwner\": false,\n                \"status\": \"active\",\n                \"type\": \"acm-lsp\"\n            },\n            {\n                \"_id\": \"652700a52a7f100f100ddc13\",\n                \"assignedTo\": {\n                    \"_id\": \"64ee09422ba582445b55bbc4\",\n                    \"firstName\": \"Oscar\",\n                    \"lastName\": \"Egidio\",\n                    \"email\": \"diego.echeverry+eogi@rokk3rlabs.com\"\n                },\n                \"company\": {\n                    \"_id\": \"64923794a1727236e13e4a56\",\n                    \"name\": \"Cargologik\"\n                },\n                \"shipment\": \"652700a42a7f100f100ddb07\",\n                \"createdAt\": \"2023-10-11T20:08:05.001Z\",\n                \"creationUser\": \"64923794ab8add620f4ec7fa\",\n                \"isOwner\": false,\n                \"status\": \"active\",\n                \"type\": \"acm-lsp\"\n            },\n            {\n                \"_id\": \"652700a52a7f100f100ddc1f\",\n                \"assignedTo\": {\n                    \"_id\": \"64ee0dcbc19f8c3e19bb25e5\",\n                    \"firstName\": \"Miguel Angel\",\n                    \"lastName\": \"Dara\",\n                    \"email\": \"diego.echeverry+mida@rokk3rlabs.com\"\n                },\n                \"company\": {\n                    \"_id\": \"64923794a1727236e13e4a56\",\n                    \"name\": \"Cargologik\"\n                },\n                \"shipment\": \"652700a42a7f100f100ddb07\",\n                \"createdAt\": \"2023-10-11T20:08:05.013Z\",\n                \"creationUser\": \"64923794ab8add620f4ec7fa\",\n                \"isOwner\": false,\n                \"status\": \"active\",\n                \"type\": \"acm-lsp\"\n            },\n            {\n                \"_id\": \"652700a52a7f100f100ddc2b\",\n                \"assignedTo\": {\n                    \"_id\": \"64924297847500dca9ae2aa5\",\n                    \"firstName\": \"Maicol\",\n                    \"lastName\": \"Shipper\",\n                    \"email\": \"lucas.silva@cargologik.com\"\n                },\n                \"company\": {\n                    \"_id\": \"64924297a1727236e13f5137\",\n                    \"name\": \"Diego Shipper 2\"\n                },\n                \"shipment\": \"652700a42a7f100f100ddb07\",\n                \"createdAt\": \"2023-10-11T20:08:05.029Z\",\n                \"creationUser\": \"64923794ab8add620f4ec7fa\",\n                \"isOwner\": false,\n                \"status\": \"active\",\n                \"type\": \"main-shipper\"\n            }\n        ],\n        \"paymentTerms\": \"collect\",\n        \"pickupAddress\": \"\",\n        \"pickupDate\": null,\n        \"planVisibility\": \"64546c1d46bd8f753a4781fe\",\n        \"portDestination\": null,\n        \"portOrigin\": null,\n        \"referenceName\": \"Test1\",\n        \"shipmentType\": \"FCL\",\n        \"shipper\": \"6527004d6675ae46a95f7a42\",\n        \"tags\": [\n            \"upcoming\",\n            \"quick\"\n        ],\n        \"tenant\": \"6492387eab8add620f4ec849\",\n        \"totalChargeableWeight\": 1,\n        \"totalVolume\": 1,\n        \"totalVolumetricWeight\": 0,\n        \"totalWeight\": 1,\n        \"trade\": \"export\",\n        \"voyageNumber\": \"COSU6340835270\"\n    }\n}"}],"_postman_id":"8bfba981-3b12-43d2-9bba-1dfeeeb2c9bd"},{"name":"Update Shipment V2","id":"c3d9e7b8-3799-4321-a1b4-3100eae5ff96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{URL}}/api/v2/shipments/update","description":"<h1 id=\"📦-put-apishipmentupdate---update-an-existing-shipment\">📦 PUT /api/shipment/update - Update an existing shipment</h1>\n<p>Updates an existing shipment with the provided data.</p>\n<hr />\n<h2 id=\"🔐-headers\">🔐 Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"🧾-body-json\">🧾 Body (JSON)</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"_id\": \"66129a99c347cb002e9318d2\",\n  \"referenceName\": \"UPDATED Shipment\",\n  \"internalReference\": \"NEW-INT-REF\",\n  \"notes\": \"Updated notes here\",\n  \"eta\": \"2024-12-10\",\n  \"etd\": \"2024-12-01\",\n  \"pickupDate\": \"2024-11-28\",\n  \"deliveryAddress\": \"New delivery address\",\n  \"packagesInfo\": [\n    {\n      \"packageType\": \"Dry 40'\",\n      \"amount\": 2,\n      \"weight\": \"2\",\n      \"weightMetric\": \"kg\",\n      \"volume\": \"3\",\n      \"volumeMetric\": \"m³\"\n    }\n  ],\n  \"totalWeight\": 2,\n  \"totalVolume\": 3,\n  \"paymentTerms\": \"prepaid\",\n  \"configTracking\": \"mbl\",\n  \"carrier\": {\n    \"name\": \"MSC\",\n    \"scac\": [\"MSCU\"]\n  },\n  \"shipper\": {\n    \"name\": \"Updated Shipper\",\n    \"email\": \"updated@shipper.com\",\n    \"address\": \"Miami\"\n  },\n  \"consignee\": {\n    \"name\": \"Updated Consignee\",\n    \"email\": \"updated@consignee.com\",\n    \"address\": \"Panama\"\n  }\n}\n\n</code></pre>\n<blockquote>\n<p>⚠️ Note: Do not include non-editable fields like <code>_id</code>, <code>company</code>, <code>owner</code>, <code>refCompany</code>, <code>shipmentId</code>, <code>createdAt</code>, <code>updatedAt</code>, <code>creationUser</code>, or <code>updateUser</code>. </p>\n</blockquote>\n<hr />\n<h2 id=\"✅-successful-response\">✅ Successful Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"success\",\n  \"data\": {\n    \"_id\": \"66129a99c347cb002e9318d2\",\n    \"shipmentId\": \"SHIP-00001234\",\n    \"referenceName\": \"UPDATED Shipment\",\n    \"mbl\": \"AABB\",\n    \"freightType\": \"ship\",\n    ...\n  }\n}\n\n</code></pre>\n<hr />\n<h2 id=\"⚠️-common-errors\">⚠️ Common Errors</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Shipment not found → The ID does not exist in the database.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Error getting shipment → Failed to fetch shipment data.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>carrier_incorrect_format → The MBL does not match the carrier format.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Container number is invalid → One or more containers are invalid.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Cannot update restricted fields → Attempted to update protected fields like <code>_id</code>, <code>company</code>, etc.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"📌-main-parameters-based-on-mongodb-schema\">📌 Main Parameters (based on MongoDB schema)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>_id</code></td>\n<td>ObjectId</td>\n<td>✅</td>\n<td>ID of the shipment to update.</td>\n</tr>\n<tr>\n<td><code>referenceName</code></td>\n<td>String</td>\n<td>✅</td>\n<td>Reference name of the shipment.</td>\n</tr>\n<tr>\n<td><code>internalReference</code></td>\n<td>String</td>\n<td>❌</td>\n<td>Internal reference of the shipment.</td>\n</tr>\n<tr>\n<td><code>notes</code></td>\n<td>String</td>\n<td>❌</td>\n<td>General notes.</td>\n</tr>\n<tr>\n<td><code>freightType</code></td>\n<td>String</td>\n<td>❌</td>\n<td>Transport mode: \"ship\", \"plane\", \"truck\".</td>\n</tr>\n<tr>\n<td><code>shipmentType</code></td>\n<td>String</td>\n<td>❌</td>\n<td>Type of load: \"FCL\", \"LCL\".</td>\n</tr>\n<tr>\n<td><code>eta</code> / <code>etd</code></td>\n<td>Date</td>\n<td>❌</td>\n<td>Estimated dates.</td>\n</tr>\n<tr>\n<td><code>pickupDate</code></td>\n<td>Date</td>\n<td>❌</td>\n<td>Estimated pickup date.</td>\n</tr>\n<tr>\n<td><code>packagesInfo</code></td>\n<td>Array</td>\n<td>❌</td>\n<td>Package array with weight, volume, type, etc.</td>\n</tr>\n<tr>\n<td><code>totalWeight</code></td>\n<td>Number</td>\n<td>❌</td>\n<td>Total weight of the shipment.</td>\n</tr>\n<tr>\n<td><code>totalVolume</code></td>\n<td>Number</td>\n<td>❌</td>\n<td>Total volume of the shipment.</td>\n</tr>\n<tr>\n<td><code>paymentTerms</code></td>\n<td>String</td>\n<td>❌</td>\n<td>Payment terms: \"prepaid\", \"collect\", etc.</td>\n</tr>\n<tr>\n<td><code>configTracking</code></td>\n<td>String</td>\n<td>❌</td>\n<td>Tracking type: \"mbl\", \"bookingNumber\", \"containerNumber\".</td>\n</tr>\n<tr>\n<td><code>carrier</code></td>\n<td>Object</td>\n<td>❌</td>\n<td>Carrier information (name, SCAC, etc.).</td>\n</tr>\n<tr>\n<td><code>shipper</code> / <code>consignee</code></td>\n<td>Object</td>\n<td>❌</td>\n<td>Contact details (name, email, address, etc.).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"🛡-protected-fields-should-not-be-updated\">🛡 Protected Fields (should not be updated)</h2>\n<p>These fields are either ignored or will cause an error if included in the update payload:</p>\n<ul>\n<li><p><code>_id</code></p>\n</li>\n<li><p><code>company</code></p>\n</li>\n<li><p><code>owner</code></p>\n</li>\n<li><p><code>refCompany</code></p>\n</li>\n<li><p><code>shipmentId</code></p>\n</li>\n<li><p><code>createdAt</code></p>\n</li>\n<li><p><code>updatedAt</code></p>\n</li>\n<li><p><code>creationUser</code></p>\n</li>\n<li><p><code>updateUser</code></p>\n</li>\n</ul>\n<hr />\n<h2 id=\"🧪-tips\">🧪 Tips</h2>\n<ul>\n<li><p>If <code>mbl</code>, <code>bookingNumber</code>, or <code>containersNumber</code> changes, associated events are regenerated.</p>\n</li>\n<li><p>Business rules are validated when activating a shipment (<code>currentStatus: active</code>).</p>\n</li>\n<li><p>Shipment tracking is automatically updated after editing.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","v2","shipments","update"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"b0ed532e-4643-4e3f-8b3b-f9800c673506","name":"Update Shipment V2","originalRequest":{"method":"PUT","header":[],"url":"{{URL}}/api/v2/shipments/update"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c3d9e7b8-3799-4321-a1b4-3100eae5ff96"}],"id":"05aa2946-55cc-490b-8614-17660d363f5e","description":"<h1 id=\"definition\">Definition</h1>\n<p>The Shipments module provides several endpoints to interact with shipment data. Here is a list of possible endpoints and their descriptions:</p>\n","_postman_id":"05aa2946-55cc-490b-8614-17660d363f5e"},{"name":"Common","item":[{"name":"List carriers","id":"c72fcb54-7074-4b2e-894e-2f3b6f5018af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"{{URL}}/api/v2/common/list-carriers?page=1&limit=10&search=sea&type=carrier&group=sea&sort=name:desc","description":"<p>This endpoint allows listing carriers.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Page of results to display (pagination).</td>\n<td>0</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Limit of items to return per page.</td>\n<td>10</td>\n</tr>\n<tr>\n<td>search</td>\n<td>Search term or filter.</td>\n<td>sea</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Type of item to search for (in this case, carrier).</td>\n<td>carrier</td>\n</tr>\n<tr>\n<td>group</td>\n<td>Group it belongs to (in this case, sea).</td>\n<td>sea</td>\n</tr>\n<tr>\n<td>sort</td>\n<td>Sort results by a field and direction.</td>\n<td>name:desc</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","common","list-carriers"],"host":["{{URL}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"search","value":"sea"},{"description":{"content":"<p>carrier, incoterms</p>\n","type":"text/plain"},"key":"type","value":"carrier"},{"key":"group","value":"sea"},{"key":"sort","value":"name:desc"}],"variable":[]}},"response":[{"id":"9411d999-b936-478d-aa13-f4fd77afe606","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"{{URL}}/api/v2/common/list-carriers?page=0&limit=10&search=sea&type=carrier&group=sea&sort=name:desc","host":["{{URL}}"],"path":["api","v2","common","list-carriers"],"query":[{"key":"page","value":"0"},{"key":"limit","value":"10"},{"key":"search","value":"sea"},{"key":"type","value":"carrier"},{"key":"group","value":"sea"},{"key":"sort","value":"name:desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"c8c-wM9uNCCDijTiHEuEEtz684htmDc\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 13 Oct 2023 13:45:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"scac\": [],\n            \"_id\": \"6019c700e3e6248a7fd73cb9\",\n            \"name\": \"Zhonggu Logistics Corp.\",\n            \"type\": \"carrier\",\n            \"group\": \"sea\",\n            \"createdAt\": \"2021-01-29T21:58:41.246Z\"\n        },\n        {\n            \"_id\": \"6019c700e3e6248a7fd73cb1\",\n            \"name\": \"ZIM\",\n            \"type\": \"carrier\",\n            \"group\": \"sea\",\n            \"logo\": \"https://storage.googleapis.com/carriers_logos/zim.png\",\n            \"logo2x\": \"https://storage.googleapis.com/carriers_logos/zim%402x.png\",\n            \"createdAt\": \"2021-01-29T21:58:41.246Z\",\n            \"scac\": [\n                \"ZIMU\",\n                \"SSPH\",\n                \"SSPHAAA\",\n                \"ZIMUAAA\"\n            ]\n        },\n        {\n            \"_id\": \"6019c700e3e6248a7fd73cb7\",\n            \"name\": \"Yang Ming\",\n            \"type\": \"carrier\",\n            \"group\": \"sea\",\n            \"logo\": \"https://storage.googleapis.com/carriers_logos/Yang-ming.png\",\n            \"logo2x\": \"https://storage.googleapis.com/carriers_logos/Yang-ming%402x.png\",\n            \"createdAt\": \"2021-01-29T21:58:41.246Z\",\n            \"scac\": [\n                \"YMLU\",\n                \"YMLUE\",\n                \"YMLUB\",\n                \"YMLUT\",\n                \"YMLUW\"\n            ]\n        },\n        {\n            \"scac\": [],\n            \"_id\": \"6019c700e3e6248a7fd73cbd\",\n            \"name\": \"X-Press Feeder Group\",\n            \"type\": \"carrier\",\n            \"group\": \"sea\",\n            \"createdAt\": \"2021-01-29T21:58:41.246Z\",\n            \"logo2x\": \"https://storage.googleapis.com/carriers_logos/X-Press%20Feeder Group@2x (3).jpg\",\n            \"logo\": \"https://storage.googleapis.com/carriers_logos/X-Press%20Feeder Group.jpg\"\n        },\n        {\n            \"_id\": \"6019c700e3e6248a7fd73ce3\",\n            \"name\": \"Westwood Shipping\",\n            \"type\": \"carrier\",\n            \"group\": \"sea\",\n            \"scac\": [\n                \"WAXU\"\n            ],\n            \"logo\": \"https://storage.googleapis.com/carriers_logos/westwood.png\",\n            \"logo2x\": \"https://storage.googleapis.com/carriers_logos/westwood%402x.png\",\n            \"createdAt\": \"2021-01-29T21:58:41.246Z\"\n        },\n        {\n            \"_id\": \"6019c700e3e6248a7fd73cba\",\n            \"name\": \"Wan Hai Lines\",\n            \"type\": \"carrier\",\n            \"group\": \"sea\",\n            \"logo\": \"https://storage.googleapis.com/carriers_logos/wan%20hai%20lines.png\",\n            \"logo2x\": \"https://storage.googleapis.com/carriers_logos/wan%20hai%20lines%402x.png\",\n            \"createdAt\": \"2021-01-29T21:58:41.246Z\",\n            \"scac\": [\n                \"22AA\"\n            ]\n        },\n        {\n            \"_id\": \"6109d18a57f4854bc809b713\",\n            \"name\": \"WESTWOOD SHIPPING LINES\",\n            \"scac\": [\n                \"WWSU\"\n            ],\n            \"type\": \"carrier\",\n            \"group\": \"sea\",\n            \"logo\": \"https://storage.googleapis.com/carriers_logos/WESTWOOD%20SHIPPING LINES.jpg\",\n            \"logo2x\": \"https://storage.googleapis.com/carriers_logos/WESTWOOD%20SHIPPING LINES@2x.jpg\",\n            \"createdAt\": \"2023-10-13T13:45:59.242Z\"\n        },\n        {\n            \"_id\": \"6109d18c57f4854bc809b71b\",\n            \"name\": \"W.E.C. (West European Container) Lines\",\n            \"logo\": \"https://storage.googleapis.com/carriers_logos/W.E.C.%20%28West%20European%20Container%29%20Lines.jpg\",\n            \"logo2x\": \"https://storage.googleapis.com/carriers_logos/W.E.C.%20%28West%20European%20Container%29%20Lines@2x.jpg\",\n            \"scac\": [\n                \"WECU\"\n            ],\n            \"type\": \"carrier\",\n            \"group\": \"sea\",\n            \"createdAt\": \"2023-10-13T13:45:59.242Z\"\n        },\n        {\n            \"scac\": [],\n            \"_id\": \"6019c700e3e6248a7fd73cf2\",\n            \"name\": \"VASI Shipping Pte Ltd\",\n            \"type\": \"carrier\",\n            \"group\": \"sea\",\n            \"createdAt\": \"2021-01-29T21:58:41.246Z\",\n            \"logo\": \"https://storage.googleapis.com/carriers_logos/VASI%20Shipping Pte Ltd.jpg\",\n            \"logo2x\": \"https://storage.googleapis.com/carriers_logos/VASI%20Shipping Pte Ltd@2x.jpg\"\n        },\n        {\n            \"scac\": [],\n            \"_id\": \"6019c700e3e6248a7fd73d04\",\n            \"name\": \"United Africa Feeder Line (UAFL)\",\n            \"type\": \"carrier\",\n            \"group\": \"sea\",\n            \"createdAt\": \"2021-01-29T21:58:41.246Z\",\n            \"logo\": \"https://storage.googleapis.com/carriers_logos/United%20Africa Feeder Line (UAFL).jpg\",\n            \"logo2x\": \"https://storage.googleapis.com/carriers_logos/United%20Africa Feeder Line (UAFL)@2x.jpg\"\n        }\n    ],\n    \"totalItems\": 136,\n    \"limit\": 10,\n    \"totalPages\": 14,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": true,\n    \"prevPage\": null,\n    \"nextPage\": 2\n}"}],"_postman_id":"c72fcb54-7074-4b2e-894e-2f3b6f5018af"},{"name":"List carrier ports","id":"c792d10c-87bc-4d9a-b0b2-62e51016acce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"{{URL}}/api/v2/common/list-carrier-ports?page=1&limit=10&search=miami&type=seaport&sort=","description":"<p>This endpoint allows listing sea port carriers</p>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Number</td>\n<td>Page number for pagination (default is 1).</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Number</td>\n<td>Number of items to retrieve per page.</td>\n</tr>\n<tr>\n<td>search</td>\n<td>String</td>\n<td>Search query to filter results.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of port (e.g., seaport, airport).</td>\n</tr>\n<tr>\n<td>sort</td>\n<td>String</td>\n<td>Sorting criteria for results (optional).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-fields\">Response Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>Array</td>\n<td>List of carrier ports matching the search criteria.</td>\n</tr>\n<tr>\n<td>totalItems</td>\n<td>Number</td>\n<td>Total number of items matching the search criteria.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Number</td>\n<td>Limit of items per page.</td>\n</tr>\n<tr>\n<td>totalPages</td>\n<td>Number</td>\n<td>Total number of pages based on the limit and total items.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Number</td>\n<td>Current page number.</td>\n</tr>\n<tr>\n<td>pagingCounter</td>\n<td>Number</td>\n<td>Counter for pagination.</td>\n</tr>\n<tr>\n<td>hasPrevPage</td>\n<td>Boolean</td>\n<td>Indicates if there is a previous page.</td>\n</tr>\n<tr>\n<td>hasNextPage</td>\n<td>Boolean</td>\n<td>Indicates if there is a next page.</td>\n</tr>\n<tr>\n<td>prevPage</td>\n<td>Number</td>\n<td>Number of the previous page.</td>\n</tr>\n<tr>\n<td>nextPage</td>\n<td>Number</td>\n<td>Number of the next page.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","common","list-carrier-ports"],"host":["{{URL}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"description":{"content":"<p>String</p>\n","type":"text/plain"},"key":"search","value":"miami"},{"description":{"content":"<p>seaport, airport</p>\n","type":"text/plain"},"key":"type","value":"seaport"},{"key":"sort","value":""}],"variable":[]}},"response":[{"id":"ca718f5b-e80b-4aa9-9d35-98e5deae9208","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"{{URL}}/api/v2/common/list-carrier-ports?page=1&limit=10&search=miami&type=seaport&sort=","host":["{{URL}}"],"path":["api","v2","common","list-carrier-ports"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"search","value":"miami","description":"String"},{"key":"type","value":"seaport","description":"seaport, airport"},{"key":"sort","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"251"},{"key":"ETag","value":"W/\"fb-4mvxRIwvva+BhYEnPN8m74NmON0\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 13 Oct 2023 13:46:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"64adef3a02aa7690ca356a56\",\n            \"codeCountry\": \"US\",\n            \"code\": \"USMIA\",\n            \"name\": \"Miami\",\n            \"type\": \"seaport\"\n        }\n    ],\n    \"totalItems\": 1,\n    \"limit\": 10,\n    \"totalPages\": 1,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"c792d10c-87bc-4d9a-b0b2-62e51016acce"},{"name":"List commodities","id":"18edaaa1-b0c3-439f-adec-933988391194","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"{{URL}}/api/v2/common/list-commodities?page=1&limit=20&search=cats","description":"<p>This endpoint allows you to list commodities.</p>\n","urlObject":{"path":["api","v2","common","list-commodities"],"host":["{{URL}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"search","value":"cats"}],"variable":[]}},"response":[{"id":"88640b89-d459-4861-b819-e18962374cf1","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"{{URL}}/api/v2/common/list-commodities?page=1&limit=20&search=cats","host":["{{URL}}"],"path":["api","v2","common","list-commodities"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"search","value":"cats"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"559"},{"key":"ETag","value":"W/\"22f-00KSQmhazDONBdmc/i48XOkBmoI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 13 Oct 2023 13:46:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"6070c72b18a6657bcd28801e\",\n            \"code\": \"10101501\",\n            \"name\": \"Cats\"\n        },\n        {\n            \"_id\": \"6070c73618a6657bcd28805e\",\n            \"code\": \"10121804\",\n            \"name\": \"Dry food for cats\"\n        },\n        {\n            \"_id\": \"6070c73518a6657bcd28805d\",\n            \"code\": \"10121803\",\n            \"name\": \"Milk for dogs or cats\"\n        },\n        {\n            \"_id\": \"6070c73618a6657bcd28805f\",\n            \"code\": \"10121805\",\n            \"name\": \"Moist food for cats\"\n        },\n        {\n            \"_id\": \"6070c73618a6657bcd288060\",\n            \"code\": \"10121806\",\n            \"name\": \"Treats or snacks for cats or dogs\"\n        }\n    ],\n    \"totalItems\": 5,\n    \"limit\": 20,\n    \"totalPages\": 1,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"18edaaa1-b0c3-439f-adec-933988391194"},{"name":"Update Table Settings","id":"ce1a6f20-67a3-4f1c-a2eb-d157e9fb736f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"module\": \"shipment\",\r\n    \"fields\": [\r\n        \"planVisibility.name\",\r\n        \"shipmentId\",\r\n        \"tags\",\r\n        \"fullMbl\",\r\n        \"freightType\",\r\n        \"shipmentType\",\r\n        \"shipperName\",\r\n        \"origin.address\",\r\n        \"destination.address\",\r\n        \"portOrigin.address\",\r\n        \"portDestination.address\",\r\n        \"referenceName\",\r\n        \"commodity\",\r\n        \"createdAt\",\r\n        \"lastATAValue\",\r\n        \"lastATDValue\",\r\n        \"notes\",\r\n        \"fullHBL\",\r\n        \"routed\",\r\n        \"totalWeight\",\r\n        \"voyageNumber\",\r\n        \"firstETDValue\",\r\n        \"firstETAValue\",\r\n        \"lastETDValue\",\r\n        \"lastETAValue\",\r\n        \"totalVolume\",\r\n        \"numberOfContainers\",\r\n        \"lspName\",\r\n        \"creationUser.fullName\",\r\n        \"incoterm\",\r\n        \"internalReference\",\r\n        \"vesselNumber\",\r\n        \"lastPTDValue\",\r\n        \"lastPTAValue\",\r\n        \"pickupAddress\",\r\n        \"carrier.name\",\r\n        \"currentStatus\",\r\n        \"updatedAt\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/common/settings","description":"<p>This endpoint allows saving the configuration of which fields to display in the web application's table.</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>module</td>\n<td>String</td>\n<td>The module for which settings are requested.</td>\n</tr>\n<tr>\n<td>fields</td>\n<td>Array</td>\n<td>List of fields to retrieve settings for.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-fields\">Response Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>configTable</td>\n<td>Object</td>\n<td>Settings configuration for the specified module.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-data-fields\">Response Data Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>Unique identifier of the settings.</td>\n</tr>\n<tr>\n<td>creationUser</td>\n<td>String</td>\n<td>User who created the settings.</td>\n</tr>\n<tr>\n<td>module</td>\n<td>String</td>\n<td>Module for which the settings are configured.</td>\n</tr>\n<tr>\n<td>tenant</td>\n<td>String</td>\n<td>Tenant associated with the settings.</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>Date and time when the settings were created.</td>\n</tr>\n<tr>\n<td>fields</td>\n<td>Array</td>\n<td>List of fields configured for the module.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","common","settings"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"a81e9245-8f96-4bcf-b274-a0d6a37944cc","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"module\": \"quote\",\r\n    \"fields\": [\r\n        \"_id\",\r\n        \"tags\",\r\n        \"tenantId\",\r\n        \"bookingId\",\r\n        \"companyId\",\r\n        \"referenceName\",\r\n        \"quoteId\",\r\n        \"manualInput\",\r\n        \"fullName\",\r\n        \"shipper\",\r\n        \"consignee\",\r\n        \"carrier\",\r\n        \"origin\",\r\n        \"destination\",\r\n        \"arrivalDate\",\r\n        \"etd\",\r\n        \"timeOfTransit\",\r\n        \"currentStatus\",\r\n        \"currentMilestone\",\r\n        \"attachments\",\r\n        \"vesselNumber\",\r\n        \"cutoff\",\r\n        \"confirmationNumber\",\r\n        \"mbl\",\r\n        \"flightNumber\",\r\n        \"accessorials\",\r\n        \"originDetails\",\r\n        \"destinationDetails\",\r\n        \"owner\",\r\n        \"shipmentId\",\r\n        \"alterTags\",\r\n        \"updatedAt\",\r\n        \"createdAt\",\r\n        \"commodity\",\r\n        \"incoterms\",\r\n        \"paymentTerms\",\r\n        \"automaticEvents\",\r\n        \"company\",\r\n        \"cutoffDays\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/common/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"697"},{"key":"ETag","value":"W/\"2b9-OWjfgosOhGx4t50/gb0DGlrGlRE\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 13 Oct 2023 13:51:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"configTable\": {\n        \"_id\": \"65eb901f9cf7472678c13118\",\n        \"creationUser\": \"64137ebd51c1ab803a753275\",\n        \"module\": \"shipment\",\n        \"tenant\": \"64138cd451c1ab803a76568e\",\n        \"__v\": 0,\n        \"createdAt\": \"2024-03-08T22:24:31.132Z\",\n        \"fields\": [\n            \"planVisibility.name\",\n            \"shipmentId\",\n            \"tags\",\n            \"fullMbl\",\n            \"freightType\",\n            \"shipmentType\",\n            \"shipperName\",\n            \"origin.address\",\n            \"destination.address\",\n            \"portOrigin.address\",\n            \"portDestination.address\",\n            \"referenceName\",\n            \"commodity\",\n            \"createdAt\",\n            \"lastATAValue\",\n            \"lastATDValue\",\n            \"notes\",\n            \"fullHBL\",\n            \"routed\",\n            \"totalWeight\",\n            \"voyageNumber\",\n            \"firstETDValue\",\n            \"firstETAValue\",\n            \"lastETDValue\",\n            \"lastETAValue\",\n            \"totalVolume\",\n            \"numberOfContainers\",\n            \"lspName\",\n            \"creationUser.fullName\",\n            \"incoterm\",\n            \"internalReference\",\n            \"vesselNumber\",\n            \"lastPTDValue\",\n            \"lastPTAValue\",\n            \"pickupAddress\",\n            \"carrier.name\",\n            \"currentStatus\",\n            \"updatedAt\"\n        ]\n    }\n}"}],"_postman_id":"ce1a6f20-67a3-4f1c-a2eb-d157e9fb736f"},{"name":"List Shippers, LSPs, Team Members","id":"913a9e09-6b36-4ef9-9c66-4cffb2209c47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"shipper\",\r\n    \"limit\": 20,\r\n    \"page\": 1,\r\n    \"search\": \"\",\r\n    \"collaborate\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/common/users-company","description":"<p>This endpoint allows listing the user's companies.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Possible Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>Type of entity (e.g., \"shipper\").</td>\n<td>\"shipper\"</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Maximum number of items per page.</td>\n<td>Numeric value</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Page number for pagination.</td>\n<td>Numeric value</td>\n</tr>\n<tr>\n<td>search</td>\n<td>Search criteria (e.g., company name).</td>\n<td>String</td>\n</tr>\n<tr>\n<td>collaborate</td>\n<td>Indicates collaboration (true/false).</td>\n<td>true or false</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","common","users-company"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"5e401517-2e47-46e8-b506-8fcb05f2097c","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"shipper\",\r\n    \"limit\": 20,\r\n    \"page\": 1,\r\n    \"search\": \"\",\r\n    \"collaborate\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/common/users-company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"52a-byQELC2bLAr3a826VdyyQMW1f/w\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 13 Oct 2023 13:56:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"user\": {\n                \"_id\": \"64924297847500dca9ae2aa5\",\n                \"firstName\": \"Maicol\",\n                \"lastName\": \"Shipper\",\n                \"email\": \"lucas.silva@cargologik.com\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"company\": {\n                \"_id\": \"64924297a1727236e13f5137\",\n                \"name\": \"Diego Shipper 2\"\n            },\n            \"status\": \"active\"\n        },\n        {\n            \"user\": {\n                \"_id\": \"64961c54416606c8874e1e60\",\n                \"firstName\": \"Shipper\",\n                \"lastName\": \"Pedro\",\n                \"email\": \"pedro.holgin+shipper1@cargologik.com\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\"\n            },\n            \"status\": \"active\"\n        },\n        {\n            \"user\": {\n                \"_id\": \"64ab1ff9987f0391baf9a5d5\",\n                \"firstName\": \"Cata\",\n                \"lastName\": \"Owner\",\n                \"email\": \"catacastri01+pm@gmail.com\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"company\": {\n                \"_id\": \"64ab1ff9a1727236e14b506d\",\n                \"name\": \"Pa Mascotas\"\n            },\n            \"status\": \"active\"\n        },\n        {\n            \"user\": {\n                \"_id\": \"64ba97808e1b1dec4387cabe\",\n                \"firstName\": \"Pedro\",\n                \"lastName\": \"Holguin\",\n                \"email\": \"pedro.holgin+shipper10@cargologik.com\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\"\n            },\n            \"status\": \"pending\"\n        },\n        {\n            \"user\": {\n                \"_id\": \"6503619b912a9b9f34dc57b3\",\n                \"firstName\": \"User\",\n                \"lastName\": \"Shipper\",\n                \"email\": \"diego.echeverry+shipper@cargologik.com\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"company\": {\n                \"_id\": \"6503619a1b9b4b4d1841f4aa\",\n                \"name\": \"Shiperland\"\n            },\n            \"status\": \"active\"\n        }\n    ],\n    \"totalItems\": 5,\n    \"limit\": 20,\n    \"totalPages\": 1,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"913a9e09-6b36-4ef9-9c66-4cffb2209c47"},{"name":"List ShipmentId, QuoteId, BookingId","id":"e905fde4-096b-4cb9-86f0-c3e048677ee1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"quote\",\r\n    \"limit\": 10,\r\n    \"page\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/common/listDataForModule","description":"<h3 id=\"description\">Description</h3>\n<p>This endpoint retrieves a list of quotes based on specified criteria such as type, limit, and page number. It returns details of each quote, including its ID, status, creator, participants, and pagination information.</p>\n<h3 id=\"request-data\">Request Data</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of data to retrieve (e.g., \"quote\").</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Number</td>\n<td>The maximum number of items to return per page.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Number</td>\n<td>The page number of the results to retrieve.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-data\">Response Data</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>Array</td>\n<td>An array of objects containing the retrieved data, each object representing a quote with its details.</td>\n</tr>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>The unique ID of the quote.</td>\n</tr>\n<tr>\n<td>quoteId</td>\n<td>String</td>\n<td>The ID or identifier of the quote.</td>\n</tr>\n<tr>\n<td>creationUser</td>\n<td>String</td>\n<td>The ID of the user who created the quote.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the quote (e.g., \"active\", \"awaitingResponse\", \"actionRequired\", \"deleted\", \"rejected\").</td>\n</tr>\n<tr>\n<td>tenant</td>\n<td>String</td>\n<td>The ID of the tenant associated with the quote.</td>\n</tr>\n<tr>\n<td>participants</td>\n<td>Array</td>\n<td>An array of objects representing participants involved in the quote, each containing their assigned ID.</td>\n</tr>\n<tr>\n<td>totalItems</td>\n<td>Number</td>\n<td>The total number of items available.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Number</td>\n<td>The current page number of the results.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Number</td>\n<td>The maximum number of items per page.</td>\n</tr>\n<tr>\n<td>hasNextPage</td>\n<td>Boolean</td>\n<td>Indicates if there is a next page available.</td>\n</tr>\n<tr>\n<td>hasPrevPage</td>\n<td>Boolean</td>\n<td>Indicates if there is a previous page available.</td>\n</tr>\n<tr>\n<td>prevPage</td>\n<td>Number</td>\n<td>The page number of the previous page, if available.</td>\n</tr>\n<tr>\n<td>nextPage</td>\n<td>Number</td>\n<td>The page number of the next page, if available.</td>\n</tr>\n<tr>\n<td>pagingCounter</td>\n<td>Number</td>\n<td>The number of items skipped before the current page.</td>\n</tr>\n<tr>\n<td>totalPages</td>\n<td>Number</td>\n<td>The total number of pages available based on the limit and total items.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","common","listDataForModule"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"b7fc7588-b3c5-49c2-b625-d4163fe94844","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"quote\",\r\n    \"limit\": 10,\r\n    \"page\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/common/listDataForModule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"a35-6tNjHVYWq1tvuQKFzOSKlIsEfQk\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 13 Oct 2023 13:58:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"6514bb402a7f100f1039ce22\",\n            \"quoteId\": \"M86_LIMA_BOGOT-_-2-HEATING-FUEL\",\n            \"creationUser\": \"64921d28a1727236e13bcb9d\",\n            \"status\": \"awaitingResponse\",\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\n            \"participants\": [\n                {\n                    \"assignedTo\": \"64921d28a1727236e13bcb9d\"\n                },\n                {\n                    \"assignedTo\": \"6503619b912a9b9f34dc57b3\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"65146a6c2a7f100f1025102a\",\n            \"quoteId\": \"M85_R-_214_ACETYLSALICYLIC\",\n            \"creationUser\": \"647f44a0a1727236e1a11a1f\",\n            \"status\": \"awaitingResponse\",\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\n            \"participants\": [\n                {\n                    \"assignedTo\": \"64921d28a1727236e13bcb9d\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"651469842a7f100f1024d3be\",\n            \"quoteId\": \"M84_CIUDAD_DUB-I_2-5G-GPRS-WIREL\",\n            \"creationUser\": \"647f44a0a1727236e1a11a1f\",\n            \"status\": \"actionRequired\",\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\n            \"participants\": [\n                {\n                    \"assignedTo\": \"64921d28a1727236e13bcb9d\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"651467c82a7f100f10247ae3\",\n            \"quoteId\": \"M83_DERNA_DWARKA_2G-GSM-WIRELESS\",\n            \"creationUser\": \"647f44a0a1727236e1a11a1f\",\n            \"status\": \"actionRequired\",\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\n            \"participants\": [\n                {\n                    \"assignedTo\": \"64921d28a1727236e13bcb9d\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"651466f32a7f100f102428e8\",\n            \"quoteId\": \"M82_NUEVA_SERBIA_ACID-WASTE-COLL\",\n            \"creationUser\": \"647f44a0a1727236e1a11a1f\",\n            \"status\": \"actionRequired\",\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\n            \"participants\": [\n                {\n                    \"assignedTo\": \"64921d28a1727236e13bcb9d\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"6512230c2a7f100f10c1ceec\",\n            \"quoteId\": \"M81_NUEVA_ESPA-A_2G-GSM-WIRELESS\",\n            \"creationUser\": \"647f44a0a1727236e1a11a1f\",\n            \"status\": \"awaitingResponse\",\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\n            \"participants\": [\n                {\n                    \"assignedTo\": \"64921d28a1727236e13bcb9d\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"651220fd2a7f100f10c17e38\",\n            \"quoteId\": \"M80_90015_NUEVA_2D--3D--4D-LAND\",\n            \"creationUser\": \"647f44a0a1727236e1a11a1f\",\n            \"status\": \"awaitingResponse\",\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\n            \"participants\": [\n                {\n                    \"assignedTo\": \"64921d28a1727236e13bcb9d\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"65121eb02a7f100f10c00779\",\n            \"quoteId\": \"M79_IT_90015_2G-GSM-WIRELESS\",\n            \"creationUser\": \"647f44a0a1727236e1a11a1f\",\n            \"status\": \"actionRequired\",\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\n            \"participants\": [\n                {\n                    \"assignedTo\": \"64921d28a1727236e13bcb9d\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"65121b4f2a7f100f10bf905c\",\n            \"quoteId\": \"M78_NUEVA_NUEVA_2G-GSM-WIRELESS\",\n            \"creationUser\": \"647f44a0a1727236e1a11a1f\",\n            \"status\": \"actionRequired\",\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\n            \"participants\": [\n                {\n                    \"assignedTo\": \"64921d28a1727236e13bcb9d\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"651219d42a7f100f10bf5c13\",\n            \"quoteId\": \"M77_CEDAR_NUEVA_2-5G-GPRS-WIREL\",\n            \"creationUser\": \"647f44a0a1727236e1a11a1f\",\n            \"status\": \"actionRequired\",\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\n            \"participants\": [\n                {\n                    \"assignedTo\": \"64921d28a1727236e13bcb9d\"\n                }\n            ]\n        }\n    ],\n    \"totalItems\": 18,\n    \"page\": 1,\n    \"limit\": 10,\n    \"hasNextPage\": true,\n    \"hasPrevPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": 2,\n    \"pagingCounter\": 1,\n    \"totalPages\": 2\n}"}],"_postman_id":"e905fde4-096b-4cb9-86f0-c3e048677ee1"},{"name":"Update Permission Participant Visibility","id":"3208fcce-61e8-480c-9e64-f8c62d930440","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"_id\": \"6612cd885ab6928b7f40e44a\",\r\n    \"shipment\": \"64dd261882ec98cb0d3c9124\",\r\n    \"assignedTo\": \"65bd731a331fcfea6ea97b28\",\r\n    \"permission\": \"view\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/common/update-participant","description":"<h3 id=\"description\">Description</h3>\n<p>This endpoint manages assignment permissions related to shipments, specifically focusing on visualization permissions for editions and visualization. Users can create, update, and retrieve assignment details, including the assigned user, permission level for visualization (e.g., \"view\"), and associated shipment ID. The endpoint provides functionality to fetch information about existing assignments, including details about the assigned user, company, shipment, permission level, and status.</p>\n<h3 id=\"request-data\">Request Data</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>The unique ID of the assignment.</td>\n</tr>\n<tr>\n<td>shipment</td>\n<td>String</td>\n<td>The ID of the shipment associated with the assignment.</td>\n</tr>\n<tr>\n<td>assignedTo</td>\n<td>String</td>\n<td>The ID of the user to whom the shipment is assigned.</td>\n</tr>\n<tr>\n<td>permission</td>\n<td>String</td>\n<td>The permission level granted for the assignment (e.g., \"view\").</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-data\">Response Data</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the response (e.g., \"success\").</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>The actual data containing information about the assignment.</td>\n</tr>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>The unique ID of the assignment.</td>\n</tr>\n<tr>\n<td>assignedTo</td>\n<td>Object</td>\n<td>Details about the user to whom the shipment is assigned, including their ID, name, email, and company.</td>\n</tr>\n<tr>\n<td>company</td>\n<td>Object</td>\n<td>Details about the company related to the assignment, including its ID, name, and type.</td>\n</tr>\n<tr>\n<td>shipment</td>\n<td>String</td>\n<td>The ID of the shipment associated with the assignment.</td>\n</tr>\n<tr>\n<td>permission</td>\n<td>String</td>\n<td>The permission level granted for the assignment (e.g., \"view\").</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the assignment (e.g., \"active\").</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","common","update-participant"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"6aa3ae96-118c-4272-b1b3-80d285e1f172","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shipment\": \"651dd33a2a7f100f10b69acc\",\r\n    \"assignedTo\": \"64921d28a1727236e13bcb9d\",\r\n    \"permission\": \"view\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"/api/v2/common/update-participant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"326"},{"key":"ETag","value":"W/\"146-N7CsX8TgTKhjEuUuRMYGEAXVRME\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 13 Oct 2023 14:12:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"_id\": \"6612cd885ab6928b7f40e44a\",\n        \"assignedTo\": {\n            \"_id\": \"65bd731a331fcfea6ea97b28\",\n            \"firstName\": \"Frijol\",\n            \"lastName\": \"Admin\",\n            \"email\": \"diego.echeverry+frijol@cargologik.com\"\n        },\n        \"company\": {\n            \"_id\": \"65bd731ac74c6cc744b9e7ff\",\n            \"name\": \"Frijol\",\n            \"type\": \"shipper\"\n        },\n        \"shipment\": \"64dd261882ec98cb0d3c9124\",\n        \"permission\": \"view\",\n        \"status\": \"active\"\n    }\n}"}],"_postman_id":"3208fcce-61e8-480c-9e64-f8c62d930440"},{"name":"Update Participants","id":"574ad1b8-a5de-4ba1-8194-2b3faa56f89e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"shipment\": \"64dd261882ec98cb0d3c9124\",\r\n        \"assignedTo\": \"65bd731a331fcfea6ea97b28\",\r\n        \"status\": \"active\",\r\n        \"permission\": \"editor\",\r\n        \"company\": \"65bd731ac74c6cc744b9e7ff\"\r\n    },\r\n    {\r\n        \"shipment\": \"64dd261882ec98cb0d3c9124\",\r\n        \"assignedTo\": \"64137ebd51c1ab803a753275\",\r\n        \"status\": \"active\",\r\n        \"permission\": \"editor\",\r\n        \"company\": \"637e7a49318101bf83ee71ed\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/common/update-participants","description":"<h3 id=\"description\">Description</h3>\n<p>This endpoint handles assignments related to shipments, allowing users to create assignments with specific details such as the assigned user, status, permission level, and associated company. It also provides the ability to retrieve information about existing assignments, including details about the assigned user, company, shipment, permission level, and status.</p>\n<h3 id=\"request-data\">Request Data</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipment</td>\n<td>String</td>\n<td>The ID of the shipment associated with the assignment.</td>\n</tr>\n<tr>\n<td>assignedTo</td>\n<td>String</td>\n<td>The ID of the user to whom the shipment is assigned.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the assignment (e.g., \"active\").</td>\n</tr>\n<tr>\n<td>permission</td>\n<td>String</td>\n<td>The permission level granted for the assignment (e.g., \"editor\").</td>\n</tr>\n<tr>\n<td>company</td>\n<td>String</td>\n<td>The ID of the company related to the assignment.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-data\">Response Data</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>The unique ID of the assignment.</td>\n</tr>\n<tr>\n<td>assignedTo</td>\n<td>Object</td>\n<td>Details about the user to whom the shipment is assigned, including their ID, name, email, and company.</td>\n</tr>\n<tr>\n<td>company</td>\n<td>Object</td>\n<td>Details about the company related to the assignment, including its ID, name, and type.</td>\n</tr>\n<tr>\n<td>shipment</td>\n<td>String</td>\n<td>The ID of the shipment associated with the assignment.</td>\n</tr>\n<tr>\n<td>permission</td>\n<td>String</td>\n<td>The permission level granted for the assignment (e.g., \"editor\").</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the assignment (e.g., \"active\").</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","common","update-participants"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"00defc52-e989-4575-a023-e29a4098b0a0","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shipment\": \"651dd33a2a7f100f10b69acc\",\r\n    \"assignedTo\": \"64921d28a1727236e13bcb9d\",\r\n    \"permission\": \"view\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/common/update-participant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"326"},{"key":"ETag","value":"W/\"146-N7CsX8TgTKhjEuUuRMYGEAXVRME\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 13 Oct 2023 14:12:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6612cd885ab6928b7f40e44a\",\n        \"assignedTo\": {\n            \"_id\": \"65bd731a331fcfea6ea97b28\",\n            \"firstName\": \"Frijol\",\n            \"lastName\": \"Admin\",\n            \"email\": \"diego.echeverry+frijol@cargologik.com\"\n        },\n        \"company\": {\n            \"_id\": \"65bd731ac74c6cc744b9e7ff\",\n            \"name\": \"Frijol\",\n            \"type\": \"shipper\"\n        },\n        \"shipment\": \"64dd261882ec98cb0d3c9124\",\n        \"permission\": \"editor\",\n        \"status\": \"active\"\n    },\n    {\n        \"_id\": \"64dd261882ec98cb0d3c915e\",\n        \"assignedTo\": {\n            \"_id\": \"64137ebd51c1ab803a753275\",\n            \"email\": \"root@mail.com\",\n            \"firstName\": \"User\",\n            \"lastName\": \"Dummy\"\n        },\n        \"company\": {\n            \"_id\": \"637e7a49318101bf83ee71ed\",\n            \"name\": \"Cargologik\",\n            \"type\": \"lsp\"\n        },\n        \"shipment\": \"64dd261882ec98cb0d3c9124\",\n        \"status\": \"active\",\n        \"permission\": \"editor\"\n    }\n]"}],"_postman_id":"574ad1b8-a5de-4ba1-8194-2b3faa56f89e"},{"name":"Add Collaborate","id":"69371b87-6eb0-4897-8aca-3028b961af67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"shipment\": \"651dd33a2a7f100f10b69acc\",\r\n        \"assignedTo\": \"64921d28a1727236e13bcb9d\",\r\n        \"status\": \"active\",\r\n        \"permission\": \"editor\",\r\n        \"company\": \"64921d2ea1727236e13bcf78\"\r\n    },\r\n    {\r\n        \"shipment\": \"651dd33a2a7f100f10b69acc\",\r\n        \"assignedTo\": \"64923794ab8add620f4ec7fa\",\r\n        \"status\": \"active\",\r\n        \"permission\": \"editor\",\r\n        \"company\": \"64923794a1727236e13e4a56\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/common/update-participants","description":"<p>This endpoint allows you to add or remove collaborators.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipment/booking/quote</td>\n<td>ID of the shipment, booking, or quote</td>\n</tr>\n<tr>\n<td>assignedTo</td>\n<td>ID of the user assigned to</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status of the participant (e.g., \"active\")</td>\n</tr>\n<tr>\n<td>permission</td>\n<td>Permission granted to the participant (e.g., \"editor\")</td>\n</tr>\n<tr>\n<td>company</td>\n<td>ID of the company associated with the participant</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","common","update-participants"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"d571159c-5fef-4f81-bb27-4154670a60bb","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"shipment\": \"651dd33a2a7f100f10b69acc\",\r\n        \"assignedTo\": \"64921d28a1727236e13bcb9d\",\r\n        \"status\": \"active\",\r\n        \"permission\": \"editor\",\r\n        \"company\": \"64921d2ea1727236e13bcf78\"\r\n    },\r\n    {\r\n        \"shipment\": \"651dd33a2a7f100f10b69acc\",\r\n        \"assignedTo\": \"64923794ab8add620f4ec7fa\",\r\n        \"status\": \"active\",\r\n        \"permission\": \"editor\",\r\n        \"company\": \"64923794a1727236e13e4a56\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/common/update-participants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"635"},{"key":"ETag","value":"W/\"27b-xr1LqS93rE3Zi3b5qwFwV5LWo3g\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 13 Oct 2023 14:14:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"651dd33e2a7f100f10b69c95\",\n        \"assignedTo\": {\n            \"_id\": \"64921d28a1727236e13bcb9d\",\n            \"email\": \"root@mail.com\",\n            \"firstName\": \"User\",\n            \"lastName\": \"Dummy\"\n        },\n        \"company\": {\n            \"_id\": \"64921d2ea1727236e13bcf78\",\n            \"name\": \"Cargologik\",\n            \"type\": \"lsp\"\n        },\n        \"shipment\": \"651dd33a2a7f100f10b69acc\",\n        \"status\": \"active\",\n        \"permission\": \"editor\"\n    },\n    {\n        \"_id\": \"65294f1cf357f3b6d380e8a1\",\n        \"assignedTo\": {\n            \"_id\": \"64923794ab8add620f4ec7fa\",\n            \"firstName\": \"Dev\",\n            \"lastName\": \"Cargologik\",\n            \"email\": \"diego.echeverry+cargologik@rokk3rlabs.com\"\n        },\n        \"company\": {\n            \"_id\": \"64923794a1727236e13e4a56\",\n            \"name\": \"Cargologik\",\n            \"type\": \"lsp\"\n        },\n        \"shipment\": \"651dd33a2a7f100f10b69acc\",\n        \"permission\": \"editor\",\n        \"status\": \"active\"\n    }\n]"}],"_postman_id":"69371b87-6eb0-4897-8aca-3028b961af67"},{"name":"List carriers","id":"f45769c8-9004-4925-bac1-c0e231228291","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/v2/common/list-carriers?page=1&limit=20&type=carrier&group=sea&search=","description":"<h4 id=\"request-parameters\">Request Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>Page number for pagination (default: 1).</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>Number of items to return per page (default: 10).</td>\n</tr>\n<tr>\n<td>search</td>\n<td>String</td>\n<td>Search criteria to filter commodities.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-fields\">Response Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>Array</td>\n<td>Array containing the list of commodities.</td>\n</tr>\n<tr>\n<td>totalItems</td>\n<td>Integer</td>\n<td>Total number of items matching the query.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>Number of items returned per page.</td>\n</tr>\n<tr>\n<td>totalPages</td>\n<td>Integer</td>\n<td>Total number of pages based on the limit.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>Current page number.</td>\n</tr>\n<tr>\n<td>pagingCounter</td>\n<td>Integer</td>\n<td>Number of items returned in the current query.</td>\n</tr>\n<tr>\n<td>hasPrevPage</td>\n<td>Boolean</td>\n<td>Indicates if there is a previous page.</td>\n</tr>\n<tr>\n<td>hasNextPage</td>\n<td>Boolean</td>\n<td>Indicates if there is a next page.</td>\n</tr>\n<tr>\n<td>prevPage</td>\n<td>Integer</td>\n<td>Number of the previous page.</td>\n</tr>\n<tr>\n<td>nextPage</td>\n<td>Integer</td>\n<td>Number of the next page.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-data-fields\">Response Data Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>Unique identifier of the commodity.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>Code of the commodity.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Name of the commodity.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","common","list-carriers"],"host":["{{URL}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"type","value":"carrier"},{"key":"group","value":"sea"},{"key":"search","value":""}],"variable":[]}},"response":[{"id":"3aeb9ebf-2907-440d-b8aa-550ebafec34a","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"shipment\": \"651dd33a2a7f100f10b69acc\",\r\n        \"assignedTo\": \"64921d28a1727236e13bcb9d\",\r\n        \"status\": \"active\",\r\n        \"permission\": \"editor\",\r\n        \"company\": \"64921d2ea1727236e13bcf78\"\r\n    },\r\n    {\r\n        \"shipment\": \"651dd33a2a7f100f10b69acc\",\r\n        \"assignedTo\": \"64923794ab8add620f4ec7fa\",\r\n        \"status\": \"active\",\r\n        \"permission\": \"editor\",\r\n        \"company\": \"64923794a1727236e13e4a56\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"/api/v2/common/update-participants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"635"},{"key":"ETag","value":"W/\"27b-xr1LqS93rE3Zi3b5qwFwV5LWo3g\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 13 Oct 2023 14:14:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"scac\": [],\n            \"_id\": \"6019c700e3e6248a7fd73d02\",\n            \"name\": \"ADNATCO\",\n            \"type\": \"carrier\",\n            \"group\": \"sea\",\n            \"createdAt\": \"2021-01-29T21:58:41.246Z\",\n            \"logo\": \"https://storage.googleapis.com/carriers_logos/C.A.L.%20Cargo Airlines.jpg\",\n            \"logo2x\": \"https://storage.googleapis.com/carriers_logos/C.A.L.%20Cargo Airlines@2x.jpg\"\n        }\n    ],\n    \"totalItems\": 136,\n    \"limit\": 20,\n    \"totalPages\": 7,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": true,\n    \"prevPage\": null,\n    \"nextPage\": 2\n}"}],"_postman_id":"f45769c8-9004-4925-bac1-c0e231228291"},{"name":"List Commodities","id":"5d172798-1e13-4b4a-af96-d72a4ae8c900","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/v2/common/list-commodities?page=1&limit=10&search=d","description":"<h4 id=\"request-parameters\">Request Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>Page number for pagination (default: 1).</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>Number of items to return per page (default: 20).</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of carrier to filter (e.g., \"carrier\").</td>\n</tr>\n<tr>\n<td>group</td>\n<td>String</td>\n<td>Group of carriers to filter (e.g., \"sea\").</td>\n</tr>\n<tr>\n<td>search</td>\n<td>String</td>\n<td>Search criteria to filter carriers.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-fields\">Response Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>Array</td>\n<td>Array containing the list of carriers.</td>\n</tr>\n<tr>\n<td>totalItems</td>\n<td>Integer</td>\n<td>Total number of items matching the query.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>Number of items returned per page.</td>\n</tr>\n<tr>\n<td>totalPages</td>\n<td>Integer</td>\n<td>Total number of pages based on the limit.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>Current page number.</td>\n</tr>\n<tr>\n<td>pagingCounter</td>\n<td>Integer</td>\n<td>Number of items returned in the current query.</td>\n</tr>\n<tr>\n<td>hasPrevPage</td>\n<td>Boolean</td>\n<td>Indicates if there is a previous page.</td>\n</tr>\n<tr>\n<td>hasNextPage</td>\n<td>Boolean</td>\n<td>Indicates if there is a next page.</td>\n</tr>\n<tr>\n<td>prevPage</td>\n<td>Integer</td>\n<td>Number of the previous page.</td>\n</tr>\n<tr>\n<td>nextPage</td>\n<td>Integer</td>\n<td>Number of the next page.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-data-fields\">Response Data Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>Unique identifier of the carrier.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Name of the carrier.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of the carrier.</td>\n</tr>\n<tr>\n<td>group</td>\n<td>String</td>\n<td>Group of the carrier.</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>Date and time when the carrier was created.</td>\n</tr>\n<tr>\n<td>logo</td>\n<td>String</td>\n<td>URL of the carrier's logo.</td>\n</tr>\n<tr>\n<td>logo2x</td>\n<td>String</td>\n<td>URL of the carrier's logo (2x resolution).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","common","list-commodities"],"host":["{{URL}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"search","value":"d"}],"variable":[]}},"response":[{"id":"778e26db-8dab-47fa-975e-25fe2c91ec39","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"shipment\": \"651dd33a2a7f100f10b69acc\",\r\n        \"assignedTo\": \"64921d28a1727236e13bcb9d\",\r\n        \"status\": \"active\",\r\n        \"permission\": \"editor\",\r\n        \"company\": \"64921d2ea1727236e13bcf78\"\r\n    },\r\n    {\r\n        \"shipment\": \"651dd33a2a7f100f10b69acc\",\r\n        \"assignedTo\": \"64923794ab8add620f4ec7fa\",\r\n        \"status\": \"active\",\r\n        \"permission\": \"editor\",\r\n        \"company\": \"64923794a1727236e13e4a56\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"/api/v2/common/update-participants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"635"},{"key":"ETag","value":"W/\"27b-xr1LqS93rE3Zi3b5qwFwV5LWo3g\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 13 Oct 2023 14:14:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"6070cf5f18a6657bcd28b92c\",\n            \"code\": \"32101531\",\n            \"name\": \" Attenuator network pad\"\n        }\n    ],\n    \"totalItems\": 26299,\n    \"limit\": 10,\n    \"totalPages\": 2630,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": true,\n    \"prevPage\": null,\n    \"nextPage\": 2\n}"}],"_postman_id":"5d172798-1e13-4b4a-af96-d72a4ae8c900"},{"name":"List Table Settings","id":"62a4eb0d-977d-4a8f-9232-0de4cac8ef9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"url":"{{URL}}/api/v2/common/settings?module=shipment","description":"<p>This endpoint allows you to list the table configuration.</p>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>module</td>\n<td>String</td>\n<td>The module for which settings are requested.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-fields\">Response Fields</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fields</td>\n<td>Array</td>\n<td>List of fields configured for the module.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","common","settings"],"host":["{{URL}}"],"query":[{"key":"module","value":"shipment"}],"variable":[]}},"response":[{"id":"a3bb1132-a4ff-4903-bbd0-adbf6c3b162d","name":"Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v2/common/settings?module=shipments","path":["api","v2","common","settings"],"query":[{"key":"module","value":"shipments"},{"key":"category","value":"shipFCL","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"506"},{"key":"ETag","value":"W/\"1fa-jy8EMgXGZIyXvhsCqwBcewhoNZs\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 13 Oct 2023 14:19:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"fields\": [\n        \"planVisibility.name\",\n        \"shipmentId\",\n        \"tags\",\n        \"fullMbl\",\n        \"freightType\",\n        \"shipmentType\",\n        \"shipperName\",\n        \"origin.address\",\n        \"destination.address\",\n        \"portOrigin.address\",\n        \"portDestination.address\",\n        \"referenceName\",\n        \"commodity\",\n        \"createdAt\",\n        \"lastATAValue\",\n        \"lastATDValue\",\n        \"notes\",\n        \"fullHBL\",\n        \"routed\",\n        \"totalWeight\",\n        \"voyageNumber\",\n        \"firstETDValue\",\n        \"firstETAValue\",\n        \"lastETDValue\",\n        \"lastETAValue\",\n        \"totalVolume\",\n        \"numberOfContainers\",\n        \"lspName\",\n        \"creationUser.fullName\",\n        \"incoterm\",\n        \"internalReference\",\n        \"vesselNumber\",\n        \"lastPTDValue\",\n        \"lastPTAValue\",\n        \"pickupAddress\",\n        \"carrier.name\",\n        \"currentStatus\",\n        \"updatedAt\"\n    ]\n}"}],"_postman_id":"62a4eb0d-977d-4a8f-9232-0de4cac8ef9e"},{"name":"Modules status counters","id":"b8f2691e-83b7-420b-a179-d3a4ab8353e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"url":"{{URL}}/api/v2/common/module-status-counter","description":"<p>This endpoint allows obtaining the total count of notifications for booking, shipment, quote, and task</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>module</td>\n<td>Indicates the module. It can be \"shipments,\" \"bookings,\" or \"quotes.\"</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is the field definition table of the output:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipment.attention</td>\n<td>Number of shipments requiring attention.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>shipment.upcoming</td>\n<td>Number of upcoming shipments.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>shipment.active</td>\n<td>Number of active shipments.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>shipment.history</td>\n<td>Number of shipments in history.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>shipment.actionRequired</td>\n<td>Number of shipments requiring action.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>shipment.awaitingResponse</td>\n<td>Number of shipments awaiting response.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>shipment.cancelled</td>\n<td>Number of cancelled shipments.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>shipment.archived</td>\n<td>Number of archived shipments.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>shipment.deleted</td>\n<td>Number of deleted shipments.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>shipment.total</td>\n<td>Total number of shipments.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>shipment.transportationMode</td>\n<td>Breakdown of shipment counts by transportation mode (ship, plane, truck).</td>\n<td>Object</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","common","module-status-counter"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"modules","value":"notification"}],"variable":[]}},"response":[{"id":"83fb412c-d1b1-4cfc-812c-488331a75f1b","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"url":{"raw":"{{URL}}/api/v2/common/module-status-counter?modules=notification","host":["{{URL}}"],"path":["api","v2","common","module-status-counter"],"query":[{"key":"modules","value":"notification"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"5e0-bFpSFPcF9veNmSRcqijHSbQ0NQE\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 13 Oct 2023 14:27:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"notification\": {\n            \"unread\": 25,\n            \"read\": 1,\n            \"archived\": 0,\n            \"total\": 26,\n            \"transportationMode\": {}\n        },\n        \"booking\": {\n            \"actionRequired\": 4,\n            \"awaitingResponse\": 0,\n            \"completed\": 1,\n            \"cancelled\": 1,\n            \"archived\": 1,\n            \"total\": 7,\n            \"transportationMode\": {\n                \"actionRequired\": {\n                    \"ship\": 4,\n                    \"plane\": 0,\n                    \"truck\": 0\n                },\n                \"awaitingResponse\": {\n                    \"ship\": 0,\n                    \"plane\": 0,\n                    \"truck\": 0\n                },\n                \"completed\": {\n                    \"ship\": 1,\n                    \"plane\": 0,\n                    \"truck\": 0\n                },\n                \"cancelled\": {\n                    \"ship\": 1,\n                    \"plane\": 0,\n                    \"truck\": 0\n                },\n                \"archived\": {\n                    \"ship\": 1,\n                    \"plane\": 0,\n                    \"truck\": 0\n                }\n            }\n        },\n        \"shipment\": {\n            \"upcoming\": 20,\n            \"active\": 0,\n            \"history\": 0,\n            \"actionRequired\": 1,\n            \"awaitingResponse\": 0,\n            \"cancelled\": 0,\n            \"archived\": 1,\n            \"deleted\": 0,\n            \"total\": 21,\n            \"transportationMode\": {\n                \"upcoming\": {\n                    \"ship\": 20,\n                    \"plane\": 0,\n                    \"truck\": 0\n                },\n                \"active\": {\n                    \"ship\": 0,\n                    \"plane\": 0,\n                    \"truck\": 0\n                },\n                \"history\": {\n                    \"ship\": 0,\n                    \"plane\": 0,\n                    \"truck\": 0\n                },\n                \"actionRequired\": {\n                    \"ship\": 0,\n                    \"plane\": 0,\n                    \"truck\": 0\n                },\n                \"awaitingResponse\": {\n                    \"ship\": 0,\n                    \"plane\": 0,\n                    \"truck\": 0\n                },\n                \"cancelled\": {\n                    \"ship\": 0,\n                    \"plane\": 0,\n                    \"truck\": 0\n                },\n                \"archived\": {\n                    \"ship\": 1,\n                    \"plane\": 0,\n                    \"truck\": 0\n                },\n                \"deleted\": {\n                    \"ship\": 0,\n                    \"plane\": 0,\n                    \"truck\": 0\n                }\n            }\n        },\n        \"quote\": {\n            \"actionRequired\": 7,\n            \"awaitingResponse\": 6,\n            \"active\": 2,\n            \"rejected\": 0,\n            \"cancelled\": 1,\n            \"archived\": 2,\n            \"total\": 18,\n            \"transportationMode\": {\n                \"actionRequired\": {\n                    \"ship\": 7,\n                    \"plane\": 0,\n                    \"truck\": 0\n                },\n                \"awaitingResponse\": {\n                    \"ship\": 6,\n                    \"plane\": 0,\n                    \"truck\": 0\n                },\n                \"active\": {\n                    \"ship\": 2,\n                    \"plane\": 0,\n                    \"truck\": 0\n                },\n                \"rejected\": {\n                    \"ship\": 0,\n                    \"plane\": 0,\n                    \"truck\": 0\n                },\n                \"cancelled\": {\n                    \"ship\": 1,\n                    \"plane\": 0,\n                    \"truck\": 0\n                },\n                \"archived\": {\n                    \"ship\": 2,\n                    \"plane\": 0,\n                    \"truck\": 0\n                }\n            }\n        },\n        \"task\": {\n            \"assigned\": 87,\n            \"inProgress\": 1,\n            \"delayed\": 0,\n            \"completed\": 2,\n            \"cancelled\": 1,\n            \"archived\": 1,\n            \"total\": 92,\n            \"transportationMode\": {}\n        }\n    }\n}"},{"id":"a1221b76-0ab0-4f27-b659-7a891442dc4e","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"url":{"raw":"{{URL}}/api/v2/common/module-status-counter?modules=notification","host":["{{URL}}"],"path":["api","v2","common","module-status-counter"],"query":[{"key":"modules","value":"notification"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"115"},{"key":"ETag","value":"W/\"73-+HNPwSmg1VafZz6O4yyBuwgZGPM\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 13 Oct 2023 14:30:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"notification\": {\n            \"unread\": 25,\n            \"read\": 1,\n            \"archived\": 0,\n            \"total\": 26,\n            \"transportationMode\": {}\n        }\n    }\n}"}],"_postman_id":"b8f2691e-83b7-420b-a179-d3a4ab8353e6"},{"name":"List Participant Module","id":"ea5153b7-d783-49ef-95b5-d1c7fc6d5eb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"idCollection\": \"657b1ca4dd2c09ed1a0e0815\",\r\n    \"collection\": \"shipment\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/document/list-participants-module","description":"<h3 id=\"description\">Description</h3>\n<p>This endpoint allows users to retrieve information about users or entities within a specific collection. Users provide the ID of the collection and the type of collection (e.g., \"shipment\"), and the endpoint responds with data such as user IDs, email addresses, names, profile photo URLs, and details about the associated companies, including their names and types.</p>\n<h3 id=\"request-data\">Request Data</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>idCollection</td>\n<td>String</td>\n<td>The ID of the collection for which data is being requested.</td>\n</tr>\n<tr>\n<td>collection</td>\n<td>String</td>\n<td>The type of collection (e.g., \"shipment\") for which data is being requested.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-data\">Response Data</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>The ID of the user or entity in the collection.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>The email address of the user.</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>String</td>\n<td>The first name of the user.</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>String</td>\n<td>The last name of the user.</td>\n</tr>\n<tr>\n<td>urlPhotoProfile</td>\n<td>String</td>\n<td>The URL of the user's profile photo.</td>\n</tr>\n<tr>\n<td>company</td>\n<td>Object</td>\n<td>Details about the company associated with the user, including its name and type.</td>\n</tr>\n<tr>\n<td>company.name</td>\n<td>String</td>\n<td>The name of the company.</td>\n</tr>\n<tr>\n<td>company.type</td>\n<td>String</td>\n<td>The type of the company (e.g., \"lsp\" for logistics service provider, \"shipper\" for shipper).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","document","list-participants-module"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"e40ec369-7ae1-43e8-b06e-dfa6ee9924a7","name":"List Participant Module","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"idCollection\": \"657b1ca4dd2c09ed1a0e0815\",\r\n    \"collection\": \"shipment\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/document/list-participants-module"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"64137ebd51c1ab803a753275\",\n        \"email\": \"root@mail.com\",\n        \"firstName\": \"User\",\n        \"lastName\": \"Dummy\",\n        \"urlPhotoProfile\": \"\",\n        \"company\": {\n            \"name\": \"Cargologik\",\n            \"type\": \"lsp\"\n        }\n    },\n    {\n        \"_id\": \"64d63f4c1bb0471101e2e272\",\n        \"firstName\": \"Shipper\",\n        \"lastName\": \"Maicol\",\n        \"email\": \"diego.echeverry+maicol@cargologik.com\",\n        \"urlPhotoProfile\": \"\",\n        \"company\": {\n            \"name\": \"Shipperland\",\n            \"type\": \"shipper\"\n        }\n    }\n]"}],"_postman_id":"ea5153b7-d783-49ef-95b5-d1c7fc6d5eb3"},{"name":"List Possible Participants","id":"48bd8654-9221-402c-8f5a-01f11cb9d0a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"limit\": 100,\r\n    \"page\": 1,\r\n    \"search\": \"\",\r\n    \"collaborate\": \"64d63f4c82ec98cb0dda7f64\",\r\n    \"collection\": \"shipment\",\r\n    \"collectionId\": \"64dd261882ec98cb0d3c9124\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/common/list-possible-participants","description":"<p>Task Ready.</p>\n<h3 id=\"description\">Description</h3>\n<p>This endpoint retrieves a list of users associated with a specific collaboration and collection, allowing users to manage collaboration details effectively.</p>\n<h3 id=\"request-data\">Request Data</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>Number</td>\n<td>The maximum number of users to return per page.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Number</td>\n<td>The page number of the results to retrieve.</td>\n</tr>\n<tr>\n<td>search</td>\n<td>String</td>\n<td>A search query to filter users (optional).</td>\n</tr>\n<tr>\n<td>collaborate</td>\n<td>String</td>\n<td>The ID of the collaboration for which users are being retrieved.</td>\n</tr>\n<tr>\n<td>collection</td>\n<td>String</td>\n<td>The type of collection (e.g., \"shipment\") for which users are being retrieved.</td>\n</tr>\n<tr>\n<td>collectionId</td>\n<td>String</td>\n<td>The ID of the specific collection (e.g., shipment ID) for which users are being retrieved.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-data\">Response Data</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>Array</td>\n<td>An array containing user details such as ID, email, name, company details, status, and permissions.</td>\n</tr>\n<tr>\n<td>totalItems</td>\n<td>Number</td>\n<td>The total number of users matching the criteria.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Number</td>\n<td>The maximum number of users returned per page.</td>\n</tr>\n<tr>\n<td>totalPages</td>\n<td>Number</td>\n<td>The total number of pages available based on the limit and total items.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Number</td>\n<td>The current page number of the results.</td>\n</tr>\n<tr>\n<td>pagingCounter</td>\n<td>Number</td>\n<td>The number of items returned in the current page.</td>\n</tr>\n<tr>\n<td>hasPrevPage</td>\n<td>Boolean</td>\n<td>Indicates if there is a previous page available.</td>\n</tr>\n<tr>\n<td>hasNextPage</td>\n<td>Boolean</td>\n<td>Indicates if there is a next page available.</td>\n</tr>\n<tr>\n<td>prevPage</td>\n<td>Number</td>\n<td>The previous page number (if available).</td>\n</tr>\n<tr>\n<td>nextPage</td>\n<td>Number</td>\n<td>The next page number (if available).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","common","list-possible-participants"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"7cafa1e1-a180-469e-9dbc-be11b42b7640","name":"List Participant Module","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"idCollection\": \"657b1ca4dd2c09ed1a0e0815\",\r\n    \"collection\": \"shipment\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/document/list-participants-module"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"company\": {\n                \"_id\": \"637e7a49318101bf83ee71ed\",\n                \"name\": \"Cargologik\",\n                \"type\": \"lsp\"\n            },\n            \"user\": {\n                \"_id\": \"64137ebd51c1ab803a753275\",\n                \"email\": \"root@mail.com\",\n                \"firstName\": \"User\",\n                \"lastName\": \"Dummy\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"status\": \"active\",\n            \"accountManager\": true,\n            \"statusP\": \"active\"\n        },\n        {\n            \"user\": {\n                \"_id\": \"659d6a1910b1b3aa5a6d4b90\",\n                \"firstName\": \"Admin\",\n                \"lastName\": \"User\",\n                \"email\": \"diego.echeverry+chainio@cargologik.com\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"company\": {\n                \"_id\": \"659d6a19a1a71c8dfdc2b079\",\n                \"name\": \"FFchainio\",\n                \"type\": \"lsp\"\n            },\n            \"status\": \"active\",\n            \"accountManager\": false,\n            \"statusP\": \"active\"\n        },\n        {\n            \"user\": {\n                \"_id\": \"65bd731a331fcfea6ea97b28\",\n                \"firstName\": \"Frijol\",\n                \"lastName\": \"Admin\",\n                \"email\": \"diego.echeverry+frijol@cargologik.com\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"company\": {\n                \"_id\": \"65bd731ac74c6cc744b9e7ff\",\n                \"name\": \"Frijol\",\n                \"type\": \"shipper\"\n            },\n            \"status\": \"active\",\n            \"accountManager\": false,\n            \"statusP\": \"active\"\n        }\n    ],\n    \"totalItems\": 3,\n    \"limit\": 100,\n    \"totalPages\": 1,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"48bd8654-9221-402c-8f5a-01f11cb9d0a8"},{"name":"Update Custom Tags by Modules","id":"5132918f-44a0-48db-880d-db8f96f4132b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"category\": \"shipment\",\r\n    \"idCategory\": \"64de728d82ec98cb0d9179f2\",\r\n    \"customTags\": [\r\n        \"Pancho\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/common/update-custom-tags","description":"<h3 id=\"description\">Description</h3>\n<p>This endpoint manages custom tags associated with a specific category, allowing users to retrieve and update custom tag information.</p>\n<h3 id=\"request-data\">Request Data</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>category</td>\n<td>String</td>\n<td>The category type for which custom tags are being managed (e.g., \"shipment\").</td>\n</tr>\n<tr>\n<td>idCategory</td>\n<td>String</td>\n<td>The ID of the specific category for which custom tags are being managed.</td>\n</tr>\n<tr>\n<td>customTags</td>\n<td>Array</td>\n<td>An array of custom tags to be managed or retrieved.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-data\">Response Data</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the response (e.g., \"success\").</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Array</td>\n<td>An array containing the custom tags associated with the specified category.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","common","update-custom-tags"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"d7810deb-a5dd-473f-b4ba-d17b2eaca0e0","name":"List Participant Module","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"idCollection\": \"657b1ca4dd2c09ed1a0e0815\",\r\n    \"collection\": \"shipment\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/document/list-participants-module"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        \"Pancho\"\n    ]\n}"}],"_postman_id":"5132918f-44a0-48db-880d-db8f96f4132b"},{"name":"List carriers Ports","id":"c23bf173-6280-4e12-b3f8-2598179195e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/v2/common/list-carrier-ports?page=1&limit=20&type=carrier&group=sea&search=","urlObject":{"path":["api","v2","common","list-carrier-ports"],"host":["{{URL}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"type","value":"carrier"},{"key":"group","value":"sea"},{"key":"search","value":""}],"variable":[]}},"response":[{"id":"2af68f1a-fe9e-4ac1-9449-983485070292","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"shipment\": \"651dd33a2a7f100f10b69acc\",\r\n        \"assignedTo\": \"64921d28a1727236e13bcb9d\",\r\n        \"status\": \"active\",\r\n        \"permission\": \"editor\",\r\n        \"company\": \"64921d2ea1727236e13bcf78\"\r\n    },\r\n    {\r\n        \"shipment\": \"651dd33a2a7f100f10b69acc\",\r\n        \"assignedTo\": \"64923794ab8add620f4ec7fa\",\r\n        \"status\": \"active\",\r\n        \"permission\": \"editor\",\r\n        \"company\": \"64923794a1727236e13e4a56\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"/api/v2/common/update-participants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"635"},{"key":"ETag","value":"W/\"27b-xr1LqS93rE3Zi3b5qwFwV5LWo3g\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 13 Oct 2023 14:14:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"scac\": [],\n            \"_id\": \"6019c700e3e6248a7fd73d02\",\n            \"name\": \"ADNATCO\",\n            \"type\": \"carrier\",\n            \"group\": \"sea\",\n            \"createdAt\": \"2021-01-29T21:58:41.246Z\",\n            \"logo\": \"https://storage.googleapis.com/carriers_logos/C.A.L.%20Cargo Airlines.jpg\",\n            \"logo2x\": \"https://storage.googleapis.com/carriers_logos/C.A.L.%20Cargo Airlines@2x.jpg\"\n        }\n    ],\n    \"totalItems\": 136,\n    \"limit\": 20,\n    \"totalPages\": 7,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": true,\n    \"prevPage\": null,\n    \"nextPage\": 2\n}"}],"_postman_id":"c23bf173-6280-4e12-b3f8-2598179195e1"}],"id":"2a36fa3e-3020-4467-a8d0-352bf35cefb9","_postman_id":"2a36fa3e-3020-4467-a8d0-352bf35cefb9","description":""},{"name":"Companies","item":[{"name":"List shippers companies","id":"a532f2a6-0a9c-4363-a654-128e0b2c1134","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"http://localhost:3000/api/v2/companies/list-shippers?page=1&limit=20&search=&status=pending&sort=name:desc","description":"<p>This endpoint allows you to list commodities.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Page number for pagination, e.g., page=1</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Maximum number of items to retrieve per page, e.g., limit=20</td>\n</tr>\n<tr>\n<td>search</td>\n<td>Search query to filter commodities by a specific keyword, e.g., search=cats</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","port":"3000","path":["api","v2","companies","list-shippers"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"search","value":""},{"key":"status","value":"pending"},{"key":"sort","value":"name:desc"}],"variable":[]}},"response":[{"id":"c6def823-bf40-4e29-8ebb-b863215614e5","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"http://localhost:3000/api/v2/companies/list-shippers?page=1&limit=20&search=&status=pending&sort=name:desc","protocol":"http","host":["localhost"],"port":"3000","path":["api","v2","companies","list-shippers"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"search","value":""},{"key":"status","value":"pending"},{"key":"sort","value":"name:desc"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"6388add4af90a0fd6a7b1a32\",\n            \"invited\": {\n                \"_id\": \"6388add4f9292afdd7ff80c7\",\n                \"email\": \"nike@gmail.com\",\n                \"name\": \"Nike\",\n                \"collaborate\": true,\n                \"country\": \"Colombia\",\n                \"createdAt\": \"2022-12-01T13:36:19.973Z\",\n                \"phone\": \"+1347454\",\n                \"tenant\": {\n                    \"_id\": \"637ea57d318101bf83f183cc\",\n                    \"url\": \"localhost:3000\"\n                }\n            },\n            \"status\": \"pending\",\n            \"createdAt\": \"2022-12-01T13:36:20.233Z\"\n        },\n        {\n            \"_id\": \"6388a9e00212ce3ce42448fd\",\n            \"invited\": {\n                \"_id\": \"6388a9e1f9292afdd7ff37a7\",\n                \"email\": \"adidas@gmail.com\",\n                \"name\": \"Customer1\",\n                \"collaborate\": false,\n                \"country\": \"Colombia\",\n                \"createdAt\": \"2022-12-01T13:19:28.550Z\",\n                \"phone\": \"+13198774474\",\n                \"tenant\": {\n                    \"_id\": \"637ea57d318101bf83f183cc\",\n                    \"url\": \"localhost:3000\"\n                }\n            },\n            \"status\": \"pending\",\n            \"createdAt\": \"2022-12-01T13:19:28.902Z\"\n        }\n    ],\n    \"totalItems\": 2,\n    \"limit\": 20,\n    \"totalPages\": 1,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null,\n    \"active\": 5,\n    \"pending\": 2,\n    \"rejected\": 7,\n    \"filters\": [\n        {\n            \"field\": \"name\",\n            \"values\": [\n                \"Customer1\",\n                \"Customer2\"\n            ]\n        },\n        {\n            \"field\": \"email\",\n            \"values\": [\n                \"nike@gmail.com\",\n                \"adidas@gmail.com\"\n            ]\n        },\n        {\n            \"field\": \"domain\",\n            \"values\": []\n        },\n        {\n            \"field\": \"phone\",\n            \"values\": [\n                \"+1347454\",\n                \"+13198774474\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"a532f2a6-0a9c-4363-a654-128e0b2c1134"},{"name":"List members shippers","id":"cc8f3885-844d-41ab-9788-a20723d76f83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"http://localhost:3000/api/v2/users/list-members-shipper?page=1&limit=20&search=&sort=firstName:asc&shipper=6388ad8af9292afdd7ff7b8a","urlObject":{"protocol":"http","port":"3000","path":["api","v2","users","list-members-shipper"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"search","value":""},{"key":"sort","value":"firstName:asc"},{"key":"shipper","value":"6388ad8af9292afdd7ff7b8a"}],"variable":[]}},"response":[{"id":"e4b5fac9-b42d-424f-b3ad-86d63d4e319d","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"http://localhost:3000/api/v2/users/list-members-shipper?page=1&limit=20&search=&sort=firstName:asc&shipper=6388ad8af9292afdd7ff7b8a","protocol":"http","host":["localhost"],"port":"3000","path":["api","v2","users","list-members-shipper"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"search","value":""},{"key":"sort","value":"firstName:asc"},{"key":"shipper","value":"6388ad8af9292afdd7ff7b8a"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"_id\": \"6388ad8baf90a0fd6a7b1a2d\",\r\n            \"user\": {\r\n                \"_id\": \"6388ad8aaf90a0fd6a7b1a2a\",\r\n                \"firstName\": \"Diego\",\r\n                \"lastName\": \"Echeverry\",\r\n                \"email\": \"diego.echeverry+shipper@cargologik.com\",\r\n                \"mainContact\": true,\r\n                \"createdAt\": \"2022-12-01T13:35:06.830Z\"\r\n            },\r\n            \"role\": \"admin\",\r\n            \"createdAt\": \"2022-12-01T13:35:07.011Z\"\r\n        },\r\n        {\r\n            \"_id\": \"6388ad8baf90a0fd6a7b1a2e\",\r\n            \"user\": {\r\n                \"_id\": \"6388ad8aaf90a0fd6a7b1a2b\",\r\n                \"firstName\": \"Rodrigo\",\r\n                \"lastName\": \"Benitez\",\r\n                \"email\": \"rodrigo123@gmail.com\",\r\n                \"mainContact\": false,\r\n                \"createdAt\": \"2022-12-01T13:35:06.832Z\"\r\n            },\r\n            \"role\": \"admin\",\r\n            \"createdAt\": \"2022-12-01T13:35:07.011Z\"\r\n        }\r\n    ],\r\n    \"totalItems\": 2,\r\n    \"limit\": 20,\r\n    \"totalPages\": 1,\r\n    \"page\": 1,\r\n    \"pagingCounter\": 1,\r\n    \"hasPrevPage\": false,\r\n    \"hasNextPage\": false,\r\n    \"prevPage\": null,\r\n    \"nextPage\": null,\r\n    \"filters\": [\r\n        {\r\n            \"field\": \"name\",\r\n            \"values\": [\r\n                \"Diego Echeverry\",\r\n                \"Rodrigo Benitez\"\r\n            ]\r\n        },\r\n        {\r\n            \"field\": \"email\",\r\n            \"values\": [\r\n                \"diego.echeverry+shipper@cargologik.com\",\r\n                \"rodrigo123@gmail.com\"\r\n            ]\r\n        },\r\n        {\r\n            \"field\": \"phone\",\r\n            \"values\": []\r\n        }\r\n    ]\r\n}"}],"_postman_id":"cc8f3885-844d-41ab-9788-a20723d76f83"},{"name":"Get Company By Id","id":"d6d46f0e-61bf-4b1a-a075-a21b9cc25a51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":"{{URL}}/api/v2/companies/get-company/64b54a2ba1727236e139ba72","urlObject":{"path":["api","v2","companies","get-company","64b54a2ba1727236e139ba72"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"edd75bf8-c82b-4497-afc8-ee672248ff71","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":"{{URL}}/api/v2/companies/get-company/64b54a2ba1727236e139ba72"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"64b54a2ba1727236e139ba72\",\n    \"email\": \"pedro.holgin+shipper3@cargologik.com\",\n    \"country\": \"Venezuela\",\n    \"countryPhoneCode\": \"\",\n    \"name\": \"Shipper3\",\n    \"phone\": \"+13197733185\",\n    \"status\": \"active\",\n    \"type\": \"shipper\"\n}"}],"_postman_id":"d6d46f0e-61bf-4b1a-a075-a21b9cc25a51"},{"name":"Update info company","id":"c668e345-6176-4caa-abb4-aa3d4c6ca96b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Rebook Shoes\",\r\n    \"phone\": \"+573197733185\",\r\n    \"countryPhoneCode\": \"co\",\r\n    \"country\": \"Colombia\",\r\n    \"collaborate\": true,\r\n    \"status\": \"active\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/companies/update-company/6388ad8af9292afdd7ff7b8a","urlObject":{"protocol":"http","port":"3000","path":["api","v2","companies","update-company","6388ad8af9292afdd7ff7b8a"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c668e345-6176-4caa-abb4-aa3d4c6ca96b"},{"name":"List team members by company","id":"a305d3ec-b72e-4145-b79d-b11c8f6cd939","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"http://localhost:3000/api/v2/users/list-team-members?page=1&limit=10&search=&sort=&company=639b949ff9292afdd73d875e&status=pending","urlObject":{"protocol":"http","port":"3000","path":["api","v2","users","list-team-members"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"search","value":""},{"key":"sort","value":""},{"key":"company","value":"639b949ff9292afdd73d875e"},{"key":"status","value":"pending"}],"variable":[]}},"response":[{"id":"5c705ab6-cda6-4a27-a179-c568130a1a61","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"http://localhost:3000/api/v2/users/list-team-members?page=1&limit=10&search=&sort=&company=639b949ff9292afdd73d875e&status=pending","protocol":"http","host":["localhost"],"port":"3000","path":["api","v2","users","list-team-members"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"search","value":""},{"key":"sort","value":""},{"key":"company","value":"639b949ff9292afdd73d875e"},{"key":"status","value":"pending"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"_id\": \"639b95873136c374b637c0d7\",\r\n            \"user\": {\r\n                \"_id\": \"639b95873136c374b637c0d4\",\r\n                \"firstName\": \"Camilo1\",\r\n                \"lastName\": \"Gallo1\",\r\n                \"email\": \"camilol2@gmail.com\",\r\n                \"mainContact\": false,\r\n                \"urlPhotoProfile\": \"\",\r\n                \"rates\": false,\r\n                \"createdAt\": \"2022-12-15T21:45:43.666Z\"\r\n            },\r\n            \"role\": \"admin\",\r\n            \"status\": \"pending\"\r\n        },\r\n        {\r\n            \"_id\": \"639b95873136c374b637c0d6\",\r\n            \"user\": {\r\n                \"_id\": \"639b95873136c374b637c0d3\",\r\n                \"firstName\": \"Sergio1\",\r\n                \"lastName\": \"Oviedo1\",\r\n                \"email\": \"sergiol1@gmail.com\",\r\n                \"mainContact\": true,\r\n                \"urlPhotoProfile\": \"\",\r\n                \"rates\": false,\r\n                \"createdAt\": \"2022-12-15T21:45:43.664Z\"\r\n            },\r\n            \"role\": \"admin\",\r\n            \"status\": \"pending\"\r\n        }\r\n    ],\r\n    \"totalItems\": 2,\r\n    \"limit\": 10,\r\n    \"totalPages\": 1,\r\n    \"page\": 1,\r\n    \"pagingCounter\": 1,\r\n    \"hasPrevPage\": false,\r\n    \"hasNextPage\": false,\r\n    \"prevPage\": null,\r\n    \"nextPage\": null,\r\n    \"pending\": 2,\r\n    \"filters\": [\r\n        {\r\n            \"field\": \"name\",\r\n            \"values\": [\r\n                \"Camilo1 Gallo1\",\r\n                \"Sergio1 Oviedo1\"\r\n            ]\r\n        },\r\n        {\r\n            \"field\": \"email\",\r\n            \"values\": [\r\n                \"camilol2@gmail.com\",\r\n                \"sergiol1@gmail.com\"\r\n            ]\r\n        },\r\n        {\r\n            \"field\": \"phone\",\r\n            \"values\": []\r\n        }\r\n    ]\r\n}"}],"_postman_id":"a305d3ec-b72e-4145-b79d-b11c8f6cd939"},{"name":"List lsp companies","id":"3690dda9-47cd-4a8a-b679-0bd9130f531b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"http://localhost:3000/api/v2/companies/list-lsp?page=1&limit=20&search=&status=pending&sort=name:desc","urlObject":{"protocol":"http","port":"3000","path":["api","v2","companies","list-lsp"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"search","value":""},{"key":"status","value":"pending"},{"key":"sort","value":"name:desc"}],"variable":[]}},"response":[{"id":"5ef13b38-b8de-47f0-a181-fc94174de0b5","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"http://localhost:3000/api/v2/companies/list-lsp?page=1&limit=20&search=&status=pending&sort=name:desc","protocol":"http","host":["localhost"],"port":"3000","path":["api","v2","companies","list-lsp"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"search","value":""},{"key":"status","value":"pending"},{"key":"sort","value":"name:desc"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"63cabc134487de0dfe875217\",\n            \"invited\": {\n                \"_id\": \"63cabc120cf08faf47257c3b\",\n                \"email\": \"universal3@gmail.com\",\n                \"name\": \"Universal 3\",\n                \"collaborate\": false,\n                \"country\": \"Colombia\",\n                \"countryPhoneCode\": \"co\",\n                \"createdAt\": \"2023-01-20T16:06:42.921Z\",\n                \"phone\": \"+573197735858\",\n                \"tenant\": {\n                    \"_id\": \"637ea57d318101bf83f183cc\",\n                    \"url\": \"localhost:3000\"\n                }\n            },\n            \"status\": \"pending\",\n            \"createdAt\": \"2023-01-20T16:06:43.238Z\"\n        },\n        {\n            \"_id\": \"63cab6394487de0dfe87517a\",\n            \"invited\": {\n                \"_id\": \"63cab6380cf08faf472518ad\",\n                \"email\": \"universal2@gmail.com\",\n                \"name\": \"Universal 2\",\n                \"collaborate\": true,\n                \"country\": \"Colombia\",\n                \"countryPhoneCode\": \"co\",\n                \"createdAt\": \"2023-01-20T15:41:44.932Z\",\n                \"phone\": \"+573214547447\",\n                \"tenant\": {\n                    \"_id\": \"637ea57d318101bf83f183cc\",\n                    \"url\": \"localhost:3000\"\n                }\n            },\n            \"status\": \"pending\",\n            \"createdAt\": \"2023-01-20T15:41:45.192Z\"\n        },\n        {\n            \"_id\": \"639b95873136c374b637c0d1\",\n            \"invited\": {\n                \"_id\": \"639b949ff9292afdd73d875e\",\n                \"email\": \"logunsa@gmail.com\",\n                \"name\": \"Customer1\",\n                \"collaborate\": false,\n                \"country\": \"Colombia\",\n                \"countryPhoneCode\": \"co\",\n                \"createdAt\": \"2022-12-15T21:41:50.484Z\",\n                \"phone\": \"+1347454\",\n                \"tenant\": {\n                    \"_id\": \"637ea57d318101bf83f183cc\",\n                    \"url\": \"localhost:3000\"\n                }\n            },\n            \"status\": \"pending\",\n            \"createdAt\": \"2022-12-15T21:45:43.186Z\"\n        },\n        {\n            \"_id\": \"63a216bce7bd9d69e02b4651\",\n            \"invited\": {\n                \"_id\": \"63a216bcf9292afdd7a21678\",\n                \"email\": \"internationalsa@gmail.com\",\n                \"name\": \"International SA\",\n                \"collaborate\": false,\n                \"country\": \"Colombia\",\n                \"countryPhoneCode\": \"\",\n                \"createdAt\": \"2022-12-20T20:10:36.581Z\",\n                \"phone\": \"+13165458585\",\n                \"tenant\": {\n                    \"_id\": \"637ea57d318101bf83f183cc\",\n                    \"url\": \"localhost:3000\"\n                }\n            },\n            \"status\": \"pending\",\n            \"createdAt\": \"2022-12-20T20:10:37.396Z\"\n        }\n    ],\n    \"totalItems\": 4,\n    \"limit\": 20,\n    \"totalPages\": 1,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null,\n    \"pending\": 4,\n    \"rejected\": 1,\n    \"active\": 7,\n    \"filters\": [\n        {\n            \"field\": \"name\",\n            \"values\": [\n                \"Customer1\",\n                \"Customer2\",\n                \"Customer3\",\n                \"Customer4\"\n            ]\n        },\n        {\n            \"field\": \"email\",\n            \"values\": [\n                \"universal3@gmail.com\",\n                \"universal2@gmail.com\",\n                \"logunsa@gmail.com\",\n                \"internationalsa@gmail.com\"\n            ]\n        },\n        {\n            \"field\": \"domain\",\n            \"values\": []\n        },\n        {\n            \"field\": \"typeLSP\",\n            \"values\": []\n        },\n        {\n            \"field\": \"phone\",\n            \"values\": [\n                \"+573197735858\",\n                \"+573214547447\",\n                \"+1347454\",\n                \"+13165458585\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"3690dda9-47cd-4a8a-b679-0bd9130f531b"},{"name":"Invite new shipper","id":"b74efa32-0214-4f88-ba98-643427554aa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"company\": {\r\n        \"name\": \"New shipper\",\r\n        \"phone\": \"(201) 545-45454\",\r\n        \"country\": \"Colombia\",\r\n        \"countryPhoneCode\": \"co\"\r\n    },\r\n    \"sendEmail\": true,\r\n    \"users\": [\r\n        {\r\n            \"email\": \"user@cargologik.com\",\r\n            \"firstName\": \"User name\",\r\n            \"lastName\": \"lastName\",\r\n            \"mainContact\": true\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/companies/invite-shipper","description":"<h2 id=\"invite-new-shipper\">Invite New Shipper</h2>\n<p>This endpoint allows a company to invite a shipper to join their platform.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/companies/invite-shipper</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>company.name</code></td>\n<td>The name of the new shipper company.</td>\n</tr>\n<tr>\n<td><code>company.phone</code></td>\n<td>The phone number of the new shipper company.</td>\n</tr>\n<tr>\n<td><code>company.country</code></td>\n<td>The country where the new shipper company is located.</td>\n</tr>\n<tr>\n<td><code>company.countryPhoneCode</code></td>\n<td>The country phone code for the new shipper company.</td>\n</tr>\n<tr>\n<td><code>sendEmail</code></td>\n<td>A boolean value indicating whether an email should be sent.</td>\n</tr>\n<tr>\n<td><code>users[].email</code></td>\n<td>The email address of the user.</td>\n</tr>\n<tr>\n<td><code>users[].firstName</code></td>\n<td>The first name of the user.</td>\n</tr>\n<tr>\n<td><code>users[].lastName</code></td>\n<td>The last name of the user.</td>\n</tr>\n<tr>\n<td><code>users[].mainContact</code></td>\n<td>A boolean value indicating whether the user is the main contact.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"company\": {\n        \"name\": \"New shipper\",\n        \"phone\": \"(201) 545-45454\",\n        \"country\": \"Colombia\",\n        \"countryPhoneCode\": \"co\"\n    },\n    \"sendEmail\": true,\n    \"users\": [\n        {\n            \"email\": \"user@cargologik.com\",\n            \"firstName\": \"User name\",\n            \"lastName\": \"lastName\",\n            \"mainContact\": true\n        }\n    ]\n}\n\n</code></pre>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request POST 'https://api.yourcompany.com/api/v2/companies/invite-shipper' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n    \"company\": {\n        \"name\": \"New shipper\",\n        \"phone\": \"(201) 545-45454\",\n        \"country\": \"Colombia\",\n        \"countryPhoneCode\": \"co\"\n    },\n    \"sendEmail\": true,\n    \"users\": [\n        {\n            \"email\": \"user@cargologik.com\",\n            \"firstName\": \"User name\",\n            \"lastName\": \"lastName\",\n            \"mainContact\": true\n        }\n    ]\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","companies","invite-shipper"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"362898f4-0ef5-4c46-974a-8c08dcb035b6","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"},{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"company\": {\r\n        \"name\": \"New shipper\",\r\n        \"phone\": \"(201) 545-45454\",\r\n        \"country\": \"Colombia\",\r\n        \"countryPhoneCode\": \"co\"\r\n    },\r\n    \"sendEmail\": true,\r\n    \"users\": [\r\n        {\r\n            \"email\": \"user@cargologik.com\",\r\n            \"firstName\": \"User name\",\r\n            \"lastName\": \"lastName\",\r\n            \"mainContact\": true\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/companies/invite-shipper"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"_id\": \"660c0dd85ab6928b7f2b6aa6\",\r\n    \"email\": \"user@cargologik.com\",\r\n    \"country\": \"Colombia\",\r\n    \"name\": \"New shipper\",\r\n    \"phone\": \"(201) 545-45454\",\r\n    \"status\": \"pending\",\r\n    \"type\": \"shipper\"\r\n}"}],"_postman_id":"b74efa32-0214-4f88-ba98-643427554aa9"},{"name":"Invite new LSP","id":"a9d5c220-52f3-4ac7-8c0b-19a369530229","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"company\": {\r\n        \"name\": \"JD Corp\",\r\n        \"phone\": \"+134745454\",\r\n        \"country\": \"Colombia\",\r\n        \"email\": \"nikeinternational@gmail.com\",\r\n        \"countryPhoneCode\": \"co\",\r\n        \"typeLSP\": \"WH\"\r\n    },\r\n    \"sendEmail\": false,\r\n    \"users\": [\r\n        {\r\n            \"firstName\": \"Sergio2\",\r\n            \"lastName\": \"Oviedo2\",\r\n            \"email\": \"sergiol2@gmail.com\",\r\n            \"mainContact\": true\r\n        },\r\n        {\r\n            \"firstName\": \"Camilo2\",\r\n            \"lastName\": \"Gallo2\",\r\n            \"email\": \"camilol24@gmail.com\",\r\n            \"mainContact\": false\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/companies/invite-lsp","urlObject":{"protocol":"http","port":"3000","path":["api","v2","companies","invite-lsp"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9d5c220-52f3-4ac7-8c0b-19a369530229"},{"name":"Resend Email Welcome","id":"3cfc549f-77d8-42e8-92f2-8d6d4622d1e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"company\": \"6533c3ee7feb2f97bea12048\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/companies/resent-email-welcome","urlObject":{"path":["api","v2","companies","resent-email-welcome"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"cc656498-4578-4017-944a-26beab29c8ca","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"company\": \"6533c3ee7feb2f97bea12048\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/companies/resent-email-welcome"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 23 Oct 2023 16:20:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"c9-96Yp6JPP7VhI0/yvqzW0LNNMOAQ\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Via","value":"1.1 google"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"81ab4e79282d9afe-GYE"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6533c3ee7feb2f97bea12048\",\n    \"email\": \"catalina.castrillon+michelin-admin@cargologik.com\",\n    \"name\": \"Michelin\",\n    \"tenant\": {\n        \"_id\": \"6533c3ee7feb2f97bea12057\",\n        \"url\": \"michelin.cargologik.app\"\n    },\n    \"type\": \"lsp\"\n}"}],"_postman_id":"3cfc549f-77d8-42e8-92f2-8d6d4622d1e7"},{"name":"Automatic quote settings","id":"14f37192-2e94-4ad9-8f1c-2a85bc5e6f85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"enabled\": false,\n    \"internal_members\": {\n        \"enabled\": false,\n        \"transportation_type\": {\n            \"ocean\": {\n                \"enabled\": false,\n                \"contractRatesEnabled\": true,\n                \"spotRatesEnabled\": false\n            },\n            \"air\": {\n                \"enabled\": true,\n                \"contractRatesEnabled\": true,\n                \"spotRatesEnabled\": true\n            }\n        }\n    },\n    \"external_members\": {\n        \"enabled\": true,\n        \"transportation_type\": {\n            \"ocean\": {\n                \"enabled\": true,\n                \"contractRatesEnabled\": true,\n                \"spotRatesEnabled\": true\n            },\n            \"air\": {\n                \"enabled\": true,\n                \"contractRatesEnabled\": true,\n                \"spotRatesEnabled\": true\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/companies/automatic-quote-settings","urlObject":{"protocol":"http","port":"3000","path":["api","v2","companies","automatic-quote-settings"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"14f37192-2e94-4ad9-8f1c-2a85bc5e6f85"},{"name":"Update rates permissions","id":"1f396cd2-2118-42f2-956f-9062c1bc7312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"contractRates\": [\n        {\n            \"memberId\": \"64b58f53606f4fa7be831969\",\n            \"memberType\": \"teamMember\",\n            \"transportationType\": \"ocean\",\n            \"isEnabled\": true,\n            \"assignedBy\": \"64921d28a1727236e13bcb9d\"\n        }\n    ],\n    \"spotRates\": {\n        \"totalBudget\": 10000,\n        \"permissions\": [\n            {\n                \"memberId\": \"64b58f53606f4fa7be831969\",\n                \"memberType\": \"partner\",\n                \"transportationType\": \"air\",\n                \"isEnabled\": true,\n                \"personalBudget\": 2000,\n                \"assignedBy\": \"64921d28a1727236e13bcb9d\"\n            },\n            {\n                \"memberId\": \"64b58f53606f4fa7be831969\",\n                \"memberType\": \"customer\",\n                \"transportationType\": \"ocean\",\n                \"isEnabled\": false,\n                \"personalBudget\": 1500,\n                \"assignedBy\": \"64921d28a1727236e13bcb9d\"\n            },\n            {\n                \"memberId\": \"64b58f53606f4fa7be831969\",\n                \"memberType\": \"customer\",\n                \"transportationType\": \"ocean\",\n                \"isEnabled\": false,\n                \"personalBudget\": 1500,\n                \"assignedBy\": \"64921d28a1727236e13bcb9d\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/companies/update-rates-permissions","urlObject":{"protocol":"http","port":"3000","path":["api","v2","companies","update-rates-permissions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f396cd2-2118-42f2-956f-9062c1bc7312"},{"name":"Add rate permission","id":"808fc507-8841-4bef-b156-179bfd16043e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"contractRates\": [\n        {\n            \"memberId\": \"64b58f53606f4fa7be831969\",\n            \"memberType\": \"teamMember\",\n            \"transportationType\": \"ocean\",\n            \"isEnabled\": true,\n            \"assignedBy\": \"64921d28a1727236e13bcb9d\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/companies/add-rate-permission","urlObject":{"protocol":"http","port":"3000","path":["api","v2","companies","add-rate-permission"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"808fc507-8841-4bef-b156-179bfd16043e"},{"name":"List quote settings","id":"fedac3cf-3b58-4abe-8beb-c5095eb3eb1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/companies/list-quote-settings","urlObject":{"protocol":"http","port":"3000","path":["api","v2","companies","list-quote-settings"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fedac3cf-3b58-4abe-8beb-c5095eb3eb1c"},{"name":"List rates permissions","id":"35cd9362-0344-4fb7-896b-913534d8529b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/companies/list-rate-permissions","urlObject":{"protocol":"http","port":"3000","path":["api","v2","companies","list-rate-permissions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"35cd9362-0344-4fb7-896b-913534d8529b"},{"name":"Get contract rate permissions","id":"22f8e190-2724-41d0-811d-bdd0915d7148","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n\t\"memberId\": \"64b58f53606f4fa7be831969\",\n\t\"transportationType\": \"ocean\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/companies/get-contractRate-permission","urlObject":{"protocol":"http","port":"3000","path":["api","v2","companies","get-contractRate-permission"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"22f8e190-2724-41d0-811d-bdd0915d7148"},{"name":"get spot rate permissions","id":"731cd5fc-c105-44dc-8dd0-0ba7bab10ccc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n\t\"memberId\": \"64b58f53606f4fa7be831969\",\n\t\"transportationType\": \"air\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/companies/get-spotRate-permission","urlObject":{"protocol":"http","port":"3000","path":["api","v2","companies","get-spotRate-permission"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"731cd5fc-c105-44dc-8dd0-0ba7bab10ccc"}],"id":"427caa01-973b-45f3-9f89-b54c1ca63440","description":"<h1 id=\"definition\">Definition</h1>\n<p>The Companies module provides several endpoints to interact with company data. Here is a list of possible endpoints and their descriptions:</p>\n","_postman_id":"427caa01-973b-45f3-9f89-b54c1ca63440"},{"name":"Signup & onboarding","item":[{"name":"Register Company","id":"18257eff-538a-4f35-9f44-9cc8ebc06d45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Alfredo\",\r\n    \"lastName\": \"Ramirez\",\r\n    \"email\": \"alfredo.ramirez+lsnew2@cargologik.com\",\r\n    \"phone\": \"322 54545454\",\r\n    \"countryPhoneCode\": \"co\",\r\n    \"password\": \"Cargologik222\",\r\n    \"passwordConfirmation\": \"Cargologik222\",\r\n    \"companyName\": \"LSP2 new company\",\r\n    \"domain\": \"lsp2newcompany\",\r\n    \"country\": {\r\n        \"_id\": \"649de7507351fe8671a8a73d\",\r\n        \"name\": \"Colombia\",\r\n        \"countryCode\": \"CO\"\r\n    },\r\n    \"aceptTerms\": true,\r\n    \"captcha\": \"03AFcWeA5C182drp8pwGsnRnqWmwo_hxC_9C77r0lyPMUE0xLFzKr68f4FXi1kg9jEn7UYtpQKCKCtaTHjQCRaOW6LN9OTVAFuf7ZffQaZ9lOiIfmSwsbBQNEBxlG54BuvpEh0sNGc-OH66qQECcqDb-EBJmX1hy5f2CElPgPZhs8ESqL0CE42WnUXx1hWo8fzalYd8YOQ1QYQL16vYxe2fsRyu2KMMuUexHu-um4FJh1FtL0_e5kDweB7ToS3sy3KPzY5V0VfBOTeUAT6DkXHxxwhrA_F1lzWJglLk8VskT8OcIjjkXZebjiab2OfnYRmON1acBy90fLNjd7o3ZM2JM7-sD7pm_FreP3z9gMnspzqpy9d3tt_ETkFJL9k0InY4QKFgcDOEsw7HOiIzzE_oMq2WtgkqRzxg9cWifYuY8qtvIJIo69IsSt1BJk-DN4KOOwPpyZzym5PEUIVXCNr0O7UGD987A9ud3RGlaM7EqFna_NkWX9LUbQ3eoT6wKILjnafC1OSyDaltlMg2sKNfEkPtZgaDNmQ6HPxBi385OBoJfsq9c0QGk9n1UdRe3rz1xOhxwB3xH3GXG-Jc_K8PSKGhbvg_bZpQVB7ozj9UMPeKGXp4u5idaxAnJPnKtOj2eH1oF5_vm_W\",\r\n    \"industry\": \"Computer Software\",\r\n    \"type\": \"lsp\",\r\n    \"plan\": \"64557b162ab9d195ef57d618\",\r\n    \"planVisibility\": null,\r\n    \"card\": {\r\n        \"id\": \"card_1O0Uw1KMnTmnAGmP69WR6s0o\",\r\n        \"customer\": \"cus_Oo7AKUVvEmZwex\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/companies/register","description":"<h2 id=\"register-new-company\">Register New Company</h2>\n<p>This endpoint allows you to register a new company with the provided information.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/companies/register</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>firstName</code></td>\n<td>First name of the company representative.</td>\n</tr>\n<tr>\n<td><code>lastName</code></td>\n<td>Last name of the company representative.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>Email address of the company representative.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>Phone number of the company representative.</td>\n</tr>\n<tr>\n<td><code>countryPhoneCode</code></td>\n<td>Country phone code (e.g., \"co\").</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>Password for the company's account.</td>\n</tr>\n<tr>\n<td><code>passwordConfirmation</code></td>\n<td>Confirmation of the password.</td>\n</tr>\n<tr>\n<td><code>companyName</code></td>\n<td>Name of the company.</td>\n</tr>\n<tr>\n<td><code>domain</code></td>\n<td>Domain name for the company.</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>Object with country information (e.g., <code>_id</code>, <code>name</code>, and <code>countryCode</code>).</td>\n</tr>\n<tr>\n<td><code>aceptTerms</code></td>\n<td>Indicates acceptance of terms (true/false).</td>\n</tr>\n<tr>\n<td><code>captcha</code></td>\n<td>CAPTCHA verification.</td>\n</tr>\n<tr>\n<td><code>industry</code></td>\n<td>Industry of the company (e.g., \"Computer Software\").</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>Type of company (e.g., \"lsp\" or \"shipper\").</td>\n</tr>\n<tr>\n<td><code>plan</code></td>\n<td>Plan ID for the company (e.g., \"64557b162ab9d195ef57d618\").</td>\n</tr>\n<tr>\n<td><code>planVisibility</code></td>\n<td>Visibility settings for the plan.</td>\n</tr>\n<tr>\n<td><code>card</code></td>\n<td>Object with card information (e.g., <code>id</code> and <code>customer</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"firstName\": \"Alfredo\",\n  \"lastName\": \"Ramirez\",\n  \"email\": \"alfredo.ramirez+lsnew2@cargologik.com\",\n  \"phone\": \"322 54545454\",\n  \"countryPhoneCode\": \"co\",\n  \"password\": \"Cargologik222\",\n  \"passwordConfirmation\": \"Cargologik222\",\n  \"companyName\": \"LSP2 new company\",\n  \"domain\": \"lsp2newcompany\",\n  \"country\": {\n    \"_id\": \"649de7507351fe8671a8a73d\",\n    \"name\": \"Colombia\",\n    \"countryCode\": \"CO\"\n  },\n  \"aceptTerms\": true,\n  \"captcha\": \"03AFcWeA5C182drp8pwGsnRnqWmwo_hxC_9C77r0lyPMUE0xLFzKr68f4FXi1kg9jEn7UYtpQKCKCtaTHjQCRaOW6LN9OTVAFuf7ZffQaZ9lOiIfmSwsbBQNEBxlG54BuvpEh0sNGc-OH66qQECcqDb-EBJmX1hy5f2CElPgPZhs8ESqL0CE42WnUXx1hWo8fzalYd8YOQ1QYQL16vYxe2fsRyu2KMMuUexHu-um4FJh1FtL0_e5kDweB7ToS3sy3KPzY5V0VfBOTeUAT6DkXHxxwhrA_F1lzWJglLk8VskT8OcIjjkXZebjiab2OfnYRmON1acBy90fLNjd7o3ZM2JM7-sD7pm_FreP3z9gMnspzqpy9d3tt_ETkFJL9k0InY4QKFgcDOEsw7HOiIzzE_oMq2WtgkqRzxg9cWifYuY8qtvIJIo69IsSt1BJk-DN4KOOwPpyZzym5PEUIVXCNr0O7UGD987A9ud3RGlaM7EqFna_NkWX9LUbQ3eoT6wKILjnafC1OSyDaltlMg2sKNfEkPtZgaDNmQ6HPxBi385OBoJfsq9c0QGk9n1UdRe3rz1xOhxwB3xH3GXG-Jc_K8PSKGhbvg_bZpQVB7ozj9UMPeKGXp4u5idaxAnJPnKtOj2eH1oF5_vm_W\",\n  \"industry\": \"Computer Software\",\n  \"type\": \"lsp\",\n  \"plan\": \"64557b162ab9d195ef57d618\",\n  \"planVisibility\": null,\n  \"card\": {\n    \"id\": \"card_1O0Uw1KMnTmnAGmP69WR6s0o\",\n    \"customer\": \"cus_Oo7AKUVvEmZwex\"\n  }\n}\n\n</code></pre>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request POST 'https://api.yourcompany.com/api/v2/disclaimer/listDisclaimers' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n    \"firstName\": \"Alfredo\",\n    \"lastName\": \"Ramirez\",\n    \"email\": \"alfredo.ramirez+lsnew2@cargologik.com\",\n    \"phone\": \"322 54545454\",\n    \"countryPhoneCode\": \"co\",\n    \"password\": \"Cargologik222\",\n    \"passwordConfirmation\": \"Cargologik222\",\n    \"companyName\": \"LSP2 new company\",\n    \"domain\": \"lsp2newcompany\",\n    \"country\": {\n        \"_id\": \"649de7507351fe8671a8a73d\",\n        \"name\": \"Colombia\",\n        \"countryCode\": \"CO\"\n    },\n    \"aceptTerms\": true,\n    \"captcha\": \"03AFcWeA5C182drp8pwGsnRnqWmwo_hxC_9C77r0lyPMUE0xLFzKr68f4FXi1kg9jEn7UYtpQKCKCtaTHjQCRaOW6LN9OTVAFuf7ZffQaZ9lOiIfmSwsbBQNEBxlG54BuvpEh0sNGc-OH66qQECcqDb-EBJmX1hy5f2CElPgPZhs8ESqL0CE42WnUXx1hWo8fzalYd8YOQ1QYQL16vYxe2fsRyu2KMMuUexHu-um4FJh1FtL0_e5kDweB7ToS3sy3KPzY5V0VfBOTeUAT6DkXHxxwhrA_F1lzWJglLk8VskT8OcIjjkXZebjiab2OfnYRmON1acBy90fLNjd7o3ZM2JM7-sD7pm_FreP3z9gMnspzqpy9d3tt_ETkFJL9k0InY4QKFgcDOEsw7HOiIzzE_oMq2WtgkqRzxg9cWifYuY8qtvIJIo69IsSt1BJk-DN4KOOwPpyZzym5PEUIVXCNr0O7UGD987A9ud3RGlaM7EqFna_NkWX9LUbQ3eoT6wKILjnafC1OSyDaltlMg2sKNfEkPtZgaDNmQ6HPxBi385OBoJfsq9c0QGk9n1UdRe3rz1xOhxwB3xH3GXG-Jc_K8PSKGhbvg_bZpQVB7ozj9UMPeKGXp4u5idaxAnJPnKtOj2eH1oF5_vm_W\",\n    \"industry\": \"Computer Software\",\n    \"type\": \"lsp\",\n    \"plan\": \"64557b162ab9d195ef57d618\",\n    \"planVisibility\": null,\n    \"card\": {\n        \"id\": \"card_1O0Uw1KMnTmnAGmP69WR6s0o\",\n        \"customer\": \"cus_Oo7AKUVvEmZwex\"\n    }\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","companies","register"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"e47e16cc-3230-483f-9c41-cadc40faea1c","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Alfredo\",\r\n    \"lastName\": \"Ramirez\",\r\n    \"email\": \"alfredo.ramirez+lsnew2@cargologik.com\",\r\n    \"phone\": \"322 54545454\",\r\n    \"countryPhoneCode\": \"co\",\r\n    \"password\": \"Cargologik222\",\r\n    \"passwordConfirmation\": \"Cargologik222\",\r\n    \"companyName\": \"LSP2 new company\",\r\n    \"domain\": \"lsp2newcompany\",\r\n    \"country\": {\r\n        \"_id\": \"649de7507351fe8671a8a73d\",\r\n        \"name\": \"Colombia\",\r\n        \"countryCode\": \"CO\"\r\n    },\r\n    \"aceptTerms\": true,\r\n    \"captcha\": \"03AFcWeA5C182drp8pwGsnRnqWmwo_hxC_9C77r0lyPMUE0xLFzKr68f4FXi1kg9jEn7UYtpQKCKCtaTHjQCRaOW6LN9OTVAFuf7ZffQaZ9lOiIfmSwsbBQNEBxlG54BuvpEh0sNGc-OH66qQECcqDb-EBJmX1hy5f2CElPgPZhs8ESqL0CE42WnUXx1hWo8fzalYd8YOQ1QYQL16vYxe2fsRyu2KMMuUexHu-um4FJh1FtL0_e5kDweB7ToS3sy3KPzY5V0VfBOTeUAT6DkXHxxwhrA_F1lzWJglLk8VskT8OcIjjkXZebjiab2OfnYRmON1acBy90fLNjd7o3ZM2JM7-sD7pm_FreP3z9gMnspzqpy9d3tt_ETkFJL9k0InY4QKFgcDOEsw7HOiIzzE_oMq2WtgkqRzxg9cWifYuY8qtvIJIo69IsSt1BJk-DN4KOOwPpyZzym5PEUIVXCNr0O7UGD987A9ud3RGlaM7EqFna_NkWX9LUbQ3eoT6wKILjnafC1OSyDaltlMg2sKNfEkPtZgaDNmQ6HPxBi385OBoJfsq9c0QGk9n1UdRe3rz1xOhxwB3xH3GXG-Jc_K8PSKGhbvg_bZpQVB7ozj9UMPeKGXp4u5idaxAnJPnKtOj2eH1oF5_vm_W\",\r\n    \"industry\": \"Computer Software\",\r\n    \"type\": \"lsp\",\r\n    \"plan\": \"64557b162ab9d195ef57d618\",\r\n    \"planVisibility\": null,\r\n    \"card\": {\r\n        \"id\": \"card_1O0Uw1KMnTmnAGmP69WR6s0o\",\r\n        \"customer\": \"cus_Oo7AKUVvEmZwex\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/companies/register"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"_id\": \"65285003a5e95117ba29f5e1\",\r\n    \"email\": \"pedro.holguin+lsnew2@cargologik.com\",\r\n    \"name\": \"LSP2 new company\",\r\n    \"country\": \"Colombia\",\r\n    \"currentPlan\": \"64557b162ab9d195ef57d618\",\r\n    \"phone\": \"322 54545454\",\r\n    \"status\": \"active\",\r\n    \"type\": \"lsp\"\r\n}"}],"_postman_id":"18257eff-538a-4f35-9f44-9cc8ebc06d45"}],"id":"fb8ff250-8830-4344-9ad9-caf11f852ccb","_postman_id":"fb8ff250-8830-4344-9ad9-caf11f852ccb","description":""},{"name":"Users","item":[{"name":"Forgot Password","id":"8bf62bbf-c3e5-4145-a87d-d72507cf791d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"alfredo.ramirez+lsnew2@cargologik.com\"  \r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/users/forgot-password","description":"<h2 id=\"request-password-reset\">Request Password Reset</h2>\n<p>This endpoint allows you to request a password reset by providing the user's email address.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/users/forgot-password</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>email</code></td>\n<td>Email address of the user to reset the password for.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"email\": \"alfredo.ramirez+lsnew2@cargologik.com\"\n}\n\n</code></pre>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request POST 'https://api.yourcompany.com/api/v2/users/forgot-password' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n  \"email\": \"alfredo.ramirez+lsnew2@cargologik.com\"\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","users","forgot-password"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"11bdc0cd-f412-4241-999d-ebdb20f35a08","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"alfredo.ramirez+lsnew2@cargologik.com\"  \r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/users/forgot-password"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"_id\": \"65285004a5e95117ba29f5f1\",\r\n    \"user\": {\r\n        \"_id\": \"65285004a5e95117ba29f5ef\",\r\n        \"firstName\": \"Alfredo\",\r\n        \"lastName\": \"Ramirez\",\r\n        \"email\": \"alfredo.ramirez+lsnew2@cargologik.com\",\r\n        \"mainContact\": true,\r\n        \"jobTitle\": \"\",\r\n        \"countryPhoneCode\": \"co\",\r\n        \"phone\": \"322 54545454\",\r\n        \"devices\": [],\r\n        \"sendEmail\": true,\r\n        \"changePasswordRequired\": false,\r\n        \"introduced\": false,\r\n        \"urlPhotoProfile\": \"\",\r\n        \"joinDate\": \"2023-10-12T19:59:00.492Z\",\r\n        \"rates\": true,\r\n        \"disable\": false,\r\n        \"password\": \"$2a$10$kBJIiSG62GSztS5NCRvTMuvgw2RWdvP/RaAdxcF6jJB5mJjQmmnCK\",\r\n        \"createdAt\": \"2023-10-12T19:59:00.493Z\",\r\n        \"__v\": 0\r\n    },\r\n    \"company\": \"65285003a5e95117ba29f5e1\",\r\n    \"tenant\": {\r\n        \"_id\": \"65285004a5e95117ba29f5ed\",\r\n        \"url\": \"lsp2newcompany.dev.com\",\r\n        \"tenant\": \"lsp2newcompany\",\r\n        \"company\": \"65285003a5e95117ba29f5e1\",\r\n        \"createdAt\": \"2023-10-12T19:59:00.314Z\",\r\n        \"__v\": 0\r\n    }\r\n}"}],"_postman_id":"8bf62bbf-c3e5-4145-a87d-d72507cf791d"},{"name":"Change Password","id":"252721c2-bc74-45b5-a879-6158e7c2a8fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"65285004a5e95117ba29f5ef\",\r\n    \"password\": \"holamundo123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/users/change-password","description":"<h2 id=\"change-user-password\">Change User Password</h2>\n<p>This endpoint allows you to change the password of a user by providing the user's ID and the new password.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/users/change-password</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>User ID for whom to change the password.</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>The new password for the user.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": \"65285004a5e95117ba29f5ef\",\n  \"password\": \"holamundo123\"\n}\n\n</code></pre>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request POST 'https://api.yourcompany.com/api/v2/users/change-password' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n  \"id\": \"65285004a5e95117ba29f5ef\",\n  \"password\": \"holamundo123\"\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","users","change-password"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"73ad4f73-7efd-4c65-b295-ffd74f8fc97b","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"641a2f4b3ab1001c81bcbcd5\",\r\n    \"password\": \"holamundo123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/users/change-password"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"tenant\": null\n}"}],"_postman_id":"252721c2-bc74-45b5-a879-6158e7c2a8fd"},{"name":"Invite team members","id":"e5f710b5-40cc-4108-bdd3-a8b15102d5d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"users\": [\r\n        {\r\n            \"firstName\": \"User \",\r\n            \"lastName\": \"Prueba\",\r\n            \"email\": \"user@cargologik.com\",\r\n            \"role\": \"admin\",\r\n            \"country\": \"Colombia\",\r\n            \"phone\": \"321 5454545\",\r\n            \"countryPhoneCode\": \"co\"\r\n        }\r\n    ],\r\n    \"companyId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/users/invite-team-members","description":"<h2 id=\"invite-team-members\">Invite Team Members</h2>\n<p>This endpoint allows you to invite new team members to your company by providing their information.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><p><strong>URL</strong>: <code>{{URL}}/api/v2/users/invite-team-members</code></p>\n</li>\n<li><p><strong>Method HTTP</strong>: POST</p>\n</li>\n<li><p><strong>Headers</strong>:</p>\n<ul>\n<li><p><code>Accept-Language: en</code></p>\n</li>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>users</code></td>\n<td>An array of objects containing user details.</td>\n</tr>\n<tr>\n<td><code>companyId</code></td>\n<td>The ID of the company to which users will be invited.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Each user object should include:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>firstName</code></td>\n<td>First name of the user.</td>\n</tr>\n<tr>\n<td><code>lastName</code></td>\n<td>Last name of the user.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>Email address of the user.</td>\n</tr>\n<tr>\n<td><code>role</code></td>\n<td>User's role (e.g., \"admin\" or \"standard\").</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>Country of the user (e.g., \"Colombia\").</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>Phone number of the user.</td>\n</tr>\n<tr>\n<td><code>countryPhoneCode</code></td>\n<td>Country phone code (e.g., \"co\").</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"users\": [\n    {\n      \"firstName\": \"User\",\n      \"lastName\": \"Prueba\",\n      \"email\": \"user@cargologik.com\",\n      \"role\": \"admin\",\n      \"country\": \"Colombia\",\n      \"phone\": \"321 5454545\",\n      \"countryPhoneCode\": \"co\"\n    }\n  ],\n  \"companyId\": \"\"\n}\n\n</code></pre>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request POST 'https://api.yourcompany.com/api/v2/users/invite-team-members' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n  \"users\": [\n    {\n      \"firstName\": \"User\",\n      \"lastName\": \"Prueba\",\n      \"email\": \"user@cargologik.com\",\n      \"role\": \"admin\",\n      \"country\": \"Colombia\",\n      \"phone\": \"321 5454545\",\n      \"countryPhoneCode\": \"co\"\n    }\n  ],\n  \"companyId\": \"\"\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","users","invite-team-members"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"1358cca5-36e6-401b-8e62-48d320f46219","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"users\": [\r\n        {\r\n            \"firstName\": \"User\",\r\n            \"lastName\": \"Prueba\",\r\n            \"email\": \"user@cargologik.com\",\r\n            \"role\": \"admin\",\r\n            \"country\": \"Colombia\",\r\n            \"phone\": \"321 5454545\",\r\n            \"countryPhoneCode\": \"co\"\r\n        }\r\n    ],\r\n    \"companyId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/users/invite-team-members"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"firstName\": \"User\",\r\n        \"lastName\": \"Prueba\",\r\n        \"email\": \"user@cargologik.com\",\r\n        \"_id\": \"65285abb9580fb4676cfdaf2\"\r\n    }\r\n]"}],"_postman_id":"e5f710b5-40cc-4108-bdd3-a8b15102d5d5"},{"name":"Assign team management","id":"fea55705-3ed5-4a49-b94d-98ad37096ce7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"638a0e61f9292afdd71837d4\",\r\n    \"type\": \"company\",\r\n    \"company\": \"6388a9e1f9292afdd7ff37a7\",\r\n    \"geocode\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/users/assign-team-management","description":"<h2 id=\"assign-team-management\">Assign Team Management</h2>\n<p>This endpoint allows you to assign team management to a user by providing user and team information.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/users/assign-team-management</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>user</code></td>\n<td>User ID who will be assigned management.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>Type of management (e.g., 'company', 'origin', 'destination').</td>\n</tr>\n<tr>\n<td><code>company</code></td>\n<td>Company ID to which management is assigned (optional) if exists geocode.</td>\n</tr>\n<tr>\n<td><code>geocode</code></td>\n<td>Geocode information (optional) if exists company.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"user\": \"638a0e61f9292afdd71837d4\",\n  \"type\": \"company\",\n  \"company\": \"6388a9e1f9292afdd7ff37a7\",\n  \"geocode\": \"\"\n}\n\n</code></pre>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request POST 'https://api.yourcompany.com/api/v2/users/assign-team-management' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n  \"user\": \"638a0e61f9292afdd71837d4\",\n  \"type\": \"company\",\n  \"company\": \"6388a9e1f9292afdd7ff37a7\",\n  \"geocode\": \"\"\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","users","assign-team-management"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"07cc63c5-e329-41e8-bb01-d64f4406f109","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"649ee411cd2ae3022068836f\",\r\n    \"company\": \"64b54a2ba1727236e139ba72\",\r\n    \"type\": \"company\",\r\n    \"geocode\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/users/assign-team-management"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"652945732a7f100f1058e4ce\",\n    \"company\": \"64b54a2ba1727236e139ba72\",\n    \"type\": \"company\",\n    \"user\": \"649ee411cd2ae3022068836f\"\n}"}],"_postman_id":"fea55705-3ed5-4a49-b94d-98ad37096ce7"},{"name":"Assign all company team management","id":"8e4061de-72cc-4737-aada-613c295ed6e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"649ee411cd2ae3022068836f\",\r\n    \"type\": \"company\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/users/assign-all-company","description":"<h2 id=\"assign-user-to-all-companies\">Assign User to All Companies</h2>\n<p>This endpoint allows you to assign a user to all companies within a \"company\" context by providing user and context information.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/users/assign-all-company</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>user</code></td>\n<td>User ID to be assigned to all companies.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>Type of context (e.g., \"company\").</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"user\": \"649ee411cd2ae3022068836f\",\n  \"type\": \"company\"\n}\n\n</code></pre>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request POST 'https://api.yourcompany.com/api/v2/users/assign-all-company' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n  \"user\": \"649ee411cd2ae3022068836f\",\n  \"type\": \"company\"\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","users","assign-all-company"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"d3b5041e-ed8c-4942-8422-a88654c51036","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"649ee411cd2ae3022068836f\",\r\n    \"type\": \"company\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/users/assign-all-company"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\"\r\n}"}],"_postman_id":"8e4061de-72cc-4737-aada-613c295ed6e3"},{"name":"Assign all geocode team management","id":"7ab5dce8-2c6a-48a5-b1b3-ff8b126cc779","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"649ee411cd2ae3022068836f\",\r\n    \"type\": \"origin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/users/assign-all-geocode","description":"<h2 id=\"assign-user-to-all-geocodes\">Assign User to All Geocodes</h2>\n<p>This endpoint allows you to assign a user to all geocodes within a \"geocode\" context by providing user and context information.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/users/assign-all-geocode</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>user</code></td>\n<td>User ID to be assigned to all geocodes.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>Type of context (e.g., \"geocode\").</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"user\": \"649ee411cd2ae3022068836f\",\n  \"type\": \"geocode\"\n}\n\n</code></pre>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request POST 'https://api.yourcompany.com/api/v2/users/assign-all-geocode' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n  \"user\": \"649ee411cd2ae3022068836f\",\n  \"type\": \"geocode\"\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","users","assign-all-geocode"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"4edacfd0-33e6-460b-be01-6035f12ec4d3","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"649ee411cd2ae3022068836f\",\r\n    \"type\": \"origin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/users/assign-all-geocode"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\"\r\n}"}],"_postman_id":"7ab5dce8-2c6a-48a5-b1b3-ff8b126cc779"},{"name":"Unassign all team management","id":"6285799f-27f9-4820-ae72-74b5da4283db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"649ee411cd2ae3022068836f\",\r\n    \"type\": \"destination\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/users/unassign-all-team-management","description":"<h2 id=\"unassign-team-management\">Unassign Team Management</h2>\n<p>This endpoint allows you to unassign team management from a user within a specific context (company, origin, or destination) by providing user and context information.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/users/unassign-all-team-management</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>user</code></td>\n<td>User ID from whom to unassign team management.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>Type of context (e.g., \"company\", \"origin\", \"destination\").</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"user\": \"649ee411cd2ae3022068836f\",\n  \"type\": \"destination\"\n}\n\n</code></pre>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request POST 'https://api.yourcompany.com/api/v2/users/unassign-all-team-management' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n  \"user\": \"649ee411cd2ae3022068836f\",\n  \"type\": \"destination\"\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","users","unassign-all-team-management"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"00b27e01-2166-47f8-b53e-31299aa5909f","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"638a0e61f9292afdd71837d4\",\r\n    \"type\": \"company\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/users/unassign-all-team-management"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\"\r\n}"}],"_postman_id":"6285799f-27f9-4820-ae72-74b5da4283db"},{"name":"Unassign team management","id":"c43c7374-8d85-4ca5-8f26-6eba6e02f757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"{{URL}}/api/v2/users/unassign-team-management/64cd655acc00a03f91d2c8e1","description":"<h2 id=\"unassign-team-management-for-a-user\">Unassign Team Management for a User</h2>\n<p>This endpoint allows you to unassign team management for a specific user.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/users/unassign-team-management/{{teamID}}</code></li>\n<li><strong>Method HTTP</strong>: PUT</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>teamID</code></td>\n<td>The unique ID of the team management to unassign management.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request PUT 'https://api.yourcompany.com/api/v2/users/unassign-team-management/64cd655acc00a03f91d2c8e1'\n\n</code></pre>\n","urlObject":{"path":["api","v2","users","unassign-team-management","64cd655acc00a03f91d2c8e1"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"3c56fe1e-6961-461a-911b-9bc0395deb88","name":"Example","originalRequest":{"method":"PUT","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"{{URL}}/api/v2/users/unassign-team-management/6391022894997a0ed7cb4070"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\"\n}"}],"_postman_id":"c43c7374-8d85-4ca5-8f26-6eba6e02f757"},{"name":"Update info team member","id":"bd55c853-3b49-405f-b8d0-c0fe63be331e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Carlos Andres\",\r\n    \"lastName\": \"Holguin\",\r\n    \"phone\": \"319 7743283\",\r\n    \"countryPhoneCode\": \"co\",\r\n    \"country\": \"Colombia\",\r\n    \"rates\": true,\r\n    \"status\": \"active\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/users/update-team-member/639b3213af09b19e540fb42e","description":"<h2 id=\"update-team-member-information\">Update Team Member Information</h2>\n<p>This endpoint allows you to update information for a specific team member.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/users/update-team-member/{{id}}</code></li>\n<li><strong>Method HTTP</strong>: PUT</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>userID</code></td>\n<td>The unique ID of the team member to be updated.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>firstName</code></td>\n<td>First name of the team member.</td>\n</tr>\n<tr>\n<td><code>lastName</code></td>\n<td>Last name of the team member.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>Phone number of the team member.</td>\n</tr>\n<tr>\n<td><code>countryPhoneCode</code></td>\n<td>Country phone code of the team member.</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>Country of the team member.</td>\n</tr>\n<tr>\n<td><code>rates</code></td>\n<td>Whether the team member has rates (true/false).</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Status of the team member (e.g., \"active\").</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"firstName\": \"Carlos Andres\",\n  \"lastName\": \"Holguin\",\n  \"phone\": \"319 7743283\",\n  \"countryPhoneCode\": \"co\",\n  \"country\": \"Colombia\",\n  \"rates\": true,\n  \"status\": \"active\"\n}\n\n</code></pre>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request PUT 'https://api.yourcompany.com/api/v2/users/update-team-member/639b3213af09b19e540fb42e' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n  \"firstName\": \"Carlos Andres\",\n  \"lastName\": \"Holguin\",\n  \"phone\": \"319 7743283\",\n  \"countryPhoneCode\": \"co\",\n  \"country\": \"Colombia\",\n  \"rates\": true,\n  \"status\": \"active\"\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","users","update-team-member","639b3213af09b19e540fb42e"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"d7849867-8cca-46cd-92a3-62e6e8b32d76","name":"Example","originalRequest":{"method":"PUT","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Leidy Johana\",\r\n    \"lastName\": \"Grajales\",\r\n    \"phone\": \"+573197733185\",\r\n    \"countryPhoneCode\": \"co\",\r\n    \"country\": \"Colombia\",\r\n    \"mainContact\": true,\r\n    \"rates\": true,\r\n    \"status\": \"active\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/users/update-team-member/639b3213af09b19e540fb42e"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"649ee411cd2ae3022068836f\",\n    \"firstName\": \"Carlos Andres\",\n    \"lastName\": \"Holguin\",\n    \"email\": \"pedro.holgin+mem01@cargologik.com\",\n    \"mainContact\": false,\n    \"urlPhotoProfile\": \"\",\n    \"rates\": true,\n    \"createdAt\": \"2023-06-30T14:17:53.545Z\",\n    \"countryPhoneCode\": \"co\",\n    \"phone\": \"319 7743283\",\n    \"country\": \"Colombia\"\n}"}],"_postman_id":"bd55c853-3b49-405f-b8d0-c0fe63be331e"},{"name":"List team managment","id":"a238884e-beea-4d06-8853-b29e54829470","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"{{URL}}/api/v2/users/list-team-management?page=1&limit=5&search=&user=64ba89865c04ad7d907d45eb&type=company","description":"<h2 id=\"list-team-members-in-a-company\">List Team Members in a Company</h2>\n<p>This endpoint allows you to retrieve a list of team members in a company context with the ability to paginate and search.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/users/list-team-management?page=1&amp;limit=5&amp;search=&amp;user=638a0e61f9292afdd71837d4&amp;type=origin</code></li>\n<li><strong>Method HTTP</strong>: GET</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>Page number for pagination (e.g., 1 for the first page).</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td>Number of team members to display per page (e.g., 5).</td>\n</tr>\n<tr>\n<td><code>search</code></td>\n<td>Search query to filter team members (leave empty for all).</td>\n</tr>\n<tr>\n<td><code>user</code></td>\n<td>User ID for context (e.g., \"64ba89865c04ad7d907d45eb\").</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>Type of context (e.g., \"company\", \"origin\" or \"destination\").</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">GET https://api.yourcompany.com/api/v2/users/list-team-management?page=1&amp;limit=5&amp;search=&amp;user=64ba89865c04ad7d907d45eb&amp;type=company\n\n</code></pre>\n","urlObject":{"path":["api","v2","users","list-team-management"],"host":["{{URL}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"5"},{"key":"search","value":""},{"key":"user","value":"64ba89865c04ad7d907d45eb"},{"key":"type","value":"company"}],"variable":[]}},"response":[{"id":"a21c0d7d-620c-465e-8b61-e33217a944e9","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"{{URL}}/api/v2/users/list-team-management?page=1&limit=5&search=&user=638a0e61f9292afdd71837d4&type=origin","host":["{{URL}}"],"path":["api","v2","users","list-team-management"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"5"},{"key":"search","value":""},{"key":"user","value":"638a0e61f9292afdd71837d4","description":"user ID"},{"key":"type","value":"origin","description":"company, origin or destination"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"64cd6a8753a7cbe434e15770\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a71a\",\n                \"name\": \"Aruba\"\n            },\n            \"assigned\": true\n        },\n        {\n            \"_id\": \"64cd6a8753a7cbe434e15772\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a71b\",\n                \"name\": \"Australia\"\n            },\n            \"assigned\": true\n        },\n        {\n            \"_id\": \"64cd6a8753a7cbe434e1577c\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a726\",\n                \"name\": \"Bermuda\"\n            },\n            \"assigned\": true\n        },\n        {\n            \"_id\": \"64cd6a8753a7cbe434e1577e\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a728\",\n                \"name\": \"Bolivia\"\n            },\n            \"assigned\": true\n        },\n        {\n            \"_id\": \"64cd6a8753a7cbe434e15780\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a729\",\n                \"name\": \"Bosnia and Herzegovina\"\n            },\n            \"assigned\": true\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a70e\",\n                \"name\": \"Afghanistan\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a70f\",\n                \"name\": \"Åland Islands\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a710\",\n                \"name\": \"Albania\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a711\",\n                \"name\": \"Algeria\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a712\",\n                \"name\": \"American Samoa\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a713\",\n                \"name\": \"AndorrA\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a714\",\n                \"name\": \"Angola\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a715\",\n                \"name\": \"Anguilla\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a716\",\n                \"name\": \"Antarctica\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a717\",\n                \"name\": \"Antigua and Barbuda\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a718\",\n                \"name\": \"Argentina\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a719\",\n                \"name\": \"Armenia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a71c\",\n                \"name\": \"Austria\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a71d\",\n                \"name\": \"Azerbaijan\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a71e\",\n                \"name\": \"Bahamas\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a71f\",\n                \"name\": \"Bahrain\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a720\",\n                \"name\": \"Bangladesh\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a721\",\n                \"name\": \"Barbados\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a722\",\n                \"name\": \"Belarus\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a723\",\n                \"name\": \"Belgium\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a724\",\n                \"name\": \"Belize\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a725\",\n                \"name\": \"Benin\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a727\",\n                \"name\": \"Bhutan\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a72a\",\n                \"name\": \"Botswana\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a72b\",\n                \"name\": \"Bouvet Island\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a72c\",\n                \"name\": \"Brazil\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a72d\",\n                \"name\": \"British Indian Ocean Territory\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a72e\",\n                \"name\": \"Brunei Darussalam\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a72f\",\n                \"name\": \"Bulgaria\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a730\",\n                \"name\": \"Burkina Faso\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a731\",\n                \"name\": \"Burundi\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a732\",\n                \"name\": \"Cambodia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a733\",\n                \"name\": \"Cameroon\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a734\",\n                \"name\": \"Canada\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a735\",\n                \"name\": \"Cape Verde\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a736\",\n                \"name\": \"Cayman Islands\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a737\",\n                \"name\": \"Central African Republic\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a738\",\n                \"name\": \"Chad\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a739\",\n                \"name\": \"Chile\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a73a\",\n                \"name\": \"China\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a73b\",\n                \"name\": \"Christmas Island\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a73c\",\n                \"name\": \"Cocos (Keeling) Islands\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a73d\",\n                \"name\": \"Colombia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a73e\",\n                \"name\": \"Comoros\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a73f\",\n                \"name\": \"Congo\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a740\",\n                \"name\": \"Congo, The Democratic Republic of the\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a741\",\n                \"name\": \"Cook Islands\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a742\",\n                \"name\": \"Costa Rica\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a743\",\n                \"name\": \"Cote D'Ivoire\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a744\",\n                \"name\": \"Croatia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a745\",\n                \"name\": \"Cuba\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a746\",\n                \"name\": \"Cyprus\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a747\",\n                \"name\": \"Czech Republic\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a748\",\n                \"name\": \"Denmark\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a749\",\n                \"name\": \"Djibouti\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a74a\",\n                \"name\": \"Dominica\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a74b\",\n                \"name\": \"Dominican Republic\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a74c\",\n                \"name\": \"Ecuador\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a74d\",\n                \"name\": \"Egypt\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a74e\",\n                \"name\": \"El Salvador\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a74f\",\n                \"name\": \"Equatorial Guinea\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a750\",\n                \"name\": \"Eritrea\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a751\",\n                \"name\": \"Estonia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a752\",\n                \"name\": \"Ethiopia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a753\",\n                \"name\": \"Falkland Islands (Malvinas)\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a754\",\n                \"name\": \"Faroe Islands\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a755\",\n                \"name\": \"Fiji\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a756\",\n                \"name\": \"Finland\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a757\",\n                \"name\": \"France\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a758\",\n                \"name\": \"French Guiana\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a759\",\n                \"name\": \"French Polynesia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a75a\",\n                \"name\": \"French Southern Territories\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a75b\",\n                \"name\": \"Gabon\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a75c\",\n                \"name\": \"Gambia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a75d\",\n                \"name\": \"Georgia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a75e\",\n                \"name\": \"Germany\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a75f\",\n                \"name\": \"Ghana\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a760\",\n                \"name\": \"Gibraltar\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a761\",\n                \"name\": \"Greece\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a762\",\n                \"name\": \"Greenland\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a763\",\n                \"name\": \"Grenada\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a764\",\n                \"name\": \"Guadeloupe\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a765\",\n                \"name\": \"Guam\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a766\",\n                \"name\": \"Guatemala\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a767\",\n                \"name\": \"Guernsey\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a768\",\n                \"name\": \"Guinea\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a769\",\n                \"name\": \"Guinea-Bissau\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a76a\",\n                \"name\": \"Guyana\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a76b\",\n                \"name\": \"Haiti\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a76c\",\n                \"name\": \"Heard Island and Mcdonald Islands\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a76d\",\n                \"name\": \"Holy See (Vatican City State)\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a76e\",\n                \"name\": \"Honduras\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a76f\",\n                \"name\": \"Hong Kong\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a770\",\n                \"name\": \"Hungary\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a771\",\n                \"name\": \"Iceland\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a772\",\n                \"name\": \"India\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a773\",\n                \"name\": \"Indonesia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a774\",\n                \"name\": \"Iran, Islamic Republic Of\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a775\",\n                \"name\": \"Iraq\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a776\",\n                \"name\": \"Ireland\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a777\",\n                \"name\": \"Isle of Man\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a778\",\n                \"name\": \"Israel\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a779\",\n                \"name\": \"Italy\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a77a\",\n                \"name\": \"Jamaica\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a77b\",\n                \"name\": \"Japan\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a77c\",\n                \"name\": \"Jersey\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a77d\",\n                \"name\": \"Jordan\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a77e\",\n                \"name\": \"Kazakhstan\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a77f\",\n                \"name\": \"Kenya\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a780\",\n                \"name\": \"Kiribati\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a781\",\n                \"name\": \"Korea, Democratic People'S Republic of\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a782\",\n                \"name\": \"Korea, Republic of\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a783\",\n                \"name\": \"Kuwait\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a784\",\n                \"name\": \"Kyrgyzstan\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a785\",\n                \"name\": \"Lao People'S Democratic Republic\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a786\",\n                \"name\": \"Latvia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a787\",\n                \"name\": \"Lebanon\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a788\",\n                \"name\": \"Lesotho\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a789\",\n                \"name\": \"Liberia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a78a\",\n                \"name\": \"Libyan Arab Jamahiriya\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a78b\",\n                \"name\": \"Liechtenstein\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a78c\",\n                \"name\": \"Lithuania\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a78d\",\n                \"name\": \"Luxembourg\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a78e\",\n                \"name\": \"Macao\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a78f\",\n                \"name\": \"Macedonia, The Former Yugoslav Republic of\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a790\",\n                \"name\": \"Madagascar\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a791\",\n                \"name\": \"Malawi\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a792\",\n                \"name\": \"Malaysia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a793\",\n                \"name\": \"Maldives\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a794\",\n                \"name\": \"Mali\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a795\",\n                \"name\": \"Malta\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a796\",\n                \"name\": \"Marshall Islands\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a797\",\n                \"name\": \"Martinique\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a798\",\n                \"name\": \"Mauritania\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a799\",\n                \"name\": \"Mauritius\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a79a\",\n                \"name\": \"Mayotte\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a79b\",\n                \"name\": \"Mexico\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a79c\",\n                \"name\": \"Micronesia, Federated States of\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a79d\",\n                \"name\": \"Moldova, Republic of\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a79e\",\n                \"name\": \"Monaco\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a79f\",\n                \"name\": \"Mongolia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7a0\",\n                \"name\": \"Montserrat\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7a1\",\n                \"name\": \"Morocco\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7a2\",\n                \"name\": \"Mozambique\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7a3\",\n                \"name\": \"Myanmar\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7a4\",\n                \"name\": \"Namibia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7a5\",\n                \"name\": \"Nauru\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7a6\",\n                \"name\": \"Nepal\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7a7\",\n                \"name\": \"Netherlands\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7a8\",\n                \"name\": \"Netherlands Antilles\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7a9\",\n                \"name\": \"New Caledonia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7aa\",\n                \"name\": \"New Zealand\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7ab\",\n                \"name\": \"Nicaragua\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7ac\",\n                \"name\": \"Niger\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7ad\",\n                \"name\": \"Nigeria\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7ae\",\n                \"name\": \"Niue\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7af\",\n                \"name\": \"Norfolk Island\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7b0\",\n                \"name\": \"Northern Mariana Islands\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7b1\",\n                \"name\": \"Norway\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7b2\",\n                \"name\": \"Oman\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7b3\",\n                \"name\": \"Pakistan\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7b4\",\n                \"name\": \"Palau\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7b5\",\n                \"name\": \"Palestinian Territory, Occupied\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7b6\",\n                \"name\": \"Panama\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7b7\",\n                \"name\": \"Papua New Guinea\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7b8\",\n                \"name\": \"Paraguay\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7b9\",\n                \"name\": \"Peru\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7ba\",\n                \"name\": \"Philippines\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7bb\",\n                \"name\": \"Pitcairn\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7bc\",\n                \"name\": \"Poland\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7bd\",\n                \"name\": \"Portugal\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7be\",\n                \"name\": \"Puerto Rico\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7bf\",\n                \"name\": \"Qatar\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7c0\",\n                \"name\": \"Reunion\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7c1\",\n                \"name\": \"Romania\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7c2\",\n                \"name\": \"Russian Federation\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7c3\",\n                \"name\": \"RWANDA\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7c4\",\n                \"name\": \"Saint Helena\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7c5\",\n                \"name\": \"Saint Kitts and Nevis\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7c6\",\n                \"name\": \"Saint Lucia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7c7\",\n                \"name\": \"Saint Pierre and Miquelon\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7c8\",\n                \"name\": \"Saint Vincent and the Grenadines\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7c9\",\n                \"name\": \"Samoa\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7ca\",\n                \"name\": \"San Marino\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7cb\",\n                \"name\": \"Sao Tome and Principe\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7cc\",\n                \"name\": \"Saudi Arabia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7cd\",\n                \"name\": \"Senegal\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7ce\",\n                \"name\": \"Serbia and Montenegro\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7cf\",\n                \"name\": \"Seychelles\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7d0\",\n                \"name\": \"Sierra Leone\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7d1\",\n                \"name\": \"Singapore\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7d2\",\n                \"name\": \"Slovakia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7d3\",\n                \"name\": \"Slovenia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7d4\",\n                \"name\": \"Solomon Islands\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7d5\",\n                \"name\": \"Somalia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7d6\",\n                \"name\": \"South Africa\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7d7\",\n                \"name\": \"South Georgia and the South Sandwich Islands\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7d8\",\n                \"name\": \"Spain\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7d9\",\n                \"name\": \"Sri Lanka\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7da\",\n                \"name\": \"Sudan\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7db\",\n                \"name\": \"Suriname\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7dc\",\n                \"name\": \"Svalbard and Jan Mayen\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7dd\",\n                \"name\": \"Swaziland\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7de\",\n                \"name\": \"Sweden\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7df\",\n                \"name\": \"Switzerland\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7e0\",\n                \"name\": \"Syrian Arab Republic\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7e1\",\n                \"name\": \"Taiwan, Province of China\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7e2\",\n                \"name\": \"Tajikistan\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7e3\",\n                \"name\": \"Tanzania, United Republic of\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7e4\",\n                \"name\": \"Thailand\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7e5\",\n                \"name\": \"Timor-Leste\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7e6\",\n                \"name\": \"Togo\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7e7\",\n                \"name\": \"Tokelau\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7e8\",\n                \"name\": \"Tonga\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7e9\",\n                \"name\": \"Trinidad and Tobago\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7ea\",\n                \"name\": \"Tunisia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7eb\",\n                \"name\": \"Turkey\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7ec\",\n                \"name\": \"Turkmenistan\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7ed\",\n                \"name\": \"Turks and Caicos Islands\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7ee\",\n                \"name\": \"Tuvalu\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7ef\",\n                \"name\": \"Uganda\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7f0\",\n                \"name\": \"Ukraine\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7f1\",\n                \"name\": \"United Arab Emirates\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7f2\",\n                \"name\": \"United Kingdom\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7f3\",\n                \"name\": \"United States\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7f4\",\n                \"name\": \"United States Minor Outlying Islands\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7f5\",\n                \"name\": \"Uruguay\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7f6\",\n                \"name\": \"Uzbekistan\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7f7\",\n                \"name\": \"Vanuatu\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7f8\",\n                \"name\": \"Venezuela\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7f9\",\n                \"name\": \"Viet Nam\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7fa\",\n                \"name\": \"Virgin Islands, British\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7fb\",\n                \"name\": \"Virgin Islands, U.S.\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7fc\",\n                \"name\": \"Wallis and Futuna\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7fd\",\n                \"name\": \"Western Sahara\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7fe\",\n                \"name\": \"Yemen\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a7ff\",\n                \"name\": \"Zambia\"\n            },\n            \"assigned\": false\n        },\n        {\n            \"user\": \"64ba89865c04ad7d907d45eb\",\n            \"geocode\": {\n                \"_id\": \"649de7507351fe8671a8a800\",\n                \"name\": \"Zimbabwe\"\n            },\n            \"assigned\": false\n        }\n    ],\n    \"totalItems\": 243,\n    \"limit\": 5,\n    \"totalPages\": 49,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": true,\n    \"prevPage\": null,\n    \"nextPage\": 2\n}"}],"_postman_id":"a238884e-beea-4d06-8853-b29e54829470"},{"name":"List users assign pricing","id":"de3fc8d3-e177-4a5e-8d06-04fd342bd631","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"{{URL}}/api/v2/users/users-assign-pricing?company=6496187f0b7497f3261b4260","description":"<h2 id=\"list-users-assigned-to-pricing\">List Users Assigned to Pricing</h2>\n<p>This endpoint allows you to retrieve a list of users assigned to pricing for a specific company.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/users/users-assign-pricing?company={{companyID}}</code></li>\n<li><strong>Method HTTP</strong>: GET</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>company</code></td>\n<td>Company ID to filter users assigned to pricing.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">GET https://api.yourcompany.com/api/v2/users/users-assign-pricing?company=6496187f0b7497f3261b4260\n\n</code></pre>\n","urlObject":{"path":["api","v2","users","users-assign-pricing"],"host":["{{URL}}"],"query":[{"key":"company","value":"6496187f0b7497f3261b4260"}],"variable":[]}},"response":[{"id":"a4923be4-6f31-4b23-965a-6fbdacf6c4c3","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"{{URL}}/api/v2/users/users-assign-pricing?company=638f8817f9292afdd779e1ce","host":["{{URL}}"],"path":["api","v2","users","users-assign-pricing"],"query":[{"key":"company","value":"638f8817f9292afdd779e1ce"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"role\": \"admin\",\r\n        \"_id\": \"649618800b7497f3261b426f\",\r\n        \"firstName\": \"Pedro Pablo\",\r\n        \"lastName\": \"holguin\",\r\n        \"email\": \"pedro.holgin+lsp@cargologik.com\",\r\n        \"urlPhotoProfile\": \"\"\r\n    }\r\n]"}],"_postman_id":"de3fc8d3-e177-4a5e-8d06-04fd342bd631"},{"name":"List account managers","id":"24e9cf54-a9e9-49c1-99a2-2f37ecd8d59f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"{{URL}}/api/v2/users/list-account-managers?page=1&limit=5&search=&company=64961c56a1727236e1959277&sort=firstName:asc","description":"<h2 id=\"list-account-managers\">List Account Managers</h2>\n<p>This endpoint allows you to retrieve a list of account managers with options for pagination, searching, and sorting.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/users/list-account-managers?page=1&amp;limit=5&amp;search=&amp;company=64233d8d87ceaa48338965a7</code></li>\n<li><strong>Method HTTP</strong>: GET</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>Page number for pagination (e.g., 1 for the first page).</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td>Number of account managers to display per page (e.g., 5).</td>\n</tr>\n<tr>\n<td><code>search</code></td>\n<td>Search query to filter account managers (leave empty for all).</td>\n</tr>\n<tr>\n<td><code>company</code></td>\n<td>Company ID to filter account managers for a specific company.</td>\n</tr>\n<tr>\n<td><code>sort</code></td>\n<td>Sorting criteria (e.g., \"firstName:asc\" to sort by first name).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\">Example Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">GET https://api.yourcompany.com/api/v2/users/list-account-managers?page=1&amp;limit=5&amp;search=&amp;company=64961c56a1727236e1959277&amp;sort=firstName:asc\n\n</code></pre>\n","urlObject":{"path":["api","v2","users","list-account-managers"],"host":["{{URL}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"5"},{"key":"search","value":""},{"key":"company","value":"64961c56a1727236e1959277"},{"key":"sort","value":"firstName:asc"}],"variable":[]}},"response":[{"id":"fde2af2b-d941-44e6-81ba-f8aac9d5f69f","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"{{URL}}/api/v2/users/list-account-managers?page=1&limit=5&search=&company=64233d8d87ceaa48338965a7&sort=firstName:asc","host":["{{URL}}"],"path":["api","v2","users","list-account-managers"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"5"},{"key":"search","value":""},{"key":"company","value":"64233d8d87ceaa48338965a7"},{"key":"sort","value":"firstName:asc"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"649ee411cd2ae30220688371\",\n            \"user\": {\n                \"_id\": \"649ee411cd2ae3022068836f\",\n                \"firstName\": \"Carlos Andres\",\n                \"lastName\": \"Holguin\",\n                \"email\": \"pedro.holgin+mem01@cargologik.com\",\n                \"createdAt\": \"2023-06-30T14:17:53.545Z\",\n                \"phone\": \"319 7733185\"\n            },\n            \"role\": \"admin\",\n            \"mainContact\": false,\n            \"createdAt\": \"2023-06-30T14:17:53.663Z\"\n        },\n        {\n            \"_id\": \"64baa10b1fa61f2112083d18\",\n            \"user\": {\n                \"_id\": \"64baa10b1fa61f2112083d16\",\n                \"firstName\": \"Jairo\",\n                \"lastName\": \"Meneo\",\n                \"email\": \"pedro.holgin+mem03@cargologik.com\",\n                \"createdAt\": \"2023-07-21T15:15:23.775Z\",\n                \"phone\": \"320 6460332\"\n            },\n            \"role\": \"admin\",\n            \"mainContact\": false,\n            \"createdAt\": \"2023-07-21T15:15:23.921Z\"\n        },\n        {\n            \"_id\": \"64ba9f4d1fa61f2112083ad6\",\n            \"user\": {\n                \"_id\": \"64ba9f4d1fa61f2112083ad4\",\n                \"firstName\": \"Leidy\",\n                \"lastName\": \"Grajales\",\n                \"email\": \"pedro.holgin+mem02@cargologik.com\",\n                \"createdAt\": \"2023-07-21T15:07:57.634Z\"\n            },\n            \"role\": \"admin\",\n            \"mainContact\": false,\n            \"createdAt\": \"2023-07-21T15:07:57.784Z\"\n        },\n        {\n            \"_id\": \"64c927f3660405c0ee330613\",\n            \"user\": {\n                \"_id\": \"64c927f3660405c0ee330611\",\n                \"firstName\": \"Pedro member3\",\n                \"lastName\": \"Holguin\",\n                \"email\": \"pedro.holgin+mem04@cargologik.com\",\n                \"createdAt\": \"2023-08-01T15:42:43.763Z\"\n            },\n            \"role\": \"admin\",\n            \"mainContact\": false,\n            \"createdAt\": \"2023-08-01T15:42:43.916Z\"\n        },\n        {\n            \"_id\": \"649618810b7497f3261b4271\",\n            \"user\": {\n                \"_id\": \"649618800b7497f3261b426f\",\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                \"phone\": \"(201) 454-5454\",\n                \"createdAt\": \"2023-06-23T22:11:12.970Z\"\n            },\n            \"role\": \"admin\",\n            \"mainContact\": true,\n            \"createdAt\": \"2023-06-23T22:11:13.126Z\"\n        }\n    ],\n    \"totalItems\": 6,\n    \"limit\": 5,\n    \"totalPages\": 2,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": true,\n    \"prevPage\": null,\n    \"nextPage\": 2\n}"}],"_postman_id":"24e9cf54-a9e9-49c1-99a2-2f37ecd8d59f"},{"name":"Perfil de Usuario","id":"c359bab8-42dc-4eb8-941b-ffe3e0d01eb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"{{URL}}/api/v2/users/me","description":"<h2 id=\"get-current-user-information\">Get Current User Information</h2>\n<p>This endpoint allows you to retrieve information about the currently authenticated user.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><p><strong>URL</strong>: <code>{{URL}}/api/v2/users/me</code></p>\n</li>\n<li><p><strong>Method HTTP</strong>: GET</p>\n</li>\n<li><p><strong>Headers</strong>:</p>\n<ul>\n<li><p><code>Accept-Language: en</code></p>\n</li>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"authentication\">Authentication</h3>\n<p>This endpoint requires authentication. Ensure you provide valid credentials or tokens.</p>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request GET 'https://api.yourcompany.com/api/v2/users/me' \\\n--header 'Authorization: \n\n</code></pre>\n","urlObject":{"path":["api","v2","users","me"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"3833403c-7af7-44a7-b720-a897355acb50","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"{{URL}}/api/v2/users/me"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"user\": {\n            \"_id\": \"649618800b7497f3261b426f\",\n            \"firstName\": \"Pedro Pablo\",\n            \"lastName\": \"Ramirez\",\n            \"email\": \"pedro.holgin+lsp@cargologik.com\",\n            \"jobTitle\": \"\",\n            \"urlPhotoProfile\": \"\",\n            \"rates\": true\n        }\n    }\n}"}],"_postman_id":"c359bab8-42dc-4eb8-941b-ffe3e0d01eb9"}],"id":"12c7066b-5dbc-4d3a-bfdb-11cd1f6c8fb3","description":"<h1 id=\"definition\">Definition</h1>\n<p>The Users module provides several endpoints to interact with user data. Here is a list of possible endpoints and their descriptions:</p>\n","_postman_id":"12c7066b-5dbc-4d3a-bfdb-11cd1f6c8fb3"},{"name":"Rates","item":[{"name":"Create new Charge","id":"5f9ba97b-d7f3-48f1-a35d-d0c754ec8b0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"New C\",\r\n    \"description\": \"Description\",\r\n    \"chargeBasis\": \"amount\",\r\n    \"currency\": \"USD\",\r\n    \"buyRates\": 0,\r\n    \"sellRates\": 0,\r\n    \"category\": \"freightSurcharge\",\r\n    \"shipmentType\": \"FCL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/createCharge","description":"<h2 id=\"create-a-charge\">Create a Charge</h2>\n<p>This endpoint allows you to create a new charge.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/rates/createCharge</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>The name of the charge.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>A description of the charge.</td>\n</tr>\n<tr>\n<td><code>category</code></td>\n<td>The category to which the charge belongs. (e.g., 'freight', 'freightSurcharge', 'origin', 'destination')</td>\n</tr>\n<tr>\n<td><code>chargeBasis</code></td>\n<td>The basis for calculating the charge (e.g., 'amount', 'container', 'wm', 'chargeableWeight').</td>\n</tr>\n<tr>\n<td><code>shipmentType</code></td>\n<td>The type of shipment to which the charge applies (e.g., 'LCL', 'FCL', 'FTL', 'LTL').</td>\n</tr>\n<tr>\n<td><code>buyRates</code></td>\n<td>The buy rates for the charge.</td>\n</tr>\n<tr>\n<td><code>sellRates</code></td>\n<td>The sell rates for the charge.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"name\": \"New C\",\n    \"description\": \"Description\",\n    \"chargeBasis\": \"amount\",\n    \"currency\": \"USD\",\n    \"buyRates\": 0,\n    \"sellRates\": 0,\n    \"category\": \"freightSurcharge\",\n    \"shipmentType\": \"FCL\"\n}\n\n</code></pre>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request POST 'https://api.yourcompany.com/api/v2/rates/createCharge' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n    \"name\": \"New C\",\n    \"description\": \"Description\",\n    \"chargeBasis\": \"amount\",\n    \"currency\": \"USD\",\n    \"buyRates\": 0,\n    \"sellRates\": 0,\n    \"category\": \"freightSurcharge\",\n    \"shipmentType\": \"FCL\"\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","rates","createCharge"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"0d2868d5-2a20-4f6f-9fca-8aa4c880a3ed","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"New C\",\r\n    \"description\": \"Description\",\r\n    \"chargeBasis\": \"amount\",\r\n    \"currency\": \"USD\",\r\n    \"buyRates\": 0,\r\n    \"sellRates\": 0,\r\n    \"category\": \"freightSurcharge\",\r\n    \"shipmentType\": \"FCL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/createCharge"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"tenant\": \"649618800b7497f3261b426d\",\n    \"category\": \"freightSurcharge\",\n    \"name\": \"New C\",\n    \"chargeBasis\": \"amount\",\n    \"currency\": \"USD\",\n    \"description\": \"Description\",\n    \"shipmentType\": \"FCL\",\n    \"visible\": true,\n    \"buyRates\": 0,\n    \"sellRates\": 0,\n    \"_id\": \"66103552d3c5c49609d213df\",\n    \"createdAt\": \"2024-04-05T17:30:58.985Z\",\n    \"__v\": 0\n}"}],"_postman_id":"5f9ba97b-d7f3-48f1-a35d-d0c754ec8b0c"},{"name":"List charges","id":"b75a35bb-9dc6-42ce-b60a-44ef7eb4c457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"search\": \"createdAt:desc\",\r\n\t\"sort\": \"\",\r\n\t\"filter\": {\r\n\t\t\"category\": \"freightSurcharge\",\r\n\t\t\"shipmentType\": \"LCL\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/listCharges","description":"<h2 id=\"list-charges\">List Charges</h2>\n<p>This endpoint allows you to list charges based on specified filters.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/rates/listCharges</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>search</code></td>\n<td>A search query to filter charges.</td>\n</tr>\n<tr>\n<td><code>sort</code></td>\n<td>Sorting order for charges.</td>\n</tr>\n<tr>\n<td><code>filter</code></td>\n<td>Object for specifying filter criteria.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"search\": \"createdAt:desc\",\n    \"sort\": \"\",\n    \"filter\": {\n        \"category\": \"freightSurcharge\",\n        \"shipmentType\": \"LCL\"\n    }\n}\n\n</code></pre>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request POST 'https://api.yourcompany.com/api/v2/rates/listCharges' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n    \"search\": \"createdAt:desc\",\n    \"sort\": \"\",\n    \"filter\": {\n        \"category\": \"freightSurcharge\",\n        \"shipmentType\": \"LCL\"\n    }\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","rates","listCharges"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"b6392a2d-3e8d-45e7-9c02-dbf604e7e052","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"search\": \"createdAt:desc\",\r\n\t\"sort\": \"\",\r\n\t\"filter\": {\r\n\t\t\"category\": \"freightSurcharge\",\r\n\t\t\"shipmentType\": \"LCL\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/listCharges"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": [\n\t\t{\n\t\t\t\"_id\": \"649618810b7497f3261b4288\",\n\t\t\t\"category\": \"freightSurcharge\",\n\t\t\t\"name\": \"AWA\",\n\t\t\t\"key\": \"awa\",\n\t\t\t\"chargeBasis\": \"amount\",\n\t\t\t\"currency\": \"USD\",\n\t\t\t\"shipmentType\": \"AIR\",\n\t\t\t\"visible\": true,\n\t\t\t\"buyRates\": 0,\n\t\t\t\"sellRates\": 0\n\t\t}\n\t],\n\t\"totalItems\": 1,\n\t\"limit\": 500,\n\t\"totalPages\": 1,\n\t\"page\": 1,\n\t\"pagingCounter\": 1,\n\t\"hasPrevPage\": false,\n\t\"hasNextPage\": false,\n\t\"prevPage\": null,\n\t\"nextPage\": null\n}"}],"_postman_id":"b75a35bb-9dc6-42ce-b60a-44ef7eb4c457"},{"name":"Update charge","id":"a4fcad74-a015-47ab-9274-50dba7b96a37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"category\": \"freightSurcharge\",\r\n\t\"name\": \"Docs fee\",\r\n\t\"key\": \"ebs\",\r\n\t\"chargeBasis\": \"amount\",\r\n\t\"currency\": \"USD\",\r\n\t\"shipmentType\": \"FCL\",\r\n\t\"visible\": true,\r\n\t\"buyRates\": 0,\r\n\t\"sellRates\": 0,\r\n\t\"description\": \"example description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/updateCharge/649618810b7497f3261b427e","description":"<h2 id=\"update-a-charge\">Update a Charge</h2>\n<p>This endpoint allows you to update an existing charge.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/rates/updateCharge/{chargeId}</code></li>\n<li><strong>Method HTTP</strong>: PUT</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<ul>\n<li><code>chargeId</code> (Required): The unique identifier of the charge you wish to update.</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>You can send a JSON request body with the following fields to update the charge:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>category</td>\n<td>The category of the freight surcharge.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>The name of the charge, e.g., \"Docs fee\".</td>\n</tr>\n<tr>\n<td>key</td>\n<td>A unique key for the charge.</td>\n</tr>\n<tr>\n<td>chargeBasis</td>\n<td>The basis for calculating the charge.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>The currency in which the charge is specified.</td>\n</tr>\n<tr>\n<td>shipmentType</td>\n<td>The type of shipment, e.g., \"FCL\" (Full Container Load).</td>\n</tr>\n<tr>\n<td>visible</td>\n<td>Indicates if the charge is visible.</td>\n</tr>\n<tr>\n<td>buyRates</td>\n<td>The buy rates for the charge.</td>\n</tr>\n<tr>\n<td>sellRates</td>\n<td>The sell rates for the charge.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>A brief description of the charge.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"category\": \"freightSurcharge\",\n    \"name\": \"Docs fee\",\n    \"key\": \"ebs\",\n    \"chargeBasis\": \"amount\",\n    \"currency\": \"USD\",\n    \"shipmentType\": \"FCL\",\n    \"visible\": true,\n    \"buyRates\": 0,\n    \"sellRates\": 0,\n    \"description\": \"example description\"\n}\n\n</code></pre>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request PUT 'https://api.yourcompany.com/api/v2/rates/updateCharge/652713cde2582bb8fbe84bf4' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n    \"category\": \"freightSurcharge\",\n    \"name\": \"Docs fee\",\n    \"key\": \"ebs\",\n    \"chargeBasis\": \"amount\",\n    \"currency\": \"USD\",\n    \"shipmentType\": \"FCL\",\n    \"visible\": true,\n    \"buyRates\": 0,\n    \"sellRates\": 0,\n    \"description\": \"example description\"\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","rates","updateCharge","649618810b7497f3261b427e"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"838561d2-dce9-4e8f-a8d8-e499457db986","name":"Example","originalRequest":{"method":"PUT","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"category\": \"freightSurcharge\",\r\n\t\"name\": \"Docs fee\",\r\n\t\"key\": \"ebs\",\r\n\t\"chargeBasis\": \"amount\",\r\n\t\"currency\": \"USD\",\r\n\t\"shipmentType\": \"FCL\",\r\n\t\"visible\": true,\r\n\t\"buyRates\": 0,\r\n\t\"sellRates\": 0,\r\n\t\"description\": \"example description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/updateCharge/652713cde2582bb8fbe84bf4"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"649618810b7497f3261b427e\",\n    \"tenant\": \"649618800b7497f3261b426d\",\n    \"category\": \"freightSurcharge\",\n    \"name\": \"Docs fee\",\n    \"key\": \"ebs\",\n    \"chargeBasis\": \"amount\",\n    \"currency\": \"USD\",\n    \"shipmentType\": \"FCL\",\n    \"visible\": true,\n    \"buyRates\": 0,\n    \"sellRates\": 0,\n    \"createdAt\": \"2023-06-23T22:11:13.591Z\",\n    \"__v\": 0,\n    \"description\": \"example description\"\n}"}],"_postman_id":"a4fcad74-a015-47ab-9274-50dba7b96a37"},{"name":"Delete charge","id":"57eb8619-e9ca-4a14-958a-aee1e62868c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}/api/v2/rates/deleteCharge/652713cde2582bb8fbe84bf4","description":"<h2 id=\"delete-a-charge\">Delete a Charge</h2>\n<p>This endpoint allows you to delete a specific charge.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/rates/deleteCharge/{chargeId}</code></li>\n<li><strong>Method HTTP</strong>: DELETE</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<ul>\n<li><code>chargeId</code> (Required): The unique identifier of the charge you wish to delete.</li>\n</ul>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request DELETE 'https://api.yourcompany.com/api/v2/rates/deleteCharge/652713cde2582bb8fbe84bf4'\n\n</code></pre>\n","urlObject":{"path":["api","v2","rates","deleteCharge","652713cde2582bb8fbe84bf4"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"d58ef214-f82c-42cc-beec-3e5e51d37972","name":"Example","originalRequest":{"method":"DELETE","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"{{URL}}/api/v2/rates/deleteCharge/63cafe388552ddd0541385a5"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"652713cde2582bb8fbe84bf4\",\n    \"tenant\": \"649618800b7497f3261b426d\",\n    \"category\": \"freight\",\n    \"name\": \"FOB\",\n    \"chargeBasis\": \"amount\",\n    \"currency\": \"USD\",\n    \"description\": \"movilidad\",\n    \"shipmentType\": \"FCL\",\n    \"visible\": true,\n    \"buyRates\": 0,\n    \"sellRates\": 0,\n    \"createdAt\": \"2023-10-11T21:29:49.608Z\"\n}"}],"_postman_id":"57eb8619-e9ca-4a14-958a-aee1e62868c6"},{"name":"Create new rate","id":"81b2e56b-64c7-4a02-b4b6-efdf9189dc97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"carrier\": {\r\n        \"_id\": \"6019c700e3e6248a7fd73caf\",\r\n        \"name\": \"Maersk\"\r\n    },\r\n    \"commodity\": \"FAK\",\r\n    \"shipmentType\": \"FCL\",\r\n    \"cityOrigin\": {\r\n        \"address\": \"Canada\",\r\n        \"countryCode\": \"CA\",\r\n        \"route\": \"\",\r\n        \"city\": \"\",\r\n        \"state\": \"\",\r\n        \"lat\": 56.130366,\r\n        \"lng\": -106.346771\r\n    },\r\n    \"cityDestination\": {\r\n        \"address\": \"Costa Rica\",\r\n        \"countryCode\": \"CR\",\r\n        \"route\": \"\",\r\n        \"city\": \"\",\r\n        \"state\": \"\",\r\n        \"lat\": 9.748916999999999,\r\n        \"lng\": -83.753428\r\n    },\r\n    \"portOrigin\": null,\r\n    \"portDestination\": null,\r\n    \"oneTimeRate\": false,\r\n    \"freight\": [\r\n        {\r\n            \"id\": \"649618810b7497f3261b4275\",\r\n            \"key\": \"twenty\",\r\n            \"charge\": \"20'\",\r\n            \"chargeBasis\": \"container\",\r\n            \"buyRate\": 100,\r\n            \"sellRate\": 200,\r\n            \"minBuyRate\": \"\",\r\n            \"minSellRate\": \"\"\r\n        }\r\n    ],\r\n    \"freightSurcharge\": [\r\n        {\r\n            \"id\": \"649618810b7497f3261b427e\",\r\n            \"key\": \"ebs\",\r\n            \"charge\": \"Docs fee\",\r\n            \"chargeBasis\": \"amount\",\r\n            \"buyRate\": 100,\r\n            \"sellRate\": 200,\r\n            \"minBuyRate\": \"\",\r\n            \"minSellRate\": \"\"\r\n        }\r\n    ],\r\n    \"origin\": [\r\n        {\r\n            \"id\": \"6499b4b89fece67184305b39\",\r\n            \"key\": null,\r\n            \"charge\": \"JJ\",\r\n            \"chargeBasis\": \"container\",\r\n            \"buyRate\": 100,\r\n            \"sellRate\": 200,\r\n            \"minBuyRate\": \"\",\r\n            \"minSellRate\": \"\"\r\n        }\r\n    ],\r\n    \"destination\": [\r\n        {\r\n            \"id\": \"64a5ccb67d897ea619b23390\",\r\n            \"key\": null,\r\n            \"charge\": \"HH\",\r\n            \"chargeBasis\": \"container\",\r\n            \"buyRate\": 100,\r\n            \"sellRate\": 200,\r\n            \"minBuyRate\": \"\",\r\n            \"minSellRate\": \"\"\r\n        }\r\n    ],\r\n    \"transitTime\": 10,\r\n    \"tranShipment\": \"Panama\",\r\n    \"frequency\": \"2\",\r\n    \"freeDays\": 5,\r\n    \"validityFrom\": \"2024-04-01T05:00:00.000Z\",\r\n    \"validityTo\": \"2024-05-11T05:00:00.000Z\",\r\n    \"subTotalFreight\": {\r\n        \"buyRate\": 100,\r\n        \"sellRate\": 200\r\n    },\r\n    \"subTotalFreightSurcharge\": {\r\n        \"buyRate\": 100,\r\n        \"sellRate\": 200\r\n    },\r\n    \"subTotalOrigin\": {\r\n        \"buyRate\": 100,\r\n        \"sellRate\": 200\r\n    },\r\n    \"subTotalDestination\": {\r\n        \"buyRate\": 100,\r\n        \"sellRate\": 200\r\n    },\r\n    \"total\": 800\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/createRate","description":"<h2 id=\"create-a-new-shipping-rate\">Create a New Shipping Rate</h2>\n<p>This endpoint allows you to create a new shipping rate based on the provided parameters.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/rates/createRate</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>carrier</code></td>\n<td>Object with carrier information (e.g., <code>_id</code> and <code>name</code>).</td>\n</tr>\n<tr>\n<td><code>oneTimeRate</code></td>\n<td>Indicates whether the rate is a one-time rate (true or false).</td>\n</tr>\n<tr>\n<td><code>freight</code></td>\n<td>An array of freight details, including charges, buy rates, and sell rates.</td>\n</tr>\n<tr>\n<td><code>freightSurcharge</code></td>\n<td>An array of freight surcharge details.</td>\n</tr>\n<tr>\n<td><code>origin</code></td>\n<td>An array of origin details.</td>\n</tr>\n<tr>\n<td><code>destination</code></td>\n<td>An array of destination details.</td>\n</tr>\n<tr>\n<td><code>commodity</code></td>\n<td>The type of commodity being shipped.</td>\n</tr>\n<tr>\n<td><code>shipmentType</code></td>\n<td>The type of shipment (e.g., <code>['LCL', 'FCL', 'FTL', 'LTL']</code>).</td>\n</tr>\n<tr>\n<td><code>cityOrigin</code></td>\n<td>Information about the origin city. (e.g., <code>address</code> and <code>countryCode</code>)</td>\n</tr>\n<tr>\n<td><code>cityDestination</code></td>\n<td>Information about the destination city. (e.g., <code>address</code> and <code>countryCode</code>)</td>\n</tr>\n<tr>\n<td><code>portOrigin</code></td>\n<td>Information about the origin port. (e.g., <code>address</code> and <code>countryCode</code>)</td>\n</tr>\n<tr>\n<td><code>portDestination</code></td>\n<td>Information about the destination port. (e.g., <code>address</code> and <code>countryCode</code>)</td>\n</tr>\n<tr>\n<td><code>transitTime</code></td>\n<td>The estimated transit time for the shipment.</td>\n</tr>\n<tr>\n<td><code>tranShipment</code></td>\n<td>The transshipment location, if applicable.</td>\n</tr>\n<tr>\n<td><code>frequency</code></td>\n<td>The frequency of the shipment (e.g., \"weekly\").</td>\n</tr>\n<tr>\n<td><code>freeDays</code></td>\n<td>The number of free days for the shipment.</td>\n</tr>\n<tr>\n<td><code>subTotalFreight</code></td>\n<td>Subtotal freight details.</td>\n</tr>\n<tr>\n<td><code>subTotalFreightSurcharges</code></td>\n<td>Subtotal freight surcharge details.</td>\n</tr>\n<tr>\n<td><code>subTotalOrigin</code></td>\n<td>Subtotal origin details.</td>\n</tr>\n<tr>\n<td><code>subTotalDestination</code></td>\n<td>Subtotal destination details.</td>\n</tr>\n<tr>\n<td><code>validityFrom</code></td>\n<td>The validity start date (e.g., \"2023-05-01\").</td>\n</tr>\n<tr>\n<td><code>validityTo</code></td>\n<td>The validity end date (e.g., \"2023-05-31\").</td>\n</tr>\n<tr>\n<td><code>total</code></td>\n<td>The total cost of the rate.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"carrier\": {\n        \"_id\": \"6019c700e3e6248a7fd73caf\",\n        \"name\": \"Maersk\"\n    },\n    \"commodity\": \"FAK\",\n    \"shipmentType\": \"FCL\",\n    \"cityOrigin\": {\n        \"address\": \"Canada\",\n        \"countryCode\": \"CA\",\n        \"route\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"lat\": 56.130366,\n        \"lng\": -106.346771\n    },\n    \"cityDestination\": {\n        \"address\": \"Costa Rica\",\n        \"countryCode\": \"CR\",\n        \"route\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"lat\": 9.748916999999999,\n        \"lng\": -83.753428\n    },\n    \"portOrigin\": null,\n    \"portDestination\": null,\n    \"oneTimeRate\": false,\n    \"freight\": [\n        {\n            \"id\": \"649618810b7497f3261b4275\",\n            \"key\": \"twenty\",\n            \"charge\": \"20'\",\n            \"chargeBasis\": \"container\",\n            \"buyRate\": 100,\n            \"sellRate\": 200,\n            \"minBuyRate\": \"\",\n            \"minSellRate\": \"\"\n        }\n    ],\n    \"freightSurcharge\": [\n        {\n            \"id\": \"649618810b7497f3261b427e\",\n            \"key\": \"ebs\",\n            \"charge\": \"Docs fee\",\n            \"chargeBasis\": \"amount\",\n            \"buyRate\": 100,\n            \"sellRate\": 200,\n            \"minBuyRate\": \"\",\n            \"minSellRate\": \"\"\n        }\n    ],\n    \"origin\": [\n        {\n            \"id\": \"6499b4b89fece67184305b39\",\n            \"key\": null,\n            \"charge\": \"JJ\",\n            \"chargeBasis\": \"container\",\n            \"buyRate\": 100,\n            \"sellRate\": 200,\n            \"minBuyRate\": \"\",\n            \"minSellRate\": \"\"\n        }\n    ],\n    \"destination\": [\n        {\n            \"id\": \"64a5ccb67d897ea619b23390\",\n            \"key\": null,\n            \"charge\": \"HH\",\n            \"chargeBasis\": \"container\",\n            \"buyRate\": 100,\n            \"sellRate\": 200,\n            \"minBuyRate\": \"\",\n            \"minSellRate\": \"\"\n        }\n    ],\n    \"transitTime\": 10,\n    \"tranShipment\": \"Panama\",\n    \"frequency\": \"2\",\n    \"freeDays\": 5,\n    \"validityFrom\": \"2024-04-01T05:00:00.000Z\",\n    \"validityTo\": \"2024-05-11T05:00:00.000Z\",\n    \"subTotalFreight\": {\n        \"buyRate\": 100,\n        \"sellRate\": 200\n    },\n    \"subTotalFreightSurcharge\": {\n        \"buyRate\": 100,\n        \"sellRate\": 200\n    },\n    \"subTotalOrigin\": {\n        \"buyRate\": 100,\n        \"sellRate\": 200\n    },\n    \"subTotalDestination\": {\n        \"buyRate\": 100,\n        \"sellRate\": 200\n    },\n    \"total\": 800\n}\n\n</code></pre>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request POST 'https://api.yourcompany.com/api/v2/rates/createRate' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n    \"carrier\": {\n        \"_id\": \"6019c700e3e6248a7fd73caf\",\n        \"name\": \"Maersk\"\n    },\n    \"commodity\": \"FAK\",\n    \"shipmentType\": \"FCL\",\n    \"cityOrigin\": {\n        \"address\": \"Canada\",\n        \"countryCode\": \"CA\",\n        \"route\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"lat\": 56.130366,\n        \"lng\": -106.346771\n    },\n    \"cityDestination\": {\n        \"address\": \"Costa Rica\",\n        \"countryCode\": \"CR\",\n        \"route\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"lat\": 9.748916999999999,\n        \"lng\": -83.753428\n    },\n    \"portOrigin\": null,\n    \"portDestination\": null,\n    \"oneTimeRate\": false,\n    \"freight\": [\n        {\n            \"id\": \"649618810b7497f3261b4275\",\n            \"key\": \"twenty\",\n            \"charge\": \"20'\",\n            \"chargeBasis\": \"container\",\n            \"buyRate\": 100,\n            \"sellRate\": 200,\n            \"minBuyRate\": \"\",\n            \"minSellRate\": \"\"\n        }\n    ],\n    \"freightSurcharge\": [\n        {\n            \"id\": \"649618810b7497f3261b427e\",\n            \"key\": \"ebs\",\n            \"charge\": \"Docs fee\",\n            \"chargeBasis\": \"amount\",\n            \"buyRate\": 100,\n            \"sellRate\": 200,\n            \"minBuyRate\": \"\",\n            \"minSellRate\": \"\"\n        }\n    ],\n    \"origin\": [\n        {\n            \"id\": \"6499b4b89fece67184305b39\",\n            \"key\": null,\n            \"charge\": \"JJ\",\n            \"chargeBasis\": \"container\",\n            \"buyRate\": 100,\n            \"sellRate\": 200,\n            \"minBuyRate\": \"\",\n            \"minSellRate\": \"\"\n        }\n    ],\n    \"destination\": [\n        {\n            \"id\": \"64a5ccb67d897ea619b23390\",\n            \"key\": null,\n            \"charge\": \"HH\",\n            \"chargeBasis\": \"container\",\n            \"buyRate\": 100,\n            \"sellRate\": 200,\n            \"minBuyRate\": \"\",\n            \"minSellRate\": \"\"\n        }\n    ],\n    \"transitTime\": 10,\n    \"tranShipment\": \"Panama\",\n    \"frequency\": \"2\",\n    \"freeDays\": 5,\n    \"validityFrom\": \"2024-04-01T05:00:00.000Z\",\n    \"validityTo\": \"2024-05-11T05:00:00.000Z\",\n    \"subTotalFreight\": {\n        \"buyRate\": 100,\n        \"sellRate\": 200\n    },\n    \"subTotalFreightSurcharge\": {\n        \"buyRate\": 100,\n        \"sellRate\": 200\n    },\n    \"subTotalOrigin\": {\n        \"buyRate\": 100,\n        \"sellRate\": 200\n    },\n    \"subTotalDestination\": {\n        \"buyRate\": 100,\n        \"sellRate\": 200\n    },\n    \"total\": 800\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","rates","createRate"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"3c275e89-2751-4beb-916e-2e28bc103d44","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"carrier\": {\r\n        \"_id\": \"6019c700e3e6248a7fd73caf\",\r\n        \"name\": \"Maersk\"\r\n    },\r\n    \"commodity\": \"FAK\",\r\n    \"shipmentType\": \"FCL\",\r\n    \"cityOrigin\": {\r\n        \"address\": \"Canada\",\r\n        \"countryCode\": \"CA\",\r\n        \"route\": \"\",\r\n        \"city\": \"\",\r\n        \"state\": \"\",\r\n        \"lat\": 56.130366,\r\n        \"lng\": -106.346771\r\n    },\r\n    \"cityDestination\": {\r\n        \"address\": \"Costa Rica\",\r\n        \"countryCode\": \"CR\",\r\n        \"route\": \"\",\r\n        \"city\": \"\",\r\n        \"state\": \"\",\r\n        \"lat\": 9.748916999999999,\r\n        \"lng\": -83.753428\r\n    },\r\n    \"portOrigin\": null,\r\n    \"portDestination\": null,\r\n    \"oneTimeRate\": false,\r\n    \"freight\": [\r\n        {\r\n            \"id\": \"649618810b7497f3261b4275\",\r\n            \"key\": \"twenty\",\r\n            \"charge\": \"20'\",\r\n            \"chargeBasis\": \"container\",\r\n            \"buyRate\": 100,\r\n            \"sellRate\": 200,\r\n            \"minBuyRate\": \"\",\r\n            \"minSellRate\": \"\"\r\n        }\r\n    ],\r\n    \"freightSurcharge\": [\r\n        {\r\n            \"id\": \"649618810b7497f3261b427e\",\r\n            \"key\": \"ebs\",\r\n            \"charge\": \"Docs fee\",\r\n            \"chargeBasis\": \"amount\",\r\n            \"buyRate\": 100,\r\n            \"sellRate\": 200,\r\n            \"minBuyRate\": \"\",\r\n            \"minSellRate\": \"\"\r\n        }\r\n    ],\r\n    \"origin\": [\r\n        {\r\n            \"id\": \"6499b4b89fece67184305b39\",\r\n            \"key\": null,\r\n            \"charge\": \"JJ\",\r\n            \"chargeBasis\": \"container\",\r\n            \"buyRate\": 100,\r\n            \"sellRate\": 200,\r\n            \"minBuyRate\": \"\",\r\n            \"minSellRate\": \"\"\r\n        }\r\n    ],\r\n    \"destination\": [\r\n        {\r\n            \"id\": \"64a5ccb67d897ea619b23390\",\r\n            \"key\": null,\r\n            \"charge\": \"HH\",\r\n            \"chargeBasis\": \"container\",\r\n            \"buyRate\": 100,\r\n            \"sellRate\": 200,\r\n            \"minBuyRate\": \"\",\r\n            \"minSellRate\": \"\"\r\n        }\r\n    ],\r\n    \"transitTime\": 10,\r\n    \"tranShipment\": \"Panama\",\r\n    \"frequency\": \"2\",\r\n    \"freeDays\": 5,\r\n    \"validityFrom\": \"2024-04-01T05:00:00.000Z\",\r\n    \"validityTo\": \"2024-05-11T05:00:00.000Z\",\r\n    \"subTotalFreight\": {\r\n        \"buyRate\": 100,\r\n        \"sellRate\": 200\r\n    },\r\n    \"subTotalFreightSurcharge\": {\r\n        \"buyRate\": 100,\r\n        \"sellRate\": 200\r\n    },\r\n    \"subTotalOrigin\": {\r\n        \"buyRate\": 100,\r\n        \"sellRate\": 200\r\n    },\r\n    \"subTotalDestination\": {\r\n        \"buyRate\": 100,\r\n        \"sellRate\": 200\r\n    },\r\n    \"total\": 800\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/createRate"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"tenant\": \"649618800b7497f3261b426d\",\r\n    \"carrier\": \"6019c700e3e6248a7fd73caf\",\r\n    \"oneTimeRate\": false,\r\n    \"freight\": [\r\n        {\r\n            \"charge\": \"20'\",\r\n            \"buyRate\": 100,\r\n            \"minBuyRate\": null,\r\n            \"sellRate\": 200,\r\n            \"minSellRate\": null,\r\n            \"chargeBasis\": \"container\",\r\n            \"key\": \"twenty\",\r\n            \"_id\": \"6613ee1021a8c8718a129196\"\r\n        }\r\n    ],\r\n    \"freightSurcharge\": [\r\n        {\r\n            \"charge\": \"Docs fee\",\r\n            \"buyRate\": 100,\r\n            \"minBuyRate\": null,\r\n            \"sellRate\": 200,\r\n            \"minSellRate\": null,\r\n            \"chargeBasis\": \"amount\",\r\n            \"key\": \"ebs\",\r\n            \"_id\": \"6613ee1021a8c8718a129197\"\r\n        }\r\n    ],\r\n    \"origin\": [\r\n        {\r\n            \"charge\": \"JJ\",\r\n            \"buyRate\": 100,\r\n            \"minBuyRate\": null,\r\n            \"sellRate\": 200,\r\n            \"minSellRate\": null,\r\n            \"chargeBasis\": \"container\",\r\n            \"key\": null,\r\n            \"_id\": \"6613ee1021a8c8718a129198\"\r\n        }\r\n    ],\r\n    \"destination\": [\r\n        {\r\n            \"charge\": \"HH\",\r\n            \"buyRate\": 100,\r\n            \"minBuyRate\": null,\r\n            \"sellRate\": 200,\r\n            \"minSellRate\": null,\r\n            \"chargeBasis\": \"container\",\r\n            \"key\": null,\r\n            \"_id\": \"6613ee1021a8c8718a129199\"\r\n        }\r\n    ],\r\n    \"validityFrom\": \"2024-04-01T05:00:00.000Z\",\r\n    \"validityTo\": \"2024-05-11T05:00:00.000Z\",\r\n    \"commodity\": \"FAK\",\r\n    \"shipmentType\": \"FCL\",\r\n    \"cityOrigin\": {\r\n        \"address\": \"Canada\",\r\n        \"lat\": 56.130366,\r\n        \"lng\": -106.346771,\r\n        \"countryCode\": \"CA\"\r\n    },\r\n    \"cityDestination\": {\r\n        \"address\": \"Costa Rica\",\r\n        \"lat\": 9.748916999999999,\r\n        \"lng\": -83.753428,\r\n        \"countryCode\": \"CR\"\r\n    },\r\n    \"portOrigin\": null,\r\n    \"portDestination\": null,\r\n    \"transitTime\": \"10\",\r\n    \"tranShipment\": \"Panama\",\r\n    \"frequency\": \"2\",\r\n    \"freeDays\": 5,\r\n    \"subTotalFreight\": {\r\n        \"buyRate\": 100,\r\n        \"sellRate\": 200\r\n    },\r\n    \"subTotalFreightSurcharges\": {\r\n        \"buyRate\": 0,\r\n        \"sellRate\": 0\r\n    },\r\n    \"subTotalOrigin\": {\r\n        \"buyRate\": 100,\r\n        \"sellRate\": 200\r\n    },\r\n    \"subTotalDestination\": {\r\n        \"buyRate\": 100,\r\n        \"sellRate\": 200\r\n    },\r\n    \"totalBuy\": 0,\r\n    \"total\": 800,\r\n    \"selected\": false,\r\n    \"accepted\": false,\r\n    \"_id\": \"6613ee1021a8c8718a129195\",\r\n    \"createdAt\": \"2024-04-08T13:16:00.696Z\",\r\n    \"__v\": 0\r\n}"}],"_postman_id":"81b2e56b-64c7-4a02-b4b6-efdf9189dc97"},{"name":"Update Rate","id":"7dfd1710-ab86-4f52-838a-0fe1668854b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"transitTime\": \"21\",\r\n\t\"tranShipment\": \"22\",\r\n\t\"frequency\": \"3\",\r\n\t\"freeDays\": \"3\",\r\n\t\"validityFrom\": \"2024-07-31T00:00:00.000Z\",\r\n\t\"validityTo\": \"2023-12-31T00:00:00.000Z\",\r\n\t\"commodity\": \"Steel\",\r\n\t\"cityOrigin\": {\r\n\t\t\"address\": \"Oslo\"\r\n\t},\r\n\t\"cityDestination\": {\r\n\t\t\"address\": \"Dubai\"\r\n\t},\r\n\t\"carrier\": {\r\n\t\t\"_id\": \"6019c700e3e6248a7fd73caf\",\r\n\t\t\"name\": \"Maersk\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/updateRate/64c9454e660405c0ee331c47","description":"<h2 id=\"update-rate\">Update Rate</h2>\n<p>This endpoint allows you to update an existing rate.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/rates/updateRate/idRate</code></li>\n<li><strong>Method HTTP</strong>: PUT</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>transitTime</td>\n<td>The time it takes for the shipment to reach its destination, in this case, 21 days.</td>\n</tr>\n<tr>\n<td>tranShipment</td>\n<td>The number of transshipments the shipment will undergo, in this case, 22.</td>\n</tr>\n<tr>\n<td>frequency</td>\n<td>The frequency of the shipment, possibly indicating how often it occurs (e.g., weekly, monthly), in this case, 3.</td>\n</tr>\n<tr>\n<td>freeDays</td>\n<td>The number of days the shipment can be stored at a facility without incurring storage charges, in this case, 3 days.</td>\n</tr>\n<tr>\n<td>validityFrom</td>\n<td>The start date of the validity period for the shipment details, in this case, July 31, 2024, at midnight UTC.</td>\n</tr>\n<tr>\n<td>validityTo</td>\n<td>The end date of the validity period for the shipment details, in this case, December 31, 2023, at midnight UTC (which seems incorrect; it should probably be after the start date).</td>\n</tr>\n<tr>\n<td>commodity</td>\n<td>The type of commodity being shipped, in this case, steel.</td>\n</tr>\n<tr>\n<td>cityOrigin</td>\n<td>The city where the shipment originates from, in this case, Oslo.</td>\n</tr>\n<tr>\n<td>cityDestination</td>\n<td>The city where the shipment is destined to, in this case, Dubai.</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>The carrier company responsible for transporting the shipment, with an ID (<code>_id</code>) of \"6019c700e3e6248a7fd73caf\" and a name of \"Maersk.\"</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"transitTime\": \"21\",\n    \"tranShipment\": \"22\",\n    \"frequency\": \"3\",\n    \"freeDays\": \"3\",\n    \"validityFrom\": \"2024-07-31T00:00:00.000Z\",\n    \"validityTo\": \"2023-12-31T00:00:00.000Z\",\n    \"commodity\": \"Steel\",\n    \"cityOrigin\": {\n        \"address\": \"Oslo\"\n    },\n    \"cityDestination\": {\n        \"address\": \"Dubai\"\n    },\n    \"carrier\": {\n        \"_id\": \"6019c700e3e6248a7fd73caf\",\n        \"name\": \"Maersk\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","rates","updateRate","64c9454e660405c0ee331c47"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"5c5934d2-b3f8-4d52-b794-90bc8177a449","name":"Example","originalRequest":{"method":"PUT","header":[{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"transitTime\": \"21\",\r\n    \"tranShipment\": \"22\",\r\n    \"frequency\": \"3\",\r\n    \"freeDays\": \"3\",\r\n    \"validityFrom\": \"2024-07-31T00:00:00.000Z\",\r\n    \"validityTo\": \"2023-12-31T00:00:00.000Z\",\r\n    \"commodity\": \"Steel\",\r\n    \"cityOrigin\": {\r\n        \"address\": \"Oslo\"\r\n    },\r\n    \"cityDestination\": {\r\n        \"address\": \"Dubai\"\r\n    },\r\n    \"carrier\": {\r\n        \"_id\": \"6019c700e3e6248a7fd73caf\",\r\n        \"name\": \"Maersk\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/updateRate/64c9454e660405c0ee331c47"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cityOrigin\": {\n        \"address\": \"Oslo\"\n    },\n    \"cityDestination\": {\n        \"address\": \"Dubai\"\n    },\n    \"subTotalFreight\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"subTotalFreightSurcharges\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"subTotalOrigin\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"subTotalDestination\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"totalBuy\": 0,\n    \"_id\": \"64c9454e660405c0ee331c47\",\n    \"tenant\": \"649618800b7497f3261b426d\",\n    \"carrier\": {\n        \"_id\": \"6019c700e3e6248a7fd73caf\",\n        \"name\": \"Maersk\"\n    },\n    \"oneTimeRate\": false,\n    \"freight\": [\n        {\n            \"charge\": \"20'\",\n            \"buyRate\": 204,\n            \"sellRate\": 1204,\n            \"chargeBasis\": \"container\",\n            \"_id\": \"64c9454e660405c0ee331c48\"\n        }\n    ],\n    \"validityFrom\": \"2024-07-31T00:00:00.000Z\",\n    \"validityTo\": \"2023-12-31T00:00:00.000Z\",\n    \"commodity\": \"Steel\",\n    \"shipmentType\": \"FCL\",\n    \"total\": 204,\n    \"selected\": false,\n    \"accepted\": false,\n    \"freightSurcharge\": [],\n    \"origin\": [],\n    \"destination\": [],\n    \"createdAt\": \"2023-08-01T17:47:58.584Z\",\n    \"__v\": 0,\n    \"freeDays\": 3,\n    \"frequency\": \"3\",\n    \"tranShipment\": \"22\",\n    \"transitTime\": \"21\"\n}"}],"_postman_id":"7dfd1710-ab86-4f52-838a-0fe1668854b6"},{"name":"Delete Rate","id":"536a7162-c477-476a-9e0c-370bf36f64e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}/api/v2/rates/delete-rate/64c9454e660405c0ee331c47","description":"<h2 id=\"delete-a-rate\">Delete a Rate</h2>\n<p>This endpoint allows you to delete a specific rate.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/rates/delete-rate/{rateId}</code></li>\n<li><strong>Method HTTP</strong>: DELETE</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<ul>\n<li><code>rateId</code> (Required): The unique identifier of the charge you wish to delete.</li>\n</ul>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request DELETE 'https://api.yourcompany.com/api/v2/rates/delete-rate/652713cde2582bb8fbe84bf4'\n\n</code></pre>\n","urlObject":{"path":["api","v2","rates","delete-rate","64c9454e660405c0ee331c47"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"51465865-884c-4fe6-8a2d-5d9961aa156a","name":"Example","originalRequest":{"method":"DELETE","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"{{URL}}/api/v2/rates/delete-rate/64c9454e660405c0ee331c47"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n\t\"acknowledged\": true,\n\t\"deletedCount\": 1\n}"}],"_postman_id":"536a7162-c477-476a-9e0c-370bf36f64e5"},{"name":"List rates","id":"4e654b50-0ef3-4428-953f-2c819c943326","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"limit\": 10,\r\n\t\"page\": 1,\r\n\t\"searh\": \"\",\r\n\t\"fields\": [\r\n\t\t\"commodity\",\r\n\t\t\"shipmentType\",\r\n\t\t\"cityOrigin.address\",\r\n\t\t\"cityDestination.address\",\r\n\t\t\"portOrigin.address\",\r\n\t\t\"portDestination.address\",\r\n\t\t\"carrier.name\",\r\n\t\t\"transitTime\",\r\n\t\t\"tranShipment\",\r\n\t\t\"frequency\",\r\n\t\t\"freeDays\",\r\n\t\t\"validityFrom\",\r\n\t\t\"validityTo\"\r\n\t],\r\n\t\"filter\": {\r\n\t\t\"shipmentType\": \"FCL\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/listRates","description":"<h2 id=\"list-rates\">List Rates</h2>\n<p>This endpoint allows you to list rates based on specified filters.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/rates/listRates</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>limit</code></td>\n<td>The maximum number of rates to return.</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>The page number for pagination.</td>\n</tr>\n<tr>\n<td><code>fields</code></td>\n<td>An array of fields to include in the response.</td>\n</tr>\n<tr>\n<td><code>filter</code></td>\n<td>Object for specifying filter criteria.</td>\n</tr>\n<tr>\n<td><code>search</code></td>\n<td>The search query.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"limit\": 10,\n    \"page\": 1,\n    \"searh\": \"\",\n    \"fields\": [\n        \"commodity\",\n        \"shipmentType\",\n        \"cityOrigin.address\",\n        \"cityDestination.address\",\n        \"portOrigin.address\",\n        \"portDestination.address\",\n        \"carrier.name\",\n        \"transitTime\",\n        \"tranShipment\",\n        \"frequency\",\n        \"freeDays\",\n        \"validityFrom\",\n        \"validityTo\"\n    ],\n    \"filter\": {\n        \"shipmentType\": \"FCL\"\n    }\n}\n\n</code></pre>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request POST 'https://api.yourcompany.com/api/v2/rates/listRates' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n    \"limit\": 10,\n    \"page\": 1,\n    \"searh\": \"\",\n    \"fields\": [\n        \"commodity\",\n        \"shipmentType\",\n        \"cityOrigin.address\",\n        \"cityDestination.address\",\n        \"portOrigin.address\",\n        \"portDestination.address\",\n        \"carrier.name\",\n        \"transitTime\",\n        \"tranShipment\",\n        \"frequency\",\n        \"freeDays\",\n        \"validityFrom\",\n        \"validityTo\"\n    ],\n    \"filter\": {\n        \"shipmentType\": \"FCL\"\n    }\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","rates","listRates"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"19e11a86-ce38-4f23-b0da-e0283c6d558f","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"limit\": 10,\r\n\t\"page\": 1,\r\n\t\"searh\": \"\",\r\n\t\"fields\": [\r\n\t\t\"commodity\",\r\n\t\t\"shipmentType\",\r\n\t\t\"cityOrigin.address\",\r\n\t\t\"cityDestination.address\",\r\n\t\t\"portOrigin.address\",\r\n\t\t\"portDestination.address\",\r\n\t\t\"carrier.name\",\r\n\t\t\"transitTime\",\r\n\t\t\"tranShipment\",\r\n\t\t\"frequency\",\r\n\t\t\"freeDays\",\r\n\t\t\"validityFrom\",\r\n\t\t\"validityTo\"\r\n\t],\r\n\t\"filter\": {\r\n\t\t\"shipmentType\": \"FCL\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/listRates"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"6613ee1021a8c8718a129195\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"carrier\": {\n                \"_id\": \"6019c700e3e6248a7fd73caf\",\n                \"name\": \"Maersk\",\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Maersk.png\"\n            },\n            \"oneTimeRate\": false,\n            \"freight\": [\n                {\n                    \"charge\": \"20'\",\n                    \"buyRate\": 100,\n                    \"minBuyRate\": null,\n                    \"sellRate\": 200,\n                    \"minSellRate\": null,\n                    \"chargeBasis\": \"container\",\n                    \"key\": \"twenty\",\n                    \"_id\": \"6613ee1021a8c8718a129196\"\n                }\n            ],\n            \"freightSurcharge\": [\n                {\n                    \"charge\": \"Docs fee\",\n                    \"buyRate\": 100,\n                    \"minBuyRate\": null,\n                    \"sellRate\": 200,\n                    \"minSellRate\": null,\n                    \"chargeBasis\": \"amount\",\n                    \"key\": \"ebs\",\n                    \"_id\": \"6613ee1021a8c8718a129197\"\n                }\n            ],\n            \"origin\": [\n                {\n                    \"charge\": \"JJ\",\n                    \"buyRate\": 100,\n                    \"minBuyRate\": null,\n                    \"sellRate\": 200,\n                    \"minSellRate\": null,\n                    \"chargeBasis\": \"container\",\n                    \"key\": null,\n                    \"_id\": \"6613ee1021a8c8718a129198\"\n                }\n            ],\n            \"destination\": [\n                {\n                    \"charge\": \"HH\",\n                    \"buyRate\": 100,\n                    \"minBuyRate\": null,\n                    \"sellRate\": 200,\n                    \"minSellRate\": null,\n                    \"chargeBasis\": \"container\",\n                    \"key\": null,\n                    \"_id\": \"6613ee1021a8c8718a129199\"\n                }\n            ],\n            \"validityFrom\": \"2024-04-01T05:00:00.000Z\",\n            \"validityTo\": \"2024-05-11T05:00:00.000Z\",\n            \"commodity\": \"FAK\",\n            \"shipmentType\": \"FCL\",\n            \"cityOrigin\": {\n                \"address\": \"Canada\"\n            },\n            \"cityDestination\": {\n                \"address\": \"Costa Rica\"\n            },\n            \"transitTime\": \"10\",\n            \"tranShipment\": \"Panama\",\n            \"frequency\": \"2\",\n            \"freeDays\": 5,\n            \"selected\": false,\n            \"accepted\": false\n        }\n    ],\n    \"status\": \"success\",\n    \"pagingCounter\": 10,\n    \"totalPages\": 1,\n    \"hasPrevPage\": true,\n    \"hasNextPage\": false,\n    \"prevPage\": 0,\n    \"nextPage\": null,\n    \"totalItems\": 1,\n    \"page\": 1,\n    \"limit\": 10,\n    \"active\": 1,\n    \"future\": 10,\n    \"sold\": 165\n}"}],"_postman_id":"4e654b50-0ef3-4428-953f-2c819c943326"},{"name":"get Sheets excel","id":"f50f2711-ccf7-4270-8f53-5d0dac280f0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"https://storage.googleapis.com/companytest-cargologik-app/157f73bb679fda187b65fceecd661a9f.xlsx?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1717273141&Signature=UZPzkZddZC9gLSQB8uEJfYm8CAKTOGH5RKger9tr8RwYFGQEGPH8MX4gEZYB4jBJ%2BxgJBRGVOu70t%2BfBMmGDzS3%2BgY1SZtYYLmIZ0uQMJSwGGkw30dkEvwQXdvP63YCaohCblf2UI67Sas%2FkSb1b3iXqRm9UrbHGpUOapBtInjcxe%2FHavuufbtjjfl2z%2BGCMPBPup4UIYEeG43Q4eXMXA0bKOJa85veP2d00Tcn%2BTnDC7CTLhISE3emxBjWAKUBzUttp0FwfeR35c0eqmYDEfxadLQeWYeoo1EMV6vA9p6vmoopbrVI42qswyoZ81wBpCpeQw4rYm6tLTLA5GTtCmg%3D%3D\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/sheets-file","description":"<h2 id=\"submit-spreadsheet-file\">Submit Spreadsheet File</h2>\n<p>This endpoint allows you to submit the URL of a spreadsheet file for processing.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/rates/sheets-file</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the URL of the spreadsheet file.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>url</code></td>\n<td>The URL of the spreadsheet file to process.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"url\": \"https://storage.googleapis.com/companytest-cargologik-app/157f73bb679fda187b65fceecd661a9f.xlsx?GoogleAccessId=api-admin@cargologik.iam.gserviceaccount.com&amp;Expires=1717273141&amp;Signature=UZPzkZddZC9gLSQB8uEJfYm8CAKTOGH5RKger9tr8RwYFGQEGPH8MX4gEZYB4jBJ+xgJBRGVOu70t+fBMmGDzS3+gY1SZtYYLmIZ0uQMJSwGGkw30dkEvwQXdvP63YCaohCblf2UI67Sas/kSb1b3iXqRm9UrbHGpUOapBtInjcxe/Havuufbtjjfl2z+GCMPBPup4UIYEeG43Q4eXMXA0bKOJa85veP2d00Tcn+TnDC7CTLhISE3emxBjWAKUBzUttp0FwfeR35c0eqmYDEfxadLQeWYeoo1EMV6vA9p6vmoopbrVI42qswyoZ81wBpCpeQw4rYm6tLTLA5GTtCmg==\"\n}\n\n</code></pre>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request POST 'https://api.yourcompany.com/api/v2/rates/sheets-file' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n  \"url\": \"https://storage.googleapis.com/companytest-cargologik-app/157f73bb679fda187b65fceecd661a9f.xlsx?GoogleAccessId=api-admin@cargologik.iam.gserviceaccount.com&amp;Expires=1717273141&amp;Signature=UZPzkZddZC9gLSQB8uEJfYm8CAKTOGH5RKger9tr8RwYFGQEGPH8MX4gEZYB4jBJ+xgJBRGVOu70t+fBMmGDzS3+gY1SZtYYLmIZ0uQMJSwGGkw30dkEvwQXdvP63YCaohCblf2UI67Sas/kSb1b3iXqRm9UrbHGpUOapBtInjcxe/Havuufbtjjfl2z+GCMPBPup4UIYEeG43Q4eXMXA0bKOJa85veP2d00Tcn+TnDC7CTLhISE3emxBjWAKUBzUttp0FwfeR35c0eqmYDEfxadLQeWYeoo1EMV6vA9p6vmoopbrVI42qswyoZ81wBpCpeQw4rYm6tLTLA5GTtCmg==\"\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","rates","sheets-file"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"95e64992-7200-4bc2-8543-2ecc28c20b29","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"https://storage.googleapis.com/companytest-cargologik-app/157f73bb679fda187b65fceecd661a9f.xlsx?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1717273141&Signature=UZPzkZddZC9gLSQB8uEJfYm8CAKTOGH5RKger9tr8RwYFGQEGPH8MX4gEZYB4jBJ%2BxgJBRGVOu70t%2BfBMmGDzS3%2BgY1SZtYYLmIZ0uQMJSwGGkw30dkEvwQXdvP63YCaohCblf2UI67Sas%2FkSb1b3iXqRm9UrbHGpUOapBtInjcxe%2FHavuufbtjjfl2z%2BGCMPBPup4UIYEeG43Q4eXMXA0bKOJa85veP2d00Tcn%2BTnDC7CTLhISE3emxBjWAKUBzUttp0FwfeR35c0eqmYDEfxadLQeWYeoo1EMV6vA9p6vmoopbrVI42qswyoZ81wBpCpeQw4rYm6tLTLA5GTtCmg%3D%3D\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/rates/sheets-file"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    \"Sheet 1\"\n]"}],"_postman_id":"f50f2711-ccf7-4270-8f53-5d0dac280f0b"},{"name":"get Header excel","id":"62e0898b-85ab-4f3c-864d-716d1fde4215","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"https://storage.googleapis.com/companytest-cargologik-app/157f73bb679fda187b65fceecd661a9f.xlsx?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1717273141&Signature=UZPzkZddZC9gLSQB8uEJfYm8CAKTOGH5RKger9tr8RwYFGQEGPH8MX4gEZYB4jBJ%2BxgJBRGVOu70t%2BfBMmGDzS3%2BgY1SZtYYLmIZ0uQMJSwGGkw30dkEvwQXdvP63YCaohCblf2UI67Sas%2FkSb1b3iXqRm9UrbHGpUOapBtInjcxe%2FHavuufbtjjfl2z%2BGCMPBPup4UIYEeG43Q4eXMXA0bKOJa85veP2d00Tcn%2BTnDC7CTLhISE3emxBjWAKUBzUttp0FwfeR35c0eqmYDEfxadLQeWYeoo1EMV6vA9p6vmoopbrVI42qswyoZ81wBpCpeQw4rYm6tLTLA5GTtCmg%3D%3D\",\r\n    \"sheet\": \"Sheet 1\",\r\n    \"headerRow\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/header-file","description":"<h2 id=\"submit-spreadsheet-file-with-sheet-and-header-information\">Submit Spreadsheet File with Sheet and Header Information</h2>\n<p>This endpoint allows you to submit the URL of a spreadsheet file along with sheet and header row information for processing.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/rates/header-file</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>url</code></td>\n<td>The URL of the spreadsheet file to process.</td>\n</tr>\n<tr>\n<td><code>sheet</code></td>\n<td>The name or index of the sheet within the spreadsheet.</td>\n</tr>\n<tr>\n<td><code>headerRow</code></td>\n<td>The row number that contains the header information.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"url\": \"https://storage.googleapis.com/companytest-cargologik-app/157f73bb679fda187b65fceecd661a9f.xlsx?GoogleAccessId=api-admin@cargologik.iam.gserviceaccount.com&amp;Expires=1717273141&amp;Signature=UZPzkZddZC9gLSQB8uEJfYm8CAKTOGH5RKger9tr8RwYFGQEGPH8MX4gEZYB4jBJ+xgJBRGVOu70t+fBMmGDzS3+gY1SZtYYLmIZ0uQMJSwGGkw30dkEvwQXdvP63YCaohCblf2UI67Sas/kSb1b3iXqRm9UrbHGpUOapBtInjcxe/Havuufbtjjfl2z+GCMPBPup4UIYEeG43Q4eXMXA0bKOJa85veP2d00Tcn+TnDC7CTLhISE3emxBjWAKUBzUttp0FwfeR35c0eqmYDEfxadLQeWYeoo1EMV6vA9p6vmoopbrVI42qswyoZ81wBpCpeQw4rYm6tLTLA5GTtCmg==\",\n  \"sheet\": \"Sheet 1\",\n  \"headerRow\": 1\n}\n\n</code></pre>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request POST 'https://api.yourcompany.com/api/v2/rates/header-file' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n  \"url\": \"https://storage.googleapis.com/companytest-cargologik-app/157f73bb679fda187b65fceecd661a9f.xlsx?GoogleAccessId=api-admin@cargologik.iam.gserviceaccount.com&amp;Expires=1717273141&amp;Signature=UZPzkZddZC9gLSQB8uEJfYm8CAKTOGH5RKger9tr8RwYFGQEGPH8MX4gEZYB4jBJ+xgJBRGVOu70t+fBMmGDzS3+gY1SZtYYLmIZ0uQMJSwGGkw30dkEvwQXdvP63YCaohCblf2UI67Sas/kSb1b3iXqRm9UrbHGpUOapBtInjcxe/Havuufbtjjfl2z+GCMPBPup4UIYEeG43Q4eXMXA0bKOJa85veP2d00Tcn+TnDC7CTLhISE3emxBjWAKUBzUttp0FwfeR35c0eqmYDEfxadLQeWYeoo1EMV6vA9p6vmoopbrVI42qswyoZ81wBpCpeQw4rYm6tLTLA5GTtCmg==\",\n  \"sheet\": \"Sheet 1\",\n  \"headerRow\": 1\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","rates","header-file"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"9842d8c3-10fe-42cb-8957-de40c905ed3c","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Encoding","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"https://storage.googleapis.com/companytest-cargologik-app/157f73bb679fda187b65fceecd661a9f.xlsx?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1717273141&Signature=UZPzkZddZC9gLSQB8uEJfYm8CAKTOGH5RKger9tr8RwYFGQEGPH8MX4gEZYB4jBJ%2BxgJBRGVOu70t%2BfBMmGDzS3%2BgY1SZtYYLmIZ0uQMJSwGGkw30dkEvwQXdvP63YCaohCblf2UI67Sas%2FkSb1b3iXqRm9UrbHGpUOapBtInjcxe%2FHavuufbtjjfl2z%2BGCMPBPup4UIYEeG43Q4eXMXA0bKOJa85veP2d00Tcn%2BTnDC7CTLhISE3emxBjWAKUBzUttp0FwfeR35c0eqmYDEfxadLQeWYeoo1EMV6vA9p6vmoopbrVI42qswyoZ81wBpCpeQw4rYm6tLTLA5GTtCmg%3D%3D\",\r\n    \"sheet\": \"Sheet 1\",\r\n    \"headerRow\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/header-file"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    \"Mode\",\n    \"Shipment type\",\n    \"Commodity\",\n    \"City Origin \",\n    \"City Dest\",\n    \"Port Origin\",\n    \"Post Dest\",\n    20,\n    40,\n    \"40HC\",\n    \"40RF\",\n    \"40NOR\",\n    \"TT\",\n    \"Transhipment\",\n    \"Sealine\",\n    \"Frequency\",\n    \"Validiy\"\n]"}],"_postman_id":"62e0898b-85ab-4f3c-864d-716d1fde4215"},{"name":"List Automatic Rates","id":"4dd395e3-e8cf-464b-abb6-4388a5d83e80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"company\": \"6496187f0b7497f3261b4260\",\r\n    \"shipper\": \"64961c56a1727236e1959277\",\r\n    \"commodity\": \"Steel\",\r\n    \"shipmentType\": \"FCL\",\r\n    \"cityOrigin\": \"Miami, Florida, EE. UU.\",\r\n    \"cityDestination\": \"São Gonçalo, Estado de Río de Janeiro, Brasil\",\r\n    \"portOrigin\": \"\",\r\n    \"portDestination\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/automatic-rates","description":"<h2 id=\"calculate-automatic-rates\">Calculate Automatic Rates</h2>\n<p>This endpoint allows you to calculate shipping rates automatically based on the provided parameters.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/rates/automatic-rates</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>company</code></td>\n<td>The unique identifier of the company.</td>\n</tr>\n<tr>\n<td><code>shipper</code></td>\n<td>The unique identifier of the shipper.</td>\n</tr>\n<tr>\n<td><code>commodity</code></td>\n<td>The type of commodity being shipped.</td>\n</tr>\n<tr>\n<td><code>shipmentType</code></td>\n<td>The type of shipment (e.g., <code>['LCL', 'FCL', 'FTL', 'LTL']</code>).</td>\n</tr>\n<tr>\n<td><code>cityOrigin</code></td>\n<td>The origin city or location of the shipment.</td>\n</tr>\n<tr>\n<td><code>cityDestination</code></td>\n<td>The destination city or location of the shipment.</td>\n</tr>\n<tr>\n<td><code>portOrigin</code></td>\n<td>The origin port, if applicable.</td>\n</tr>\n<tr>\n<td><code>portDestination</code></td>\n<td>The destination port, if applicable.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"company\": \"6496187f0b7497f3261b4260\",\n  \"shipper\": \"64961c56a1727236e1959277\",\n  \"commodity\": \"Steel\",\n  \"shipmentType\": \"FCL\",\n  \"cityOrigin\": \"Miami, Florida, EE. UU.\",\n  \"cityDestination\": \"São Gonçalo, Estado de Río de Janeiro, Brasil\",\n  \"portOrigin\": \"\",\n  \"portDestination\": \"\"\n}\n\n</code></pre>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request POST 'https://api.yourcompany.com/api/v2/rates/automatic-rates' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n  \"company\": \"6496187f0b7497f3261b4260\",\n  \"shipper\": \"64961c56a1727236e1959277\",\n  \"commodity\": \"Steel\",\n  \"shipmentType\": \"FCL\",\n  \"cityOrigin\": \"Miami, Florida, EE. UU.\",\n  \"cityDestination\": \"São Gonçalo, Estado de Río de Janeiro, Brasil\",\n  \"portOrigin\": \"\",\n  \"portDestination\": \"\"\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","rates","automatic-rates"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"4beebc8a-d089-48b1-a7fd-d54c90bcde9a","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"company\": \"6496187f0b7497f3261b4260\",\r\n    \"shipper\": \"64961c56a1727236e1959277\",\r\n    \"commodity\": \"Steel\",\r\n    \"shipmentType\": \"FCL\",\r\n    \"cityOrigin\": \"Miami, Florida, EE. UU.\",\r\n    \"cityDestination\": \"São Gonçalo, Estado de Río de Janeiro, Brasil\",\r\n    \"portOrigin\": \"\",\r\n    \"portDestination\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/automatic-rates"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"_id\": \"651dcf162a7f100f10b58bd6\",\r\n        \"tenant\": \"649618800b7497f3261b426d\",\r\n        \"carrier\": {\r\n            \"_id\": \"6019c700e3e6248a7fd73cae\",\r\n            \"name\": \"MSC\",\r\n            \"type\": \"carrier\",\r\n            \"group\": \"sea\",\r\n            \"cursor\": 360,\r\n            \"logo\": \"https://storage.googleapis.com/carriers_logos/msc-logo.png\",\r\n            \"logo2x\": \"https://storage.googleapis.com/carriers_logos/msc-logo2x.png\",\r\n            \"__v\": 0,\r\n            \"createdAt\": \"2021-01-29 21:58:41.246Z\",\r\n            \"updatedAt\": \"2021-01-29 21:58:41.246Z\",\r\n            \"scac\": [\r\n                \"MSCU\",\r\n                \"MEDU\",\r\n                \"MSCUAA\",\r\n                \"MEDUAA\"\r\n            ]\r\n        },\r\n        \"oneTimeRate\": false,\r\n        \"freight\": [\r\n            {\r\n                \"charge\": \"20'\",\r\n                \"buyRate\": 250,\r\n                \"sellRate\": 350,\r\n                \"chargeBasis\": \"container\",\r\n                \"_id\": \"6500b3d360bbd3eed1bdb71c\"\r\n            },\r\n            {\r\n                \"charge\": \"40'\",\r\n                \"buyRate\": 500,\r\n                \"sellRate\": 600,\r\n                \"chargeBasis\": \"container\",\r\n                \"_id\": \"6500b3d360bbd3eed1bdb71d\"\r\n            },\r\n            {\r\n                \"charge\": \"40' HC\",\r\n                \"buyRate\": 600,\r\n                \"sellRate\": 700,\r\n                \"chargeBasis\": \"container\",\r\n                \"_id\": \"6500b3d360bbd3eed1bdb71e\"\r\n            }\r\n        ],\r\n        \"validityFrom\": \"2023-01-01T05:00:00.000Z\",\r\n        \"validityTo\": \"2023-12-31T05:00:00.000Z\",\r\n        \"commodity\": \"Aluminized Steel Sheet\",\r\n        \"shipmentType\": \"FCL\",\r\n        \"cityOrigin\": {\r\n            \"address\": \"Miami\"\r\n        },\r\n        \"cityDestination\": {\r\n            \"address\": \"São Gonçalo\"\r\n        },\r\n        \"portOrigin\": {\r\n            \"address\": \"USMIA\"\r\n        },\r\n        \"portDestination\": {\r\n            \"address\": \"BRPEC\"\r\n        },\r\n        \"transitTime\": \"30\",\r\n        \"tranShipment\": \"1\",\r\n        \"frequency\": \"7\",\r\n        \"subTotalFreightSurcharges\": {\r\n            \"buyRate\": 0,\r\n            \"sellRate\": 0\r\n        },\r\n        \"totalBuy\": 0,\r\n        \"total\": 1350,\r\n        \"selected\": false,\r\n        \"accepted\": false,\r\n        \"freightSurcharge\": [],\r\n        \"origin\": [],\r\n        \"destination\": [],\r\n        \"createdAt\": \"2023-09-12T18:54:11.179Z\",\r\n        \"__v\": 0\r\n    },\r\n    {\r\n        \"_id\": \"651dcf152a7f100f10b58b9a\",\r\n        \"tenant\": \"649618800b7497f3261b426d\",\r\n        \"carrier\": {\r\n            \"_id\": \"6019c700e3e6248a7fd73cae\",\r\n            \"name\": \"MSC\",\r\n            \"type\": \"carrier\",\r\n            \"group\": \"sea\",\r\n            \"cursor\": 360,\r\n            \"logo\": \"https://storage.googleapis.com/carriers_logos/msc-logo.png\",\r\n            \"logo2x\": \"https://storage.googleapis.com/carriers_logos/msc-logo2x.png\",\r\n            \"__v\": 0,\r\n            \"createdAt\": \"2021-01-29 21:58:41.246Z\",\r\n            \"updatedAt\": \"2021-01-29 21:58:41.246Z\",\r\n            \"scac\": [\r\n                \"MSCU\",\r\n                \"MEDU\",\r\n                \"MSCUAA\",\r\n                \"MEDUAA\"\r\n            ]\r\n        },\r\n        \"oneTimeRate\": false,\r\n        \"freight\": [\r\n            {\r\n                \"charge\": \"20'\",\r\n                \"buyRate\": 250,\r\n                \"sellRate\": 350,\r\n                \"chargeBasis\": \"container\",\r\n                \"_id\": \"6500b3d360bbd3eed1bdb70c\"\r\n            },\r\n            {\r\n                \"charge\": \"40'\",\r\n                \"buyRate\": 500,\r\n                \"sellRate\": 600,\r\n                \"chargeBasis\": \"container\",\r\n                \"_id\": \"6500b3d360bbd3eed1bdb70d\"\r\n            },\r\n            {\r\n                \"charge\": \"40' HC\",\r\n                \"buyRate\": 600,\r\n                \"sellRate\": 700,\r\n                \"chargeBasis\": \"container\",\r\n                \"_id\": \"6500b3d360bbd3eed1bdb70e\"\r\n            }\r\n        ],\r\n        \"validityFrom\": \"2023-01-01T05:00:00.000Z\",\r\n        \"validityTo\": \"2023-12-31T05:00:00.000Z\",\r\n        \"commodity\": \"Aluminized Steel Sheet\",\r\n        \"shipmentType\": \"FCL\",\r\n        \"cityOrigin\": {\r\n            \"address\": \"Miami\"\r\n        },\r\n        \"cityDestination\": {\r\n            \"address\": \"Rio de Janeiro\"\r\n        },\r\n        \"portOrigin\": {\r\n            \"address\": \"USMIA\"\r\n        },\r\n        \"portDestination\": {\r\n            \"address\": \"BRRIO\"\r\n        },\r\n        \"transitTime\": \"30\",\r\n        \"tranShipment\": \"1\",\r\n        \"frequency\": \"7\",\r\n        \"subTotalFreightSurcharges\": {\r\n            \"buyRate\": 0,\r\n            \"sellRate\": 0\r\n        },\r\n        \"totalBuy\": 0,\r\n        \"total\": 1350,\r\n        \"selected\": false,\r\n        \"accepted\": false,\r\n        \"freightSurcharge\": [],\r\n        \"origin\": [],\r\n        \"destination\": [],\r\n        \"createdAt\": \"2023-09-12T18:54:11.173Z\",\r\n        \"__v\": 0\r\n    }\r\n]"}],"_postman_id":"4dd395e3-e8cf-464b-abb6-4388a5d83e80"},{"name":"Create Multiples Rates","id":"29fd3d37-9c74-43b0-b217-3754e45ce3fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rates\": [\r\n        {\r\n            \"tenant\": \"64b162cae8a6a05360eb5f39\",\r\n            \"carrier\": \"6019c700e3e6248a7fd73caf\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"commodity\": \"Steel\",\r\n            \"indice\": 2,\r\n            \"cityOrigin\": {\r\n                \"address\": \"Oslo\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Dubai\"\r\n            },\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 200,\r\n                    \"sellRate\": 1200,\r\n                    \"chargeBasis\": \"container\"\r\n                }\r\n            ],\r\n            \"tranShipment\": \"1899-12-31T05:00:00.000Z\",\r\n            \"validityFrom\": \"2024-01-31T05:00:00.000Z\",\r\n            \"validityTo\": \"2024-04-30T05:00:00.000Z\",\r\n            \"subTotalFreight\": 200,\r\n            \"subTotalFreightSurcharge\": 0,\r\n            \"subTotalOrigin\": 0,\r\n            \"subTotalDestination\": 0,\r\n            \"total\": 200\r\n        },\r\n        {\r\n            \"tenant\": \"64b162cae8a6a05360eb5f39\",\r\n            \"carrier\": \"6019c700e3e6248a7fd73caf\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"commodity\": \"Steel\",\r\n            \"indice\": 3,\r\n            \"cityOrigin\": {\r\n                \"address\": \"Oslo\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Dubai\"\r\n            },\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 202,\r\n                    \"sellRate\": 1202,\r\n                    \"chargeBasis\": \"container\"\r\n                }\r\n            ],\r\n            \"tranShipment\": \"1899-12-31T05:00:00.000Z\",\r\n            \"validityFrom\": \"2025-01-31T05:00:00.000Z\",\r\n            \"validityTo\": \"2024-04-30T05:00:00.000Z\",\r\n            \"subTotalFreight\": 202,\r\n            \"subTotalFreightSurcharge\": 0,\r\n            \"subTotalOrigin\": 0,\r\n            \"subTotalDestination\": 0,\r\n            \"total\": 202\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/insert-rates","description":"<h2 id=\"create-multiples-rates\">Create Multiples Rates</h2>\n<p>This endpoint allows you to create multiple rates at once. You can use this to efficiently add several rates with a single request.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/rates/insert-rates</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rates</td>\n<td>An array of rate objects representing rate entries.</td>\n</tr>\n<tr>\n<td>tenant</td>\n<td>The ID of the tenant.</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>The ID of the carrier.</td>\n</tr>\n<tr>\n<td>shipmentType</td>\n<td>The type of shipment (e.g., FCL).</td>\n</tr>\n<tr>\n<td>commodity</td>\n<td>The commodity being shipped.</td>\n</tr>\n<tr>\n<td>indice</td>\n<td>An index for the rate entry.</td>\n</tr>\n<tr>\n<td>cityOrigin</td>\n<td>An object containing the origin city information.</td>\n</tr>\n<tr>\n<td>cityOrigin.address</td>\n<td>The address of the origin city.</td>\n</tr>\n<tr>\n<td>cityDestination</td>\n<td>An object containing the destination city information.</td>\n</tr>\n<tr>\n<td>cityDestination.address</td>\n<td>The address of the destination city.</td>\n</tr>\n<tr>\n<td>freight</td>\n<td>An array of objects representing freight charges.</td>\n</tr>\n<tr>\n<td>freight.charge</td>\n<td>The type of charge (e.g., \"20'\").</td>\n</tr>\n<tr>\n<td>freight.buyRate</td>\n<td>The buying rate for the charge.</td>\n</tr>\n<tr>\n<td>freight.sellRate</td>\n<td>The selling rate for the charge.</td>\n</tr>\n<tr>\n<td>freight.chargeBasis</td>\n<td>The basis for the charge (e.g., \"container\").</td>\n</tr>\n<tr>\n<td>tranShipment</td>\n<td>The transshipment date and time.</td>\n</tr>\n<tr>\n<td>validityFrom</td>\n<td>The start date and time of the rate validity.</td>\n</tr>\n<tr>\n<td>validityTo</td>\n<td>The end date and time of the rate validity.</td>\n</tr>\n<tr>\n<td>subTotalFreight</td>\n<td>The subtotal freight cost.</td>\n</tr>\n<tr>\n<td>subTotalFreightSurcharge</td>\n<td>The subtotal freight surcharge cost.</td>\n</tr>\n<tr>\n<td>subTotalOrigin</td>\n<td>The subtotal origin cost.</td>\n</tr>\n<tr>\n<td>subTotalDestination</td>\n<td>The subtotal destination cost.</td>\n</tr>\n<tr>\n<td>total</td>\n<td>The total cost of the rate entry.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"rates\": [\n        {\n            \"tenant\": \"64b162cae8a6a05360eb5f39\",\n            \"carrier\": \"6019c700e3e6248a7fd73caf\",\n            \"shipmentType\": \"FCL\",\n            \"commodity\": \"Steel\",\n            \"indice\": 2,\n            \"cityOrigin\": {\n                \"address\": \"Oslo\"\n            },\n            \"cityDestination\": {\n                \"address\": \"Dubai\"\n            },\n            \"freight\": [\n                {\n                    \"charge\": \"20'\",\n                    \"buyRate\": 200,\n                    \"sellRate\": 1200,\n                    \"chargeBasis\": \"container\"\n                }\n            ],\n            \"tranShipment\": \"1899-12-31T05:00:00.000Z\",\n            \"validityFrom\": \"2024-01-31T05:00:00.000Z\",\n            \"validityTo\": \"2024-04-30T05:00:00.000Z\",\n            \"subTotalFreight\": 200,\n            \"subTotalFreightSurcharge\": 0,\n            \"subTotalOrigin\": 0,\n            \"subTotalDestination\": 0,\n            \"total\": 200\n        },\n        {\n            \"tenant\": \"64b162cae8a6a05360eb5f39\",\n            \"carrier\": \"6019c700e3e6248a7fd73caf\",\n            \"shipmentType\": \"FCL\",\n            \"commodity\": \"Steel\",\n            \"indice\": 3,\n            \"cityOrigin\": {\n                \"address\": \"Oslo\"\n            },\n            \"cityDestination\": {\n                \"address\": \"Dubai\"\n            },\n            \"freight\": [\n                {\n                    \"charge\": \"20'\",\n                    \"buyRate\": 202,\n                    \"sellRate\": 1202,\n                    \"chargeBasis\": \"container\"\n                }\n            ],\n            \"tranShipment\": \"1899-12-31T05:00:00.000Z\",\n            \"validityFrom\": \"2025-01-31T05:00:00.000Z\",\n            \"validityTo\": \"2024-04-30T05:00:00.000Z\",\n            \"subTotalFreight\": 202,\n            \"subTotalFreightSurcharge\": 0,\n            \"subTotalOrigin\": 0,\n            \"subTotalDestination\": 0,\n            \"total\": 202\n        }\n    ]\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","rates","insert-rates"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"23d597b5-0a07-4b30-91df-078bb242a80e","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en ","description":"en or es","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rates\": [\r\n        {\r\n            \"tenant\": \"64b162cae8a6a05360eb5f39\",\r\n            \"carrier\": \"6019c700e3e6248a7fd73caf\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"commodity\": \"Steel\",\r\n            \"indice\": 2,\r\n            \"cityOrigin\": {\r\n                \"address\": \"Oslo\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Dubai\"\r\n            },\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 200,\r\n                    \"sellRate\": 1200,\r\n                    \"chargeBasis\": \"container\"\r\n                }\r\n            ],\r\n            \"tranShipment\": \"1899-12-31T05:00:00.000Z\",\r\n            \"validityFrom\": \"2024-01-31T05:00:00.000Z\",\r\n            \"validityTo\": \"2024-04-30T05:00:00.000Z\",\r\n            \"subTotalFreight\": 200,\r\n            \"subTotalFreightSurcharge\": 0,\r\n            \"subTotalOrigin\": 0,\r\n            \"subTotalDestination\": 0,\r\n            \"total\": 200\r\n        },\r\n        {\r\n            \"tenant\": \"64b162cae8a6a05360eb5f39\",\r\n            \"carrier\": \"6019c700e3e6248a7fd73caf\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"commodity\": \"Steel\",\r\n            \"indice\": 3,\r\n            \"cityOrigin\": {\r\n                \"address\": \"Oslo\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Dubai\"\r\n            },\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 202,\r\n                    \"sellRate\": 1202,\r\n                    \"chargeBasis\": \"container\"\r\n                }\r\n            ],\r\n            \"tranShipment\": \"1899-12-31T05:00:00.000Z\",\r\n            \"validityFrom\": \"2025-01-31T05:00:00.000Z\",\r\n            \"validityTo\": \"2024-04-30T05:00:00.000Z\",\r\n            \"subTotalFreight\": 202,\r\n            \"subTotalFreightSurcharge\": 0,\r\n            \"subTotalOrigin\": 0,\r\n            \"subTotalDestination\": 0,\r\n            \"total\": 202\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/insert-rates"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"tenant\": \"64b162cae8a6a05360eb5f39\",\r\n        \"carrier\": \"6019c700e3e6248a7fd73caf\",\r\n        \"oneTimeRate\": false,\r\n        \"freight\": [\r\n            {\r\n                \"charge\": \"20'\",\r\n                \"buyRate\": 200,\r\n                \"sellRate\": 1200,\r\n                \"chargeBasis\": \"container\",\r\n                \"_id\": \"661442eac2d08a6fc81e210b\"\r\n            }\r\n        ],\r\n        \"validityFrom\": \"2024-01-31T05:00:00.000Z\",\r\n        \"validityTo\": \"2024-04-30T05:00:00.000Z\",\r\n        \"commodity\": \"Steel\",\r\n        \"shipmentType\": \"FCL\",\r\n        \"cityOrigin\": {\r\n            \"address\": \"Oslo\"\r\n        },\r\n        \"cityDestination\": {\r\n            \"address\": \"Dubai\"\r\n        },\r\n        \"tranShipment\": \"1899-12-31T05:00:00.000Z\",\r\n        \"subTotalFreightSurcharges\": {\r\n            \"buyRate\": 0,\r\n            \"sellRate\": 0\r\n        },\r\n        \"totalBuy\": 0,\r\n        \"total\": 200,\r\n        \"selected\": false,\r\n        \"accepted\": false,\r\n        \"_id\": \"661442eac2d08a6fc81e210a\",\r\n        \"freightSurcharge\": [],\r\n        \"origin\": [],\r\n        \"destination\": [],\r\n        \"createdAt\": \"2024-04-08T19:18:02.889Z\",\r\n        \"__v\": 0\r\n    },\r\n    {\r\n        \"tenant\": \"64b162cae8a6a05360eb5f39\",\r\n        \"carrier\": \"6019c700e3e6248a7fd73caf\",\r\n        \"oneTimeRate\": false,\r\n        \"freight\": [\r\n            {\r\n                \"charge\": \"20'\",\r\n                \"buyRate\": 202,\r\n                \"sellRate\": 1202,\r\n                \"chargeBasis\": \"container\",\r\n                \"_id\": \"661442eac2d08a6fc81e210d\"\r\n            }\r\n        ],\r\n        \"validityFrom\": \"2025-01-31T05:00:00.000Z\",\r\n        \"validityTo\": \"2024-04-30T05:00:00.000Z\",\r\n        \"commodity\": \"Steel\",\r\n        \"shipmentType\": \"FCL\",\r\n        \"cityOrigin\": {\r\n            \"address\": \"Oslo\"\r\n        },\r\n        \"cityDestination\": {\r\n            \"address\": \"Dubai\"\r\n        },\r\n        \"tranShipment\": \"1899-12-31T05:00:00.000Z\",\r\n        \"subTotalFreightSurcharges\": {\r\n            \"buyRate\": 0,\r\n            \"sellRate\": 0\r\n        },\r\n        \"totalBuy\": 0,\r\n        \"total\": 202,\r\n        \"selected\": false,\r\n        \"accepted\": false,\r\n        \"_id\": \"661442eac2d08a6fc81e210c\",\r\n        \"freightSurcharge\": [],\r\n        \"origin\": [],\r\n        \"destination\": [],\r\n        \"createdAt\": \"2024-04-08T19:18:02.890Z\",\r\n        \"__v\": 0\r\n    }\r\n]"}],"_postman_id":"29fd3d37-9c74-43b0-b217-3754e45ce3fd"},{"name":"Create Template","id":"fb286356-8271-4200-81a7-897e0181d377","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shipmentType\": \"FCL\",\r\n    \"carrier\": {\r\n        \"_id\": \"6019c700e3e6248a7fd73caf\",\r\n        \"name\": \"Maersk\"\r\n    },\r\n    \"sheet\": \"Hoja1\",\r\n    \"headerRow\": 1,\r\n    \"rateRow\": 2,\r\n    \"mapping\": [\r\n        {\r\n            \"colName\": \"Mode\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"Shipment type\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"Commodity\",\r\n            \"category\": \"keyValues\",\r\n            \"field\": \"commodity\",\r\n            \"chargeBasis\": \"\",\r\n            \"isValid\": true\r\n        },\r\n        {\r\n            \"colName\": \"City Origin \",\r\n            \"category\": \"keyValues\",\r\n            \"field\": \"cityOrigin\",\r\n            \"chargeBasis\": \"\",\r\n            \"isValid\": true\r\n        },\r\n        {\r\n            \"colName\": \"City Dest\",\r\n            \"category\": \"keyValues\",\r\n            \"field\": \"cityDestination\",\r\n            \"chargeBasis\": \"\",\r\n            \"isValid\": true\r\n        },\r\n        {\r\n            \"colName\": \"Port Origin\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"Post Dest\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": 20,\r\n            \"category\": \"freight\",\r\n            \"field\": \"20'\",\r\n            \"chargeBasis\": \"container\",\r\n            \"isValid\": true\r\n        },\r\n        {\r\n            \"colName\": 40,\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"40HC\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"40RF\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"40NOR\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"Transhipment\",\r\n            \"category\": \"information\",\r\n            \"field\": \"tranShipment\",\r\n            \"chargeBasis\": \"\",\r\n            \"isValid\": true\r\n        },\r\n        {\r\n            \"colName\": \"Frequency\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"Validiy from\",\r\n            \"category\": \"keyValues\",\r\n            \"field\": \"validityFrom\",\r\n            \"chargeBasis\": \"\",\r\n            \"isValid\": true\r\n        },\r\n        {\r\n            \"colName\": \"Validiy to\",\r\n            \"category\": \"keyValues\",\r\n            \"field\": \"validityTo\",\r\n            \"chargeBasis\": \"\",\r\n            \"isValid\": true\r\n        }\r\n    ],\r\n    \"name\": \"Template1\",\r\n    \"description\": \"Description\",\r\n    \"markups\": [\r\n        {\r\n            \"category\": {\r\n                \"key\": \"freight\",\r\n                \"name\": \"Freight\"\r\n            },\r\n            \"charge\": \"20'\",\r\n            \"flatAmount\": 1000,\r\n            \"percentage\": null,\r\n            \"commodity\": [],\r\n            \"portOrigin\": [],\r\n            \"portDestination\": [],\r\n            \"cityOrigin\": [],\r\n            \"cityDestination\": [],\r\n            \"filters\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/create-template","description":"<h2 id=\"create-template-rates\">Create Template Rates</h2>\n<p>This endpoint allows you to create a new rate template.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/rates/create-template</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>shipmentType</code></td>\n<td>The type of shipment (e.g., FCL).</td>\n</tr>\n<tr>\n<td><code>carrier._id</code></td>\n<td>The ID of the carrier.</td>\n</tr>\n<tr>\n<td><code>carrier.name</code></td>\n<td>The name of the carrier.</td>\n</tr>\n<tr>\n<td><code>sheet</code></td>\n<td>The name of the sheet.</td>\n</tr>\n<tr>\n<td><code>headerRow</code></td>\n<td>The row number where the header is located.</td>\n</tr>\n<tr>\n<td><code>rateRow</code></td>\n<td>The row number where the rates start.</td>\n</tr>\n<tr>\n<td><code>mapping</code></td>\n<td>An array of objects representing the mapping of columns to fields.</td>\n</tr>\n<tr>\n<td><code>mapping.colName</code></td>\n<td>The name of the column.</td>\n</tr>\n<tr>\n<td><code>mapping.category</code></td>\n<td>The category of the mapping (e.g., keyValues, freight).</td>\n</tr>\n<tr>\n<td><code>mapping.field</code></td>\n<td>The field to which the column is mapped.</td>\n</tr>\n<tr>\n<td><code>mapping.chargeBasis</code></td>\n<td>The charge basis for the column (if applicable).</td>\n</tr>\n<tr>\n<td><code>mapping.isValid</code></td>\n<td>Indicates if the mapping is valid.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>The name of the template.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>The description of the template.</td>\n</tr>\n<tr>\n<td><code>markups</code></td>\n<td>An array of objects representing markups for the template.</td>\n</tr>\n<tr>\n<td><code>markups.category</code></td>\n<td>The category of the markup.</td>\n</tr>\n<tr>\n<td><code>markups.charge</code></td>\n<td>The charge type for the markup.</td>\n</tr>\n<tr>\n<td><code>markups.flatAmount</code></td>\n<td>The flat amount for the markup.</td>\n</tr>\n<tr>\n<td><code>markups.percentage</code></td>\n<td>The percentage amount for the markup.</td>\n</tr>\n<tr>\n<td><code>markups.commodity</code></td>\n<td>Array of commodities for the markup.</td>\n</tr>\n<tr>\n<td><code>markups.portOrigin</code></td>\n<td>Array of origin ports for the markup.</td>\n</tr>\n<tr>\n<td><code>markups.portDestination</code></td>\n<td>Array of destination ports for the markup.</td>\n</tr>\n<tr>\n<td><code>markups.cityOrigin</code></td>\n<td>Array of origin cities for the markup.</td>\n</tr>\n<tr>\n<td><code>markups.cityDestination</code></td>\n<td>Array of destination cities for the markup.</td>\n</tr>\n<tr>\n<td><code>markups.filters</code></td>\n<td>Array of filters for the markup.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"shipmentType\": \"FCL\",\n    \"carrier\": {\n        \"_id\": \"6019c700e3e6248a7fd73caf\",\n        \"name\": \"Maersk\"\n    },\n    \"sheet\": \"Hoja1\",\n    \"headerRow\": 1,\n    \"rateRow\": 2,\n    \"mapping\": [\n        {\n            \"colName\": \"Mode\",\n            \"category\": \"N/A\",\n            \"field\": \"N/A\",\n            \"isValid\": false\n        },\n        {\n            \"colName\": \"Shipment type\",\n            \"category\": \"N/A\",\n            \"field\": \"N/A\",\n            \"isValid\": false\n        },\n        {\n            \"colName\": \"Commodity\",\n            \"category\": \"keyValues\",\n            \"field\": \"commodity\",\n            \"chargeBasis\": \"\",\n            \"isValid\": true\n        },\n        {\n            \"colName\": \"City Origin \",\n            \"category\": \"keyValues\",\n            \"field\": \"cityOrigin\",\n            \"chargeBasis\": \"\",\n            \"isValid\": true\n        },\n        {\n            \"colName\": \"City Dest\",\n            \"category\": \"keyValues\",\n            \"field\": \"cityDestination\",\n            \"chargeBasis\": \"\",\n            \"isValid\": true\n        },\n        {\n            \"colName\": \"Port Origin\",\n            \"category\": \"N/A\",\n            \"field\": \"N/A\",\n            \"isValid\": false\n        },\n        {\n            \"colName\": \"Post Dest\",\n            \"category\": \"N/A\",\n            \"field\": \"N/A\",\n            \"isValid\": false\n        },\n        {\n            \"colName\": 20,\n            \"category\": \"freight\",\n            \"field\": \"20'\",\n            \"chargeBasis\": \"container\",\n            \"isValid\": true\n        },\n        {\n            \"colName\": 40,\n            \"category\": \"N/A\",\n            \"field\": \"N/A\",\n            \"isValid\": false\n        },\n        {\n            \"colName\": \"40HC\",\n            \"category\": \"N/A\",\n            \"field\": \"N/A\",\n            \"isValid\": false\n        },\n        {\n            \"colName\": \"40RF\",\n            \"category\": \"N/A\",\n            \"field\": \"N/A\",\n            \"isValid\": false\n        },\n        {\n            \"colName\": \"40NOR\",\n            \"category\": \"N/A\",\n            \"field\": \"N/A\",\n            \"isValid\": false\n        },\n        {\n            \"colName\": \"Transhipment\",\n            \"category\": \"information\",\n            \"field\": \"tranShipment\",\n            \"chargeBasis\": \"\",\n            \"isValid\": true\n        },\n        {\n            \"colName\": \"Frequency\",\n            \"category\": \"N/A\",\n            \"field\": \"N/A\",\n            \"isValid\": false\n        },\n        {\n            \"colName\": \"Validiy from\",\n            \"category\": \"keyValues\",\n            \"field\": \"validityFrom\",\n            \"chargeBasis\": \"\",\n            \"isValid\": true\n        },\n        {\n            \"colName\": \"Validiy to\",\n            \"category\": \"keyValues\",\n            \"field\": \"validityTo\",\n            \"chargeBasis\": \"\",\n            \"isValid\": true\n        }\n    ],\n    \"name\": \"Template1\",\n    \"description\": \"Description\",\n    \"markups\": [\n        {\n            \"category\": {\n                \"key\": \"freight\",\n                \"name\": \"Freight\"\n            },\n            \"charge\": \"20'\",\n            \"flatAmount\": 1000,\n            \"percentage\": null,\n            \"commodity\": [],\n            \"portOrigin\": [],\n            \"portDestination\": [],\n            \"cityOrigin\": [],\n            \"cityDestination\": [],\n            \"filters\": []\n        }\n    ]\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","rates","create-template"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"af99dbe8-4ab3-4493-9c1a-1333afae4141","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"shipmentType\": \"FCL\",\r\n    \"carrier\": {\r\n        \"_id\": \"6019c700e3e6248a7fd73caf\",\r\n        \"name\": \"Maersk\"\r\n    },\r\n    \"sheet\": \"Hoja1\",\r\n    \"headerRow\": 1,\r\n    \"rateRow\": 2,\r\n    \"mapping\": [\r\n        {\r\n            \"colName\": \"Mode\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"Shipment type\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"Commodity\",\r\n            \"category\": \"keyValues\",\r\n            \"field\": \"commodity\",\r\n            \"chargeBasis\": \"\",\r\n            \"isValid\": true\r\n        },\r\n        {\r\n            \"colName\": \"City Origin \",\r\n            \"category\": \"keyValues\",\r\n            \"field\": \"cityOrigin\",\r\n            \"chargeBasis\": \"\",\r\n            \"isValid\": true\r\n        },\r\n        {\r\n            \"colName\": \"City Dest\",\r\n            \"category\": \"keyValues\",\r\n            \"field\": \"cityDestination\",\r\n            \"chargeBasis\": \"\",\r\n            \"isValid\": true\r\n        },\r\n        {\r\n            \"colName\": \"Port Origin\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"Post Dest\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": 20,\r\n            \"category\": \"freight\",\r\n            \"field\": \"20'\",\r\n            \"chargeBasis\": \"container\",\r\n            \"isValid\": true\r\n        },\r\n        {\r\n            \"colName\": 40,\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"40HC\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"40RF\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"40NOR\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"Transhipment\",\r\n            \"category\": \"information\",\r\n            \"field\": \"tranShipment\",\r\n            \"chargeBasis\": \"\",\r\n            \"isValid\": true\r\n        },\r\n        {\r\n            \"colName\": \"Frequency\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"Validiy from\",\r\n            \"category\": \"keyValues\",\r\n            \"field\": \"validityFrom\",\r\n            \"chargeBasis\": \"\",\r\n            \"isValid\": true\r\n        },\r\n        {\r\n            \"colName\": \"Validiy to\",\r\n            \"category\": \"keyValues\",\r\n            \"field\": \"validityTo\",\r\n            \"chargeBasis\": \"\",\r\n            \"isValid\": true\r\n        }\r\n    ],\r\n    \"name\": \"Template1\",\r\n    \"description\": \"Description\",\r\n    \"markups\": [\r\n        {\r\n            \"category\": {\r\n                \"key\": \"freight\",\r\n                \"name\": \"Freight\"\r\n            },\r\n            \"charge\": \"20'\",\r\n            \"flatAmount\": 1000,\r\n            \"percentage\": null,\r\n            \"commodity\": [],\r\n            \"portOrigin\": [],\r\n            \"portDestination\": [],\r\n            \"cityOrigin\": [],\r\n            \"cityDestination\": [],\r\n            \"filters\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/create-template"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"tenant\": \"64b162cae8a6a05360eb5f39\",\r\n    \"carrier\": \"6019c700e3e6248a7fd73caf\",\r\n    \"mapping\": [\r\n        {\r\n            \"colName\": \"Mode\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"Shipment type\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"Commodity\",\r\n            \"category\": \"keyValues\",\r\n            \"field\": \"commodity\",\r\n            \"chargeBasis\": \"\",\r\n            \"isValid\": true\r\n        },\r\n        {\r\n            \"colName\": \"City Origin \",\r\n            \"category\": \"keyValues\",\r\n            \"field\": \"cityOrigin\",\r\n            \"chargeBasis\": \"\",\r\n            \"isValid\": true\r\n        },\r\n        {\r\n            \"colName\": \"City Dest\",\r\n            \"category\": \"keyValues\",\r\n            \"field\": \"cityDestination\",\r\n            \"chargeBasis\": \"\",\r\n            \"isValid\": true\r\n        },\r\n        {\r\n            \"colName\": \"Port Origin\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"Post Dest\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": 20,\r\n            \"category\": \"freight\",\r\n            \"field\": \"20'\",\r\n            \"chargeBasis\": \"container\",\r\n            \"isValid\": true\r\n        },\r\n        {\r\n            \"colName\": 40,\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"40HC\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"40RF\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"40NOR\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"Transhipment\",\r\n            \"category\": \"information\",\r\n            \"field\": \"tranShipment\",\r\n            \"chargeBasis\": \"\",\r\n            \"isValid\": true\r\n        },\r\n        {\r\n            \"colName\": \"Frequency\",\r\n            \"category\": \"N/A\",\r\n            \"field\": \"N/A\",\r\n            \"isValid\": false\r\n        },\r\n        {\r\n            \"colName\": \"Validiy from\",\r\n            \"category\": \"keyValues\",\r\n            \"field\": \"validityFrom\",\r\n            \"chargeBasis\": \"\",\r\n            \"isValid\": true\r\n        },\r\n        {\r\n            \"colName\": \"Validiy to\",\r\n            \"category\": \"keyValues\",\r\n            \"field\": \"validityTo\",\r\n            \"chargeBasis\": \"\",\r\n            \"isValid\": true\r\n        }\r\n    ],\r\n    \"name\": \"Template1\",\r\n    \"shipmentType\": \"FCL\",\r\n    \"description\": \"Description\",\r\n    \"sheet\": \"Hoja1\",\r\n    \"headerRow\": 1,\r\n    \"rateRow\": 2,\r\n    \"markups\": [\r\n        {\r\n            \"category\": {\r\n                \"key\": \"freight\",\r\n                \"name\": \"Freight\"\r\n            },\r\n            \"charge\": \"20'\",\r\n            \"flatAmount\": 1000,\r\n            \"percentage\": null,\r\n            \"commodity\": [],\r\n            \"portOrigin\": [],\r\n            \"portDestination\": [],\r\n            \"cityOrigin\": [],\r\n            \"cityDestination\": [],\r\n            \"filters\": []\r\n        }\r\n    ],\r\n    \"_id\": \"661442eb8280067109376e77\",\r\n    \"createdAt\": \"2024-04-08T19:18:03.077Z\",\r\n    \"__v\": 0\r\n}"}],"_postman_id":"fb286356-8271-4200-81a7-897e0181d377"},{"name":"Create quote loadSmart","id":"29a8e6db-4f4c-4347-8d4b-61fdfa66f829","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"tenantId\": \"rokk3r\",\r\n  \"shipment_mode\": [\r\n    \"LTL\"\r\n  ],\r\n  \"equipments\": [\r\n    {\r\n      \"type\": \"DRV\"\r\n    }\r\n  ],\r\n  \"customer_reference\": \"testing\",\r\n  \"stops\": [\r\n    {\r\n      \"type\": \"PU\",\r\n      \"address\": \"12345 E 16th avenue\",\r\n      \"city\": \"Miami Beach\",\r\n      \"state\": \"FL\",\r\n      \"drop_trailer\": true,\r\n      \"country\": \"USA\",\r\n      \"window\": {\r\n        \"start\": \"2023-03-02T09:00:00\",\r\n        \"end\": \"2023-03-11T11:00:00\"\r\n      }\r\n    },\r\n    {\r\n      \"type\": \"DEL\",\r\n      \"address\": \"54321 E 16th avenue\",\r\n      \"city\": \"New York\",\r\n      \"state\": \"NY\",\r\n      \"drop_trailer\": false,\r\n      \"country\": \"USA\"\r\n    }\r\n  ],\r\n  \"items\": [\r\n    {\r\n      \"items_count\": 1,\r\n      \"length\": 12,\r\n      \"width\": 18,\r\n      \"height\": 24,\r\n      \"classification\": \"50\",\r\n      \"package_type\": \"std_pallets\",\r\n      \"hazmat\": false,\r\n      \"hazmat_class\": \"\",\r\n      \"stackable\": false,\r\n      \"description\": \"hhhh\",\r\n      \"weight\": 2000\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/create-quote-loadSmart","description":"<h2 id=\"create-quote-loadsmart\">Create Quote LoadSmart</h2>\n<p>Endpoint for create quote loadSmart</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/rates/create-quote-loadSmart</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"tenantId\": \"rokk3r\",\n  \"shipment_mode\": [\n    \"LTL\"\n  ],\n  \"equipments\": [\n    {\n      \"type\": \"DRV\"\n    }\n  ],\n  \"customer_reference\": \"testing\",\n  \"stops\": [\n    {\n      \"type\": \"PU\",\n      \"address\": \"12345 E 16th avenue\",\n      \"city\": \"Miami Beach\",\n      \"state\": \"FL\",\n      \"drop_trailer\": true,\n      \"country\": \"USA\",\n      \"window\": {\n        \"start\": \"2023-03-02T09:00:00\",\n        \"end\": \"2023-03-11T11:00:00\"\n      }\n    },\n    {\n      \"type\": \"DEL\",\n      \"address\": \"54321 E 16th avenue\",\n      \"city\": \"New York\",\n      \"state\": \"NY\",\n      \"drop_trailer\": false,\n      \"country\": \"USA\"\n    }\n  ],\n  \"items\": [\n    {\n      \"items_count\": 1,\n      \"length\": 12,\n      \"width\": 18,\n      \"height\": 24,\n      \"classification\": \"50\",\n      \"package_type\": \"std_pallets\",\n      \"hazmat\": false,\n      \"hazmat_class\": \"\",\n      \"stackable\": false,\n      \"description\": \"hhhh\",\n      \"weight\": 2000\n    }\n  ]\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","rates","create-quote-loadSmart"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"29a8e6db-4f4c-4347-8d4b-61fdfa66f829"},{"name":"List Quotes Loadsmart","id":"516a041d-b86a-4f63-bf23-6bf43fd29e9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"44d87175-baae-4619-900e-481e80f72e1a\",\r\n    \"tenantId\": \"rokk3r\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/list-quotes-loadSmart","description":"<h2 id=\"list-quotes-loadsmart\">List Quotes Loadsmart</h2>\n<p>Endpoint for list Quotes of loadsmart</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/rates/list-quotes-loadSmart</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"44d87175-baae-4619-900e-481e80f72e1a\",\n    \"tenantId\": \"rokk3r\"\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","rates","list-quotes-loadSmart"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"516a041d-b86a-4f63-bf23-6bf43fd29e9b"},{"name":"Get Currencies","id":"5a353eab-db06-4e1b-bfee-fc1b2ced8d65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/v2/rates/currencies","urlObject":{"path":["api","v2","rates","currencies"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a353eab-db06-4e1b-bfee-fc1b2ced8d65"},{"name":"List all rates (quote)","id":"0d75823a-d16b-4ae1-86eb-637c776f2f4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"company\": \"6496187f0b7497f3261b4260\",\n\t\"shipper\": \"64961c56a1727236e1959277\",\n\t\"filter\": {\n\t\t\"shipmentType\": \"FCL\", \n\t\t\"equipment\": \"steel\",\n\t\t\"origin\": \"Oslo\",\n\t\t\"destination\": \"Dubai\",\n\t\t\"carrier\": \"6019c700e3e6248a7fd73caf\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/rates/listAllRates","urlObject":{"protocol":"http","port":"3000","path":["api","v2","rates","listAllRates"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d75823a-d16b-4ae1-86eb-637c776f2f4e"},{"name":"List standard rates","id":"e592fa18-2d18-4cb3-b4d2-5a3653fc1cbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"company\": \"66a1289d3be3d663176484d5\",\n\t\"filter\": {\n\t\t\"shipmentType\": \"FCL\", \n\t\t\"origin\": \"Canada\",\n\t\t\"destination\": \"Costa Rica\",\n\t\t\"carrier\": \"6019c700e3e6248a7fd73cb5\",\n\t\t\"currency\": \"USD\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/rates/listStandardRates","urlObject":{"protocol":"http","port":"3000","path":["api","v2","rates","listStandardRates"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e592fa18-2d18-4cb3-b4d2-5a3653fc1cbf"},{"name":"List customer rates","id":"1ca994cb-1f54-4719-baba-ab45f36c24bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"company\": \"6496187f0b7497f3261b4260\",\n\t\"shipper\": \"64961c56a1727236e1959277\",\n\t\"filter\": {\n\t\t\"shipmentType\": \"FCL\", \n\t\t\"origin\": \"Oslo\",\n\t\t\"destination\": \"Dubai\",\n\t\t\"carrier\": \"6019c700e3e6248a7fd73caf\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/rates/listCustomerRates","urlObject":{"protocol":"http","port":"3000","path":["api","v2","rates","listCustomerRates"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ca994cb-1f54-4719-baba-ab45f36c24bd"},{"name":"List partner rates","id":"d69e7355-1faa-4161-8fb2-3ecaf2633913","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"company\": \"6496187f0b7497f3261b4260\",\n\t\"shipper\": \"64cc1c0b47ff6bd110db95b9\",\n\t\"filter\": {\n\t\t\"shipmentType\": \"FCL\", \n\t\t\"origin\": \"Canada\",\n\t\t\"destination\": \"Colombia\",\n\t\t\"carrier\": \"6109d18a57f4854bc809b715\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/rates/listPartnerRates","urlObject":{"protocol":"http","port":"3000","path":["api","v2","rates","listPartnerRates"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d69e7355-1faa-4161-8fb2-3ecaf2633913"},{"name":"List spot rates","id":"c3a036d3-0771-4d28-a749-6e9e27f8b4bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"mode\": \"fcl\",\n    \"origin\": \"ODES'KA OBLAST, UKRAINE\",\n    \"destination\": \"SHANG HAI SHI, CHINA\",\n    \"currency\": \"USD\",\n    \"ST20\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/rates/listSpotRates","urlObject":{"protocol":"http","port":"3000","path":["api","v2","rates","listSpotRates"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3a036d3-0771-4d28-a749-6e9e27f8b4bd"},{"name":"Get Rate Schedules","id":"e7e0ec16-7b81-48ee-af26-114079ff2e30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"carriers\": \"MAEU,MSCU,COSU\",\n\t\"cargo_type\": \"GC\",\n    \"origin\": \"ITGOA\",\n    \"destination\": \"EGALY\",\n    \"from_date\": \"2024-05-02\",\n    \"sort\": \"DEP\",\n    \"weeks\": 6,\n    \"direct_only\": false,\n    \"multimodal\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/rates/getRatesSchedules","urlObject":{"path":["api","v2","rates","getRatesSchedules"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7e0ec16-7b81-48ee-af26-114079ff2e30"}],"id":"58193f26-6e28-4ef2-823e-68d0694e9e8f","description":"<h1 id=\"definition\">Definition</h1>\n<p>The Rates module provides several endpoints. Here is a list of possible endpoints and their descriptions.</p>\n","_postman_id":"58193f26-6e28-4ef2-823e-68d0694e9e8f"},{"name":"Disclaimers","item":[{"name":"Create new Disclaimer","id":"ea6d5653-7d2e-4e85-9b76-f98508e2bfde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"example disclaimer\",\r\n    \"description\": \"disclaimer hhh\",\r\n    \"shipmentType\": [\r\n        \"LCL\"\r\n    ],\r\n    \"incoterms\": [\r\n        \"EXW\",\r\n        \"FAS\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/disclaimer/createDisclaimer","description":"<h2 id=\"create-a-new-shipping-rate\">Create a New Shipping Rate</h2>\n<p>This endpoint allows you to create a new shipping rate based on the provided parameters.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/rates/createRate</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>carrier</code></td>\n<td>Object with carrier information (e.g., <code>_id</code> and <code>name</code>).</td>\n</tr>\n<tr>\n<td><code>oneTimeRate</code></td>\n<td>Indicates whether the rate is a one-time rate (true or false).</td>\n</tr>\n<tr>\n<td><code>freight</code></td>\n<td>An array of freight details, including charges, buy rates, and sell rates.</td>\n</tr>\n<tr>\n<td><code>freightSurcharge</code></td>\n<td>An array of freight surcharge details.</td>\n</tr>\n<tr>\n<td><code>origin</code></td>\n<td>An array of origin details.</td>\n</tr>\n<tr>\n<td><code>destination</code></td>\n<td>An array of destination details.</td>\n</tr>\n<tr>\n<td><code>commodity</code></td>\n<td>The type of commodity being shipped.</td>\n</tr>\n<tr>\n<td><code>shipmentType</code></td>\n<td>The type of shipment (e.g., <code>['LCL', 'FCL', 'FTL', 'LTL']</code>).</td>\n</tr>\n<tr>\n<td><code>cityOrigin</code></td>\n<td>Information about the origin city. (e.g., <code>address</code> and <code>countryCode</code>)</td>\n</tr>\n<tr>\n<td><code>cityDestination</code></td>\n<td>Information about the destination city. (e.g., <code>address</code> and <code>countryCode</code>)</td>\n</tr>\n<tr>\n<td><code>portOrigin</code></td>\n<td>Information about the origin port. (e.g., <code>address</code> and <code>countryCode</code>)</td>\n</tr>\n<tr>\n<td><code>portDestination</code></td>\n<td>Information about the destination port. (e.g., <code>address</code> and <code>countryCode</code>)</td>\n</tr>\n<tr>\n<td><code>transitTime</code></td>\n<td>The estimated transit time for the shipment.</td>\n</tr>\n<tr>\n<td><code>tranShipment</code></td>\n<td>The transshipment location, if applicable.</td>\n</tr>\n<tr>\n<td><code>frequency</code></td>\n<td>The frequency of the shipment (e.g., \"weekly\").</td>\n</tr>\n<tr>\n<td><code>freeDays</code></td>\n<td>The number of free days for the shipment.</td>\n</tr>\n<tr>\n<td><code>subTotalFreight</code></td>\n<td>Subtotal freight details.</td>\n</tr>\n<tr>\n<td><code>subTotalFreightSurcharges</code></td>\n<td>Subtotal freight surcharge details.</td>\n</tr>\n<tr>\n<td><code>subTotalOrigin</code></td>\n<td>Subtotal origin details.</td>\n</tr>\n<tr>\n<td><code>subTotalDestination</code></td>\n<td>Subtotal destination details.</td>\n</tr>\n<tr>\n<td><code>validityFrom</code></td>\n<td>The validity start date (e.g., \"2023-05-01\").</td>\n</tr>\n<tr>\n<td><code>validityTo</code></td>\n<td>The validity end date (e.g., \"2023-05-31\").</td>\n</tr>\n<tr>\n<td><code>total</code></td>\n<td>The total cost of the rate.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"carrier\": {\n    \"_id\": \"6019c700e3e6248a7fd73cb5\",\n    \"name\": \"CMA CGM\"\n  },\n  \"oneTimeRate\": false,\n  \"freight\": [\n    {\n      \"charge\": \"FOB\",\n      \"buyRate\": 20,\n      \"sellRate\": 30,\n      \"chargeBasis\": \"amount\",\n      \"minBuyRate\": 0,\n      \"minSellRate\": 0\n    }\n  ],\n  \"freightSurcharge\": [],\n  \"origin\": [],\n  \"destination\": [],\n  \"commodity\": \"Botellas\",\n  \"shipmentType\": \"FCL\",\n  \"cityOrigin\": {\n    \"address\": \"Miami\",\n    \"countryCode\": \"US\"\n  },\n  \"cityDestination\": {\n    \"address\": \"Barcelona\",\n    \"countryCode\": \"ES\"\n  },\n  \"portOrigin\": {\n    \"address\": \"GB ARC Abercastle\",\n    \"countryCode\": \"GB ARC\"\n  },\n  \"portDestination\": {\n    \"address\": \"MX ANH Acanceh\",\n    \"countryCode\": \"MX ANH\"\n  },\n  \"transitTime\": \"21 days\",\n  \"tranShipment\": \"panama\",\n  \"frequency\": \"weekly\",\n  \"freeDays\": 7,\n  \"subTotalFreight\": {\n    \"buyRate\": 0,\n    \"sellRate\": 0\n  },\n  \"subTotalFreightSurcharges\": {\n    \"buyRate\": 0,\n    \"sellRate\": 0\n  },\n  \"subTotalOrigin\": {\n    \"buyRate\": 0,\n    \"sellRate\": 0\n  },\n  \"subTotalDestination\": {\n    \"buyRate\": 0,\n    \"sellRate\": 0\n  },\n  \"validityFrom\": \"2023-05-01\",\n  \"validityTo\": \"2023-05-31\",\n  \"total\": 40\n}\n\n</code></pre>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request POST 'https://api.yourcompany.com/api/v2/rates/createRate' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n    \"carrier\": {\n        \"_id\": \"6019c700e3e6248a7fd73cb5\",\n        \"name\": \"CMA CGM\"\n    },\n    \"oneTimeRate\": false,\n    \"freight\": [\n        {\n            \"charge\": \"FOB\",\n            \"buyRate\": 20,\n            \"sellRate\": 30,\n            \"chargeBasis\": \"amount\",\n            \"minBuyRate\": 0,\n            \"minSellRate\": 0\n        }\n    ],\n    \"freightSurcharge\": [],\n    \"origin\": [],\n    \"destination\": [],\n    \"commodity\": \"Botellas\",\n    \"shipmentType\": \"FCL\",\n    \"cityOrigin\": {\n        \"address\": \"Miami\",\n        \"countryCode\": \"US\"\n    },\n    \"cityDestination\": {\n        \"address\": \"Barcelona\",\n        \"countryCode\": \"ES\"\n    },\n    \"portOrigin\": {\n        \"address\": \"GB ARC Abercastle\",\n        \"countryCode\": \"GB ARC\"\n    },\n    \"portDestination\": {\n        \"address\": \"MX ANH Acanceh\",\n        \"countryCode\": \"MX ANH\"\n    },\n    \"transitTime\": \"21 days\",\n    \"tranShipment\": \"panama\",\n    \"frequency\": \"weekly\",\n    \"freeDays\": 7,\n    \"subTotalFreight\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"subTotalFreightSurcharges\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"subTotalOrigin\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"subTotalDestination\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"validityFrom\": \"2023-05-01\",\n    \"validityTo\": \"2023-05-31\",\n    \"total\": 40\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","disclaimer","createDisclaimer"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"270616a6-876c-41ca-9a42-0abec0e86f0a","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"example disclaimer\",\r\n    \"description\": \"disclaimer hhh\",\r\n    \"shipmentType\": [\r\n        \"LCL\"\r\n    ],\r\n    \"incoterms\": [\r\n        \"EXW\",\r\n        \"FAS\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/disclaimer/createDisclaimer"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"tenant\": \"649618800b7497f3261b426d\",\n    \"title\": \"example disclaimer\",\n    \"description\": \"disclaimer hhh\",\n    \"shipmentType\": [\n        \"LCL\"\n    ],\n    \"incoterms\": [\n        \"EXW\",\n        \"FAS\"\n    ],\n    \"_id\": \"652703dce2582bb8fbe84bea\",\n    \"createdAt\": \"2023-10-11T20:21:48.664Z\"\n}"}],"_postman_id":"ea6d5653-7d2e-4e85-9b76-f98508e2bfde"},{"name":"Update disclaimer","id":"2da71734-0606-440a-9cfe-6da4ddfb22ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"example disclaimer\",\r\n    \"description\" : \"disclaimer hhh\",\r\n    \"shipmentType\" : [ \r\n        \"LCL\"\r\n    ],\r\n    \"incoterms\" : [ \r\n        \"EXW\", \r\n        \"FAS\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/disclaimer/updateDisclaimer/652703dce2582bb8fbe84bea","description":"<h2 id=\"update-a-disclaimer\">Update a Disclaimer</h2>\n<p>This endpoint allows you to update an existing disclaimer.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/disclaimer/updateDisclaimer/{disclaimerId}</code></li>\n<li><strong>Method HTTP</strong>: PUT</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<ul>\n<li><code>disclaimerId</code> (Required): The unique identifier of the disclaimer you wish to update.</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>title</code></td>\n<td>The title of the disclaimer.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>The description of the disclaimer.</td>\n</tr>\n<tr>\n<td><code>shipmentType</code></td>\n<td>An array of shipment types for which the disclaimer applies. Example: <code>['LCL', 'FCL', 'FTL', 'LTL']</code></td>\n</tr>\n<tr>\n<td><code>incoterms</code></td>\n<td>An array of incoterms for which the disclaimer applies. Example: <code>['EXW', 'FCA', 'CPT', 'DPU', 'DAP', 'DDP', 'FAS', 'FOB', 'CFR', 'CIF', 'CIP', 'DDU']</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request PUT 'https://api.yourcompany.com/api/v2/disclaimer/updateDisclaimer/63cefaef61f1ab4cb30a6fc1' \\\n--data-raw '{\n  \"title\": \"updated disclaimer\",\n  \"description\": \"updated disclaimer description\",\n  \"shipmentType\": [\"LCL\"],\n  \"incoterms\": [\"EXW\", \"FAS\"]\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","disclaimer","updateDisclaimer","652703dce2582bb8fbe84bea"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"2fd3dec0-6c32-4412-9244-c3cee289228d","name":"Example","originalRequest":{"method":"PUT","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"example disclaimer\",\r\n    \"description\" : \"disclaimer hhh\",\r\n    \"shipmentType\" : [ \r\n        \"LCL\"\r\n    ],\r\n    \"incoterms\" : [ \r\n        \"EXW\", \r\n        \"FAS\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/disclaimer/updateDisclaimer/63cefaef61f1ab4cb30a6fc1"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"652703dce2582bb8fbe84bea\",\n    \"tenant\": \"649618800b7497f3261b426d\",\n    \"title\": \"example disclaimer\",\n    \"description\": \"disclaimer hhh\",\n    \"shipmentType\": [\n        \"LCL\"\n    ],\n    \"incoterms\": [\n        \"EXW\",\n        \"FAS\"\n    ],\n    \"createdAt\": \"2023-10-11T20:21:48.664Z\"\n}"}],"_postman_id":"2da71734-0606-440a-9cfe-6da4ddfb22ee"},{"name":"List disclaimers","id":"e82e4f25-501d-4916-8ad0-a1fd53bdc8b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"limit\": 20,\r\n    \"page\": 1,\r\n    \"sort\": \"createdAt:desc\",\r\n    \"filter\": {\r\n        \"shipmentType\": \"FCL\",\r\n        \"incoterms\": \"CIF\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/disclaimer/listDisclaimers","description":"<h2 id=\"list-disclaimers\">List Disclaimers</h2>\n<p>This endpoint allows you to list disclaimers based on specified filters.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/disclaimer/listDisclaimers</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>limit</code></td>\n<td>The maximum number of disclaimers to return.</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>The page number for pagination.</td>\n</tr>\n<tr>\n<td><code>sort</code></td>\n<td>Sorting order for disclaimers.</td>\n</tr>\n<tr>\n<td><code>filter</code></td>\n<td>Object for specifying filter criteria.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"limit\": 20,\n    \"page\": 1,\n    \"sort\": \"createdAt:desc\",\n    \"filter\": {\n        \"shipmentType\": \"FCL\",\n        \"incoterms\": \"CIF\"\n    }\n}\n\n</code></pre>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request POST 'https://api.yourcompany.com/api/v2/disclaimer/listDisclaimers' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n  \"limit\": 20,\n  \"page\": 1,\n  \"sort\": \"createdAt:desc\",\n  \"filter\": {\n    \"shipmentType\": \"FCL\",\n    \"interms\": \"CIF\"\n  }\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","disclaimer","listDisclaimers"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"a8c4825c-1911-4b54-9a08-075fde1fd71d","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"limit\": 20,\r\n    \"page\": 1,\r\n    \"sort\": \"createdAt:desc\",\r\n    \"filter\": {\r\n        \"shipmentType\": \"FCL\",\r\n        \"incoterms\": \"CIF\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/disclaimer/listDisclaimers"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"64deaf030e307790bfd07ac2\",\n            \"title\": \"KLO\",\n            \"description\": \"EXAMPLE DISCLAIMER\",\n            \"shipmentType\": [\n                \"FCL\"\n            ],\n            \"incoterms\": [\n                \"CIF\"\n            ],\n            \"createdAt\": \"2023-08-17T23:36:35.181Z\"\n        },\n        {\n            \"_id\": \"64deaedb0e307790bfd079f5\",\n            \"title\": \"UUII\",\n            \"description\": \"EXAMPLE DISCLAIMER\",\n            \"shipmentType\": [\n                \"FCL\"\n            ],\n            \"incoterms\": [\n                \"CIF\"\n            ],\n            \"createdAt\": \"2023-08-17T23:35:55.246Z\"\n        }\n    ],\n    \"totalItems\": 2,\n    \"limit\": 20,\n    \"totalPages\": 1,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"e82e4f25-501d-4916-8ad0-a1fd53bdc8b5"},{"name":"Delete disclaimer","id":"a1fec24a-21ad-4bde-8578-3e3f72ea9c44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}/api/v2/disclaimer/deleteDisclaimer/64deaf030e307790bfd07ac2","description":"<h2 id=\"delete-a-disclaimer\">Delete a Disclaimer</h2>\n<p>This endpoint allows you to delete a specific disclaimer.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/disclaimer/deleteDisclaimer/{disclaimerId}</code></li>\n<li><strong>Method HTTP</strong>: DELETE</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<ul>\n<li><code>disclaimerId</code> (Required): The unique identifier of the disclaimer you wish to delete.</li>\n</ul>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request DELETE 'https://api.yourcompany.com/api/v2/disclaimer/deleteDisclaimer/63cefaef61f1ab4cb30a6fc1'\n\n</code></pre>\n","urlObject":{"path":["api","v2","disclaimer","deleteDisclaimer","64deaf030e307790bfd07ac2"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"2ecd66e6-cef7-4289-bd39-27506ae9a4d4","name":"Example","originalRequest":{"method":"DELETE","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"{{URL}}/api/v2/disclaimer/deleteDisclaimer/63cefaef61f1ab4cb30a6fc1"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"_id\": \"64deaf030e307790bfd07ac2\",\r\n    \"tenant\": \"649618800b7497f3261b426d\",\r\n    \"title\": \"KLO\",\r\n    \"description\": \"DSFG SGS DFGSDFG SDFGSDFGS DFGSDGSDFG\",\r\n    \"shipmentType\": [\r\n        \"FCL\"\r\n    ],\r\n    \"incoterms\": [\r\n        \"CIF\"\r\n    ],\r\n    \"createdAt\": \"2023-08-17T23:36:35.181Z\"\r\n}"}],"_postman_id":"a1fec24a-21ad-4bde-8578-3e3f72ea9c44"}],"id":"473d0af1-1740-463f-84b0-404fb56b3184","_postman_id":"473d0af1-1740-463f-84b0-404fb56b3184","description":""},{"name":"Quotes","item":[{"name":"Create new quote","id":"82d27a21-4140-42fb-a2e8-2802a496039d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"quote\": {\r\n\t\t\"single\": \"single\",\r\n\t\t\"company\": {\r\n\t\t\t\"_id\": \"64961c56a1727236e1959277\",\r\n\t\t\t\"name\": \"Shipper Pedro\"\r\n\t\t},\r\n\t\t\"transportationMode\": \"ship\",\r\n\t\t\"shipmentType\": \"FCL\",\r\n\t\t\"referenceName\": \"TEST \",\r\n\t\t\"incoterm\": \"CIP\",\r\n\t\t\"cityOrigin\": {\r\n\t\t\t\"address\": \"Canada\",\r\n\t\t\t\"countryCode\": \"CA\",\r\n\t\t\t\"route\": \"\",\r\n\t\t\t\"city\": \"\",\r\n\t\t\t\"state\": \"\",\r\n\t\t\t\"lat\": 56.130366,\r\n\t\t\t\"lng\": -106.346771\r\n\t\t},\r\n\t\t\"cityDestination\": {\r\n\t\t\t\"address\": \"Costa Rica\",\r\n\t\t\t\"countryCode\": \"CR\",\r\n\t\t\t\"route\": \"\",\r\n\t\t\t\"city\": \"\",\r\n\t\t\t\"state\": \"\",\r\n\t\t\t\"lat\": 9.748916999999999,\r\n\t\t\t\"lng\": -83.753428\r\n\t\t},\r\n\t\t\"portOrigin\": null,\r\n\t\t\"portDestination\": null,\r\n\t\t\"commodity\": \"FAK\",\r\n\t\t\"descriptionCommodity\": \"Example description\",\r\n\t\t\"paymentTerm\": \"collect\",\r\n\t\t\"isPaymentTerm\": true,\r\n\t\t\"truckingService\": false,\r\n\t\t\"customBrokerage\": false,\r\n\t\t\"truckingOrigin\": false,\r\n\t\t\"truckingDestination\": false,\r\n\t\t\"truckingOriginMode\": \"\",\r\n\t\t\"truckingOriginEquipment\": \"\",\r\n\t\t\"truckingOriginPickupDate\": \"\",\r\n\t\t\"truckingOriginPickupAddress\": null,\r\n\t\t\"truckingOriginDeliveryAddress\": null,\r\n\t\t\"truckingDestinationMode\": \"\",\r\n\t\t\"truckingDestinationEquipment\": \"\",\r\n\t\t\"truckingDestinationPickupDate\": \"\",\r\n\t\t\"truckingDestinationPickupAddress\": null,\r\n\t\t\"truckingDestinationDeliveryAddress\": null,\r\n\t\t\"quoteOriginLoadSmart\": \"\",\r\n\t\t\"quoteDestinationLoadSmart\": \"\",\r\n\t\t\"specialInstructions\": \"\",\r\n\t\t\"packagesInfo\": [\r\n\t\t\t{\r\n\t\t\t\t\"packageType\": \"Dry 20'\",\r\n\t\t\t\t\"amount\": 2,\r\n\t\t\t\t\"weight\": \"2\",\r\n\t\t\t\t\"weightMetric\": \"kg\",\r\n\t\t\t\t\"hazardousMaterials\": \"0\",\r\n\t\t\t\t\"volume\": \"2\",\r\n\t\t\t\t\"volumeMetric\": \"m³\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"totalVolume\": \"2.00\",\r\n\t\t\"totalWeight\": \"2.00\",\r\n\t\t\"totalVolumetricWeight\": \"0\",\r\n\t\t\"totalChargeableWeight\": \"2.00\",\r\n\t\t\"notes\": [],\r\n\t\t\"rates\": [\r\n\t\t\t{\r\n\t\t\t\t\"_id\": \"65fdf64e91208779d3b19409\",\r\n\t\t\t\t\"__v\": 0,\r\n\t\t\t\t\"accepted\": false,\r\n\t\t\t\t\"carrier\": {\r\n\t\t\t\t\t\"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n\t\t\t\t\t\"name\": \"CMA CGM\",\r\n\t\t\t\t\t\"type\": \"carrier\",\r\n\t\t\t\t\t\"group\": \"sea\",\r\n\t\t\t\t\t\"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\",\r\n\t\t\t\t\t\"logo2x\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM%402x.png\",\r\n\t\t\t\t\t\"cursor\": 362,\r\n\t\t\t\t\t\"__v\": 0,\r\n\t\t\t\t\t\"createdAt\": \"2021-01-29 21:58:41.246Z\",\r\n\t\t\t\t\t\"updatedAt\": \"2021-01-29 21:58:41.246Z\",\r\n\t\t\t\t\t\"scac\": [\r\n\t\t\t\t\t\t\"CMDU\",\r\n\t\t\t\t\t\t\"CMAU\",\r\n\t\t\t\t\t\t\"CMDUAAA\",\r\n\t\t\t\t\t\t\"CMAUAAA\"\r\n\t\t\t\t\t]\r\n\t\t\t\t},\r\n\t\t\t\t\"cityDestination\": {\r\n\t\t\t\t\t\"address\": \"Costa Rica\",\r\n\t\t\t\t\t\"countryCode\": \"CR\",\r\n\t\t\t\t\t\"lat\": 9.748916999999999,\r\n\t\t\t\t\t\"lng\": -83.753428\r\n\t\t\t\t},\r\n\t\t\t\t\"cityOrigin\": {\r\n\t\t\t\t\t\"address\": \"Canada\",\r\n\t\t\t\t\t\"countryCode\": \"CA\",\r\n\t\t\t\t\t\"lat\": 56.130366,\r\n\t\t\t\t\t\"lng\": -106.346771\r\n\t\t\t\t},\r\n\t\t\t\t\"commodity\": \"FAK\",\r\n\t\t\t\t\"createdAt\": \"2024-03-22T21:21:18.518Z\",\r\n\t\t\t\t\"destination\": [],\r\n\t\t\t\t\"freeDays\": null,\r\n\t\t\t\t\"freight\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"charge\": \"20'\",\r\n\t\t\t\t\t\t\"buyRate\": 100,\r\n\t\t\t\t\t\t\"minBuyRate\": null,\r\n\t\t\t\t\t\t\"sellRate\": 200,\r\n\t\t\t\t\t\t\"minSellRate\": null,\r\n\t\t\t\t\t\t\"chargeBasis\": \"container\",\r\n\t\t\t\t\t\t\"key\": \"twenty\",\r\n\t\t\t\t\t\t\"_id\": \"65fdf64e91208779d3b1940a\",\r\n\t\t\t\t\t\t\"amount\": 2\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"freightSurcharge\": [],\r\n\t\t\t\t\"frequency\": \"\",\r\n\t\t\t\t\"oneTimeRate\": false,\r\n\t\t\t\t\"origin\": [],\r\n\t\t\t\t\"portDestination\": null,\r\n\t\t\t\t\"portOrigin\": null,\r\n\t\t\t\t\"selected\": true,\r\n\t\t\t\t\"shipmentType\": \"FCL\",\r\n\t\t\t\t\"subTotalDestination\": {\r\n\t\t\t\t\t\"buyRate\": 0,\r\n\t\t\t\t\t\"sellRate\": 0\r\n\t\t\t\t},\r\n\t\t\t\t\"subTotalFreight\": {\r\n\t\t\t\t\t\"buyRate\": 200,\r\n\t\t\t\t\t\"sellRate\": 400\r\n\t\t\t\t},\r\n\t\t\t\t\"subTotalFreightSurcharges\": {\r\n\t\t\t\t\t\"buyRate\": 0,\r\n\t\t\t\t\t\"sellRate\": 0\r\n\t\t\t\t},\r\n\t\t\t\t\"subTotalOrigin\": {\r\n\t\t\t\t\t\"buyRate\": 0,\r\n\t\t\t\t\t\"sellRate\": 0\r\n\t\t\t\t},\r\n\t\t\t\t\"tenant\": \"649618800b7497f3261b426d\",\r\n\t\t\t\t\"total\": 400,\r\n\t\t\t\t\"totalBuy\": 200,\r\n\t\t\t\t\"tranShipment\": \"\",\r\n\t\t\t\t\"transitTime\": \"\",\r\n\t\t\t\t\"validityFrom\": \"2024-03-14T21:21:18.000Z\",\r\n\t\t\t\t\"validityTo\": \"2024-04-04T21:21:18.000Z\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"_id\": \"65fdf64e91208779d3b19403\",\r\n\t\t\t\t\"__v\": 0,\r\n\t\t\t\t\"accepted\": false,\r\n\t\t\t\t\"carrier\": {\r\n\t\t\t\t\t\"_id\": \"6109d18d57f4854bc809b722\",\r\n\t\t\t\t\t\"name\": \"BMC Line Shipping\",\r\n\t\t\t\t\t\"scac\": [\r\n\t\t\t\t\t\t\"BMSU\"\r\n\t\t\t\t\t],\r\n\t\t\t\t\t\"type\": \"carrier\",\r\n\t\t\t\t\t\"group\": \"sea\",\r\n\t\t\t\t\t\"logo\": \"https://storage.googleapis.com/carriers_logos/BMC%20Line Shipping.jpg\",\r\n\t\t\t\t\t\"logo2x\": \"https://storage.googleapis.com/carriers_logos/BMC%20Line Shipping@2x.jpg\"\r\n\t\t\t\t},\r\n\t\t\t\t\"cityDestination\": {\r\n\t\t\t\t\t\"address\": \"Costa Rica\",\r\n\t\t\t\t\t\"countryCode\": \"CR\",\r\n\t\t\t\t\t\"lat\": 9.748916999999999,\r\n\t\t\t\t\t\"lng\": -83.753428\r\n\t\t\t\t},\r\n\t\t\t\t\"cityOrigin\": {\r\n\t\t\t\t\t\"address\": \"Canada\",\r\n\t\t\t\t\t\"countryCode\": \"CA\",\r\n\t\t\t\t\t\"lat\": 56.130366,\r\n\t\t\t\t\t\"lng\": -106.346771\r\n\t\t\t\t},\r\n\t\t\t\t\"commodity\": \"FAK\",\r\n\t\t\t\t\"createdAt\": \"2024-03-22T21:21:18.299Z\",\r\n\t\t\t\t\"destination\": [],\r\n\t\t\t\t\"freeDays\": null,\r\n\t\t\t\t\"freight\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"charge\": \"20'\",\r\n\t\t\t\t\t\t\"buyRate\": 100,\r\n\t\t\t\t\t\t\"minBuyRate\": null,\r\n\t\t\t\t\t\t\"sellRate\": 200,\r\n\t\t\t\t\t\t\"minSellRate\": null,\r\n\t\t\t\t\t\t\"chargeBasis\": \"container\",\r\n\t\t\t\t\t\t\"key\": \"twenty\",\r\n\t\t\t\t\t\t\"_id\": \"65fdf64e91208779d3b19404\",\r\n\t\t\t\t\t\t\"amount\": 2\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"freightSurcharge\": [],\r\n\t\t\t\t\"frequency\": \"\",\r\n\t\t\t\t\"oneTimeRate\": false,\r\n\t\t\t\t\"origin\": [],\r\n\t\t\t\t\"portDestination\": null,\r\n\t\t\t\t\"portOrigin\": null,\r\n\t\t\t\t\"selected\": false,\r\n\t\t\t\t\"shipmentType\": \"FCL\",\r\n\t\t\t\t\"subTotalDestination\": {\r\n\t\t\t\t\t\"buyRate\": 0,\r\n\t\t\t\t\t\"sellRate\": 0\r\n\t\t\t\t},\r\n\t\t\t\t\"subTotalFreight\": {\r\n\t\t\t\t\t\"buyRate\": 200,\r\n\t\t\t\t\t\"sellRate\": 400\r\n\t\t\t\t},\r\n\t\t\t\t\"subTotalFreightSurcharges\": {\r\n\t\t\t\t\t\"buyRate\": 0,\r\n\t\t\t\t\t\"sellRate\": 0\r\n\t\t\t\t},\r\n\t\t\t\t\"subTotalOrigin\": {\r\n\t\t\t\t\t\"buyRate\": 0,\r\n\t\t\t\t\t\"sellRate\": 0\r\n\t\t\t\t},\r\n\t\t\t\t\"tenant\": \"649618800b7497f3261b426d\",\r\n\t\t\t\t\"total\": 400,\r\n\t\t\t\t\"totalBuy\": 200,\r\n\t\t\t\t\"tranShipment\": \"\",\r\n\t\t\t\t\"transitTime\": \"\",\r\n\t\t\t\t\"validityFrom\": \"2024-03-12T21:21:18.000Z\",\r\n\t\t\t\t\"validityTo\": \"2024-04-05T21:21:18.000Z\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"disclaimers\": [\r\n\t\t\t{\r\n\t\t\t\t\"_id\": \"6529a61f7b91743a22ebd74e\",\r\n\t\t\t\t\"title\": \"New\",\r\n\t\t\t\t\"description\": \"asdfsa\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"participants\": [],\r\n\t\t\"assignMember\": null,\r\n\t\t\"shipper\": {\r\n\t\t\t\"_id\": \"6499c290294fe24f0f182d73\",\r\n\t\t\t\"address\": \"Colombia\",\r\n\t\t\t\"email\": \"maria@gmail.com\",\r\n\t\t\t\"name\": \"Maria Palacio\"\r\n\t\t},\r\n\t\t\"consignee\": null,\r\n\t\t\"notify\": null,\r\n\t\t\"agent\": null,\r\n\t\t\"manualInput\": \"M\",\r\n\t\t\"ratesInlandTransportationOrigin\": [],\r\n\t\t\"ratesInlandTransportationDestination\": [],\r\n\t\t\"customTags\": [],\r\n\t\t\"companyType\": \"shipper\",\r\n\t\t\"status\": \"\"\r\n\t},\r\n\t\"infoCompany\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/quotes/create","description":"<h2 id=\"create-a-shipping-quote\">Create a Shipping Quote</h2>\n<p>This endpoint allows you to create a new shipping quote.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/quotes/create</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should be in JSON format and include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>quote.single</code></td>\n<td>Indicates if it's a single quote.</td>\n</tr>\n<tr>\n<td><code>quote.company</code></td>\n<td>Information about the company requesting the quote.</td>\n</tr>\n<tr>\n<td><code>quote.transportationMode</code></td>\n<td>Mode of transportation for the shipment (e.g., \"ship\", \"plane\", \"truck\").</td>\n</tr>\n<tr>\n<td><code>quote.shipmentType</code></td>\n<td>Type of shipment (e.g., \"FCL\", \"LCL\", \"FTL\", \"LTL\" \"plane\").</td>\n</tr>\n<tr>\n<td><code>quote.referenceName</code></td>\n<td>Reference name for the shipment.</td>\n</tr>\n<tr>\n<td><code>quote.incoterm</code></td>\n<td>Incoterm for the shipment.</td>\n</tr>\n<tr>\n<td><code>quote.cityOrigin</code></td>\n<td>Origin city for the shipment.</td>\n</tr>\n<tr>\n<td><code>quote.cityDestination</code></td>\n<td>Destination city for the shipment.</td>\n</tr>\n<tr>\n<td><code>quote.portOrigin</code></td>\n<td>Origin port for the shipment.</td>\n</tr>\n<tr>\n<td><code>quote.portDestination</code></td>\n<td>Destination port for the shipment.</td>\n</tr>\n<tr>\n<td><code>quote.commodity</code></td>\n<td>Type of commodity being shipped.</td>\n</tr>\n<tr>\n<td><code>quote.descriptionCommodity</code></td>\n<td>Description of the commodity.</td>\n</tr>\n<tr>\n<td><code>quote.paymentTerm</code></td>\n<td>Payment term for the shipment.</td>\n</tr>\n<tr>\n<td><code>quote.isPaymentTerm</code></td>\n<td>Indicates if payment term is included.</td>\n</tr>\n<tr>\n<td><code>quote.truckingService</code></td>\n<td>Indicates if trucking service is needed.</td>\n</tr>\n<tr>\n<td><code>quote.customBrokerage</code></td>\n<td>Indicates if custom brokerage is needed.</td>\n</tr>\n<tr>\n<td><code>quote.truckingOrigin</code></td>\n<td>Indicates if trucking service is needed at origin.</td>\n</tr>\n<tr>\n<td><code>quote.truckingDestination</code></td>\n<td>Indicates if trucking service is needed at destination.</td>\n</tr>\n<tr>\n<td><code>quote.truckingOriginMode</code></td>\n<td>Mode of transportation for origin trucking service.</td>\n</tr>\n<tr>\n<td><code>quote.truckingOriginEquipment</code></td>\n<td>Equipment needed for origin trucking service.</td>\n</tr>\n<tr>\n<td><code>quote.truckingOriginPickupDate</code></td>\n<td>Pickup date for origin trucking service.</td>\n</tr>\n<tr>\n<td><code>quote.truckingOriginPickupAddress</code></td>\n<td>Pickup address for origin trucking service.</td>\n</tr>\n<tr>\n<td><code>quote.truckingOriginDeliveryAddress</code></td>\n<td>Delivery address for origin trucking service.</td>\n</tr>\n<tr>\n<td><code>quote.truckingDestinationMode</code></td>\n<td>Mode of transportation for destination trucking service.</td>\n</tr>\n<tr>\n<td><code>quote.truckingDestinationEquipment</code></td>\n<td>Equipment needed for destination trucking service.</td>\n</tr>\n<tr>\n<td><code>quote.truckingDestinationPickupDate</code></td>\n<td>Pickup date for destination trucking service.</td>\n</tr>\n<tr>\n<td><code>quote.truckingDestinationPickupAddress</code></td>\n<td>Pickup address for destination trucking service.</td>\n</tr>\n<tr>\n<td><code>quote.truckingDestinationDeliveryAddress</code></td>\n<td>Delivery address for destination trucking service.</td>\n</tr>\n<tr>\n<td><code>quote.quoteOriginLoadSmart</code></td>\n<td>Load smart information for origin.</td>\n</tr>\n<tr>\n<td><code>quote.quoteDestinationLoadSmart</code></td>\n<td>Load smart information for destination.</td>\n</tr>\n<tr>\n<td><code>quote.specialInstructions</code></td>\n<td>Special instructions for the shipment.</td>\n</tr>\n<tr>\n<td><code>quote.packagesInfo</code></td>\n<td>Information about packages being shipped.</td>\n</tr>\n<tr>\n<td><code>quote.totalVolume</code></td>\n<td>Total volume of the shipment.</td>\n</tr>\n<tr>\n<td><code>quote.totalWeight</code></td>\n<td>Total weight of the shipment.</td>\n</tr>\n<tr>\n<td><code>quote.totalVolumetricWeight</code></td>\n<td>Total volumetric weight of the shipment.</td>\n</tr>\n<tr>\n<td><code>quote.totalChargeableWeight</code></td>\n<td>Total chargeable weight of the shipment.</td>\n</tr>\n<tr>\n<td><code>quote.notes</code></td>\n<td>Additional notes for the quote.</td>\n</tr>\n<tr>\n<td><code>quote.rates</code></td>\n<td>Rates information for the shipment.</td>\n</tr>\n<tr>\n<td><code>quote.disclaimers</code></td>\n<td>Disclaimers associated with the quote.</td>\n</tr>\n<tr>\n<td><code>quote.participants</code></td>\n<td>Participants involved in the quote.</td>\n</tr>\n<tr>\n<td><code>quote.assignMember</code></td>\n<td>Member assigned to the quote.</td>\n</tr>\n<tr>\n<td><code>quote.shipper</code></td>\n<td>Information about the shipper.</td>\n</tr>\n<tr>\n<td><code>quote.consignee</code></td>\n<td>Information about the consignee.</td>\n</tr>\n<tr>\n<td><code>quote.notify</code></td>\n<td>Notification information for the quote.</td>\n</tr>\n<tr>\n<td><code>quote.agent</code></td>\n<td>Information about the agent.</td>\n</tr>\n<tr>\n<td><code>quote.manualInput</code></td>\n<td>Indicates if the quote was manually inputted.</td>\n</tr>\n<tr>\n<td><code>quote.ratesInlandTransportationOrigin</code></td>\n<td>Rates for inland transportation at origin.</td>\n</tr>\n<tr>\n<td><code>quote.ratesInlandTransportationDestination</code></td>\n<td>Rates for inland transportation at destination.</td>\n</tr>\n<tr>\n<td><code>quote.customTags</code></td>\n<td>Custom tags associated with the quote.</td>\n</tr>\n<tr>\n<td><code>quote.companyType</code></td>\n<td>Type of company requesting the quote.</td>\n</tr>\n<tr>\n<td><code>quote.status</code></td>\n<td>Status of the quote.</td>\n</tr>\n<tr>\n<td><code>infoCompany</code></td>\n<td>Additional information about the new company shipper.</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"quote\": {\n        \"single\": \"single\",\n        \"company\": {\n            \"_id\": \"64961c56a1727236e1959277\",\n            \"name\": \"Shipper Pedro\"\n        },\n        \"transportationMode\": \"ship\",\n        \"shipmentType\": \"FCL\",\n        \"referenceName\": \"TEST \",\n        \"incoterm\": \"CIP\",\n        \"cityOrigin\": {\n            \"address\": \"Canada\",\n            \"countryCode\": \"CA\",\n            \"route\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"lat\": 56.130366,\n            \"lng\": -106.346771\n        },\n        \"cityDestination\": {\n            \"address\": \"Costa Rica\",\n            \"countryCode\": \"CR\",\n            \"route\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"lat\": 9.748916999999999,\n            \"lng\": -83.753428\n        },\n        \"portOrigin\": null,\n        \"portDestination\": null,\n        \"commodity\": \"FAK\",\n        \"descriptionCommodity\": \"Example description\",\n        \"paymentTerm\": \"collect\",\n        \"isPaymentTerm\": true,\n        \"truckingService\": false,\n        \"customBrokerage\": false,\n        \"truckingOrigin\": false,\n        \"truckingDestination\": false,\n        \"truckingOriginMode\": \"\",\n        \"truckingOriginEquipment\": \"\",\n        \"truckingOriginPickupDate\": \"\",\n        \"truckingOriginPickupAddress\": null,\n        \"truckingOriginDeliveryAddress\": null,\n        \"truckingDestinationMode\": \"\",\n        \"truckingDestinationEquipment\": \"\",\n        \"truckingDestinationPickupDate\": \"\",\n        \"truckingDestinationPickupAddress\": null,\n        \"truckingDestinationDeliveryAddress\": null,\n        \"quoteOriginLoadSmart\": \"\",\n        \"quoteDestinationLoadSmart\": \"\",\n        \"specialInstructions\": \"\",\n        \"packagesInfo\": [\n            {\n                \"packageType\": \"Dry 20'\",\n                \"amount\": 2,\n                \"weight\": \"2\",\n                \"weightMetric\": \"kg\",\n                \"hazardousMaterials\": \"0\",\n                \"volume\": \"2\",\n                \"volumeMetric\": \"m³\"\n            }\n        ],\n        \"totalVolume\": \"2.00\",\n        \"totalWeight\": \"2.00\",\n        \"totalVolumetricWeight\": \"0\",\n        \"totalChargeableWeight\": \"2.00\",\n        \"notes\": [],\n        \"rates\": [\n            {\n                \"_id\": \"65fdf64e91208779d3b19409\",\n                \"__v\": 0,\n                \"accepted\": false,\n                \"carrier\": {\n                    \"_id\": \"6019c700e3e6248a7fd73cb5\",\n                    \"name\": \"CMA CGM\",\n                    \"type\": \"carrier\",\n                    \"group\": \"sea\",\n                    \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\",\n                    \"logo2x\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM@2x.png\",\n                    \"cursor\": 362,\n                    \"__v\": 0,\n                    \"createdAt\": \"2021-01-29 21:58:41.246Z\",\n                    \"updatedAt\": \"2021-01-29 21:58:41.246Z\",\n                    \"scac\": [\n                        \"CMDU\",\n                        \"CMAU\",\n                        \"CMDUAAA\",\n                        \"CMAUAAA\"\n                    ]\n                },\n                \"cityDestination\": {\n                    \"address\": \"Costa Rica\",\n                    \"countryCode\": \"CR\",\n                    \"lat\": 9.748916999999999,\n                    \"lng\": -83.753428\n                },\n                \"cityOrigin\": {\n                    \"address\": \"Canada\",\n                    \"countryCode\": \"CA\",\n                    \"lat\": 56.130366,\n                    \"lng\": -106.346771\n                },\n                \"commodity\": \"FAK\",\n                \"createdAt\": \"2024-03-22T21:21:18.518Z\",\n                \"destination\": [],\n                \"freeDays\": null,\n                \"freight\": [\n                    {\n                        \"charge\": \"20'\",\n                        \"buyRate\": 100,\n                        \"minBuyRate\": null,\n                        \"sellRate\": 200,\n                        \"minSellRate\": null,\n                        \"chargeBasis\": \"container\",\n                        \"key\": \"twenty\",\n                        \"_id\": \"65fdf64e91208779d3b1940a\",\n                        \"amount\": 2\n                    }\n                ],\n                \"freightSurcharge\": [],\n                \"frequency\": \"\",\n                \"oneTimeRate\": false,\n                \"origin\": [],\n                \"portDestination\": null,\n                \"portOrigin\": null,\n                \"selected\": true,\n                \"shipmentType\": \"FCL\",\n                \"subTotalDestination\": {\n                    \"buyRate\": 0,\n                    \"sellRate\": 0\n                },\n                \"subTotalFreight\": {\n                    \"buyRate\": 200,\n                    \"sellRate\": 400\n                },\n                \"subTotalFreightSurcharges\": {\n                    \"buyRate\": 0,\n                    \"sellRate\": 0\n                },\n                \"subTotalOrigin\": {\n                    \"buyRate\": 0,\n                    \"sellRate\": 0\n                },\n                \"tenant\": \"649618800b7497f3261b426d\",\n                \"total\": 400,\n                \"totalBuy\": 200,\n                \"tranShipment\": \"\",\n                \"transitTime\": \"\",\n                \"validityFrom\": \"2024-03-14T21:21:18.000Z\",\n                \"validityTo\": \"2024-04-04T21:21:18.000Z\"\n            },\n            {\n                \"_id\": \"65fdf64e91208779d3b19403\",\n                \"__v\": 0,\n                \"accepted\": false,\n                \"carrier\": {\n                    \"_id\": \"6109d18d57f4854bc809b722\",\n                    \"name\": \"BMC Line Shipping\",\n                    \"scac\": [\n                        \"BMSU\"\n                    ],\n                    \"type\": \"carrier\",\n                    \"group\": \"sea\",\n                    \"logo\": \"https://storage.googleapis.com/carriers_logos/BMC Line Shipping.jpg\",\n                    \"logo2x\": \"https://storage.googleapis.com/carriers_logos/BMC Line Shipping@2x.jpg\"\n                },\n                \"cityDestination\": {\n                    \"address\": \"Costa Rica\",\n                    \"countryCode\": \"CR\",\n                    \"lat\": 9.748916999999999,\n                    \"lng\": -83.753428\n                },\n                \"cityOrigin\": {\n                    \"address\": \"Canada\",\n                    \"countryCode\": \"CA\",\n                    \"lat\": 56.130366,\n                    \"lng\": -106.346771\n                },\n                \"commodity\": \"FAK\",\n                \"createdAt\": \"2024-03-22T21:21:18.299Z\",\n                \"destination\": [],\n                \"freeDays\": null,\n                \"freight\": [\n                    {\n                        \"charge\": \"20'\",\n                        \"buyRate\": 100,\n                        \"minBuyRate\": null,\n                        \"sellRate\": 200,\n                        \"minSellRate\": null,\n                        \"chargeBasis\": \"container\",\n                        \"key\": \"twenty\",\n                        \"_id\": \"65fdf64e91208779d3b19404\",\n                        \"amount\": 2\n                    }\n                ],\n                \"freightSurcharge\": [],\n                \"frequency\": \"\",\n                \"oneTimeRate\": false,\n                \"origin\": [],\n                \"portDestination\": null,\n                \"portOrigin\": null,\n                \"selected\": false,\n                \"shipmentType\": \"FCL\",\n                \"subTotalDestination\": {\n                    \"buyRate\": 0,\n                    \"sellRate\": 0\n                },\n                \"subTotalFreight\": {\n                    \"buyRate\": 200,\n                    \"sellRate\": 400\n                },\n                \"subTotalFreightSurcharges\": {\n                    \"buyRate\": 0,\n                    \"sellRate\": 0\n                },\n                \"subTotalOrigin\": {\n                    \"buyRate\": 0,\n                    \"sellRate\": 0\n                },\n                \"tenant\": \"649618800b7497f3261b426d\",\n                \"total\": 400,\n                \"totalBuy\": 200,\n                \"tranShipment\": \"\",\n                \"transitTime\": \"\",\n                \"validityFrom\": \"2024-03-12T21:21:18.000Z\",\n                \"validityTo\": \"2024-04-05T21:21:18.000Z\"\n            }\n        ],\n        \"disclaimers\": [\n            {\n                \"_id\": \"6529a61f7b91743a22ebd74e\",\n                \"title\": \"New\",\n                \"description\": \"asdfsa\"\n            }\n        ],\n        \"participants\": [],\n        \"assignMember\": null,\n        \"shipper\": {\n            \"_id\": \"6499c290294fe24f0f182d73\",\n            \"address\": \"Colombia\",\n            \"email\": \"maria@gmail.com\",\n            \"name\": \"Maria Palacio\"\n        },\n        \"consignee\": null,\n        \"notify\": null,\n        \"agent\": null,\n        \"manualInput\": \"M\",\n        \"ratesInlandTransportationOrigin\": [],\n        \"ratesInlandTransportationDestination\": [],\n        \"customTags\": [],\n        \"companyType\": \"shipper\",\n        \"status\": \"\"\n    },\n    \"infoCompany\": null\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","quotes","create"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"b9b031dd-7603-4669-8992-0839ca870d02","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"quote\": {\r\n\t\t\"single\": \"single\",\r\n\t\t\"company\": {\r\n\t\t\t\"_id\": \"64961c56a1727236e1959277\",\r\n\t\t\t\"name\": \"Shipper Pedro\"\r\n\t\t},\r\n\t\t\"transportationMode\": \"ship\",\r\n\t\t\"shipmentType\": \"FCL\",\r\n\t\t\"referenceName\": \"TEST \",\r\n\t\t\"incoterm\": \"CIP\",\r\n\t\t\"cityOrigin\": {\r\n\t\t\t\"address\": \"Canada\",\r\n\t\t\t\"countryCode\": \"CA\",\r\n\t\t\t\"route\": \"\",\r\n\t\t\t\"city\": \"\",\r\n\t\t\t\"state\": \"\",\r\n\t\t\t\"lat\": 56.130366,\r\n\t\t\t\"lng\": -106.346771\r\n\t\t},\r\n\t\t\"cityDestination\": {\r\n\t\t\t\"address\": \"Costa Rica\",\r\n\t\t\t\"countryCode\": \"CR\",\r\n\t\t\t\"route\": \"\",\r\n\t\t\t\"city\": \"\",\r\n\t\t\t\"state\": \"\",\r\n\t\t\t\"lat\": 9.748916999999999,\r\n\t\t\t\"lng\": -83.753428\r\n\t\t},\r\n\t\t\"portOrigin\": null,\r\n\t\t\"portDestination\": null,\r\n\t\t\"commodity\": \"FAK\",\r\n\t\t\"descriptionCommodity\": \"Example description\",\r\n\t\t\"paymentTerm\": \"collect\",\r\n\t\t\"isPaymentTerm\": true,\r\n\t\t\"truckingService\": false,\r\n\t\t\"customBrokerage\": false,\r\n\t\t\"truckingOrigin\": false,\r\n\t\t\"truckingDestination\": false,\r\n\t\t\"truckingOriginMode\": \"\",\r\n\t\t\"truckingOriginEquipment\": \"\",\r\n\t\t\"truckingOriginPickupDate\": \"\",\r\n\t\t\"truckingOriginPickupAddress\": null,\r\n\t\t\"truckingOriginDeliveryAddress\": null,\r\n\t\t\"truckingDestinationMode\": \"\",\r\n\t\t\"truckingDestinationEquipment\": \"\",\r\n\t\t\"truckingDestinationPickupDate\": \"\",\r\n\t\t\"truckingDestinationPickupAddress\": null,\r\n\t\t\"truckingDestinationDeliveryAddress\": null,\r\n\t\t\"quoteOriginLoadSmart\": \"\",\r\n\t\t\"quoteDestinationLoadSmart\": \"\",\r\n\t\t\"specialInstructions\": \"\",\r\n\t\t\"packagesInfo\": [\r\n\t\t\t{\r\n\t\t\t\t\"packageType\": \"Dry 20'\",\r\n\t\t\t\t\"amount\": 2,\r\n\t\t\t\t\"weight\": \"2\",\r\n\t\t\t\t\"weightMetric\": \"kg\",\r\n\t\t\t\t\"hazardousMaterials\": \"0\",\r\n\t\t\t\t\"volume\": \"2\",\r\n\t\t\t\t\"volumeMetric\": \"m³\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"totalVolume\": \"2.00\",\r\n\t\t\"totalWeight\": \"2.00\",\r\n\t\t\"totalVolumetricWeight\": \"0\",\r\n\t\t\"totalChargeableWeight\": \"2.00\",\r\n\t\t\"notes\": [],\r\n\t\t\"rates\": [\r\n\t\t\t{\r\n\t\t\t\t\"_id\": \"65fdf64e91208779d3b19409\",\r\n\t\t\t\t\"__v\": 0,\r\n\t\t\t\t\"accepted\": false,\r\n\t\t\t\t\"carrier\": {\r\n\t\t\t\t\t\"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n\t\t\t\t\t\"name\": \"CMA CGM\",\r\n\t\t\t\t\t\"type\": \"carrier\",\r\n\t\t\t\t\t\"group\": \"sea\",\r\n\t\t\t\t\t\"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\",\r\n\t\t\t\t\t\"logo2x\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM%402x.png\",\r\n\t\t\t\t\t\"cursor\": 362,\r\n\t\t\t\t\t\"__v\": 0,\r\n\t\t\t\t\t\"createdAt\": \"2021-01-29 21:58:41.246Z\",\r\n\t\t\t\t\t\"updatedAt\": \"2021-01-29 21:58:41.246Z\",\r\n\t\t\t\t\t\"scac\": [\r\n\t\t\t\t\t\t\"CMDU\",\r\n\t\t\t\t\t\t\"CMAU\",\r\n\t\t\t\t\t\t\"CMDUAAA\",\r\n\t\t\t\t\t\t\"CMAUAAA\"\r\n\t\t\t\t\t]\r\n\t\t\t\t},\r\n\t\t\t\t\"cityDestination\": {\r\n\t\t\t\t\t\"address\": \"Costa Rica\",\r\n\t\t\t\t\t\"countryCode\": \"CR\",\r\n\t\t\t\t\t\"lat\": 9.748916999999999,\r\n\t\t\t\t\t\"lng\": -83.753428\r\n\t\t\t\t},\r\n\t\t\t\t\"cityOrigin\": {\r\n\t\t\t\t\t\"address\": \"Canada\",\r\n\t\t\t\t\t\"countryCode\": \"CA\",\r\n\t\t\t\t\t\"lat\": 56.130366,\r\n\t\t\t\t\t\"lng\": -106.346771\r\n\t\t\t\t},\r\n\t\t\t\t\"commodity\": \"FAK\",\r\n\t\t\t\t\"createdAt\": \"2024-03-22T21:21:18.518Z\",\r\n\t\t\t\t\"destination\": [],\r\n\t\t\t\t\"freeDays\": null,\r\n\t\t\t\t\"freight\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"charge\": \"20'\",\r\n\t\t\t\t\t\t\"buyRate\": 100,\r\n\t\t\t\t\t\t\"minBuyRate\": null,\r\n\t\t\t\t\t\t\"sellRate\": 200,\r\n\t\t\t\t\t\t\"minSellRate\": null,\r\n\t\t\t\t\t\t\"chargeBasis\": \"container\",\r\n\t\t\t\t\t\t\"key\": \"twenty\",\r\n\t\t\t\t\t\t\"_id\": \"65fdf64e91208779d3b1940a\",\r\n\t\t\t\t\t\t\"amount\": 2\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"freightSurcharge\": [],\r\n\t\t\t\t\"frequency\": \"\",\r\n\t\t\t\t\"oneTimeRate\": false,\r\n\t\t\t\t\"origin\": [],\r\n\t\t\t\t\"portDestination\": null,\r\n\t\t\t\t\"portOrigin\": null,\r\n\t\t\t\t\"selected\": true,\r\n\t\t\t\t\"shipmentType\": \"FCL\",\r\n\t\t\t\t\"subTotalDestination\": {\r\n\t\t\t\t\t\"buyRate\": 0,\r\n\t\t\t\t\t\"sellRate\": 0\r\n\t\t\t\t},\r\n\t\t\t\t\"subTotalFreight\": {\r\n\t\t\t\t\t\"buyRate\": 200,\r\n\t\t\t\t\t\"sellRate\": 400\r\n\t\t\t\t},\r\n\t\t\t\t\"subTotalFreightSurcharges\": {\r\n\t\t\t\t\t\"buyRate\": 0,\r\n\t\t\t\t\t\"sellRate\": 0\r\n\t\t\t\t},\r\n\t\t\t\t\"subTotalOrigin\": {\r\n\t\t\t\t\t\"buyRate\": 0,\r\n\t\t\t\t\t\"sellRate\": 0\r\n\t\t\t\t},\r\n\t\t\t\t\"tenant\": \"649618800b7497f3261b426d\",\r\n\t\t\t\t\"total\": 400,\r\n\t\t\t\t\"totalBuy\": 200,\r\n\t\t\t\t\"tranShipment\": \"\",\r\n\t\t\t\t\"transitTime\": \"\",\r\n\t\t\t\t\"validityFrom\": \"2024-03-14T21:21:18.000Z\",\r\n\t\t\t\t\"validityTo\": \"2024-04-04T21:21:18.000Z\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"_id\": \"65fdf64e91208779d3b19403\",\r\n\t\t\t\t\"__v\": 0,\r\n\t\t\t\t\"accepted\": false,\r\n\t\t\t\t\"carrier\": {\r\n\t\t\t\t\t\"_id\": \"6109d18d57f4854bc809b722\",\r\n\t\t\t\t\t\"name\": \"BMC Line Shipping\",\r\n\t\t\t\t\t\"scac\": [\r\n\t\t\t\t\t\t\"BMSU\"\r\n\t\t\t\t\t],\r\n\t\t\t\t\t\"type\": \"carrier\",\r\n\t\t\t\t\t\"group\": \"sea\",\r\n\t\t\t\t\t\"logo\": \"https://storage.googleapis.com/carriers_logos/BMC%20Line Shipping.jpg\",\r\n\t\t\t\t\t\"logo2x\": \"https://storage.googleapis.com/carriers_logos/BMC%20Line Shipping@2x.jpg\"\r\n\t\t\t\t},\r\n\t\t\t\t\"cityDestination\": {\r\n\t\t\t\t\t\"address\": \"Costa Rica\",\r\n\t\t\t\t\t\"countryCode\": \"CR\",\r\n\t\t\t\t\t\"lat\": 9.748916999999999,\r\n\t\t\t\t\t\"lng\": -83.753428\r\n\t\t\t\t},\r\n\t\t\t\t\"cityOrigin\": {\r\n\t\t\t\t\t\"address\": \"Canada\",\r\n\t\t\t\t\t\"countryCode\": \"CA\",\r\n\t\t\t\t\t\"lat\": 56.130366,\r\n\t\t\t\t\t\"lng\": -106.346771\r\n\t\t\t\t},\r\n\t\t\t\t\"commodity\": \"FAK\",\r\n\t\t\t\t\"createdAt\": \"2024-03-22T21:21:18.299Z\",\r\n\t\t\t\t\"destination\": [],\r\n\t\t\t\t\"freeDays\": null,\r\n\t\t\t\t\"freight\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"charge\": \"20'\",\r\n\t\t\t\t\t\t\"buyRate\": 100,\r\n\t\t\t\t\t\t\"minBuyRate\": null,\r\n\t\t\t\t\t\t\"sellRate\": 200,\r\n\t\t\t\t\t\t\"minSellRate\": null,\r\n\t\t\t\t\t\t\"chargeBasis\": \"container\",\r\n\t\t\t\t\t\t\"key\": \"twenty\",\r\n\t\t\t\t\t\t\"_id\": \"65fdf64e91208779d3b19404\",\r\n\t\t\t\t\t\t\"amount\": 2\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"freightSurcharge\": [],\r\n\t\t\t\t\"frequency\": \"\",\r\n\t\t\t\t\"oneTimeRate\": false,\r\n\t\t\t\t\"origin\": [],\r\n\t\t\t\t\"portDestination\": null,\r\n\t\t\t\t\"portOrigin\": null,\r\n\t\t\t\t\"selected\": false,\r\n\t\t\t\t\"shipmentType\": \"FCL\",\r\n\t\t\t\t\"subTotalDestination\": {\r\n\t\t\t\t\t\"buyRate\": 0,\r\n\t\t\t\t\t\"sellRate\": 0\r\n\t\t\t\t},\r\n\t\t\t\t\"subTotalFreight\": {\r\n\t\t\t\t\t\"buyRate\": 200,\r\n\t\t\t\t\t\"sellRate\": 400\r\n\t\t\t\t},\r\n\t\t\t\t\"subTotalFreightSurcharges\": {\r\n\t\t\t\t\t\"buyRate\": 0,\r\n\t\t\t\t\t\"sellRate\": 0\r\n\t\t\t\t},\r\n\t\t\t\t\"subTotalOrigin\": {\r\n\t\t\t\t\t\"buyRate\": 0,\r\n\t\t\t\t\t\"sellRate\": 0\r\n\t\t\t\t},\r\n\t\t\t\t\"tenant\": \"649618800b7497f3261b426d\",\r\n\t\t\t\t\"total\": 400,\r\n\t\t\t\t\"totalBuy\": 200,\r\n\t\t\t\t\"tranShipment\": \"\",\r\n\t\t\t\t\"transitTime\": \"\",\r\n\t\t\t\t\"validityFrom\": \"2024-03-12T21:21:18.000Z\",\r\n\t\t\t\t\"validityTo\": \"2024-04-05T21:21:18.000Z\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"disclaimers\": [\r\n\t\t\t{\r\n\t\t\t\t\"_id\": \"6529a61f7b91743a22ebd74e\",\r\n\t\t\t\t\"title\": \"New\",\r\n\t\t\t\t\"description\": \"asdfsa\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"participants\": [],\r\n\t\t\"assignMember\": null,\r\n\t\t\"shipper\": {\r\n\t\t\t\"_id\": \"6499c290294fe24f0f182d73\",\r\n\t\t\t\"address\": \"Colombia\",\r\n\t\t\t\"email\": \"maria@gmail.com\",\r\n\t\t\t\"name\": \"Maria Palacio\"\r\n\t\t},\r\n\t\t\"consignee\": null,\r\n\t\t\"notify\": null,\r\n\t\t\"agent\": null,\r\n\t\t\"manualInput\": \"M\",\r\n\t\t\"ratesInlandTransportationOrigin\": [],\r\n\t\t\"ratesInlandTransportationDestination\": [],\r\n\t\t\"customTags\": [],\r\n\t\t\"companyType\": \"shipper\",\r\n\t\t\"status\": \"\"\r\n\t},\r\n\t\"infoCompany\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/quotes/create"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cityOrigin\": {\n        \"address\": \"Canada\",\n        \"countryCode\": \"CA\",\n        \"lat\": 56.130366,\n        \"lng\": -106.346771\n    },\n    \"cityDestination\": {\n        \"address\": \"Costa Rica\",\n        \"countryCode\": \"CR\",\n        \"lat\": 9.748916999999999,\n        \"lng\": -83.753428\n    },\n    \"_id\": \"660ea95f5ab6928b7f03c364\",\n    \"quoteId\": \"M232_CANADA_COSTA_FAK_240404080416800\",\n    \"tenant\": \"649618800b7497f3261b426d\",\n    \"__v\": 0,\n    \"agent\": null,\n    \"anonymous\": false,\n    \"commodity\": \"FAK\",\n    \"company\": {\n        \"_id\": \"64961c56a1727236e1959277\",\n        \"name\": \"Shipper Pedro\"\n    },\n    \"companyType\": \"shipper\",\n    \"consignee\": null,\n    \"createdAt\": \"2024-04-04T13:21:34.742Z\",\n    \"creationUser\": \"649618800b7497f3261b426f\",\n    \"customBrokerage\": false,\n    \"customTags\": [],\n    \"descriptionCommodity\": \"Example description\",\n    \"disclaimers\": [\n        {\n            \"_id\": \"6529a61f7b91743a22ebd74e\",\n            \"title\": \"New\",\n            \"description\": \"asdfsa\"\n        }\n    ],\n    \"incoterm\": \"CIP\",\n    \"isFavorite\": false,\n    \"manualInput\": \"M\",\n    \"notes\": [],\n    \"notify\": null,\n    \"owner\": {\n        \"_id\": \"6496187f0b7497f3261b4260\",\n        \"name\": \"Customer1\"\n    },\n    \"packagesInfo\": [\n        {\n            \"packageType\": \"Dry 20'\",\n            \"amount\": 2,\n            \"weight\": \"2\",\n            \"weightMetric\": \"kg\",\n            \"hazardousMaterials\": \"0\",\n            \"volume\": \"2\",\n            \"volumeMetric\": \"m³\"\n        }\n    ],\n    \"participants\": [\n        {\n            \"_id\": \"660ea9695ab6928b7f03c73b\",\n            \"assignedTo\": {\n                \"_id\": \"649618800b7497f3261b426f\",\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"email\": \"pedro.holgin+lsp@cargologik.com\"\n            },\n            \"company\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\"\n            },\n            \"quote\": \"660ea95f5ab6928b7f03c364\",\n            \"createdAt\": \"2024-04-04T13:21:44.949Z\",\n            \"creationUser\": \"649618800b7497f3261b426f\",\n            \"isOwner\": false,\n            \"status\": \"active\",\n            \"type\": \"acm-lsp\"\n        },\n        {\n            \"_id\": \"660ea9695ab6928b7f03c75d\",\n            \"assignedTo\": {\n                \"_id\": \"649ee411cd2ae3022068836f\",\n                \"firstName\": \"Carlos Andres\",\n                \"lastName\": \"Holguin\",\n                \"email\": \"pedro.holgin+mem01@cargologik.com\"\n            },\n            \"company\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\"\n            },\n            \"quote\": \"660ea95f5ab6928b7f03c364\",\n            \"createdAt\": \"2024-04-04T13:21:45.192Z\",\n            \"creationUser\": \"649618800b7497f3261b426f\",\n            \"isOwner\": false,\n            \"status\": \"active\",\n            \"type\": \"acm-lsp\"\n        },\n        {\n            \"_id\": \"660ea96a5ab6928b7f03c77e\",\n            \"assignedTo\": {\n                \"_id\": \"64961c54416606c8874e1e60\",\n                \"firstName\": \"Shipper\",\n                \"lastName\": \"Pedro\",\n                \"email\": \"pedro.holgin+shipper1@cargologik.com\"\n            },\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\"\n            },\n            \"quote\": \"660ea95f5ab6928b7f03c364\",\n            \"createdAt\": \"2024-04-04T13:21:45.437Z\",\n            \"creationUser\": \"649618800b7497f3261b426f\",\n            \"isOwner\": false,\n            \"status\": \"active\",\n            \"type\": \"main-shipper\"\n        },\n        {\n            \"_id\": \"660ea96a5ab6928b7f03c79b\",\n            \"assignedTo\": {\n                \"_id\": \"64ba97808e1b1dec4387cabe\",\n                \"firstName\": \"Pedro\",\n                \"lastName\": \"Holguin\",\n                \"email\": \"pedro.holgin+shipper10@cargologik.com\"\n            },\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\"\n            },\n            \"quote\": \"660ea95f5ab6928b7f03c364\",\n            \"createdAt\": \"2024-04-04T13:21:45.682Z\",\n            \"creationUser\": \"649618800b7497f3261b426f\",\n            \"isOwner\": false,\n            \"status\": \"active\",\n            \"type\": \"internal-shipper\"\n        },\n        {\n            \"_id\": \"660ea96a5ab6928b7f03c7bb\",\n            \"assignedTo\": {\n                \"_id\": \"65469465c406353b872c843d\",\n                \"firstName\": \"new pedro\",\n                \"lastName\": \"holguin\",\n                \"email\": \"pedro.holgin+snew1@cargologik.com\"\n            },\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\"\n            },\n            \"quote\": \"660ea95f5ab6928b7f03c364\",\n            \"createdAt\": \"2024-04-04T13:21:45.925Z\",\n            \"creationUser\": \"649618800b7497f3261b426f\",\n            \"isOwner\": false,\n            \"status\": \"active\",\n            \"type\": \"internal-shipper\"\n        },\n        {\n            \"_id\": \"660ea96a5ab6928b7f03c7de\",\n            \"assignedTo\": {\n                \"_id\": \"654695a5e042a748f8348203\",\n                \"firstName\": \"new carlos\",\n                \"lastName\": \"ttt\",\n                \"email\": \"pedro.holgin+newc2@cargologik.com\"\n            },\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\"\n            },\n            \"quote\": \"660ea95f5ab6928b7f03c364\",\n            \"createdAt\": \"2024-04-04T13:21:46.170Z\",\n            \"creationUser\": \"649618800b7497f3261b426f\",\n            \"isOwner\": false,\n            \"status\": \"active\",\n            \"type\": \"internal-shipper\"\n        }\n    ],\n    \"paymentTerm\": \"collect\",\n    \"portDestination\": null,\n    \"portOrigin\": null,\n    \"quoteDestinationLoadSmart\": \"\",\n    \"quoteOriginLoadSmart\": \"\",\n    \"rates\": [\n        {\n            \"cityOrigin\": {\n                \"address\": \"Canada\",\n                \"countryCode\": \"CA\",\n                \"lat\": 56.130366,\n                \"lng\": -106.346771\n            },\n            \"cityDestination\": {\n                \"address\": \"Costa Rica\",\n                \"countryCode\": \"CR\",\n                \"lat\": 9.748916999999999,\n                \"lng\": -83.753428\n            },\n            \"subTotalFreight\": {\n                \"buyRate\": 200,\n                \"sellRate\": 400\n            },\n            \"subTotalFreightSurcharges\": {\n                \"buyRate\": 0,\n                \"sellRate\": 0\n            },\n            \"subTotalOrigin\": {\n                \"buyRate\": 0,\n                \"sellRate\": 0\n            },\n            \"subTotalDestination\": {\n                \"buyRate\": 0,\n                \"sellRate\": 0\n            },\n            \"_id\": \"660ea95e4b46f440e72a6324\",\n            \"__v\": 0,\n            \"accepted\": false,\n            \"carrier\": \"6019c700e3e6248a7fd73cb5\",\n            \"commodity\": \"FAK\",\n            \"createdAt\": \"2024-03-22T21:21:18.518Z\",\n            \"destination\": [],\n            \"freeDays\": null,\n            \"freight\": [\n                {\n                    \"charge\": \"20'\",\n                    \"buyRate\": 100,\n                    \"minBuyRate\": null,\n                    \"sellRate\": 200,\n                    \"minSellRate\": null,\n                    \"chargeBasis\": \"container\",\n                    \"key\": \"twenty\",\n                    \"_id\": \"65fdf64e91208779d3b1940a\"\n                }\n            ],\n            \"freightSurcharge\": [],\n            \"frequency\": \"\",\n            \"oneTimeRate\": false,\n            \"origin\": [],\n            \"portDestination\": null,\n            \"portOrigin\": null,\n            \"selected\": true,\n            \"shipmentType\": \"FCL\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"total\": 400,\n            \"totalBuy\": 200,\n            \"tranShipment\": \"\",\n            \"transitTime\": \"\",\n            \"validityFrom\": \"2024-03-14T13:21:34.000Z\",\n            \"validityTo\": \"2024-04-04T13:21:34.000Z\"\n        },\n        {\n            \"cityOrigin\": {\n                \"address\": \"Canada\",\n                \"countryCode\": \"CA\",\n                \"lat\": 56.130366,\n                \"lng\": -106.346771\n            },\n            \"cityDestination\": {\n                \"address\": \"Costa Rica\",\n                \"countryCode\": \"CR\",\n                \"lat\": 9.748916999999999,\n                \"lng\": -83.753428\n            },\n            \"subTotalFreight\": {\n                \"buyRate\": 200,\n                \"sellRate\": 400\n            },\n            \"subTotalFreightSurcharges\": {\n                \"buyRate\": 0,\n                \"sellRate\": 0\n            },\n            \"subTotalOrigin\": {\n                \"buyRate\": 0,\n                \"sellRate\": 0\n            },\n            \"subTotalDestination\": {\n                \"buyRate\": 0,\n                \"sellRate\": 0\n            },\n            \"_id\": \"660ea95e4b46f440e72a6327\",\n            \"__v\": 0,\n            \"accepted\": false,\n            \"carrier\": \"6109d18d57f4854bc809b722\",\n            \"commodity\": \"FAK\",\n            \"createdAt\": \"2024-03-22T21:21:18.299Z\",\n            \"destination\": [],\n            \"freeDays\": null,\n            \"freight\": [\n                {\n                    \"charge\": \"20'\",\n                    \"buyRate\": 100,\n                    \"minBuyRate\": null,\n                    \"sellRate\": 200,\n                    \"minSellRate\": null,\n                    \"chargeBasis\": \"container\",\n                    \"key\": \"twenty\",\n                    \"_id\": \"65fdf64e91208779d3b19404\"\n                }\n            ],\n            \"freightSurcharge\": [],\n            \"frequency\": \"\",\n            \"oneTimeRate\": false,\n            \"origin\": [],\n            \"portDestination\": null,\n            \"portOrigin\": null,\n            \"selected\": false,\n            \"shipmentType\": \"FCL\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"total\": 400,\n            \"totalBuy\": 200,\n            \"tranShipment\": \"\",\n            \"transitTime\": \"\",\n            \"validityFrom\": \"2024-03-12T13:21:34.000Z\",\n            \"validityTo\": \"2024-04-05T13:21:34.000Z\"\n        }\n    ],\n    \"ratesInlandTransportationDestination\": [],\n    \"ratesInlandTransportationOrigin\": [],\n    \"referenceName\": \"TEST\",\n    \"shipmentType\": \"FCL\",\n    \"shipper\": \"6499c290294fe24f0f182d73\",\n    \"single\": \"single\",\n    \"specialInstructions\": \"\",\n    \"status\": \"awaitingResponse\",\n    \"tags\": [],\n    \"tenderLoadSmartDestination\": \"\",\n    \"tenderLoadSmartOrigin\": \"\",\n    \"totalChargeableWeight\": 2,\n    \"totalVolume\": 2,\n    \"totalVolumetricWeight\": 0,\n    \"totalWeight\": 2,\n    \"transportationMode\": \"ship\",\n    \"truckingDestination\": false,\n    \"truckingDestinationDeliveryAddress\": null,\n    \"truckingDestinationEquipment\": \"\",\n    \"truckingDestinationMode\": \"\",\n    \"truckingDestinationPickupAddress\": null,\n    \"truckingDestinationPickupDate\": null,\n    \"truckingOrigin\": false,\n    \"truckingOriginDeliveryAddress\": null,\n    \"truckingOriginEquipment\": \"\",\n    \"truckingOriginMode\": \"\",\n    \"truckingOriginPickupAddress\": null,\n    \"truckingOriginPickupDate\": null,\n    \"truckingService\": false,\n    \"turn\": \"client\",\n    \"updatedAt\": \"2024-04-04T13:21:34.512Z\"\n}"}],"_postman_id":"82d27a21-4140-42fb-a2e8-2802a496039d"},{"name":"Update Quote","id":"6a5fb334-a9d9-4185-884e-3daad26f336c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"single\": \"single\",\r\n    \"company\": {\r\n        \"_id\": \"64961c56a1727236e1959277\",\r\n        \"name\": \"Shipper Pedro\"\r\n    },\r\n    \"transportationMode\": \"ship\",\r\n    \"shipmentType\": \"FCL\",\r\n    \"referenceName\": \"TEST\",\r\n    \"incoterm\": \"CIP\",\r\n    \"commodity\": \"FAK\",\r\n    \"cityOrigin\": {\r\n        \"address\": \"Canada\",\r\n        \"countryCode\": \"CA\",\r\n        \"lat\": 56.130366,\r\n        \"lng\": -106.346771\r\n    },\r\n    \"cityDestination\": {\r\n        \"address\": \"Costa Rica\",\r\n        \"countryCode\": \"CR\",\r\n        \"lat\": 9.748916999999999,\r\n        \"lng\": -83.753428\r\n    },\r\n    \"portOrigin\": null,\r\n    \"portDestination\": null,\r\n    \"descriptionCommodity\": \"Example description\",\r\n    \"paymentTerm\": \"collect\",\r\n    \"packagesInfo\": [\r\n        {\r\n            \"packageType\": \"Dry 20'\",\r\n            \"amount\": 2,\r\n            \"weight\": \"2\",\r\n            \"weightMetric\": \"kg\",\r\n            \"hazardousMaterials\": \"0\",\r\n            \"volume\": \"2\",\r\n            \"volumeMetric\": \"m³\"\r\n        }\r\n    ],\r\n    \"totalVolume\": 2,\r\n    \"totalWeight\": 2,\r\n    \"totalVolumetricWeight\": 0,\r\n    \"totalChargeableWeight\": 2,\r\n    \"truckingService\": false,\r\n    \"truckingOrigin\": false,\r\n    \"truckingDestination\": false,\r\n    \"truckingOriginMode\": \"\",\r\n    \"truckingOriginEquipment\": \"\",\r\n    \"truckingOriginPickupDate\": null,\r\n    \"truckingOriginPickupAddress\": null,\r\n    \"truckingOriginDeliveryAddress\": null,\r\n    \"truckingDestinationMode\": \"\",\r\n    \"truckingDestinationEquipment\": \"\",\r\n    \"truckingDestinationPickupDate\": null,\r\n    \"truckingDestinationPickupAddress\": null,\r\n    \"truckingDestinationDeliveryAddress\": null,\r\n    \"quoteOriginLoadSmart\": \"\",\r\n    \"quoteDestinationLoadSmart\": \"\",\r\n    \"customBrokerage\": false,\r\n    \"specialInstructions\": \"\",\r\n    \"notes\": [],\r\n    \"rates\": [\r\n        {\r\n            \"cityOrigin\": {\r\n                \"address\": \"Canada\",\r\n                \"countryCode\": \"CA\",\r\n                \"lat\": 56.130366,\r\n                \"lng\": -106.346771\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Costa Rica\",\r\n                \"countryCode\": \"CR\",\r\n                \"lat\": 9.748916999999999,\r\n                \"lng\": -83.753428\r\n            },\r\n            \"subTotalFreight\": {\r\n                \"buyRate\": 200,\r\n                \"sellRate\": 400\r\n            },\r\n            \"subTotalFreightSurcharges\": {\r\n                \"buyRate\": 0,\r\n                \"sellRate\": 0\r\n            },\r\n            \"subTotalOrigin\": {\r\n                \"buyRate\": 0,\r\n                \"sellRate\": 0\r\n            },\r\n            \"subTotalDestination\": {\r\n                \"buyRate\": 0,\r\n                \"sellRate\": 0\r\n            },\r\n            \"_id\": \"660ea95e4b46f440e72a6324\",\r\n            \"__v\": 0,\r\n            \"accepted\": false,\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n                \"name\": \"CMA CGM\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\"\r\n            },\r\n            \"commodity\": \"FAK\",\r\n            \"createdAt\": \"2024-03-22T21:21:18.518Z\",\r\n            \"destination\": [],\r\n            \"freeDays\": null,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 100,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 200,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"twenty\",\r\n                    \"_id\": \"65fdf64e91208779d3b1940a\",\r\n                    \"amount\": 2\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [],\r\n            \"frequency\": \"\",\r\n            \"oneTimeRate\": false,\r\n            \"origin\": [],\r\n            \"portDestination\": null,\r\n            \"portOrigin\": null,\r\n            \"selected\": true,\r\n            \"shipmentType\": \"FCL\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"total\": 400,\r\n            \"totalBuy\": 200,\r\n            \"tranShipment\": \"\",\r\n            \"transitTime\": \"\",\r\n            \"validityFrom\": \"2024-03-14T13:21:34.000Z\",\r\n            \"validityTo\": \"2024-04-04T13:21:34.000Z\"\r\n        },\r\n        {\r\n            \"cityOrigin\": {\r\n                \"address\": \"Canada\",\r\n                \"countryCode\": \"CA\",\r\n                \"lat\": 56.130366,\r\n                \"lng\": -106.346771\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Costa Rica\",\r\n                \"countryCode\": \"CR\",\r\n                \"lat\": 9.748916999999999,\r\n                \"lng\": -83.753428\r\n            },\r\n            \"subTotalFreight\": {\r\n                \"buyRate\": 200,\r\n                \"sellRate\": 400\r\n            },\r\n            \"subTotalFreightSurcharges\": {\r\n                \"buyRate\": 0,\r\n                \"sellRate\": 0\r\n            },\r\n            \"subTotalOrigin\": {\r\n                \"buyRate\": 0,\r\n                \"sellRate\": 0\r\n            },\r\n            \"subTotalDestination\": {\r\n                \"buyRate\": 0,\r\n                \"sellRate\": 0\r\n            },\r\n            \"_id\": \"660ea95e4b46f440e72a6327\",\r\n            \"__v\": 0,\r\n            \"accepted\": false,\r\n            \"carrier\": {\r\n                \"_id\": \"6109d18d57f4854bc809b722\",\r\n                \"name\": \"BMC Line Shipping\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/BMC%20Line Shipping.jpg\"\r\n            },\r\n            \"commodity\": \"FAK\",\r\n            \"createdAt\": \"2024-03-22T21:21:18.299Z\",\r\n            \"destination\": [],\r\n            \"freeDays\": null,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 100,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 200,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"twenty\",\r\n                    \"_id\": \"65fdf64e91208779d3b19404\",\r\n                    \"amount\": 2\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [],\r\n            \"frequency\": \"\",\r\n            \"oneTimeRate\": false,\r\n            \"origin\": [],\r\n            \"portDestination\": null,\r\n            \"portOrigin\": null,\r\n            \"selected\": true,\r\n            \"shipmentType\": \"FCL\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"total\": 400,\r\n            \"totalBuy\": 200,\r\n            \"tranShipment\": \"\",\r\n            \"transitTime\": \"\",\r\n            \"validityFrom\": \"2024-03-12T13:21:34.000Z\",\r\n            \"validityTo\": \"2024-04-05T13:21:34.000Z\"\r\n        }\r\n    ],\r\n    \"ratesInlandTransportationOrigin\": [],\r\n    \"ratesInlandTransportationDestination\": [],\r\n    \"assignMember\": null,\r\n    \"disclaimers\": [\r\n        {\r\n            \"_id\": \"6529a61f7b91743a22ebd74e\",\r\n            \"title\": \"New\",\r\n            \"description\": \"asdfsa\"\r\n        }\r\n    ],\r\n    \"participants\": [],\r\n    \"status\": \"rejected\",\r\n    \"statusShipper\": \"\",\r\n    \"anonymous\": false,\r\n    \"shipper\": {\r\n        \"_id\": \"6499c290294fe24f0f182d73\",\r\n        \"address\": \"Colombia\",\r\n        \"email\": \"maria@gmail.com\",\r\n        \"name\": \"Maria Palacio\"\r\n    },\r\n    \"consignee\": null,\r\n    \"notify\": null,\r\n    \"agent\": null,\r\n    \"owner\": {\r\n        \"_id\": \"6496187f0b7497f3261b4260\",\r\n        \"name\": \"Logunsa\"\r\n    },\r\n    \"customTags\": [],\r\n    \"schedule\": null,\r\n    \"rejected\": {\r\n        \"user\": \"647f44a0a1727236e1a11a1f\",\r\n        \"date\": \"2024-04-04T13:38:00.123Z\",\r\n        \"message\": \"Costoso\"\r\n    },\r\n    \"_id\": \"660ea95f5ab6928b7f03c364\",\r\n    \"quoteId\": \"M232_CANADA_COSTA_FAK_240404080416800\",\r\n    \"tenant\": \"649618800b7497f3261b426d\",\r\n    \"__v\": 0,\r\n    \"companyType\": \"shipper\",\r\n    \"createdAt\": \"2024-04-04T13:21:34.742Z\",\r\n    \"creationUser\": {\r\n        \"_id\": \"649618800b7497f3261b426f\",\r\n        \"firstName\": \"Pedro Pablo\",\r\n        \"lastName\": \"holguin\",\r\n        \"email\": \"pedro.holgin+lsp@cargologik.com\",\r\n        \"urlPhotoProfile\": \"\"\r\n    },\r\n    \"isFavorite\": false,\r\n    \"manualInput\": \"M\",\r\n    \"tags\": [\r\n        \"rejected\"\r\n    ],\r\n    \"tenderLoadSmartDestination\": \"\",\r\n    \"tenderLoadSmartOrigin\": \"\",\r\n    \"turn\": \"client\",\r\n    \"updatedAt\": \"2024-04-04T13:38:00.123Z\",\r\n    \"rejectedDate\": \"2024-04-04T13:38:00.123Z\",\r\n    \"updateUser\": \"647f44a0a1727236e1a11a1f\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/quotes/update","description":"<h2 id=\"update-a-shipping-quote\">Update a Shipping Quote</h2>\n<p>This endpoint allows you to update an existing shipping quote.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/quotes/update</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should be in JSON format and include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>single</code></td>\n<td>Indicates if the quote is for a single item.</td>\n</tr>\n<tr>\n<td><code>company</code></td>\n<td>Information about the company associated with the quote.</td>\n</tr>\n<tr>\n<td><code>transportationMode</code></td>\n<td>The transportation mode for the shipment (e.g., \"ship\", \"plane\", \"truck\").</td>\n</tr>\n<tr>\n<td><code>shipmentType</code></td>\n<td>The type of shipment (e.g., \"FCL\", \"LCL\", \"FTL\", \"LTL\" \"plane\").</td>\n</tr>\n<tr>\n<td><code>referenceName</code></td>\n<td>A reference name for the quote.</td>\n</tr>\n<tr>\n<td><code>incoterm</code></td>\n<td>The incoterm for the shipment.</td>\n</tr>\n<tr>\n<td><code>commodity</code></td>\n<td>The type of commodity being shipped.</td>\n</tr>\n<tr>\n<td><code>cityOrigin</code></td>\n<td>Information about the origin city of the shipment.</td>\n</tr>\n<tr>\n<td><code>cityDestination</code></td>\n<td>Information about the destination city of the shipment.</td>\n</tr>\n<tr>\n<td><code>portOrigin</code></td>\n<td>The origin port, if applicable.</td>\n</tr>\n<tr>\n<td><code>portDestination</code></td>\n<td>The destination port, if applicable.</td>\n</tr>\n<tr>\n<td><code>descriptionCommodity</code></td>\n<td>A description of the commodity being shipped.</td>\n</tr>\n<tr>\n<td><code>paymentTerm</code></td>\n<td>The payment term for the shipment (e.g., collect).</td>\n</tr>\n<tr>\n<td><code>packagesInfo</code></td>\n<td>Information about the packages included in the shipment.</td>\n</tr>\n<tr>\n<td><code>totalVolume</code></td>\n<td>The total volume of the shipment.</td>\n</tr>\n<tr>\n<td><code>totalWeight</code></td>\n<td>The total weight of the shipment.</td>\n</tr>\n<tr>\n<td><code>totalVolumetricWeight</code></td>\n<td>The total volumetric weight of the shipment.</td>\n</tr>\n<tr>\n<td><code>totalChargeableWeight</code></td>\n<td>The total chargeable weight of the shipment.</td>\n</tr>\n<tr>\n<td><code>truckingService</code></td>\n<td>Indicates if trucking service is required.</td>\n</tr>\n<tr>\n<td><code>truckingOrigin</code></td>\n<td>Indicates if trucking service is required for the origin.</td>\n</tr>\n<tr>\n<td><code>truckingDestination</code></td>\n<td>Indicates if trucking service is required for the destination.</td>\n</tr>\n<tr>\n<td><code>truckingOriginMode</code></td>\n<td>The mode of trucking service for the origin.</td>\n</tr>\n<tr>\n<td><code>truckingOriginEquipment</code></td>\n<td>The type of equipment for trucking service at the origin.</td>\n</tr>\n<tr>\n<td><code>truckingOriginPickupDate</code></td>\n<td>The pickup date for trucking service at the origin.</td>\n</tr>\n<tr>\n<td><code>truckingOriginPickupAddress</code></td>\n<td>The pickup address for trucking service at the origin.</td>\n</tr>\n<tr>\n<td><code>truckingOriginDeliveryAddress</code></td>\n<td>The delivery address for trucking service at the origin.</td>\n</tr>\n<tr>\n<td><code>truckingDestinationMode</code></td>\n<td>The mode of trucking service for the destination.</td>\n</tr>\n<tr>\n<td><code>truckingDestinationEquipment</code></td>\n<td>The type of equipment for trucking service at the destination.</td>\n</tr>\n<tr>\n<td><code>truckingDestinationPickupDate</code></td>\n<td>The pickup date for trucking service at the destination.</td>\n</tr>\n<tr>\n<td><code>truckingDestinationPickupAddress</code></td>\n<td>The pickup address for trucking service at the destination.</td>\n</tr>\n<tr>\n<td><code>truckingDestinationDeliveryAddress</code></td>\n<td>The delivery address for trucking service at the destination.</td>\n</tr>\n<tr>\n<td><code>quoteOriginLoadSmart</code></td>\n<td>Information related to LoadSmart for the origin.</td>\n</tr>\n<tr>\n<td><code>quoteDestinationLoadSmart</code></td>\n<td>Information related to LoadSmart for the destination.</td>\n</tr>\n<tr>\n<td><code>customBrokerage</code></td>\n<td>Indicates if custom brokerage is required.</td>\n</tr>\n<tr>\n<td><code>specialInstructions</code></td>\n<td>Special instructions for the shipment.</td>\n</tr>\n<tr>\n<td><code>notes</code></td>\n<td>Any additional notes related to the quote.</td>\n</tr>\n<tr>\n<td><code>rates</code></td>\n<td>Information about the rates associated with the quote.</td>\n</tr>\n<tr>\n<td><code>ratesInlandTransportationOrigin</code></td>\n<td>Information about inland transportation rates for the origin.</td>\n</tr>\n<tr>\n<td><code>ratesInlandTransportationDestination</code></td>\n<td>Information about inland transportation rates for the destination.</td>\n</tr>\n<tr>\n<td><code>assignMember</code></td>\n<td>The member assigned to the quote.</td>\n</tr>\n<tr>\n<td><code>disclaimers</code></td>\n<td>Any disclaimers related to the quote.</td>\n</tr>\n<tr>\n<td><code>participants</code></td>\n<td>Participants involved in the quote.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>The status of the quote.</td>\n</tr>\n<tr>\n<td><code>statusShipper</code></td>\n<td>The status related to the shipper.</td>\n</tr>\n<tr>\n<td><code>anonymous</code></td>\n<td>Indicates if the quote is anonymous.</td>\n</tr>\n<tr>\n<td><code>shipper</code></td>\n<td>Information about the shipper.</td>\n</tr>\n<tr>\n<td><code>consignee</code></td>\n<td>Information about the consignee.</td>\n</tr>\n<tr>\n<td><code>notify</code></td>\n<td>Notification related information.</td>\n</tr>\n<tr>\n<td><code>agent</code></td>\n<td>Information about the agent.</td>\n</tr>\n<tr>\n<td><code>owner</code></td>\n<td>Information about the owner of the quote.</td>\n</tr>\n<tr>\n<td><code>customTags</code></td>\n<td>Custom tags associated with the quote.</td>\n</tr>\n<tr>\n<td><code>schedule</code></td>\n<td>The schedule related to the quote.</td>\n</tr>\n<tr>\n<td><code>rejected</code></td>\n<td>Information about the rejection of the quote.</td>\n</tr>\n<tr>\n<td><code>quoteId</code></td>\n<td>The unique identifier of the quote.</td>\n</tr>\n<tr>\n<td><code>tenant</code></td>\n<td>The tenant associated with the quote.</td>\n</tr>\n<tr>\n<td><code>createdAt</code></td>\n<td>The date and time when the quote was created.</td>\n</tr>\n<tr>\n<td><code>creationUser</code></td>\n<td>The user who created the quote.</td>\n</tr>\n<tr>\n<td><code>isFavorite</code></td>\n<td>Indicates if the quote is marked as a favorite.</td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Tags associated with the quote.</td>\n</tr>\n<tr>\n<td><code>tenderLoadSmartDestination</code></td>\n<td>Information related to LoadSmart for the destination tender.</td>\n</tr>\n<tr>\n<td><code>tenderLoadSmartOrigin</code></td>\n<td>Information related to LoadSmart for the origin tender.</td>\n</tr>\n<tr>\n<td><code>turn</code></td>\n<td>The turn related to the quote.</td>\n</tr>\n<tr>\n<td><code>updatedAt</code></td>\n<td>The date and time when the quote was last updated.</td>\n</tr>\n<tr>\n<td><code>rejectedDate</code></td>\n<td>The date and time when the quote was rejected.</td>\n</tr>\n<tr>\n<td><code>updateUser</code></td>\n<td>The user who last updated the quote.</td>\n</tr>\n<tr>\n<td><code>__v</code></td>\n<td>Version of the quote document.</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"single\": \"single\",\n    \"company\": {\n        \"_id\": \"64961c56a1727236e1959277\",\n        \"name\": \"Shipper Pedro\"\n    },\n    \"transportationMode\": \"ship\",\n    \"shipmentType\": \"FCL\",\n    \"referenceName\": \"TEST\",\n    \"incoterm\": \"CIP\",\n    \"commodity\": \"FAK\",\n    \"cityOrigin\": {\n        \"address\": \"Canada\",\n        \"countryCode\": \"CA\",\n        \"lat\": 56.130366,\n        \"lng\": -106.346771\n    },\n    \"cityDestination\": {\n        \"address\": \"Costa Rica\",\n        \"countryCode\": \"CR\",\n        \"lat\": 9.748916999999999,\n        \"lng\": -83.753428\n    },\n    \"portOrigin\": null,\n    \"portDestination\": null,\n    \"descriptionCommodity\": \"Example description\",\n    \"paymentTerm\": \"collect\",\n    \"packagesInfo\": [\n        {\n            \"packageType\": \"Dry 20'\",\n            \"amount\": 2,\n            \"weight\": \"2\",\n            \"weightMetric\": \"kg\",\n            \"hazardousMaterials\": \"0\",\n            \"volume\": \"2\",\n            \"volumeMetric\": \"m³\"\n        }\n    ],\n    \"totalVolume\": 2,\n    \"totalWeight\": 2,\n    \"totalVolumetricWeight\": 0,\n    \"totalChargeableWeight\": 2,\n    \"truckingService\": false,\n    \"truckingOrigin\": false,\n    \"truckingDestination\": false,\n    \"truckingOriginMode\": \"\",\n    \"truckingOriginEquipment\": \"\",\n    \"truckingOriginPickupDate\": null,\n    \"truckingOriginPickupAddress\": null,\n    \"truckingOriginDeliveryAddress\": null,\n    \"truckingDestinationMode\": \"\",\n    \"truckingDestinationEquipment\": \"\",\n    \"truckingDestinationPickupDate\": null,\n    \"truckingDestinationPickupAddress\": null,\n    \"truckingDestinationDeliveryAddress\": null,\n    \"quoteOriginLoadSmart\": \"\",\n    \"quoteDestinationLoadSmart\": \"\",\n    \"customBrokerage\": false,\n    \"specialInstructions\": \"\",\n    \"notes\": [],\n    \"rates\": [\n        {\n            \"cityOrigin\": {\n                \"address\": \"Canada\",\n                \"countryCode\": \"CA\",\n                \"lat\": 56.130366,\n                \"lng\": -106.346771\n            },\n            \"cityDestination\": {\n                \"address\": \"Costa Rica\",\n                \"countryCode\": \"CR\",\n                \"lat\": 9.748916999999999,\n                \"lng\": -83.753428\n            },\n            \"subTotalFreight\": {\n                \"buyRate\": 200,\n                \"sellRate\": 400\n            },\n            \"subTotalFreightSurcharges\": {\n                \"buyRate\": 0,\n                \"sellRate\": 0\n            },\n            \"subTotalOrigin\": {\n                \"buyRate\": 0,\n                \"sellRate\": 0\n            },\n            \"subTotalDestination\": {\n                \"buyRate\": 0,\n                \"sellRate\": 0\n            },\n            \"_id\": \"660ea95e4b46f440e72a6324\",\n            \"__v\": 0,\n            \"accepted\": false,\n            \"carrier\": {\n                \"_id\": \"6019c700e3e6248a7fd73cb5\",\n                \"name\": \"CMA CGM\",\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\"\n            },\n            \"commodity\": \"FAK\",\n            \"createdAt\": \"2024-03-22T21:21:18.518Z\",\n            \"destination\": [],\n            \"freeDays\": null,\n            \"freight\": [\n                {\n                    \"charge\": \"20'\",\n                    \"buyRate\": 100,\n                    \"minBuyRate\": null,\n                    \"sellRate\": 200,\n                    \"minSellRate\": null,\n                    \"chargeBasis\": \"container\",\n                    \"key\": \"twenty\",\n                    \"_id\": \"65fdf64e91208779d3b1940a\",\n                    \"amount\": 2\n                }\n            ],\n            \"freightSurcharge\": [],\n            \"frequency\": \"\",\n            \"oneTimeRate\": false,\n            \"origin\": [],\n            \"portDestination\": null,\n            \"portOrigin\": null,\n            \"selected\": true,\n            \"shipmentType\": \"FCL\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"total\": 400,\n            \"totalBuy\": 200,\n            \"tranShipment\": \"\",\n            \"transitTime\": \"\",\n            \"validityFrom\": \"2024-03-14T13:21:34.000Z\",\n            \"validityTo\": \"2024-04-04T13:21:34.000Z\"\n        },\n        {\n            \"cityOrigin\": {\n                \"address\": \"Canada\",\n                \"countryCode\": \"CA\",\n                \"lat\": 56.130366,\n                \"lng\": -106.346771\n            },\n            \"cityDestination\": {\n                \"address\": \"Costa Rica\",\n                \"countryCode\": \"CR\",\n                \"lat\": 9.748916999999999,\n                \"lng\": -83.753428\n            },\n            \"subTotalFreight\": {\n                \"buyRate\": 200,\n                \"sellRate\": 400\n            },\n            \"subTotalFreightSurcharges\": {\n                \"buyRate\": 0,\n                \"sellRate\": 0\n            },\n            \"subTotalOrigin\": {\n                \"buyRate\": 0,\n                \"sellRate\": 0\n            },\n            \"subTotalDestination\": {\n                \"buyRate\": 0,\n                \"sellRate\": 0\n            },\n            \"_id\": \"660ea95e4b46f440e72a6327\",\n            \"__v\": 0,\n            \"accepted\": false,\n            \"carrier\": {\n                \"_id\": \"6109d18d57f4854bc809b722\",\n                \"name\": \"BMC Line Shipping\",\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/BMC Line Shipping.jpg\"\n            },\n            \"commodity\": \"FAK\",\n            \"createdAt\": \"2024-03-22T21:21:18.299Z\",\n            \"destination\": [],\n            \"freeDays\": null,\n            \"freight\": [\n                {\n                    \"charge\": \"20'\",\n                    \"buyRate\": 100,\n                    \"minBuyRate\": null,\n                    \"sellRate\": 200,\n                    \"minSellRate\": null,\n                    \"chargeBasis\": \"container\",\n                    \"key\": \"twenty\",\n                    \"_id\": \"65fdf64e91208779d3b19404\",\n                    \"amount\": 2\n                }\n            ],\n            \"freightSurcharge\": [],\n            \"frequency\": \"\",\n            \"oneTimeRate\": false,\n            \"origin\": [],\n            \"portDestination\": null,\n            \"portOrigin\": null,\n            \"selected\": true,\n            \"shipmentType\": \"FCL\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"total\": 400,\n            \"totalBuy\": 200,\n            \"tranShipment\": \"\",\n            \"transitTime\": \"\",\n            \"validityFrom\": \"2024-03-12T13:21:34.000Z\",\n            \"validityTo\": \"2024-04-05T13:21:34.000Z\"\n        }\n    ],\n    \"ratesInlandTransportationOrigin\": [],\n    \"ratesInlandTransportationDestination\": [],\n    \"assignMember\": null,\n    \"disclaimers\": [\n        {\n            \"_id\": \"6529a61f7b91743a22ebd74e\",\n            \"title\": \"New\",\n            \"description\": \"asdfsa\"\n        }\n    ],\n    \"participants\": [],\n    \"status\": \"rejected\",\n    \"statusShipper\": \"\",\n    \"anonymous\": false,\n    \"shipper\": {\n        \"_id\": \"6499c290294fe24f0f182d73\",\n        \"address\": \"Colombia\",\n        \"email\": \"maria@gmail.com\",\n        \"name\": \"Maria Palacio\"\n    },\n    \"consignee\": null,\n    \"notify\": null,\n    \"agent\": null,\n    \"owner\": {\n        \"_id\": \"6496187f0b7497f3261b4260\",\n        \"name\": \"Logunsa\"\n    },\n    \"customTags\": [],\n    \"schedule\": null,\n    \"rejected\": {\n        \"user\": \"647f44a0a1727236e1a11a1f\",\n        \"date\": \"2024-04-04T13:38:00.123Z\",\n        \"message\": \"Costoso\"\n    },\n    \"_id\": \"660ea95f5ab6928b7f03c364\",\n    \"quoteId\": \"M232_CANADA_COSTA_FAK_240404080416800\",\n    \"tenant\": \"649618800b7497f3261b426d\",\n    \"__v\": 0,\n    \"companyType\": \"shipper\",\n    \"createdAt\": \"2024-04-04T13:21:34.742Z\",\n    \"creationUser\": {\n        \"_id\": \"649618800b7497f3261b426f\",\n        \"firstName\": \"Pedro Pablo\",\n        \"lastName\": \"holguin\",\n        \"email\": \"pedro.holgin+lsp@cargologik.com\",\n        \"urlPhotoProfile\": \"\"\n    },\n    \"isFavorite\": false,\n    \"manualInput\": \"M\",\n    \"tags\": [\n        \"rejected\"\n    ],\n    \"tenderLoadSmartDestination\": \"\",\n    \"tenderLoadSmartOrigin\": \"\",\n    \"turn\": \"client\",\n    \"updatedAt\": \"2024-04-04T13:38:00.123Z\",\n    \"rejectedDate\": \"2024-04-04T13:38:00.123Z\",\n    \"updateUser\": \"647f44a0a1727236e1a11a1f\"\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","quotes","update"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"8dfb1cfd-81a7-413e-9c09-d5b69f80c5d1","name":"Update Quote","originalRequest":{"method":"PUT","header":[{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"single\": \"single\",\r\n    \"company\": {\r\n        \"_id\": \"64961c56a1727236e1959277\",\r\n        \"name\": \"Shipper Pedro\"\r\n    },\r\n    \"transportationMode\": \"ship\",\r\n    \"shipmentType\": \"FCL\",\r\n    \"referenceName\": \"TEST\",\r\n    \"incoterm\": \"CIP\",\r\n    \"commodity\": \"FAK\",\r\n    \"cityOrigin\": {\r\n        \"address\": \"Canada\",\r\n        \"countryCode\": \"CA\",\r\n        \"lat\": 56.130366,\r\n        \"lng\": -106.346771\r\n    },\r\n    \"cityDestination\": {\r\n        \"address\": \"Costa Rica\",\r\n        \"countryCode\": \"CR\",\r\n        \"lat\": 9.748916999999999,\r\n        \"lng\": -83.753428\r\n    },\r\n    \"portOrigin\": null,\r\n    \"portDestination\": null,\r\n    \"descriptionCommodity\": \"Example description\",\r\n    \"paymentTerm\": \"collect\",\r\n    \"packagesInfo\": [\r\n        {\r\n            \"packageType\": \"Dry 20'\",\r\n            \"amount\": 2,\r\n            \"weight\": \"2\",\r\n            \"weightMetric\": \"kg\",\r\n            \"hazardousMaterials\": \"0\",\r\n            \"volume\": \"2\",\r\n            \"volumeMetric\": \"m³\"\r\n        }\r\n    ],\r\n    \"totalVolume\": 2,\r\n    \"totalWeight\": 2,\r\n    \"totalVolumetricWeight\": 0,\r\n    \"totalChargeableWeight\": 2,\r\n    \"truckingService\": false,\r\n    \"truckingOrigin\": false,\r\n    \"truckingDestination\": false,\r\n    \"truckingOriginMode\": \"\",\r\n    \"truckingOriginEquipment\": \"\",\r\n    \"truckingOriginPickupDate\": null,\r\n    \"truckingOriginPickupAddress\": null,\r\n    \"truckingOriginDeliveryAddress\": null,\r\n    \"truckingDestinationMode\": \"\",\r\n    \"truckingDestinationEquipment\": \"\",\r\n    \"truckingDestinationPickupDate\": null,\r\n    \"truckingDestinationPickupAddress\": null,\r\n    \"truckingDestinationDeliveryAddress\": null,\r\n    \"quoteOriginLoadSmart\": \"\",\r\n    \"quoteDestinationLoadSmart\": \"\",\r\n    \"customBrokerage\": false,\r\n    \"specialInstructions\": \"\",\r\n    \"notes\": [],\r\n    \"rates\": [\r\n        {\r\n            \"cityOrigin\": {\r\n                \"address\": \"Canada\",\r\n                \"countryCode\": \"CA\",\r\n                \"lat\": 56.130366,\r\n                \"lng\": -106.346771\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Costa Rica\",\r\n                \"countryCode\": \"CR\",\r\n                \"lat\": 9.748916999999999,\r\n                \"lng\": -83.753428\r\n            },\r\n            \"subTotalFreight\": {\r\n                \"buyRate\": 200,\r\n                \"sellRate\": 400\r\n            },\r\n            \"subTotalFreightSurcharges\": {\r\n                \"buyRate\": 0,\r\n                \"sellRate\": 0\r\n            },\r\n            \"subTotalOrigin\": {\r\n                \"buyRate\": 0,\r\n                \"sellRate\": 0\r\n            },\r\n            \"subTotalDestination\": {\r\n                \"buyRate\": 0,\r\n                \"sellRate\": 0\r\n            },\r\n            \"_id\": \"660ea95e4b46f440e72a6324\",\r\n            \"__v\": 0,\r\n            \"accepted\": false,\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n                \"name\": \"CMA CGM\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\"\r\n            },\r\n            \"commodity\": \"FAK\",\r\n            \"createdAt\": \"2024-03-22T21:21:18.518Z\",\r\n            \"destination\": [],\r\n            \"freeDays\": null,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 100,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 200,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"twenty\",\r\n                    \"_id\": \"65fdf64e91208779d3b1940a\",\r\n                    \"amount\": 2\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [],\r\n            \"frequency\": \"\",\r\n            \"oneTimeRate\": false,\r\n            \"origin\": [],\r\n            \"portDestination\": null,\r\n            \"portOrigin\": null,\r\n            \"selected\": true,\r\n            \"shipmentType\": \"FCL\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"total\": 400,\r\n            \"totalBuy\": 200,\r\n            \"tranShipment\": \"\",\r\n            \"transitTime\": \"\",\r\n            \"validityFrom\": \"2024-03-14T13:21:34.000Z\",\r\n            \"validityTo\": \"2024-04-04T13:21:34.000Z\"\r\n        },\r\n        {\r\n            \"cityOrigin\": {\r\n                \"address\": \"Canada\",\r\n                \"countryCode\": \"CA\",\r\n                \"lat\": 56.130366,\r\n                \"lng\": -106.346771\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Costa Rica\",\r\n                \"countryCode\": \"CR\",\r\n                \"lat\": 9.748916999999999,\r\n                \"lng\": -83.753428\r\n            },\r\n            \"subTotalFreight\": {\r\n                \"buyRate\": 200,\r\n                \"sellRate\": 400\r\n            },\r\n            \"subTotalFreightSurcharges\": {\r\n                \"buyRate\": 0,\r\n                \"sellRate\": 0\r\n            },\r\n            \"subTotalOrigin\": {\r\n                \"buyRate\": 0,\r\n                \"sellRate\": 0\r\n            },\r\n            \"subTotalDestination\": {\r\n                \"buyRate\": 0,\r\n                \"sellRate\": 0\r\n            },\r\n            \"_id\": \"660ea95e4b46f440e72a6327\",\r\n            \"__v\": 0,\r\n            \"accepted\": false,\r\n            \"carrier\": {\r\n                \"_id\": \"6109d18d57f4854bc809b722\",\r\n                \"name\": \"BMC Line Shipping\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/BMC%20Line Shipping.jpg\"\r\n            },\r\n            \"commodity\": \"FAK\",\r\n            \"createdAt\": \"2024-03-22T21:21:18.299Z\",\r\n            \"destination\": [],\r\n            \"freeDays\": null,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 100,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 200,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"twenty\",\r\n                    \"_id\": \"65fdf64e91208779d3b19404\",\r\n                    \"amount\": 2\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [],\r\n            \"frequency\": \"\",\r\n            \"oneTimeRate\": false,\r\n            \"origin\": [],\r\n            \"portDestination\": null,\r\n            \"portOrigin\": null,\r\n            \"selected\": true,\r\n            \"shipmentType\": \"FCL\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"total\": 400,\r\n            \"totalBuy\": 200,\r\n            \"tranShipment\": \"\",\r\n            \"transitTime\": \"\",\r\n            \"validityFrom\": \"2024-03-12T13:21:34.000Z\",\r\n            \"validityTo\": \"2024-04-05T13:21:34.000Z\"\r\n        }\r\n    ],\r\n    \"ratesInlandTransportationOrigin\": [],\r\n    \"ratesInlandTransportationDestination\": [],\r\n    \"assignMember\": null,\r\n    \"disclaimers\": [\r\n        {\r\n            \"_id\": \"6529a61f7b91743a22ebd74e\",\r\n            \"title\": \"New\",\r\n            \"description\": \"asdfsa\"\r\n        }\r\n    ],\r\n    \"participants\": [],\r\n    \"status\": \"rejected\",\r\n    \"statusShipper\": \"\",\r\n    \"anonymous\": false,\r\n    \"shipper\": {\r\n        \"_id\": \"6499c290294fe24f0f182d73\",\r\n        \"address\": \"Colombia\",\r\n        \"email\": \"maria@gmail.com\",\r\n        \"name\": \"Maria Palacio\"\r\n    },\r\n    \"consignee\": null,\r\n    \"notify\": null,\r\n    \"agent\": null,\r\n    \"owner\": {\r\n        \"_id\": \"6496187f0b7497f3261b4260\",\r\n        \"name\": \"Logunsa\"\r\n    },\r\n    \"customTags\": [],\r\n    \"schedule\": null,\r\n    \"rejected\": {\r\n        \"user\": \"647f44a0a1727236e1a11a1f\",\r\n        \"date\": \"2024-04-04T13:38:00.123Z\",\r\n        \"message\": \"Costoso\"\r\n    },\r\n    \"_id\": \"660ea95f5ab6928b7f03c364\",\r\n    \"quoteId\": \"M232_CANADA_COSTA_FAK_240404080416800\",\r\n    \"tenant\": \"649618800b7497f3261b426d\",\r\n    \"__v\": 0,\r\n    \"companyType\": \"shipper\",\r\n    \"createdAt\": \"2024-04-04T13:21:34.742Z\",\r\n    \"creationUser\": {\r\n        \"_id\": \"649618800b7497f3261b426f\",\r\n        \"firstName\": \"Pedro Pablo\",\r\n        \"lastName\": \"holguin\",\r\n        \"email\": \"pedro.holgin+lsp@cargologik.com\",\r\n        \"urlPhotoProfile\": \"\"\r\n    },\r\n    \"isFavorite\": false,\r\n    \"manualInput\": \"M\",\r\n    \"tags\": [\r\n        \"rejected\"\r\n    ],\r\n    \"tenderLoadSmartDestination\": \"\",\r\n    \"tenderLoadSmartOrigin\": \"\",\r\n    \"turn\": \"client\",\r\n    \"updatedAt\": \"2024-04-04T13:38:00.123Z\",\r\n    \"rejectedDate\": \"2024-04-04T13:38:00.123Z\",\r\n    \"updateUser\": \"647f44a0a1727236e1a11a1f\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/quotes/update"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cityOrigin\": {\n        \"address\": \"Canada\",\n        \"countryCode\": \"CA\",\n        \"lat\": 56.130366,\n        \"lng\": -106.346771\n    },\n    \"cityDestination\": {\n        \"address\": \"Costa Rica\",\n        \"countryCode\": \"CR\",\n        \"lat\": 9.748916999999999,\n        \"lng\": -83.753428\n    },\n    \"rejected\": {\n        \"user\": \"647f44a0a1727236e1a11a1f\",\n        \"date\": \"2024-04-04T13:38:00.123Z\",\n        \"message\": \"Costoso\"\n    },\n    \"_id\": \"660ea95f5ab6928b7f03c364\",\n    \"quoteId\": \"M232_CANADA_COSTA_FAK_240404080416800\",\n    \"tenant\": \"649618800b7497f3261b426d\",\n    \"__v\": 0,\n    \"agent\": null,\n    \"anonymous\": false,\n    \"commodity\": \"FAK\",\n    \"company\": {\n        \"_id\": \"64961c56a1727236e1959277\",\n        \"name\": \"Shipper Pedro\"\n    },\n    \"companyType\": \"shipper\",\n    \"consignee\": null,\n    \"createdAt\": \"2024-04-04T13:21:34.742Z\",\n    \"creationUser\": \"649618800b7497f3261b426f\",\n    \"customBrokerage\": false,\n    \"customTags\": [],\n    \"descriptionCommodity\": \"Example description\",\n    \"disclaimers\": [\n        {\n            \"_id\": \"6529a61f7b91743a22ebd74e\",\n            \"title\": \"New\",\n            \"description\": \"asdfsa\"\n        }\n    ],\n    \"incoterm\": \"CIP\",\n    \"isFavorite\": false,\n    \"manualInput\": \"M\",\n    \"notes\": [],\n    \"notify\": null,\n    \"owner\": {\n        \"_id\": \"6496187f0b7497f3261b4260\",\n        \"name\": \"Customer1\"\n    },\n    \"packagesInfo\": [\n        {\n            \"packageType\": \"Dry 20'\",\n            \"amount\": 2,\n            \"weight\": \"2\",\n            \"weightMetric\": \"kg\",\n            \"hazardousMaterials\": \"0\",\n            \"volume\": \"2\",\n            \"volumeMetric\": \"m³\"\n        }\n    ],\n    \"participants\": [\n        {\n            \"_id\": \"660ea9695ab6928b7f03c73b\",\n            \"assignedTo\": {\n                \"_id\": \"649618800b7497f3261b426f\",\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"email\": \"pedro.holgin+lsp@cargologik.com\"\n            },\n            \"company\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"quote\": \"660ea95f5ab6928b7f03c364\",\n            \"createdAt\": \"2024-04-04T13:21:44.949Z\",\n            \"creationUser\": \"649618800b7497f3261b426f\",\n            \"isOwner\": false,\n            \"status\": \"active\",\n            \"type\": \"acm-lsp\"\n        },\n        {\n            \"_id\": \"660ea9695ab6928b7f03c75d\",\n            \"assignedTo\": {\n                \"_id\": \"649ee411cd2ae3022068836f\",\n                \"firstName\": \"Carlos Andres\",\n                \"lastName\": \"Holguin\",\n                \"email\": \"pedro.holgin+mem01@cargologik.com\"\n            },\n            \"company\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"quote\": \"660ea95f5ab6928b7f03c364\",\n            \"createdAt\": \"2024-04-04T13:21:45.192Z\",\n            \"creationUser\": \"649618800b7497f3261b426f\",\n            \"isOwner\": false,\n            \"status\": \"active\",\n            \"type\": \"acm-lsp\"\n        },\n        {\n            \"_id\": \"660ea96a5ab6928b7f03c77e\",\n            \"assignedTo\": {\n                \"_id\": \"64961c54416606c8874e1e60\",\n                \"firstName\": \"Shipper\",\n                \"lastName\": \"Pedro\",\n                \"email\": \"pedro.holgin+shipper1@cargologik.com\"\n            },\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"quote\": \"660ea95f5ab6928b7f03c364\",\n            \"createdAt\": \"2024-04-04T13:21:45.437Z\",\n            \"creationUser\": \"649618800b7497f3261b426f\",\n            \"isOwner\": false,\n            \"status\": \"active\",\n            \"type\": \"main-shipper\"\n        },\n        {\n            \"_id\": \"660ea96a5ab6928b7f03c79b\",\n            \"assignedTo\": {\n                \"_id\": \"64ba97808e1b1dec4387cabe\",\n                \"firstName\": \"Pedro\",\n                \"lastName\": \"Holguin\",\n                \"email\": \"pedro.holgin+shipper10@cargologik.com\"\n            },\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"quote\": \"660ea95f5ab6928b7f03c364\",\n            \"createdAt\": \"2024-04-04T13:21:45.682Z\",\n            \"creationUser\": \"649618800b7497f3261b426f\",\n            \"isOwner\": false,\n            \"status\": \"active\",\n            \"type\": \"internal-shipper\"\n        },\n        {\n            \"_id\": \"660ea96a5ab6928b7f03c7bb\",\n            \"assignedTo\": {\n                \"_id\": \"65469465c406353b872c843d\",\n                \"firstName\": \"new pedro\",\n                \"lastName\": \"holguin\",\n                \"email\": \"pedro.holgin+snew1@cargologik.com\"\n            },\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"quote\": \"660ea95f5ab6928b7f03c364\",\n            \"createdAt\": \"2024-04-04T13:21:45.925Z\",\n            \"creationUser\": \"649618800b7497f3261b426f\",\n            \"isOwner\": false,\n            \"status\": \"active\",\n            \"type\": \"internal-shipper\"\n        },\n        {\n            \"_id\": \"660ea96a5ab6928b7f03c7de\",\n            \"assignedTo\": {\n                \"_id\": \"654695a5e042a748f8348203\",\n                \"firstName\": \"new carlos\",\n                \"lastName\": \"ttt\",\n                \"email\": \"pedro.holgin+newc2@cargologik.com\"\n            },\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"quote\": \"660ea95f5ab6928b7f03c364\",\n            \"createdAt\": \"2024-04-04T13:21:46.170Z\",\n            \"creationUser\": \"649618800b7497f3261b426f\",\n            \"isOwner\": false,\n            \"status\": \"active\",\n            \"type\": \"internal-shipper\"\n        }\n    ],\n    \"paymentTerm\": \"collect\",\n    \"portDestination\": null,\n    \"portOrigin\": null,\n    \"quoteDestinationLoadSmart\": \"\",\n    \"quoteOriginLoadSmart\": \"\",\n    \"rates\": [\n        {\n            \"cityOrigin\": {\n                \"address\": \"Canada\",\n                \"countryCode\": \"CA\",\n                \"lat\": 56.130366,\n                \"lng\": -106.346771\n            },\n            \"cityDestination\": {\n                \"address\": \"Costa Rica\",\n                \"countryCode\": \"CR\",\n                \"lat\": 9.748916999999999,\n                \"lng\": -83.753428\n            },\n            \"subTotalFreight\": {\n                \"buyRate\": 200,\n                \"sellRate\": 400\n            },\n            \"subTotalFreightSurcharges\": {\n                \"buyRate\": 0,\n                \"sellRate\": 0\n            },\n            \"subTotalOrigin\": {\n                \"buyRate\": 0,\n                \"sellRate\": 0\n            },\n            \"subTotalDestination\": {\n                \"buyRate\": 0,\n                \"sellRate\": 0\n            },\n            \"_id\": \"660ea95e4b46f440e72a6324\",\n            \"__v\": 0,\n            \"accepted\": false,\n            \"carrier\": \"6019c700e3e6248a7fd73cb5\",\n            \"commodity\": \"FAK\",\n            \"createdAt\": \"2024-03-22T21:21:18.518Z\",\n            \"destination\": [],\n            \"freeDays\": null,\n            \"freight\": [\n                {\n                    \"charge\": \"20'\",\n                    \"buyRate\": 100,\n                    \"minBuyRate\": null,\n                    \"sellRate\": 200,\n                    \"minSellRate\": null,\n                    \"chargeBasis\": \"container\",\n                    \"key\": \"twenty\",\n                    \"_id\": \"65fdf64e91208779d3b1940a\"\n                }\n            ],\n            \"freightSurcharge\": [],\n            \"frequency\": \"\",\n            \"oneTimeRate\": false,\n            \"origin\": [],\n            \"portDestination\": null,\n            \"portOrigin\": null,\n            \"selected\": true,\n            \"shipmentType\": \"FCL\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"total\": 400,\n            \"totalBuy\": 200,\n            \"tranShipment\": \"\",\n            \"transitTime\": \"\",\n            \"validityFrom\": \"2024-03-14T13:51:28.000Z\",\n            \"validityTo\": \"2024-04-04T13:51:28.000Z\"\n        },\n        {\n            \"cityOrigin\": {\n                \"address\": \"Canada\",\n                \"countryCode\": \"CA\",\n                \"lat\": 56.130366,\n                \"lng\": -106.346771\n            },\n            \"cityDestination\": {\n                \"address\": \"Costa Rica\",\n                \"countryCode\": \"CR\",\n                \"lat\": 9.748916999999999,\n                \"lng\": -83.753428\n            },\n            \"subTotalFreight\": {\n                \"buyRate\": 200,\n                \"sellRate\": 400\n            },\n            \"subTotalFreightSurcharges\": {\n                \"buyRate\": 0,\n                \"sellRate\": 0\n            },\n            \"subTotalOrigin\": {\n                \"buyRate\": 0,\n                \"sellRate\": 0\n            },\n            \"subTotalDestination\": {\n                \"buyRate\": 0,\n                \"sellRate\": 0\n            },\n            \"_id\": \"660ea95e4b46f440e72a6327\",\n            \"__v\": 0,\n            \"accepted\": false,\n            \"carrier\": \"6109d18d57f4854bc809b722\",\n            \"commodity\": \"FAK\",\n            \"createdAt\": \"2024-03-22T21:21:18.299Z\",\n            \"destination\": [],\n            \"freeDays\": null,\n            \"freight\": [\n                {\n                    \"charge\": \"20'\",\n                    \"buyRate\": 100,\n                    \"minBuyRate\": null,\n                    \"sellRate\": 200,\n                    \"minSellRate\": null,\n                    \"chargeBasis\": \"container\",\n                    \"key\": \"twenty\",\n                    \"_id\": \"65fdf64e91208779d3b19404\"\n                }\n            ],\n            \"freightSurcharge\": [],\n            \"frequency\": \"\",\n            \"oneTimeRate\": false,\n            \"origin\": [],\n            \"portDestination\": null,\n            \"portOrigin\": null,\n            \"selected\": true,\n            \"shipmentType\": \"FCL\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"total\": 400,\n            \"totalBuy\": 200,\n            \"tranShipment\": \"\",\n            \"transitTime\": \"\",\n            \"validityFrom\": \"2024-03-12T13:51:28.000Z\",\n            \"validityTo\": \"2024-04-05T13:51:28.000Z\"\n        }\n    ],\n    \"ratesInlandTransportationDestination\": [],\n    \"ratesInlandTransportationOrigin\": [],\n    \"referenceName\": \"TEST\",\n    \"shipmentType\": \"FCL\",\n    \"shipper\": \"6499c290294fe24f0f182d73\",\n    \"single\": \"single\",\n    \"specialInstructions\": \"\",\n    \"status\": \"awaitingResponse\",\n    \"tags\": [],\n    \"tenderLoadSmartDestination\": \"\",\n    \"tenderLoadSmartOrigin\": \"\",\n    \"totalChargeableWeight\": 2,\n    \"totalVolume\": 2,\n    \"totalVolumetricWeight\": 0,\n    \"totalWeight\": 2,\n    \"transportationMode\": \"ship\",\n    \"truckingDestination\": false,\n    \"truckingDestinationDeliveryAddress\": null,\n    \"truckingDestinationEquipment\": \"\",\n    \"truckingDestinationMode\": \"\",\n    \"truckingDestinationPickupAddress\": null,\n    \"truckingDestinationPickupDate\": null,\n    \"truckingOrigin\": false,\n    \"truckingOriginDeliveryAddress\": null,\n    \"truckingOriginEquipment\": \"\",\n    \"truckingOriginMode\": \"\",\n    \"truckingOriginPickupAddress\": null,\n    \"truckingOriginPickupDate\": null,\n    \"truckingService\": false,\n    \"turn\": \"client\",\n    \"updatedAt\": \"2024-04-04T13:51:28.767Z\",\n    \"rejectedDate\": \"2024-04-04T13:38:00.123Z\",\n    \"updateUser\": \"649618800b7497f3261b426f\"\n}"}],"_postman_id":"6a5fb334-a9d9-4185-884e-3daad26f336c"},{"name":"Quote Details","id":"da655824-a481-43d8-88e7-f54bcb467d81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/v2/quotes/details/651f228e2a7f100f10ee32ed","description":"<h2 id=\"quote-details\">Quote Details</h2>\n<p>This endpoint allows you to retrieve detailed information for a specific quote.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/quotes/details/{quoteId}</code></li>\n<li><strong>Method HTTP</strong>: GET</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<ul>\n<li><code>quoteId</code> (Required): The unique identifier of the quote you wish to retrieve details for.</li>\n</ul>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request GET '[https://api.yourcompany.com/api/v2/quotes/details/651f228e2a7f100f10ee32ed'](https://api.yourcompany.com/api/v2/quotes/details/651f228e2a7f100f10ee32ed')\n\n</code></pre>\n","urlObject":{"path":["api","v2","quotes","details","651f228e2a7f100f10ee32ed"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"29696f93-f664-43b6-89b0-345139471e02","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"/api/v2/quotes/details/651f228e2a7f100f10ee32ed"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"cityOrigin\": {\r\n        \"address\": \"Costa Rica\",\r\n        \"countryCode\": \"CR\",\r\n        \"lat\": 9.748916999999999,\r\n        \"lng\": -83.753428\r\n    },\r\n    \"cityDestination\": {\r\n        \"address\": \"Canada\",\r\n        \"countryCode\": \"CA\",\r\n        \"lat\": 56.130366,\r\n        \"lng\": -106.346771\r\n    },\r\n    \"accepted\": {\r\n        \"user\": \"647f44a0a1727236e1a11a1f\",\r\n        \"date\": \"2024-03-20T21:14:34.978Z\",\r\n        \"message\": \"\"\r\n    },\r\n    \"_id\": \"65fb519f9cf74726788995e8\",\r\n    \"quoteId\": \"M227_COSTA_CANADA_FAK\",\r\n    \"tenant\": \"649618800b7497f3261b426d\",\r\n    \"__v\": 0,\r\n    \"anonymous\": false,\r\n    \"commodity\": \"FAK\",\r\n    \"company\": {\r\n        \"_id\": \"64961c56a1727236e1959277\",\r\n        \"name\": \"Shipper Pedro\"\r\n    },\r\n    \"companyType\": \"shipper\",\r\n    \"createdAt\": \"2024-03-20T21:14:08.002Z\",\r\n    \"creationUser\": {\r\n        \"_id\": \"649618800b7497f3261b426f\",\r\n        \"firstName\": \"Pedro Pablo\",\r\n        \"lastName\": \"holguin\",\r\n        \"email\": \"pedro.holgin+lsp@cargologik.com\",\r\n        \"urlPhotoProfile\": \"\"\r\n    },\r\n    \"customBrokerage\": false,\r\n    \"customTags\": [],\r\n    \"descriptionCommodity\": \"asdf\",\r\n    \"disclaimers\": [],\r\n    \"incoterm\": \"CIP\",\r\n    \"isFavorite\": false,\r\n    \"manualInput\": \"M\",\r\n    \"notes\": [],\r\n    \"owner\": {\r\n        \"_id\": \"6496187f0b7497f3261b4260\",\r\n        \"name\": \"Customer1\"\r\n    },\r\n    \"packagesInfo\": [\r\n        {\r\n            \"packageType\": \"Dry 20'\",\r\n            \"amount\": 2,\r\n            \"weight\": \"2\",\r\n            \"weightMetric\": \"kg\",\r\n            \"hazardousMaterials\": \"0\",\r\n            \"volume\": \"2\",\r\n            \"volumeMetric\": \"m³\"\r\n        }\r\n    ],\r\n    \"participants\": [\r\n        {\r\n            \"_id\": \"65fb51a69cf7472678899861\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"649618800b7497f3261b426f\",\r\n                \"firstName\": \"Pedro Pablo\",\r\n                \"lastName\": \"holguin\",\r\n                \"email\": \"pedro.holgin+lsp@cargologik.com\"\r\n            },\r\n            \"company\": {\r\n                \"_id\": \"6496187f0b7497f3261b4260\",\r\n                \"name\": \"Customer1\",\r\n                \"type\": \"lsp\"\r\n            },\r\n            \"quote\": \"65fb519f9cf74726788995e8\",\r\n            \"status\": \"active\",\r\n            \"type\": \"acm-lsp\"\r\n        },\r\n        {\r\n            \"_id\": \"65fb51a69cf747267889987d\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"649ee411cd2ae3022068836f\",\r\n                \"firstName\": \"Carlos Andres\",\r\n                \"lastName\": \"Holguin\",\r\n                \"email\": \"pedro.holgin+mem01@cargologik.com\"\r\n            },\r\n            \"company\": {\r\n                \"_id\": \"6496187f0b7497f3261b4260\",\r\n                \"name\": \"Customer1\",\r\n                \"type\": \"lsp\"\r\n            },\r\n            \"quote\": \"65fb519f9cf74726788995e8\",\r\n            \"status\": \"active\",\r\n            \"type\": \"acm-lsp\"\r\n        },\r\n        {\r\n            \"_id\": \"65fb51a79cf7472678899896\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"64961c54416606c8874e1e60\",\r\n                \"firstName\": \"Shipper\",\r\n                \"lastName\": \"Pedro\",\r\n                \"email\": \"pedro.holgin+shipper1@cargologik.com\"\r\n            },\r\n            \"company\": {\r\n                \"_id\": \"64961c56a1727236e1959277\",\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"quote\": \"65fb519f9cf74726788995e8\",\r\n            \"status\": \"active\",\r\n            \"type\": \"main-shipper\"\r\n        },\r\n        {\r\n            \"_id\": \"65fb51a79cf74726788998ab\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"64ba97808e1b1dec4387cabe\",\r\n                \"firstName\": \"Pedro\",\r\n                \"lastName\": \"Holguin\",\r\n                \"email\": \"pedro.holgin+shipper10@cargologik.com\"\r\n            },\r\n            \"company\": {\r\n                \"_id\": \"64961c56a1727236e1959277\",\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"quote\": \"65fb519f9cf74726788995e8\",\r\n            \"status\": \"active\",\r\n            \"type\": \"internal-shipper\"\r\n        },\r\n        {\r\n            \"_id\": \"65fb51a79cf74726788998ca\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"65469465c406353b872c843d\",\r\n                \"firstName\": \"new pedro\",\r\n                \"lastName\": \"holguin\",\r\n                \"email\": \"pedro.holgin+snew1@cargologik.com\"\r\n            },\r\n            \"company\": {\r\n                \"_id\": \"64961c56a1727236e1959277\",\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"quote\": \"65fb519f9cf74726788995e8\",\r\n            \"status\": \"active\",\r\n            \"type\": \"internal-shipper\"\r\n        },\r\n        {\r\n            \"_id\": \"65fb51a79cf74726788998f6\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"654695a5e042a748f8348203\",\r\n                \"firstName\": \"new carlos\",\r\n                \"lastName\": \"ttt\",\r\n                \"email\": \"pedro.holgin+newc2@cargologik.com\"\r\n            },\r\n            \"company\": {\r\n                \"_id\": \"64961c56a1727236e1959277\",\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"quote\": \"65fb519f9cf74726788995e8\",\r\n            \"status\": \"active\",\r\n            \"type\": \"internal-shipper\"\r\n        }\r\n    ],\r\n    \"paymentTerm\": \"\",\r\n    \"portDestination\": null,\r\n    \"portOrigin\": null,\r\n    \"quoteDestinationLoadSmart\": \"\",\r\n    \"quoteOriginLoadSmart\": \"\",\r\n    \"rates\": [\r\n        {\r\n            \"cityOrigin\": {\r\n                \"address\": \"Costa Rica\",\r\n                \"countryCode\": \"CR\",\r\n                \"lat\": 9.748916999999999,\r\n                \"lng\": -83.753428\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Canada\",\r\n                \"countryCode\": \"CA\",\r\n                \"lat\": 56.130366,\r\n                \"lng\": -106.346771\r\n            },\r\n            \"subTotalFreight\": {\r\n                \"buyRate\": 4000,\r\n                \"sellRate\": 6000\r\n            },\r\n            \"subTotalFreightSurcharges\": {\r\n                \"buyRate\": 0,\r\n                \"sellRate\": 0\r\n            },\r\n            \"subTotalOrigin\": {\r\n                \"buyRate\": 0,\r\n                \"sellRate\": 0\r\n            },\r\n            \"subTotalDestination\": {\r\n                \"buyRate\": 0,\r\n                \"sellRate\": 0\r\n            },\r\n            \"_id\": \"65fb519f7a54861c5f5de5e5\",\r\n            \"__v\": 0,\r\n            \"accepted\": false,\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73caf\",\r\n                \"name\": \"Maersk\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Maersk.png\"\r\n            },\r\n            \"commodity\": \"FAK\",\r\n            \"createdAt\": \"2024-03-19T21:46:27.663Z\",\r\n            \"destination\": [],\r\n            \"freeDays\": null,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 2000,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 3000,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"twenty\",\r\n                    \"_id\": \"65fa07b3cfa7abda7d80c8f6\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [],\r\n            \"frequency\": \"\",\r\n            \"oneTimeRate\": false,\r\n            \"origin\": [],\r\n            \"portDestination\": null,\r\n            \"portOrigin\": null,\r\n            \"selected\": false,\r\n            \"shipmentType\": \"FCL\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"total\": 6000,\r\n            \"totalBuy\": 4000,\r\n            \"tranShipment\": \"\",\r\n            \"transitTime\": \"\",\r\n            \"validityFrom\": \"2024-03-18T21:14:07.000Z\",\r\n            \"validityTo\": \"2024-03-31T21:14:07.000Z\"\r\n        },\r\n        {\r\n            \"cityOrigin\": {\r\n                \"address\": \"Costa Rica\",\r\n                \"countryCode\": \"CR\",\r\n                \"lat\": 9.748916999999999,\r\n                \"lng\": -83.753428\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Canada\",\r\n                \"countryCode\": \"CA\",\r\n                \"lat\": 56.130366,\r\n                \"lng\": -106.346771\r\n            },\r\n            \"subTotalFreight\": {\r\n                \"buyRate\": 40,\r\n                \"sellRate\": 800\r\n            },\r\n            \"subTotalFreightSurcharges\": {\r\n                \"buyRate\": 0,\r\n                \"sellRate\": 0\r\n            },\r\n            \"subTotalOrigin\": {\r\n                \"buyRate\": 0,\r\n                \"sellRate\": 0\r\n            },\r\n            \"subTotalDestination\": {\r\n                \"buyRate\": 0,\r\n                \"sellRate\": 0\r\n            },\r\n            \"_id\": \"65fb519f7a54861c5f5de5e8\",\r\n            \"__v\": 0,\r\n            \"accepted\": true,\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n                \"name\": \"CMA CGM\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\"\r\n            },\r\n            \"commodity\": \"FAK\",\r\n            \"createdAt\": \"2024-03-05T19:56:03.540Z\",\r\n            \"destination\": [],\r\n            \"freeDays\": null,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 20,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 400,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"twenty\",\r\n                    \"_id\": \"65e778d3d64681d443a68fdc\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [],\r\n            \"frequency\": \"\",\r\n            \"oneTimeRate\": false,\r\n            \"origin\": [],\r\n            \"portDestination\": null,\r\n            \"portOrigin\": null,\r\n            \"selected\": true,\r\n            \"shipmentType\": \"FCL\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"total\": 800,\r\n            \"totalBuy\": 40,\r\n            \"tranShipment\": \"\",\r\n            \"transitTime\": \"\",\r\n            \"validityFrom\": \"2024-03-01T21:14:07.000Z\",\r\n            \"validityTo\": \"2024-04-05T21:14:07.000Z\"\r\n        }\r\n    ],\r\n    \"ratesInlandTransportationDestination\": [],\r\n    \"ratesInlandTransportationOrigin\": [],\r\n    \"referenceName\": \"TEST T3\",\r\n    \"shipmentType\": \"FCL\",\r\n    \"single\": \"single\",\r\n    \"specialInstructions\": \"\",\r\n    \"status\": \"active\",\r\n    \"tags\": [\r\n        \"active\"\r\n    ],\r\n    \"tenderLoadSmartDestination\": \"\",\r\n    \"tenderLoadSmartOrigin\": \"\",\r\n    \"totalChargeableWeight\": 2,\r\n    \"totalVolume\": 2,\r\n    \"totalVolumetricWeight\": 0,\r\n    \"totalWeight\": 2,\r\n    \"transportationMode\": \"ship\",\r\n    \"truckingDestination\": false,\r\n    \"truckingDestinationDeliveryAddress\": null,\r\n    \"truckingDestinationEquipment\": \"\",\r\n    \"truckingDestinationMode\": \"\",\r\n    \"truckingDestinationPickupAddress\": null,\r\n    \"truckingDestinationPickupDate\": null,\r\n    \"truckingOrigin\": false,\r\n    \"truckingOriginDeliveryAddress\": null,\r\n    \"truckingOriginEquipment\": \"\",\r\n    \"truckingOriginMode\": \"\",\r\n    \"truckingOriginPickupAddress\": null,\r\n    \"truckingOriginPickupDate\": null,\r\n    \"truckingService\": false,\r\n    \"turn\": \"client\",\r\n    \"updatedAt\": \"2024-03-20T21:14:34.978Z\",\r\n    \"acceptedDate\": \"2024-03-20T21:14:34.978Z\",\r\n    \"updateUser\": \"647f44a0a1727236e1a11a1f\"\r\n}"}],"_postman_id":"da655824-a481-43d8-88e7-f54bcb467d81"},{"name":"list Quotes","id":"ab8026cb-3f3c-4453-a0a2-a83e6f2dabca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"filter\": {\r\n\t\t\"status\": \"actionRequired\"\r\n\t},\r\n\t\"page\": 1,\r\n\t\"lastPage\": 1,\r\n\t\"limit\": 10,\r\n\t\"sort\": {},\r\n\t\"search\": \"\",\r\n\t\"type\": \"[TASK] Filter Table Type\",\r\n\t\"fields\": [\r\n\t\t\"quoteId\",\r\n\t\t\"anonymous\",\r\n\t\t\"assignMember\",\r\n\t\t\"cityDestination.address\",\r\n\t\t\"cityDestination.countryCode\",\r\n\t\t\"cityDestination.lat\",\r\n\t\t\"cityDestination.lng\",\r\n\t\t\"cityOrigin.address\",\r\n\t\t\"cityOrigin.countryCode\",\r\n\t\t\"cityOrigin.lat\",\r\n\t\t\"cityOrigin.lng\",\r\n\t\t\"commodity\",\r\n\t\t\"company._id\",\r\n\t\t\"company.name\",\r\n\t\t\"createdAt\",\r\n\t\t\"creationUser._id\",\r\n\t\t\"creationUser.fullName\",\r\n\t\t\"creationUser.firstName\",\r\n\t\t\"creationUser.lastName\",\r\n\t\t\"creationUser.urlPhotoProfile\",\r\n\t\t\"customBrokerage\",\r\n\t\t\"descriptionCommodity\",\r\n\t\t\"disclaimers._id\",\r\n\t\t\"disclaimers.title\",\r\n\t\t\"disclaimers.description\",\r\n\t\t\"incoterm\",\r\n\t\t\"isFavorite\",\r\n\t\t\"manualInput\",\r\n\t\t\"notes\",\r\n\t\t\"owner.name\",\r\n\t\t\"owner._id\",\r\n\t\t\"acceptedDate\",\r\n\t\t\"rejectedDate\",\r\n\t\t\"packagesInfo.packageType\",\r\n\t\t\"packagesInfo.amount\",\r\n\t\t\"packagesInfo.weight\",\r\n\t\t\"packagesInfo.weightMetric\",\r\n\t\t\"packagesInfo.hazardousMaterials\",\r\n\t\t\"packagesInfo.volume\",\r\n\t\t\"packagesInfo.volumeMetric\",\r\n\t\t\"paymentTerm\",\r\n\t\t\"portDestination.address\",\r\n\t\t\"portDestination.countryCode\",\r\n\t\t\"portOrigin.address\",\r\n\t\t\"portOrigin.countryCode\",\r\n\t\t\"quoteDestinationLoadSmart\",\r\n\t\t\"quoteOriginLoadSmart\",\r\n\t\t\"ratesInlandTransportationDestination\",\r\n\t\t\"ratesInlandTransportationOrigin\",\r\n\t\t\"truckingOrigin\",\r\n\t\t\"truckingDestination\",\r\n\t\t\"truckingOriginMode\",\r\n\t\t\"truckingOriginEquipment\",\r\n\t\t\"truckingOriginPickupDate\",\r\n\t\t\"truckingOriginPickupAddress\",\r\n\t\t\"truckingOriginDeliveryAddress\",\r\n\t\t\"truckingDestinationMode\",\r\n\t\t\"truckingDestinationEquipment\",\r\n\t\t\"truckingDestinationPickupDate\",\r\n\t\t\"truckingDestinationPickupAddress\",\r\n\t\t\"truckingDestinationDeliveryAddress\",\r\n\t\t\"referenceName\",\r\n\t\t\"shipmentType\",\r\n\t\t\"single\",\r\n\t\t\"specialInstructions\",\r\n\t\t\"status\",\r\n\t\t\"statusShipper\",\r\n\t\t\"tags\",\r\n\t\t\"customTags\",\r\n\t\t\"tenderLoadSmartDestination\",\r\n\t\t\"tenderLoadSmartOrigin\",\r\n\t\t\"totalChargeableWeight\",\r\n\t\t\"totalVolume\",\r\n\t\t\"totalVolumetricWeight\",\r\n\t\t\"totalWeight\",\r\n\t\t\"transportationMode\",\r\n\t\t\"truckingService\",\r\n\t\t\"updatedAt\",\r\n\t\t\"shipperName\",\r\n\t\t\"lspName\"\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/quotes/list","description":"<h2 id=\"list-quotes\">List Quotes</h2>\n<p>Endpoint allows you to obtain a list of quotes with filtering and pagination options.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>{{URL}}/api/v2/quotes/list</code></p>\n</li>\n<li><p><strong>Method HTTP</strong>: POST</p>\n</li>\n<li><p><strong>Headers</strong>:</p>\n<ul>\n<li><p><code>Accept-Language: en</code></p>\n</li>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter.status</code></td>\n<td>The status to filter tasks by. (e.g \"attention\", \"upcoming\", \"active\", \"history\", \"actionRequired\", \"awaitingResponse\", \"active\", \"cancelled\", \"archived\", \"deleted\")</td>\n</tr>\n<tr>\n<td><code>search</code></td>\n<td>The search query.</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>The current page number.</td>\n</tr>\n<tr>\n<td><code>lastPage</code></td>\n<td>The last page number.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td>The maximum number of items per page.</td>\n</tr>\n<tr>\n<td><code>sort</code></td>\n<td>The sorting criteria.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>The type of filter table.</td>\n</tr>\n<tr>\n<td><code>fields</code></td>\n<td>The fields to include in the response.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"filter\": {\n        \"status\": \"actionRequired\"\n    },\n    \"page\": 1,\n    \"lastPage\": 1,\n    \"limit\": 10,\n    \"sort\": {},\n    \"search\": \"\",\n    \"type\": \"[TASK] Filter Table Type\",\n    \"fields\": [\n        \"quoteId\",\n        \"anonymous\",\n        \"assignMember\",\n        \"cityDestination.address\",\n        \"cityDestination.countryCode\",\n        \"cityDestination.lat\",\n        \"cityDestination.lng\",\n        \"cityOrigin.address\",\n        \"cityOrigin.countryCode\",\n        \"cityOrigin.lat\",\n        \"cityOrigin.lng\",\n        \"commodity\",\n        \"company._id\",\n        \"company.name\",\n        \"createdAt\",\n        \"creationUser._id\",\n        \"creationUser.fullName\",\n        \"creationUser.firstName\",\n        \"creationUser.lastName\",\n        \"creationUser.urlPhotoProfile\",\n        \"customBrokerage\",\n        \"descriptionCommodity\",\n        \"disclaimers._id\",\n        \"disclaimers.title\",\n        \"disclaimers.description\",\n        \"incoterm\",\n        \"isFavorite\",\n        \"manualInput\",\n        \"notes\",\n        \"owner.name\",\n        \"owner._id\",\n        \"acceptedDate\",\n        \"rejectedDate\",\n        \"packagesInfo.packageType\",\n        \"packagesInfo.amount\",\n        \"packagesInfo.weight\",\n        \"packagesInfo.weightMetric\",\n        \"packagesInfo.hazardousMaterials\",\n        \"packagesInfo.volume\",\n        \"packagesInfo.volumeMetric\",\n        \"paymentTerm\",\n        \"portDestination.address\",\n        \"portDestination.countryCode\",\n        \"portOrigin.address\",\n        \"portOrigin.countryCode\",\n        \"quoteDestinationLoadSmart\",\n        \"quoteOriginLoadSmart\",\n        \"ratesInlandTransportationDestination\",\n        \"ratesInlandTransportationOrigin\",\n        \"truckingOrigin\",\n        \"truckingDestination\",\n        \"truckingOriginMode\",\n        \"truckingOriginEquipment\",\n        \"truckingOriginPickupDate\",\n        \"truckingOriginPickupAddress\",\n        \"truckingOriginDeliveryAddress\",\n        \"truckingDestinationMode\",\n        \"truckingDestinationEquipment\",\n        \"truckingDestinationPickupDate\",\n        \"truckingDestinationPickupAddress\",\n        \"truckingDestinationDeliveryAddress\",\n        \"referenceName\",\n        \"shipmentType\",\n        \"single\",\n        \"specialInstructions\",\n        \"status\",\n        \"statusShipper\",\n        \"tags\",\n        \"customTags\",\n        \"tenderLoadSmartDestination\",\n        \"tenderLoadSmartOrigin\",\n        \"totalChargeableWeight\",\n        \"totalVolume\",\n        \"totalVolumetricWeight\",\n        \"totalWeight\",\n        \"transportationMode\",\n        \"truckingService\",\n        \"updatedAt\",\n        \"shipperName\",\n        \"lspName\"\n    ]\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","quotes","list"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"4f160f93-48fd-421d-92d1-aab36d5ffb3e","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"filter\": {\r\n        \"status\": \"actionRequired\"\r\n    },\r\n    \"page\": 1,\r\n    \"lastPage\": 1,\r\n    \"limit\": 10,\r\n    \"sort\": {},\r\n    \"search\": \"\",\r\n    \"type\": \"[TASK] Filter Table Type\",\r\n    \"fields\": [\r\n        \"quoteId\",\r\n        \"anonymous\",\r\n        \"assignMember\",\r\n        \"cityDestination.address\",\r\n        \"cityDestination.countryCode\",\r\n        \"cityDestination.lat\",\r\n        \"cityDestination.lng\",\r\n        \"cityOrigin.address\",\r\n        \"cityOrigin.countryCode\",\r\n        \"cityOrigin.lat\",\r\n        \"cityOrigin.lng\",\r\n        \"commodity\",\r\n        \"company._id\",\r\n        \"company.name\",\r\n        \"createdAt\",\r\n        \"creationUser._id\",\r\n        \"creationUser.fullName\",\r\n        \"creationUser.firstName\",\r\n        \"creationUser.lastName\",\r\n        \"creationUser.urlPhotoProfile\",\r\n        \"customBrokerage\",\r\n        \"descriptionCommodity\",\r\n        \"disclaimers._id\",\r\n        \"disclaimers.title\",\r\n        \"disclaimers.description\",\r\n        \"incoterm\",\r\n        \"isFavorite\",\r\n        \"manualInput\",\r\n        \"notes\",\r\n        \"owner.name\",\r\n        \"owner._id\",\r\n        \"acceptedDate\",\r\n        \"rejectedDate\",\r\n        \"packagesInfo.packageType\",\r\n        \"packagesInfo.amount\",\r\n        \"packagesInfo.weight\",\r\n        \"packagesInfo.weightMetric\",\r\n        \"packagesInfo.hazardousMaterials\",\r\n        \"packagesInfo.volume\",\r\n        \"packagesInfo.volumeMetric\",\r\n        \"paymentTerm\",\r\n        \"portDestination.address\",\r\n        \"portDestination.countryCode\",\r\n        \"portOrigin.address\",\r\n        \"portOrigin.countryCode\",\r\n        \"quoteDestinationLoadSmart\",\r\n        \"quoteOriginLoadSmart\",\r\n        \"ratesInlandTransportationDestination\",\r\n        \"ratesInlandTransportationOrigin\",\r\n        \"truckingOrigin\",\r\n        \"truckingDestination\",\r\n        \"truckingOriginMode\",\r\n        \"truckingOriginEquipment\",\r\n        \"truckingOriginPickupDate\",\r\n        \"truckingOriginPickupAddress\",\r\n        \"truckingOriginDeliveryAddress\",\r\n        \"truckingDestinationMode\",\r\n        \"truckingDestinationEquipment\",\r\n        \"truckingDestinationPickupDate\",\r\n        \"truckingDestinationPickupAddress\",\r\n        \"truckingDestinationDeliveryAddress\",\r\n        \"referenceName\",\r\n        \"shipmentType\",\r\n        \"single\",\r\n        \"specialInstructions\",\r\n        \"status\",\r\n        \"statusShipper\",\r\n        \"tags\",\r\n        \"customTags\",\r\n        \"tenderLoadSmartDestination\",\r\n        \"tenderLoadSmartOrigin\",\r\n        \"totalChargeableWeight\",\r\n        \"totalVolume\",\r\n        \"totalVolumetricWeight\",\r\n        \"totalWeight\",\r\n        \"transportationMode\",\r\n        \"truckingService\",\r\n        \"updatedAt\",\r\n        \"shipperName\",\r\n        \"lspName\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/quotes/list"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"651f228e2a7f100f10ee32ed\",\n            \"quoteId\": \"M70_MIAMI_S-O_STEEL\",\n            \"anonymous\": false,\n            \"cityDestination\": {\n                \"address\": \"São Gonçalo, Estado de Río de Janeiro, Brasil\",\n                \"countryCode\": \"BR\",\n                \"lat\": -22.8235278,\n                \"lng\": -43.0477582\n            },\n            \"cityOrigin\": {\n                \"address\": \"Miami, Florida, EE. UU.\",\n                \"countryCode\": \"US\",\n                \"lat\": 25.7616798,\n                \"lng\": -80.1917902\n            },\n            \"commodity\": \"Steel\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"createdAt\": \"2023-10-05T20:54:38.042Z\",\n            \"creationUser\": {\n                \"_id\": \"649618800b7497f3261b426f\",\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"customBrokerage\": false,\n            \"customTags\": [],\n            \"descriptionCommodity\": \"asdfa\",\n            \"disclaimers\": [\n                {\n                    \"_id\": \"64deaf030e307790bfd07ac2\",\n                    \"title\": \"KLO\",\n                    \"description\": \"DSFG SGS DFGSDFG SDFGSDFGS DFGSDGSDFG\"\n                },\n                {\n                    \"_id\": \"64deaedb0e307790bfd079f5\",\n                    \"title\": \"UUII\",\n                    \"description\": \"AS DFASF ASDFAS AFSDF ASD FASDF AFAS FSADFAS\"\n                }\n            ],\n            \"incoterm\": \"CIF\",\n            \"isFavorite\": false,\n            \"manualInput\": \"M\",\n            \"notes\": [],\n            \"owner\": {\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [\n                {\n                    \"packageType\": \"Dry 40'\",\n                    \"amount\": 2,\n                    \"weight\": \"2\",\n                    \"weightMetric\": \"kg\",\n                    \"hazardousMaterials\": \"0\",\n                    \"volume\": \"2\",\n                    \"volumeMetric\": \"m³\"\n                }\n            ],\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649618800b7497f3261b426f\",\n                        \"firstName\": \"Pedro Pablo\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"type\": \"acm-lsp\",\n                    \"status\": \"active\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64961c54416606c8874e1e60\",\n                        \"firstName\": \"Shipper\",\n                        \"lastName\": \"Pedro\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"type\": \"main-shipper\",\n                    \"status\": \"active\"\n                }\n            ],\n            \"paymentTerm\": \"collect\",\n            \"portDestination\": null,\n            \"portOrigin\": null,\n            \"quoteDestinationLoadSmart\": \"\",\n            \"quoteOriginLoadSmart\": \"\",\n            \"rates\": [\n                {\n                    \"accepted\": false,\n                    \"carrier\": {\n                        \"_id\": \"6019c700e3e6248a7fd73cae\",\n                        \"name\": \"MSC\",\n                        \"logo\": \"https://storage.googleapis.com/carriers_logos/msc-logo.png\"\n                    },\n                    \"destination\": [],\n                    \"freight\": [\n                        {\n                            \"charge\": \"40'\",\n                            \"buyRate\": 500,\n                            \"sellRate\": 600,\n                            \"chargeBasis\": \"container\",\n                            \"_id\": \"6500b3d360bbd3eed1bdb71d\"\n                        }\n                    ],\n                    \"freightSurcharge\": [],\n                    \"origin\": [],\n                    \"selected\": true,\n                    \"subTotalDestination\": {\n                        \"buyRate\": 0,\n                        \"sellRate\": 0\n                    },\n                    \"subTotalFreight\": {\n                        \"buyRate\": 1000,\n                        \"sellRate\": 1200\n                    },\n                    \"subTotalFreightSurcharges\": {\n                        \"buyRate\": 0,\n                        \"sellRate\": 0\n                    },\n                    \"subTotalOrigin\": {\n                        \"buyRate\": 0,\n                        \"sellRate\": 0\n                    },\n                    \"total\": 1200,\n                    \"validityFrom\": \"2023-01-01T20:54:37.000Z\",\n                    \"validityTo\": \"2023-12-31T20:54:37.000Z\"\n                },\n                {\n                    \"accepted\": false,\n                    \"carrier\": {\n                        \"_id\": \"6019c700e3e6248a7fd73cae\",\n                        \"name\": \"MSC\",\n                        \"logo\": \"https://storage.googleapis.com/carriers_logos/msc-logo.png\"\n                    },\n                    \"destination\": [],\n                    \"freight\": [\n                        {\n                            \"charge\": \"40'\",\n                            \"buyRate\": 500,\n                            \"sellRate\": 600,\n                            \"chargeBasis\": \"container\",\n                            \"_id\": \"6500b3d360bbd3eed1bdb70d\"\n                        }\n                    ],\n                    \"freightSurcharge\": [],\n                    \"origin\": [],\n                    \"selected\": false,\n                    \"subTotalDestination\": {\n                        \"buyRate\": 0,\n                        \"sellRate\": 0\n                    },\n                    \"subTotalFreight\": {\n                        \"buyRate\": 1000,\n                        \"sellRate\": 1200\n                    },\n                    \"subTotalFreightSurcharges\": {\n                        \"buyRate\": 0,\n                        \"sellRate\": 0\n                    },\n                    \"subTotalOrigin\": {\n                        \"buyRate\": 0,\n                        \"sellRate\": 0\n                    },\n                    \"total\": 1200,\n                    \"validityFrom\": \"2023-01-01T20:54:37.000Z\",\n                    \"validityTo\": \"2023-12-31T20:54:37.000Z\"\n                }\n            ],\n            \"ratesInlandTransportationDestination\": [],\n            \"ratesInlandTransportationOrigin\": [],\n            \"referenceName\": \"PO C1\",\n            \"shipmentType\": \"FCL\",\n            \"single\": \"single\",\n            \"specialInstructions\": \"\",\n            \"status\": \"awaitingResponse\",\n            \"statusShipper\": \"actionRequired\",\n            \"tags\": [\n                \"lsp-awaitingResponse\"\n            ],\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"tenderLoadSmartDestination\": \"\",\n            \"tenderLoadSmartOrigin\": \"\",\n            \"totalChargeableWeight\": 2,\n            \"totalVolume\": 2,\n            \"totalVolumetricWeight\": 0,\n            \"totalWeight\": 2,\n            \"transportationMode\": \"ship\",\n            \"truckingDestination\": false,\n            \"truckingOrigin\": false,\n            \"truckingService\": false,\n            \"updatedAt\": \"2023-10-05T20:54:37.763Z\",\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Customer1\"\n        },\n        {\n            \"_id\": \"64fb4c3025098513bf2b4eda\",\n            \"quoteId\": \"M66_CALIFORNIA_MX_FAK\",\n            \"anonymous\": false,\n            \"cityOrigin\": {\n                \"address\": \"California, EE. UU.\",\n                \"countryCode\": \"US\",\n                \"lat\": 36.778261,\n                \"lng\": -119.4179324\n            },\n            \"commodity\": \"FAK\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"createdAt\": \"2023-09-08T16:30:40.063Z\",\n            \"creationUser\": {\n                \"_id\": \"649618800b7497f3261b426f\",\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"customBrokerage\": false,\n            \"descriptionCommodity\": \"sad\",\n            \"disclaimers\": [],\n            \"incoterm\": \"EXW\",\n            \"isFavorite\": false,\n            \"manualInput\": \"M\",\n            \"notes\": [],\n            \"owner\": {\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [\n                {\n                    \"packageType\": \"Dry 20'\",\n                    \"amount\": 1,\n                    \"weight\": \"2\",\n                    \"weightMetric\": \"kg\",\n                    \"hazardousMaterials\": \"0\",\n                    \"volume\": \"2\",\n                    \"volumeMetric\": \"m³\"\n                }\n            ],\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649618800b7497f3261b426f\",\n                        \"firstName\": \"Pedro Pablo\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"type\": \"col-lsp\",\n                    \"status\": \"active\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64961c54416606c8874e1e60\",\n                        \"firstName\": \"Shipper\",\n                        \"lastName\": \"Pedro\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"type\": \"col-shipper\",\n                    \"status\": \"active\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64b54a2cc3c010b800ae8779\",\n                        \"firstName\": \"Pedro\",\n                        \"lastName\": \"Luis\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64b54a2ba1727236e139ba72\",\n                        \"name\": \"Shipper3\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"col-shipper\"\n                }\n            ],\n            \"paymentTerm\": \"collect\",\n            \"portDestination\": {\n                \"address\": \"MXACA Acapulco\",\n                \"countryCode\": \"MX\"\n            },\n            \"portOrigin\": null,\n            \"quoteDestinationLoadSmart\": \"\",\n            \"quoteOriginLoadSmart\": \"\",\n            \"rates\": [\n                {\n                    \"accepted\": false,\n                    \"carrier\": {\n                        \"_id\": \"6019c700e3e6248a7fd73cb6\",\n                        \"name\": \"COSCO\",\n                        \"logo\": \"https://storage.googleapis.com/carriers_logos/cosco.png\"\n                    },\n                    \"destination\": [],\n                    \"freight\": [\n                        {\n                            \"charge\": \"20'\",\n                            \"buyRate\": 100,\n                            \"minBuyRate\": null,\n                            \"sellRate\": 200,\n                            \"minSellRate\": null,\n                            \"chargeBasis\": \"container\",\n                            \"key\": \"twenty\",\n                            \"_id\": \"64f8d90747b484859b242d52\"\n                        }\n                    ],\n                    \"freightSurcharge\": [\n                        {\n                            \"charge\": \"Docs fee ggggggggggg gg\",\n                            \"buyRate\": 10,\n                            \"minBuyRate\": null,\n                            \"sellRate\": 20,\n                            \"minSellRate\": null,\n                            \"chargeBasis\": \"amount\",\n                            \"key\": \"ebs\",\n                            \"_id\": \"64f8d90747b484859b242d53\"\n                        },\n                        {\n                            \"charge\": \"FOB\",\n                            \"buyRate\": 0,\n                            \"minBuyRate\": null,\n                            \"sellRate\": 0,\n                            \"minSellRate\": null,\n                            \"chargeBasis\": \"amount\",\n                            \"key\": \"fob\",\n                            \"_id\": \"64f905842e89d5c5e3533dab\"\n                        }\n                    ],\n                    \"origin\": [],\n                    \"selected\": true,\n                    \"subTotalDestination\": {\n                        \"buyRate\": 0,\n                        \"sellRate\": 0\n                    },\n                    \"subTotalFreight\": {\n                        \"buyRate\": 100,\n                        \"sellRate\": 200\n                    },\n                    \"subTotalFreightSurcharges\": {\n                        \"buyRate\": 10,\n                        \"sellRate\": 20\n                    },\n                    \"subTotalOrigin\": {\n                        \"buyRate\": 0,\n                        \"sellRate\": 0\n                    },\n                    \"total\": 220,\n                    \"validityFrom\": \"2023-09-01T16:30:39.000Z\",\n                    \"validityTo\": \"2023-10-07T16:30:39.000Z\"\n                }\n            ],\n            \"ratesInlandTransportationDestination\": [],\n            \"ratesInlandTransportationOrigin\": [],\n            \"referenceName\": \"PO TEST COL 1\",\n            \"shipmentType\": \"FCL\",\n            \"single\": \"single\",\n            \"specialInstructions\": \"\",\n            \"status\": \"awaitingResponse\",\n            \"statusShipper\": \"actionRequired\",\n            \"tags\": [\n                \"lsp-awaitingResponse\"\n            ],\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"tenderLoadSmartDestination\": \"\",\n            \"tenderLoadSmartOrigin\": \"\",\n            \"totalChargeableWeight\": 2,\n            \"totalVolume\": 2,\n            \"totalVolumetricWeight\": 0,\n            \"totalWeight\": 2,\n            \"transportationMode\": \"ship\",\n            \"truckingDestination\": false,\n            \"truckingOrigin\": false,\n            \"truckingService\": false,\n            \"updatedAt\": \"2023-09-08T16:30:39.735Z\",\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Customer1\"\n        }\n    ],\n    \"status\": \"success\",\n    \"pagingCounter\": 10,\n    \"totalPages\": 1,\n    \"hasPrevPage\": true,\n    \"hasNextPage\": true,\n    \"prevPage\": 0,\n    \"nextPage\": 0,\n    \"totalItems\": 2,\n    \"page\": 1,\n    \"limit\": 10\n}"}],"_postman_id":"ab8026cb-3f3c-4453-a0a2-a83e6f2dabca"},{"name":"list Quotes with participants","id":"0d91e04a-ea8d-4360-97f3-dba3cdf49898","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"filter\": {},\r\n\t\"page\": 1,\r\n\t\"lastPage\": 1,\r\n\t\"limit\": 10,\r\n\t\"sort\": {},\r\n\t\"search\": \"\",\r\n\t\"type\": \"[TASK] Filter Table Type\",\r\n\t\"fields\": [\r\n\t\t\"quoteId\",\r\n\t\t\"anonymous\",\r\n\t\t\"assignMember\",\r\n\t\t\"cityDestination.address\",\r\n\t\t\"cityDestination.countryCode\",\r\n\t\t\"cityDestination.lat\",\r\n\t\t\"cityDestination.lng\",\r\n\t\t\"cityOrigin.address\",\r\n\t\t\"cityOrigin.countryCode\",\r\n\t\t\"cityOrigin.lat\",\r\n\t\t\"cityOrigin.lng\",\r\n\t\t\"commodity\",\r\n\t\t\"company._id\",\r\n\t\t\"company.name\",\r\n\t\t\"createdAt\",\r\n\t\t\"creationUser._id\",\r\n\t\t\"creationUser.fullName\",\r\n\t\t\"creationUser.firstName\",\r\n\t\t\"creationUser.lastName\",\r\n\t\t\"creationUser.urlPhotoProfile\",\r\n\t\t\"customBrokerage\",\r\n\t\t\"descriptionCommodity\",\r\n\t\t\"disclaimers._id\",\r\n\t\t\"disclaimers.title\",\r\n\t\t\"disclaimers.description\",\r\n\t\t\"incoterm\",\r\n\t\t\"isFavorite\",\r\n\t\t\"manualInput\",\r\n\t\t\"notes\",\r\n\t\t\"owner.name\",\r\n\t\t\"owner._id\",\r\n\t\t\"acceptedDate\",\r\n\t\t\"rejectedDate\",\r\n\t\t\"packagesInfo.packageType\",\r\n\t\t\"packagesInfo.amount\",\r\n\t\t\"packagesInfo.weight\",\r\n\t\t\"packagesInfo.weightMetric\",\r\n\t\t\"packagesInfo.hazardousMaterials\",\r\n\t\t\"packagesInfo.volume\",\r\n\t\t\"packagesInfo.volumeMetric\",\r\n\t\t\"paymentTerm\",\r\n\t\t\"portDestination.address\",\r\n\t\t\"portDestination.countryCode\",\r\n\t\t\"portOrigin.address\",\r\n\t\t\"portOrigin.countryCode\",\r\n\t\t\"quoteDestinationLoadSmart\",\r\n\t\t\"quoteOriginLoadSmart\",\r\n\t\t\"ratesInlandTransportationDestination\",\r\n\t\t\"ratesInlandTransportationOrigin\",\r\n\t\t\"truckingOrigin\",\r\n\t\t\"truckingDestination\",\r\n\t\t\"truckingOriginMode\",\r\n\t\t\"truckingOriginEquipment\",\r\n\t\t\"truckingOriginPickupDate\",\r\n\t\t\"truckingOriginPickupAddress\",\r\n\t\t\"truckingOriginDeliveryAddress\",\r\n\t\t\"truckingDestinationMode\",\r\n\t\t\"truckingDestinationEquipment\",\r\n\t\t\"truckingDestinationPickupDate\",\r\n\t\t\"truckingDestinationPickupAddress\",\r\n\t\t\"truckingDestinationDeliveryAddress\",\r\n\t\t\"referenceName\",\r\n\t\t\"shipmentType\",\r\n\t\t\"single\",\r\n\t\t\"specialInstructions\",\r\n\t\t\"status\",\r\n\t\t\"statusShipper\",\r\n\t\t\"tags\",\r\n\t\t\"customTags\",\r\n\t\t\"tenderLoadSmartDestination\",\r\n\t\t\"tenderLoadSmartOrigin\",\r\n\t\t\"totalChargeableWeight\",\r\n\t\t\"totalVolume\",\r\n\t\t\"totalVolumetricWeight\",\r\n\t\t\"totalWeight\",\r\n\t\t\"transportationMode\",\r\n\t\t\"truckingService\",\r\n\t\t\"updatedAt\",\r\n\t\t\"shipperName\",\r\n\t\t\"lspName\"\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/quotes/list-participants","description":"<h2 id=\"list-quotes\">List Quotes</h2>\n<p>Endpoint allows you to obtain a list of quotes with filtering and pagination options.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>{{URL}}/api/v2/quotes/list</code></p>\n</li>\n<li><p><strong>Method HTTP</strong>: POST</p>\n</li>\n<li><p><strong>Headers</strong>:</p>\n<ul>\n<li><p><code>Accept-Language: en</code></p>\n</li>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter.status</code></td>\n<td>The status to filter tasks by. (e.g \"attention\", \"upcoming\", \"active\", \"history\", \"actionRequired\", \"awaitingResponse\", \"active\", \"cancelled\", \"archived\", \"deleted\")</td>\n</tr>\n<tr>\n<td><code>search</code></td>\n<td>The search query.</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>The current page number.</td>\n</tr>\n<tr>\n<td><code>lastPage</code></td>\n<td>The last page number.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td>The maximum number of items per page.</td>\n</tr>\n<tr>\n<td><code>sort</code></td>\n<td>The sorting criteria.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>The type of filter table.</td>\n</tr>\n<tr>\n<td><code>fields</code></td>\n<td>The fields to include in the response.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"filter\": {\n        \"status\": \"actionRequired\"\n    },\n    \"page\": 1,\n    \"lastPage\": 1,\n    \"limit\": 10,\n    \"sort\": {},\n    \"search\": \"\",\n    \"type\": \"[TASK] Filter Table Type\",\n    \"fields\": [\n        \"quoteId\",\n        \"anonymous\",\n        \"assignMember\",\n        \"cityDestination.address\",\n        \"cityDestination.countryCode\",\n        \"cityDestination.lat\",\n        \"cityDestination.lng\",\n        \"cityOrigin.address\",\n        \"cityOrigin.countryCode\",\n        \"cityOrigin.lat\",\n        \"cityOrigin.lng\",\n        \"commodity\",\n        \"company._id\",\n        \"company.name\",\n        \"createdAt\",\n        \"creationUser._id\",\n        \"creationUser.fullName\",\n        \"creationUser.firstName\",\n        \"creationUser.lastName\",\n        \"creationUser.urlPhotoProfile\",\n        \"customBrokerage\",\n        \"descriptionCommodity\",\n        \"disclaimers._id\",\n        \"disclaimers.title\",\n        \"disclaimers.description\",\n        \"incoterm\",\n        \"isFavorite\",\n        \"manualInput\",\n        \"notes\",\n        \"owner.name\",\n        \"owner._id\",\n        \"acceptedDate\",\n        \"rejectedDate\",\n        \"packagesInfo.packageType\",\n        \"packagesInfo.amount\",\n        \"packagesInfo.weight\",\n        \"packagesInfo.weightMetric\",\n        \"packagesInfo.hazardousMaterials\",\n        \"packagesInfo.volume\",\n        \"packagesInfo.volumeMetric\",\n        \"paymentTerm\",\n        \"portDestination.address\",\n        \"portDestination.countryCode\",\n        \"portOrigin.address\",\n        \"portOrigin.countryCode\",\n        \"quoteDestinationLoadSmart\",\n        \"quoteOriginLoadSmart\",\n        \"ratesInlandTransportationDestination\",\n        \"ratesInlandTransportationOrigin\",\n        \"truckingOrigin\",\n        \"truckingDestination\",\n        \"truckingOriginMode\",\n        \"truckingOriginEquipment\",\n        \"truckingOriginPickupDate\",\n        \"truckingOriginPickupAddress\",\n        \"truckingOriginDeliveryAddress\",\n        \"truckingDestinationMode\",\n        \"truckingDestinationEquipment\",\n        \"truckingDestinationPickupDate\",\n        \"truckingDestinationPickupAddress\",\n        \"truckingDestinationDeliveryAddress\",\n        \"referenceName\",\n        \"shipmentType\",\n        \"single\",\n        \"specialInstructions\",\n        \"status\",\n        \"statusShipper\",\n        \"tags\",\n        \"customTags\",\n        \"tenderLoadSmartDestination\",\n        \"tenderLoadSmartOrigin\",\n        \"totalChargeableWeight\",\n        \"totalVolume\",\n        \"totalVolumetricWeight\",\n        \"totalWeight\",\n        \"transportationMode\",\n        \"truckingService\",\n        \"updatedAt\",\n        \"shipperName\",\n        \"lspName\"\n    ]\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","quotes","list-participants"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"36352466-7b2d-42d3-b164-910909bf89ef","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"filter\": {\r\n        \"status\": \"actionRequired\"\r\n    },\r\n    \"page\": 1,\r\n    \"lastPage\": 1,\r\n    \"limit\": 10,\r\n    \"sort\": {},\r\n    \"search\": \"\",\r\n    \"type\": \"[TASK] Filter Table Type\",\r\n    \"fields\": [\r\n        \"quoteId\",\r\n        \"anonymous\",\r\n        \"assignMember\",\r\n        \"cityDestination.address\",\r\n        \"cityDestination.countryCode\",\r\n        \"cityDestination.lat\",\r\n        \"cityDestination.lng\",\r\n        \"cityOrigin.address\",\r\n        \"cityOrigin.countryCode\",\r\n        \"cityOrigin.lat\",\r\n        \"cityOrigin.lng\",\r\n        \"commodity\",\r\n        \"company._id\",\r\n        \"company.name\",\r\n        \"createdAt\",\r\n        \"creationUser._id\",\r\n        \"creationUser.fullName\",\r\n        \"creationUser.firstName\",\r\n        \"creationUser.lastName\",\r\n        \"creationUser.urlPhotoProfile\",\r\n        \"customBrokerage\",\r\n        \"descriptionCommodity\",\r\n        \"disclaimers._id\",\r\n        \"disclaimers.title\",\r\n        \"disclaimers.description\",\r\n        \"incoterm\",\r\n        \"isFavorite\",\r\n        \"manualInput\",\r\n        \"notes\",\r\n        \"owner.name\",\r\n        \"owner._id\",\r\n        \"acceptedDate\",\r\n        \"rejectedDate\",\r\n        \"packagesInfo.packageType\",\r\n        \"packagesInfo.amount\",\r\n        \"packagesInfo.weight\",\r\n        \"packagesInfo.weightMetric\",\r\n        \"packagesInfo.hazardousMaterials\",\r\n        \"packagesInfo.volume\",\r\n        \"packagesInfo.volumeMetric\",\r\n        \"paymentTerm\",\r\n        \"portDestination.address\",\r\n        \"portDestination.countryCode\",\r\n        \"portOrigin.address\",\r\n        \"portOrigin.countryCode\",\r\n        \"quoteDestinationLoadSmart\",\r\n        \"quoteOriginLoadSmart\",\r\n        \"ratesInlandTransportationDestination\",\r\n        \"ratesInlandTransportationOrigin\",\r\n        \"truckingOrigin\",\r\n        \"truckingDestination\",\r\n        \"truckingOriginMode\",\r\n        \"truckingOriginEquipment\",\r\n        \"truckingOriginPickupDate\",\r\n        \"truckingOriginPickupAddress\",\r\n        \"truckingOriginDeliveryAddress\",\r\n        \"truckingDestinationMode\",\r\n        \"truckingDestinationEquipment\",\r\n        \"truckingDestinationPickupDate\",\r\n        \"truckingDestinationPickupAddress\",\r\n        \"truckingDestinationDeliveryAddress\",\r\n        \"referenceName\",\r\n        \"shipmentType\",\r\n        \"single\",\r\n        \"specialInstructions\",\r\n        \"status\",\r\n        \"statusShipper\",\r\n        \"tags\",\r\n        \"customTags\",\r\n        \"tenderLoadSmartDestination\",\r\n        \"tenderLoadSmartOrigin\",\r\n        \"totalChargeableWeight\",\r\n        \"totalVolume\",\r\n        \"totalVolumetricWeight\",\r\n        \"totalWeight\",\r\n        \"transportationMode\",\r\n        \"truckingService\",\r\n        \"updatedAt\",\r\n        \"shipperName\",\r\n        \"lspName\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/quotes/list"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"651f228e2a7f100f10ee32ed\",\n            \"quoteId\": \"M70_MIAMI_S-O_STEEL\",\n            \"anonymous\": false,\n            \"cityDestination\": {\n                \"address\": \"São Gonçalo, Estado de Río de Janeiro, Brasil\",\n                \"countryCode\": \"BR\",\n                \"lat\": -22.8235278,\n                \"lng\": -43.0477582\n            },\n            \"cityOrigin\": {\n                \"address\": \"Miami, Florida, EE. UU.\",\n                \"countryCode\": \"US\",\n                \"lat\": 25.7616798,\n                \"lng\": -80.1917902\n            },\n            \"commodity\": \"Steel\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"createdAt\": \"2023-10-05T20:54:38.042Z\",\n            \"creationUser\": {\n                \"_id\": \"649618800b7497f3261b426f\",\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"customBrokerage\": false,\n            \"customTags\": [],\n            \"descriptionCommodity\": \"asdfa\",\n            \"disclaimers\": [\n                {\n                    \"_id\": \"64deaf030e307790bfd07ac2\",\n                    \"title\": \"KLO\",\n                    \"description\": \"DSFG SGS DFGSDFG SDFGSDFGS DFGSDGSDFG\"\n                },\n                {\n                    \"_id\": \"64deaedb0e307790bfd079f5\",\n                    \"title\": \"UUII\",\n                    \"description\": \"AS DFASF ASDFAS AFSDF ASD FASDF AFAS FSADFAS\"\n                }\n            ],\n            \"incoterm\": \"CIF\",\n            \"isFavorite\": false,\n            \"manualInput\": \"M\",\n            \"notes\": [],\n            \"owner\": {\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [\n                {\n                    \"packageType\": \"Dry 40'\",\n                    \"amount\": 2,\n                    \"weight\": \"2\",\n                    \"weightMetric\": \"kg\",\n                    \"hazardousMaterials\": \"0\",\n                    \"volume\": \"2\",\n                    \"volumeMetric\": \"m³\"\n                }\n            ],\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649618800b7497f3261b426f\",\n                        \"firstName\": \"Pedro Pablo\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"type\": \"acm-lsp\",\n                    \"status\": \"active\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64961c54416606c8874e1e60\",\n                        \"firstName\": \"Shipper\",\n                        \"lastName\": \"Pedro\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"type\": \"main-shipper\",\n                    \"status\": \"active\"\n                }\n            ],\n            \"paymentTerm\": \"collect\",\n            \"portDestination\": null,\n            \"portOrigin\": null,\n            \"quoteDestinationLoadSmart\": \"\",\n            \"quoteOriginLoadSmart\": \"\",\n            \"rates\": [\n                {\n                    \"accepted\": false,\n                    \"carrier\": {\n                        \"_id\": \"6019c700e3e6248a7fd73cae\",\n                        \"name\": \"MSC\",\n                        \"logo\": \"https://storage.googleapis.com/carriers_logos/msc-logo.png\"\n                    },\n                    \"destination\": [],\n                    \"freight\": [\n                        {\n                            \"charge\": \"40'\",\n                            \"buyRate\": 500,\n                            \"sellRate\": 600,\n                            \"chargeBasis\": \"container\",\n                            \"_id\": \"6500b3d360bbd3eed1bdb71d\"\n                        }\n                    ],\n                    \"freightSurcharge\": [],\n                    \"origin\": [],\n                    \"selected\": true,\n                    \"subTotalDestination\": {\n                        \"buyRate\": 0,\n                        \"sellRate\": 0\n                    },\n                    \"subTotalFreight\": {\n                        \"buyRate\": 1000,\n                        \"sellRate\": 1200\n                    },\n                    \"subTotalFreightSurcharges\": {\n                        \"buyRate\": 0,\n                        \"sellRate\": 0\n                    },\n                    \"subTotalOrigin\": {\n                        \"buyRate\": 0,\n                        \"sellRate\": 0\n                    },\n                    \"total\": 1200,\n                    \"validityFrom\": \"2023-01-01T20:54:37.000Z\",\n                    \"validityTo\": \"2023-12-31T20:54:37.000Z\"\n                },\n                {\n                    \"accepted\": false,\n                    \"carrier\": {\n                        \"_id\": \"6019c700e3e6248a7fd73cae\",\n                        \"name\": \"MSC\",\n                        \"logo\": \"https://storage.googleapis.com/carriers_logos/msc-logo.png\"\n                    },\n                    \"destination\": [],\n                    \"freight\": [\n                        {\n                            \"charge\": \"40'\",\n                            \"buyRate\": 500,\n                            \"sellRate\": 600,\n                            \"chargeBasis\": \"container\",\n                            \"_id\": \"6500b3d360bbd3eed1bdb70d\"\n                        }\n                    ],\n                    \"freightSurcharge\": [],\n                    \"origin\": [],\n                    \"selected\": false,\n                    \"subTotalDestination\": {\n                        \"buyRate\": 0,\n                        \"sellRate\": 0\n                    },\n                    \"subTotalFreight\": {\n                        \"buyRate\": 1000,\n                        \"sellRate\": 1200\n                    },\n                    \"subTotalFreightSurcharges\": {\n                        \"buyRate\": 0,\n                        \"sellRate\": 0\n                    },\n                    \"subTotalOrigin\": {\n                        \"buyRate\": 0,\n                        \"sellRate\": 0\n                    },\n                    \"total\": 1200,\n                    \"validityFrom\": \"2023-01-01T20:54:37.000Z\",\n                    \"validityTo\": \"2023-12-31T20:54:37.000Z\"\n                }\n            ],\n            \"ratesInlandTransportationDestination\": [],\n            \"ratesInlandTransportationOrigin\": [],\n            \"referenceName\": \"PO C1\",\n            \"shipmentType\": \"FCL\",\n            \"single\": \"single\",\n            \"specialInstructions\": \"\",\n            \"status\": \"awaitingResponse\",\n            \"statusShipper\": \"actionRequired\",\n            \"tags\": [\n                \"lsp-awaitingResponse\"\n            ],\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"tenderLoadSmartDestination\": \"\",\n            \"tenderLoadSmartOrigin\": \"\",\n            \"totalChargeableWeight\": 2,\n            \"totalVolume\": 2,\n            \"totalVolumetricWeight\": 0,\n            \"totalWeight\": 2,\n            \"transportationMode\": \"ship\",\n            \"truckingDestination\": false,\n            \"truckingOrigin\": false,\n            \"truckingService\": false,\n            \"updatedAt\": \"2023-10-05T20:54:37.763Z\",\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Customer1\"\n        },\n        {\n            \"_id\": \"64fb4c3025098513bf2b4eda\",\n            \"quoteId\": \"M66_CALIFORNIA_MX_FAK\",\n            \"anonymous\": false,\n            \"cityOrigin\": {\n                \"address\": \"California, EE. UU.\",\n                \"countryCode\": \"US\",\n                \"lat\": 36.778261,\n                \"lng\": -119.4179324\n            },\n            \"commodity\": \"FAK\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"createdAt\": \"2023-09-08T16:30:40.063Z\",\n            \"creationUser\": {\n                \"_id\": \"649618800b7497f3261b426f\",\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"customBrokerage\": false,\n            \"descriptionCommodity\": \"sad\",\n            \"disclaimers\": [],\n            \"incoterm\": \"EXW\",\n            \"isFavorite\": false,\n            \"manualInput\": \"M\",\n            \"notes\": [],\n            \"owner\": {\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"packagesInfo\": [\n                {\n                    \"packageType\": \"Dry 20'\",\n                    \"amount\": 1,\n                    \"weight\": \"2\",\n                    \"weightMetric\": \"kg\",\n                    \"hazardousMaterials\": \"0\",\n                    \"volume\": \"2\",\n                    \"volumeMetric\": \"m³\"\n                }\n            ],\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649618800b7497f3261b426f\",\n                        \"firstName\": \"Pedro Pablo\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"type\": \"col-lsp\",\n                    \"status\": \"active\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64961c54416606c8874e1e60\",\n                        \"firstName\": \"Shipper\",\n                        \"lastName\": \"Pedro\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"type\": \"col-shipper\",\n                    \"status\": \"active\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64b54a2cc3c010b800ae8779\",\n                        \"firstName\": \"Pedro\",\n                        \"lastName\": \"Luis\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64b54a2ba1727236e139ba72\",\n                        \"name\": \"Shipper3\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"col-shipper\"\n                }\n            ],\n            \"paymentTerm\": \"collect\",\n            \"portDestination\": {\n                \"address\": \"MXACA Acapulco\",\n                \"countryCode\": \"MX\"\n            },\n            \"portOrigin\": null,\n            \"quoteDestinationLoadSmart\": \"\",\n            \"quoteOriginLoadSmart\": \"\",\n            \"rates\": [\n                {\n                    \"accepted\": false,\n                    \"carrier\": {\n                        \"_id\": \"6019c700e3e6248a7fd73cb6\",\n                        \"name\": \"COSCO\",\n                        \"logo\": \"https://storage.googleapis.com/carriers_logos/cosco.png\"\n                    },\n                    \"destination\": [],\n                    \"freight\": [\n                        {\n                            \"charge\": \"20'\",\n                            \"buyRate\": 100,\n                            \"minBuyRate\": null,\n                            \"sellRate\": 200,\n                            \"minSellRate\": null,\n                            \"chargeBasis\": \"container\",\n                            \"key\": \"twenty\",\n                            \"_id\": \"64f8d90747b484859b242d52\"\n                        }\n                    ],\n                    \"freightSurcharge\": [\n                        {\n                            \"charge\": \"Docs fee ggggggggggg gg\",\n                            \"buyRate\": 10,\n                            \"minBuyRate\": null,\n                            \"sellRate\": 20,\n                            \"minSellRate\": null,\n                            \"chargeBasis\": \"amount\",\n                            \"key\": \"ebs\",\n                            \"_id\": \"64f8d90747b484859b242d53\"\n                        },\n                        {\n                            \"charge\": \"FOB\",\n                            \"buyRate\": 0,\n                            \"minBuyRate\": null,\n                            \"sellRate\": 0,\n                            \"minSellRate\": null,\n                            \"chargeBasis\": \"amount\",\n                            \"key\": \"fob\",\n                            \"_id\": \"64f905842e89d5c5e3533dab\"\n                        }\n                    ],\n                    \"origin\": [],\n                    \"selected\": true,\n                    \"subTotalDestination\": {\n                        \"buyRate\": 0,\n                        \"sellRate\": 0\n                    },\n                    \"subTotalFreight\": {\n                        \"buyRate\": 100,\n                        \"sellRate\": 200\n                    },\n                    \"subTotalFreightSurcharges\": {\n                        \"buyRate\": 10,\n                        \"sellRate\": 20\n                    },\n                    \"subTotalOrigin\": {\n                        \"buyRate\": 0,\n                        \"sellRate\": 0\n                    },\n                    \"total\": 220,\n                    \"validityFrom\": \"2023-09-01T16:30:39.000Z\",\n                    \"validityTo\": \"2023-10-07T16:30:39.000Z\"\n                }\n            ],\n            \"ratesInlandTransportationDestination\": [],\n            \"ratesInlandTransportationOrigin\": [],\n            \"referenceName\": \"PO TEST COL 1\",\n            \"shipmentType\": \"FCL\",\n            \"single\": \"single\",\n            \"specialInstructions\": \"\",\n            \"status\": \"awaitingResponse\",\n            \"statusShipper\": \"actionRequired\",\n            \"tags\": [\n                \"lsp-awaitingResponse\"\n            ],\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"tenderLoadSmartDestination\": \"\",\n            \"tenderLoadSmartOrigin\": \"\",\n            \"totalChargeableWeight\": 2,\n            \"totalVolume\": 2,\n            \"totalVolumetricWeight\": 0,\n            \"totalWeight\": 2,\n            \"transportationMode\": \"ship\",\n            \"truckingDestination\": false,\n            \"truckingOrigin\": false,\n            \"truckingService\": false,\n            \"updatedAt\": \"2023-09-08T16:30:39.735Z\",\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Customer1\"\n        }\n    ],\n    \"status\": \"success\",\n    \"pagingCounter\": 10,\n    \"totalPages\": 1,\n    \"hasPrevPage\": true,\n    \"hasNextPage\": true,\n    \"prevPage\": 0,\n    \"nextPage\": 0,\n    \"totalItems\": 2,\n    \"page\": 1,\n    \"limit\": 10\n}"}],"_postman_id":"0d91e04a-ea8d-4360-97f3-dba3cdf49898"},{"name":"Update Status Quote","id":"c1f71400-2ed7-44a2-9249-9af3d2e1b3d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"message\": \"Example description\",\r\n    \"id\": \"65fdf64f9cf747267849cf3f\",\r\n    \"status\": \"active\",\r\n    \"rate\": \"65fdf64e91208779d3b19406\",\r\n    \"rateInlandOrigin\": {},\r\n    \"rateInlandDestination\": {},\r\n    \"tenant\": \"companyTenant\",\r\n    \"customer\": \"slack\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/quotes/update-status","description":"<h2 id=\"update-status-quote\">Update Status Quote</h2>\n<p>Endpoint to change status to a quote.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/quotes/update-status</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>message</code></td>\n<td>The message associated with the status.</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>The ID of the item.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>The status of the item (e.g., rejected).</td>\n</tr>\n</tbody>\n</table>\n</div><p>When you send status in active</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>message</code></td>\n<td>A description or message associated with the item.</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>The unique identifier of the item.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>The status of the item (e.g., active, rejected, etc.).</td>\n</tr>\n<tr>\n<td><code>rate</code></td>\n<td>The ID of the rate associated with the item.</td>\n</tr>\n<tr>\n<td><code>rateInlandOrigin</code></td>\n<td>Information about the inland origin rate, if applicable.</td>\n</tr>\n<tr>\n<td><code>rateInlandDestination</code></td>\n<td>Information about the inland destination rate, if applicable.</td>\n</tr>\n<tr>\n<td><code>tenant</code></td>\n<td>The tenant or entity related to the item (e.g., companyTenant).</td>\n</tr>\n<tr>\n<td><code>customer</code></td>\n<td>The customer associated with the item (e.g., slack).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"Example description\",\n    \"id\": \"65fdf64f9cf747267849cf3f\",\n    \"status\": \"active\",\n    \"rate\": \"65fdf64e91208779d3b19406\",\n    \"rateInlandOrigin\": {},\n    \"rateInlandDestination\": {},\n    \"tenant\": \"companyTenant\",\n    \"customer\": \"slack\"\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","quotes","update-status"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"7949537f-ef0e-44d6-ba71-3f62d3704623","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"message\": \"Example description\",\r\n    \"id\": \"65fdf64f9cf747267849cf3f\",\r\n    \"status\": \"active\",\r\n    \"rate\": \"65fdf64e91208779d3b19406\",\r\n    \"rateInlandOrigin\": {},\r\n    \"rateInlandDestination\": {},\r\n    \"tenant\": \"companyTenant\",\r\n    \"customer\": \"slack\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/quotes/update-status"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"_id\": \"65fdf64f9cf747267849cf3f\",\r\n    \"quoteId\": \"M231_CANADA_COSTA_FAK_2403221632\",\r\n    \"company\": {\r\n        \"_id\": \"65fdf6349cf747267849c84c\",\r\n        \"name\": \"Slack\",\r\n        \"type\": \"shipper\"\r\n    },\r\n    \"createdAt\": \"2024-03-22T21:21:18.949Z\",\r\n    \"owner\": {\r\n        \"_id\": \"6496187f0b7497f3261b4260\",\r\n        \"name\": \"Customer1\",\r\n        \"type\": \"lsp\"\r\n    },\r\n    \"participants\": [\r\n        {\r\n            \"_id\": \"65fdf6589cf747267849d1c6\",\r\n            \"assignedTo\": \"649618800b7497f3261b426f\",\r\n            \"company\": \"6496187f0b7497f3261b4260\",\r\n            \"status\": \"active\",\r\n            \"type\": \"acm-lsp\"\r\n        },\r\n        {\r\n            \"_id\": \"65fdf6589cf747267849d1d6\",\r\n            \"assignedTo\": \"649ee411cd2ae3022068836f\",\r\n            \"company\": \"6496187f0b7497f3261b4260\",\r\n            \"status\": \"active\",\r\n            \"type\": \"acm-lsp\"\r\n        },\r\n        {\r\n            \"_id\": \"65fdf6599cf747267849d1ea\",\r\n            \"assignedTo\": \"64ba89865c04ad7d907d45eb\",\r\n            \"company\": \"6496187f0b7497f3261b4260\",\r\n            \"status\": \"active\",\r\n            \"type\": \"acm-lsp\"\r\n        },\r\n        {\r\n            \"_id\": \"65fdf6599cf747267849d204\",\r\n            \"assignedTo\": \"65fdf63491208779d3b193c3\",\r\n            \"company\": \"65fdf6349cf747267849c84c\",\r\n            \"status\": \"active\",\r\n            \"type\": \"main-shipper\"\r\n        }\r\n    ],\r\n    \"status\": \"inProgress\",\r\n    \"tags\": [\r\n        \"document\"\r\n    ],\r\n    \"updatedAt\": \"2024-03-22T21:21:18.739Z\"\r\n}"}],"_postman_id":"c1f71400-2ed7-44a2-9249-9af3d2e1b3d6"},{"name":"Download PDF Quote","id":"18e5e04f-9542-489d-83cb-a95340d724a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/v2/quotes/download-pdf/65de4f815f9bcb053b47953d","description":"<h2 id=\"download-pdf-quote\">Download PDF Quote</h2>\n<p>This endpoint allows you to download detailed information for a specific Quote as a pdf.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/quotes/download-pdf/{quoteId}</code></li>\n<li><strong>Method HTTP</strong>: GET</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<ul>\n<li><code>quoteId</code> (Required): The unique identifier of the quote you wish to retrieve details for.</li>\n</ul>\n","urlObject":{"path":["api","v2","quotes","download-pdf","65de4f815f9bcb053b47953d"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"18e5e04f-9542-489d-83cb-a95340d724a3"},{"name":"Favorite Quote","id":"e9e2d606-f1e5-401a-9780-5236f7bef1e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"id\": \"660ea95f5ab6928b7f03c364\",\r\n\t\"isFavorite\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/quotes/favorite","description":"<h2 id=\"favorite-quote\">Favorite Quote</h2>\n<p>Endpoint to favorite a quote.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/quotes/favorite</code></li>\n<li><strong>Method HTTP</strong>: PUT</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The ID of the item.</td>\n</tr>\n<tr>\n<td>isFavorite</td>\n<td>Indicates whether the item is marked as favorite.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"660ea95f5ab6928b7f03c364\",\n    \"isFavorite\": true\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","quotes","favorite"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"c2eafd4d-532a-4279-8ec1-23dd136eb104","name":"Example","originalRequest":{"method":"PUT","header":[{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"id\": \"660ea95f5ab6928b7f03c364\",\r\n\t\"isFavorite\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/quotes/favorite"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e9e2d606-f1e5-401a-9780-5236f7bef1e7"},{"name":"Archive Quote","id":"c4507fc2-b7dd-4e07-b5b2-6d2abf8e739b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"idQuote\": \"64deaee082ec98cb0da5003a\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/quotes/archived","description":"<h2 id=\"archive-a-quote\">Archive a Quote</h2>\n<p>This endpoint allows you to archive a specific quote.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/quotes/archived</code></li>\n<li><strong>Method HTTP</strong>: PUT</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>idQuote</code> (Required): The unique identifier of the quote you wish to archive.</li>\n</ul>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request PUT 'https://api.yourcompany.com/api/v2/quotes/archived' \\\n--data-raw '{\n  \"quoteId\": \"651f228e2a7f100f10ee32ed\"\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","quotes","archived"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"c2b591d4-3f2c-45d9-b8e5-f145c5f74b3f","name":"Example","originalRequest":{"method":"PUT","header":[{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"idQuote\": \"649c8db1a1727236e11b3f31\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/quotes/archive"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"ok\",\r\n    \"data\": \"Quote archived\"\r\n}"}],"_postman_id":"c4507fc2-b7dd-4e07-b5b2-6d2abf8e739b"},{"name":"Cancel Quote","id":"b72be141-d9bd-4011-80ca-f15a108aacc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"idQuote\": \"64d3eabf82ec98cb0d6154b9\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/quotes/cancelled","description":"<h2 id=\"cancel-a-quote\">Cancel a Quote</h2>\n<p>This endpoint allows you to cancel a specific quote.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/quotes/cancelled</code></li>\n<li><strong>Method HTTP</strong>: PUT</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>idQuote</code> (Required): The unique identifier of the quote you wish to archive.</li>\n</ul>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request PUT 'https://api.yourcompany.com/api/v2/quotes/cancelled' \\\n--data-raw '{\n  \"quoteId\": \"651f228e2a7f100f10ee32ed\"\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","quotes","cancelled"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"b1e03d5b-782b-4bad-afe9-fe2a0754433b","name":"Example","originalRequest":{"method":"PUT","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"idQuote\": \"64ab5f5ca1727236e1514c59\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/quotes/cancelled"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": \"Quote cancelled\"\n}"}],"_postman_id":"b72be141-d9bd-4011-80ca-f15a108aacc5"},{"name":"List values fields menu Quotes","id":"d271b898-f03f-43f2-b206-da50320b5117","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"field\": \"quoteId\",\r\n    \"query\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/quotes/settings/values","description":"<h2 id=\"list-values-for-quotes-fields\">List Values for Quotes Fields</h2>\n<p>This endpoint provides a list of values for the fields within the \"Quotes\" menu.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/quotes/settings/values</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"field\": \"quoteId\",\n    \"query\": {}\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","quotes","settings","values"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"491bbad9-d930-4118-a524-b6eacf30cf01","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"field\": \"quoteId\",\r\n    \"query\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/quotes/settings/values"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    \"M27_CALIFORNIA_BARCELONA_FAK\",\n    \"M44_CALIFORNIA_CALGARY_ABACAVIR-SULFAT\",\n    \"M45_CALIFORNIA_CALGARY_ABS-PLASTIC-PIP\"\n]"}],"_postman_id":"d271b898-f03f-43f2-b206-da50320b5117"},{"name":"Create New Quote Public","id":"c5a58542-ae62-4234-bbea-f065fe35d297","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"quote\": {\r\n        \"single\": \"single\",\r\n        \"transportationMode\": \"ship\",\r\n        \"shipmentType\": \"LCL\",\r\n        \"referenceName\": \"TEST PUBL1\",\r\n        \"commodity\": \"FAK\",\r\n        \"cityOrigin\": {\r\n            \"address\": \"China\",\r\n            \"countryCode\": \"CN\",\r\n            \"route\": \"\",\r\n            \"city\": \"\",\r\n            \"state\": \"\",\r\n            \"lat\": 35.86166,\r\n            \"lng\": 104.195397\r\n        },\r\n        \"cityDestination\": {\r\n            \"address\": \"Canada\",\r\n            \"countryCode\": \"CA\",\r\n            \"route\": \"\",\r\n            \"city\": \"\",\r\n            \"state\": \"\",\r\n            \"lat\": 56.130366,\r\n            \"lng\": -106.346771\r\n        },\r\n        \"portOrigin\": null,\r\n        \"portDestination\": null,\r\n        \"incoterm\": \"CIF\",\r\n        \"descriptionCommodity\": \"Description\",\r\n        \"paymentTerm\": \"\",\r\n        \"isPaymentTerm\": false,\r\n        \"truckingService\": false,\r\n        \"customBrokerage\": false,\r\n        \"truckingOrigin\": false,\r\n        \"truckingDestination\": false,\r\n        \"truckingOriginMode\": \"\",\r\n        \"truckingOriginEquipment\": \"\",\r\n        \"truckingOriginPickupDate\": \"\",\r\n        \"truckingOriginPickupAddress\": null,\r\n        \"truckingOriginDeliveryAddress\": null,\r\n        \"truckingDestinationMode\": \"\",\r\n        \"truckingDestinationEquipment\": \"\",\r\n        \"truckingDestinationPickupDate\": \"\",\r\n        \"truckingDestinationPickupAddress\": null,\r\n        \"truckingDestinationDeliveryAddress\": null,\r\n        \"quoteOriginLoadSmart\": \"\",\r\n        \"quoteDestinationLoadSmart\": \"\",\r\n        \"specialInstructions\": \"\",\r\n        \"packagesInfo\": [\r\n            {\r\n                \"packageType\": \"barrels\",\r\n                \"amount\": 2,\r\n                \"weight\": \"2\",\r\n                \"weightMetric\": \"kg\",\r\n                \"hazardousMaterials\": \"0\",\r\n                \"lengt\": \"2\",\r\n                \"width\": \"2\",\r\n                \"height\": \"2\",\r\n                \"dimensionsMetric\": \"m\"\r\n            }\r\n        ],\r\n        \"totalVolume\": \"16.00\",\r\n        \"totalWeight\": \"4.00\",\r\n        \"totalVolumetricWeight\": \"0\",\r\n        \"totalChargeableWeight\": \"4.00\",\r\n        \"notes\": [],\r\n        \"rates\": [],\r\n        \"disclaimers\": [],\r\n        \"participants\": [],\r\n        \"assignMember\": null,\r\n        \"manualInput\": \"M\",\r\n        \"ratesInlandTransportationOrigin\": [],\r\n        \"ratesInlandTransportationDestination\": [],\r\n        \"anonymous\": true\r\n    },\r\n    \"main\": {\r\n        \"companyName\": \"Rottico\",\r\n        \"firstName\": \"Luis\",\r\n        \"lastName\": \"Josue\",\r\n        \"email\": \"pedro.holgin+ad_rott@cargologik.com\",\r\n        \"phone\": \"(201) 545-45454\",\r\n        \"country\": \"China\",\r\n        \"cityCode\": \"CN\",\r\n        \"countryPhoneCode\": \"CN\",\r\n        \"typeCompany\": \"shipper\"\r\n    },\r\n    \"captcha\": \"03AFcWeA7hLo720K2yaYnoUCNE8e7Rp0QDNejsOTq5GaOMidNMWGOMYIt6tMWg_80OS5TzxtDJPUrSId-rG_4GyUpQWrvLFT86Oq5GAyVora5gbpi1648xVj2EkioTHDD2C9FFh_nbW_XxHi4Dnz1Ya85ukX5MjJGsyOrNs6YkGQYJD3lOb85TBRDouvfy_not69QHiDi4HnzL03d8FnZAs8Wno3BJpcbWlb-ZB4OhfLyvzpFciLRMRTyRsXdbGKMOc1ibc2_JV1ZmLrSZVo1bgwszgXqLR2d99h3dzw4HRXM4UcELUHQNB6ZXrA--dBDQXrf6gPSYOlZKDzau9bGx8n65gQE4l6WGdhbXwLOgBiOwYTQj2J7sbTc8UejW-B_-jAJ12EmRy6nZKx1jU6SPdaDAK_kkg5KjkNxET7HaMqs_Gsq3K07YllA75trKK6gZRNOrP4CODMRBMSKZSQQOcKVIlzk-y_bWPW5fWcKWarf_1KL95auI2tL5yRPGpoCe814A3veb3yj0TzP5VeMu8Nm-uKRk2AYQvgFi9NWIMLYZHB0Dw_R-Z4eEGOEdWDkvLpGGzbAHd1fv5d8FLPZOJT_43AWv4o2EOCb7XbL0NY1HKfn0KH8fcNIttDTfRDlXe4f1ykNx3xByK5FfpjUUGZ6SBVPrAvuVRaD9_2inD4Y_LexkeWcl9sH_MEhU6PLZAy3SQnpFxIOaCjSLTZqDLMZlN1nwU7FzXwHRdCEDMadtBB861-xYwFs\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/quotes/public/create","description":"<h2 id=\"create-quote-public\">Create Quote Public</h2>\n<p>This endpoint allows creating a new quote.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/quotes/public/create</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>quote.single</td>\n<td>The type of shipment, in this case, \"single.\"</td>\n</tr>\n<tr>\n<td>quote.transportationMode</td>\n<td>The mode of transportation, in this case, \"ship.\"</td>\n</tr>\n<tr>\n<td>quote.shipmentType</td>\n<td>The type of shipment, in this case, \"LCL\" (Less than Container Load).</td>\n</tr>\n<tr>\n<td>quote.referenceName</td>\n<td>A reference name for the shipment, in this case, \"TEST PUBL1.\"</td>\n</tr>\n<tr>\n<td>quote.commodity</td>\n<td>The type of commodity being shipped, in this case, \"FAK.\"</td>\n</tr>\n<tr>\n<td>quote.cityOrigin.address</td>\n<td>The origin city of the shipment, in this case, \"China.\"</td>\n</tr>\n<tr>\n<td>quote.cityOrigin.countryCode</td>\n<td>The country code of the origin city, in this case, \"CN.\"</td>\n</tr>\n<tr>\n<td>quote.cityOrigin.lat</td>\n<td>The latitude of the origin city, in this case, 35.86166.</td>\n</tr>\n<tr>\n<td>quote.cityOrigin.lng</td>\n<td>The longitude of the origin city, in this case, 104.195397.</td>\n</tr>\n<tr>\n<td>quote.cityDestination.address</td>\n<td>The destination city of the shipment, in this case, \"Canada.\"</td>\n</tr>\n<tr>\n<td>quote.cityDestination.countryCode</td>\n<td>The country code of the destination city, in this case, \"CA.\"</td>\n</tr>\n<tr>\n<td>quote.cityDestination.lat</td>\n<td>The latitude of the destination city, in this case, 56.130366.</td>\n</tr>\n<tr>\n<td>quote.cityDestination.lng</td>\n<td>The longitude of the destination city, in this case, -106.346771.</td>\n</tr>\n<tr>\n<td>quote.incoterm</td>\n<td>The Incoterm for the shipment, in this case, \"CIF\" (Cost, Insurance, Freight).</td>\n</tr>\n<tr>\n<td>quote.descriptionCommodity</td>\n<td>A description of the commodity being shipped.</td>\n</tr>\n<tr>\n<td>quote.packagesInfo</td>\n<td>Information about the packages being shipped, including package type, amount, weight, dimensions, and hazardous materials.</td>\n</tr>\n<tr>\n<td>quote.totalVolume</td>\n<td>The total volume of the shipment.</td>\n</tr>\n<tr>\n<td>quote.totalWeight</td>\n<td>The total weight of the shipment.</td>\n</tr>\n<tr>\n<td>quote.totalVolumetricWeight</td>\n<td>The total volumetric weight of the shipment.</td>\n</tr>\n<tr>\n<td>quote.totalChargeableWeight</td>\n<td>The total chargeable weight of the shipment.</td>\n</tr>\n<tr>\n<td>quote.anonymous</td>\n<td>Indicates whether the quote is anonymous.</td>\n</tr>\n<tr>\n<td>main.companyName</td>\n<td>The name of the company associated with the quote, in this case, \"Rottico.\"</td>\n</tr>\n<tr>\n<td>main.firstName</td>\n<td>The first name of the contact person associated with the quote, in this case, \"Luis.\"</td>\n</tr>\n<tr>\n<td>main.lastName</td>\n<td>The last name of the contact person associated with the quote, in this case, \"Josue.\"</td>\n</tr>\n<tr>\n<td>main.email</td>\n<td>The email address of the contact person associated with the quote.</td>\n</tr>\n<tr>\n<td>main.phone</td>\n<td>The phone number of the contact person associated with the quote.</td>\n</tr>\n<tr>\n<td>main.country</td>\n<td>The country of the contact person associated with the quote, in this case, \"China.\"</td>\n</tr>\n<tr>\n<td>main.cityCode</td>\n<td>The city code of the contact person associated with the quote, in this case, \"CN.\"</td>\n</tr>\n<tr>\n<td>main.countryPhoneCode</td>\n<td>The country phone code of the contact person associated with the quote, in this case, \"CN.\"</td>\n</tr>\n<tr>\n<td>main.typeCompany</td>\n<td>The type of company associated with the quote, in this case, \"shipper.\"</td>\n</tr>\n<tr>\n<td>captcha</td>\n<td>A captcha code for verification purposes.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"quote\": {\n        \"single\": \"single\",\n        \"transportationMode\": \"ship\",\n        \"shipmentType\": \"LCL\",\n        \"referenceName\": \"TEST PUBL1\",\n        \"commodity\": \"FAK\",\n        \"cityOrigin\": {\n            \"address\": \"China\",\n            \"countryCode\": \"CN\",\n            \"route\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"lat\": 35.86166,\n            \"lng\": 104.195397\n        },\n        \"cityDestination\": {\n            \"address\": \"Canada\",\n            \"countryCode\": \"CA\",\n            \"route\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"lat\": 56.130366,\n            \"lng\": -106.346771\n        },\n        \"portOrigin\": null,\n        \"portDestination\": null,\n        \"incoterm\": \"CIF\",\n        \"descriptionCommodity\": \"Description\",\n        \"paymentTerm\": \"\",\n        \"isPaymentTerm\": false,\n        \"truckingService\": false,\n        \"customBrokerage\": false,\n        \"truckingOrigin\": false,\n        \"truckingDestination\": false,\n        \"truckingOriginMode\": \"\",\n        \"truckingOriginEquipment\": \"\",\n        \"truckingOriginPickupDate\": \"\",\n        \"truckingOriginPickupAddress\": null,\n        \"truckingOriginDeliveryAddress\": null,\n        \"truckingDestinationMode\": \"\",\n        \"truckingDestinationEquipment\": \"\",\n        \"truckingDestinationPickupDate\": \"\",\n        \"truckingDestinationPickupAddress\": null,\n        \"truckingDestinationDeliveryAddress\": null,\n        \"quoteOriginLoadSmart\": \"\",\n        \"quoteDestinationLoadSmart\": \"\",\n        \"specialInstructions\": \"\",\n        \"packagesInfo\": [\n            {\n                \"packageType\": \"barrels\",\n                \"amount\": 2,\n                \"weight\": \"2\",\n                \"weightMetric\": \"kg\",\n                \"hazardousMaterials\": \"0\",\n                \"lengt\": \"2\",\n                \"width\": \"2\",\n                \"height\": \"2\",\n                \"dimensionsMetric\": \"m\"\n            }\n        ],\n        \"totalVolume\": \"16.00\",\n        \"totalWeight\": \"4.00\",\n        \"totalVolumetricWeight\": \"0\",\n        \"totalChargeableWeight\": \"4.00\",\n        \"notes\": [],\n        \"rates\": [],\n        \"disclaimers\": [],\n        \"participants\": [],\n        \"assignMember\": null,\n        \"manualInput\": \"M\",\n        \"ratesInlandTransportationOrigin\": [],\n        \"ratesInlandTransportationDestination\": [],\n        \"anonymous\": true\n    },\n    \"main\": {\n        \"companyName\": \"Rottico\",\n        \"firstName\": \"Luis\",\n        \"lastName\": \"Josue\",\n        \"email\": \"pedro.holgin+ad_rott@cargologik.com\",\n        \"phone\": \"(201) 545-45454\",\n        \"country\": \"China\",\n        \"cityCode\": \"CN\",\n        \"countryPhoneCode\": \"CN\",\n        \"typeCompany\": \"shipper\"\n    },\n    \"captcha\": \"03AFcWeA7hLo720K2yaYnoUCNE8e7Rp0QDNejsOTq5GaOMidNMWGOMYIt6tMWg_80OS5TzxtDJPUrSId-rG_4GyUpQWrvLFT86Oq5GAyVora5gbpi1648xVj2EkioTHDD2C9FFh_nbW_XxHi4Dnz1Ya85ukX5MjJGsyOrNs6YkGQYJD3lOb85TBRDouvfy_not69QHiDi4HnzL03d8FnZAs8Wno3BJpcbWlb-ZB4OhfLyvzpFciLRMRTyRsXdbGKMOc1ibc2_JV1ZmLrSZVo1bgwszgXqLR2d99h3dzw4HRXM4UcELUHQNB6ZXrA--dBDQXrf6gPSYOlZKDzau9bGx8n65gQE4l6WGdhbXwLOgBiOwYTQj2J7sbTc8UejW-B_-jAJ12EmRy6nZKx1jU6SPdaDAK_kkg5KjkNxET7HaMqs_Gsq3K07YllA75trKK6gZRNOrP4CODMRBMSKZSQQOcKVIlzk-y_bWPW5fWcKWarf_1KL95auI2tL5yRPGpoCe814A3veb3yj0TzP5VeMu8Nm-uKRk2AYQvgFi9NWIMLYZHB0Dw_R-Z4eEGOEdWDkvLpGGzbAHd1fv5d8FLPZOJT_43AWv4o2EOCb7XbL0NY1HKfn0KH8fcNIttDTfRDlXe4f1ykNx3xByK5FfpjUUGZ6SBVPrAvuVRaD9_2inD4Y_LexkeWcl9sH_MEhU6PLZAy3SQnpFxIOaCjSLTZqDLMZlN1nwU7FzXwHRdCEDMadtBB861-xYwFs\"\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","quotes","public","create"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"38ead47d-a516-4a3c-9ae8-2bf6c6980b91","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"quote\": {\r\n        \"single\": \"single\",\r\n        \"transportationMode\": \"ship\",\r\n        \"shipmentType\": \"LCL\",\r\n        \"referenceName\": \"TEST PUBL1\",\r\n        \"commodity\": \"FAK\",\r\n        \"cityOrigin\": {\r\n            \"address\": \"China\",\r\n            \"countryCode\": \"CN\",\r\n            \"route\": \"\",\r\n            \"city\": \"\",\r\n            \"state\": \"\",\r\n            \"lat\": 35.86166,\r\n            \"lng\": 104.195397\r\n        },\r\n        \"cityDestination\": {\r\n            \"address\": \"Canada\",\r\n            \"countryCode\": \"CA\",\r\n            \"route\": \"\",\r\n            \"city\": \"\",\r\n            \"state\": \"\",\r\n            \"lat\": 56.130366,\r\n            \"lng\": -106.346771\r\n        },\r\n        \"portOrigin\": null,\r\n        \"portDestination\": null,\r\n        \"incoterm\": \"CIF\",\r\n        \"descriptionCommodity\": \"Description\",\r\n        \"paymentTerm\": \"\",\r\n        \"isPaymentTerm\": false,\r\n        \"truckingService\": false,\r\n        \"customBrokerage\": false,\r\n        \"truckingOrigin\": false,\r\n        \"truckingDestination\": false,\r\n        \"truckingOriginMode\": \"\",\r\n        \"truckingOriginEquipment\": \"\",\r\n        \"truckingOriginPickupDate\": \"\",\r\n        \"truckingOriginPickupAddress\": null,\r\n        \"truckingOriginDeliveryAddress\": null,\r\n        \"truckingDestinationMode\": \"\",\r\n        \"truckingDestinationEquipment\": \"\",\r\n        \"truckingDestinationPickupDate\": \"\",\r\n        \"truckingDestinationPickupAddress\": null,\r\n        \"truckingDestinationDeliveryAddress\": null,\r\n        \"quoteOriginLoadSmart\": \"\",\r\n        \"quoteDestinationLoadSmart\": \"\",\r\n        \"specialInstructions\": \"\",\r\n        \"packagesInfo\": [\r\n            {\r\n                \"packageType\": \"barrels\",\r\n                \"amount\": 2,\r\n                \"weight\": \"2\",\r\n                \"weightMetric\": \"kg\",\r\n                \"hazardousMaterials\": \"0\",\r\n                \"lengt\": \"2\",\r\n                \"width\": \"2\",\r\n                \"height\": \"2\",\r\n                \"dimensionsMetric\": \"m\"\r\n            }\r\n        ],\r\n        \"totalVolume\": \"16.00\",\r\n        \"totalWeight\": \"4.00\",\r\n        \"totalVolumetricWeight\": \"0\",\r\n        \"totalChargeableWeight\": \"4.00\",\r\n        \"notes\": [],\r\n        \"rates\": [],\r\n        \"disclaimers\": [],\r\n        \"participants\": [],\r\n        \"assignMember\": null,\r\n        \"manualInput\": \"M\",\r\n        \"ratesInlandTransportationOrigin\": [],\r\n        \"ratesInlandTransportationDestination\": [],\r\n        \"anonymous\": true\r\n    },\r\n    \"main\": {\r\n        \"companyName\": \"Rottico\",\r\n        \"firstName\": \"Luis\",\r\n        \"lastName\": \"Josue\",\r\n        \"email\": \"pedro.holgin+ad_rott@cargologik.com\",\r\n        \"phone\": \"(201) 545-45454\",\r\n        \"country\": \"China\",\r\n        \"cityCode\": \"CN\",\r\n        \"countryPhoneCode\": \"CN\",\r\n        \"typeCompany\": \"shipper\"\r\n    },\r\n    \"captcha\": \"03AFcWeA7hLo720K2yaYnoUCNE8e7Rp0QDNejsOTq5GaOMidNMWGOMYIt6tMWg_80OS5TzxtDJPUrSId-rG_4GyUpQWrvLFT86Oq5GAyVora5gbpi1648xVj2EkioTHDD2C9FFh_nbW_XxHi4Dnz1Ya85ukX5MjJGsyOrNs6YkGQYJD3lOb85TBRDouvfy_not69QHiDi4HnzL03d8FnZAs8Wno3BJpcbWlb-ZB4OhfLyvzpFciLRMRTyRsXdbGKMOc1ibc2_JV1ZmLrSZVo1bgwszgXqLR2d99h3dzw4HRXM4UcELUHQNB6ZXrA--dBDQXrf6gPSYOlZKDzau9bGx8n65gQE4l6WGdhbXwLOgBiOwYTQj2J7sbTc8UejW-B_-jAJ12EmRy6nZKx1jU6SPdaDAK_kkg5KjkNxET7HaMqs_Gsq3K07YllA75trKK6gZRNOrP4CODMRBMSKZSQQOcKVIlzk-y_bWPW5fWcKWarf_1KL95auI2tL5yRPGpoCe814A3veb3yj0TzP5VeMu8Nm-uKRk2AYQvgFi9NWIMLYZHB0Dw_R-Z4eEGOEdWDkvLpGGzbAHd1fv5d8FLPZOJT_43AWv4o2EOCb7XbL0NY1HKfn0KH8fcNIttDTfRDlXe4f1ykNx3xByK5FfpjUUGZ6SBVPrAvuVRaD9_2inD4Y_LexkeWcl9sH_MEhU6PLZAy3SQnpFxIOaCjSLTZqDLMZlN1nwU7FzXwHRdCEDMadtBB861-xYwFs\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/quotes/public/create"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cityOrigin\": {\n        \"address\": \"China\",\n        \"countryCode\": \"CN\",\n        \"lat\": 35.86166,\n        \"lng\": 104.195397\n    },\n    \"cityDestination\": {\n        \"address\": \"Canada\",\n        \"countryCode\": \"CA\",\n        \"lat\": 56.130366,\n        \"lng\": -106.346771\n    },\n    \"_id\": \"6613fbf15ab6928b7fb68e2f\",\n    \"quoteId\": \"M1_CHINA_CANADA_FAK_240408090483800\",\n    \"tenant\": \"649618800b7497f3261b426d\",\n    \"__v\": 0,\n    \"agent\": null,\n    \"anonymous\": true,\n    \"commodity\": \"FAK\",\n    \"company\": {\n        \"_id\": \"6496187f0b7497f3261b4260\",\n        \"name\": \"Customer1\"\n    },\n    \"consignee\": null,\n    \"createdAt\": \"2024-04-08T14:15:13.064Z\",\n    \"creationUser\": \"6613fbc621a8c8718a1299e9\",\n    \"customBrokerage\": false,\n    \"customTags\": [],\n    \"descriptionCommodity\": \"Description\",\n    \"disclaimers\": [],\n    \"incoterm\": \"CIF\",\n    \"isFavorite\": false,\n    \"manualInput\": \"M\",\n    \"notes\": [],\n    \"notify\": null,\n    \"owner\": {\n        \"_id\": \"6613fbc65ab6928b7fb68606\",\n        \"name\": \"Customer1\"\n    },\n    \"packagesInfo\": [\n        {\n            \"packageType\": \"barrels\",\n            \"amount\": 2,\n            \"weight\": \"2\",\n            \"weightMetric\": \"kg\",\n            \"hazardousMaterials\": \"0\",\n            \"lengt\": \"2\",\n            \"width\": \"2\",\n            \"height\": \"2\",\n            \"dimensionsMetric\": \"m\"\n        }\n    ],\n    \"participants\": [\n        {\n            \"_id\": \"6613fbfb5ab6928b7fb68ffd\",\n            \"assignedTo\": {\n                \"_id\": \"649618800b7497f3261b426f\",\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"email\": \"pedro.holgin+lsp@cargologik.com\"\n            },\n            \"company\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\"\n            },\n            \"quote\": \"6613fbf15ab6928b7fb68e2f\",\n            \"createdAt\": \"2024-04-08T14:15:23.677Z\",\n            \"creationUser\": \"6613fbc621a8c8718a1299e9\",\n            \"isOwner\": false,\n            \"status\": \"active\",\n            \"type\": \"acm-lsp\"\n        },\n        {\n            \"_id\": \"6613fbfc5ab6928b7fb69016\",\n            \"assignedTo\": {\n                \"_id\": \"649ee411cd2ae3022068836f\",\n                \"firstName\": \"Carlos Andres\",\n                \"lastName\": \"Holguin\",\n                \"email\": \"pedro.holgin+mem01@cargologik.com\"\n            },\n            \"company\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\"\n            },\n            \"quote\": \"6613fbf15ab6928b7fb68e2f\",\n            \"createdAt\": \"2024-04-08T14:15:23.916Z\",\n            \"creationUser\": \"6613fbc621a8c8718a1299e9\",\n            \"isOwner\": false,\n            \"status\": \"active\",\n            \"type\": \"acm-lsp\"\n        },\n        {\n            \"_id\": \"6613fbfc5ab6928b7fb69028\",\n            \"assignedTo\": {\n                \"_id\": \"64ba89865c04ad7d907d45eb\",\n                \"firstName\": \"Pedro\",\n                \"lastName\": \"Holguin\",\n                \"email\": \"pedro.holgin+shipper7@cargologik.com\"\n            },\n            \"company\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\"\n            },\n            \"quote\": \"6613fbf15ab6928b7fb68e2f\",\n            \"createdAt\": \"2024-04-08T14:15:24.156Z\",\n            \"creationUser\": \"6613fbc621a8c8718a1299e9\",\n            \"isOwner\": false,\n            \"status\": \"active\",\n            \"type\": \"acm-lsp\"\n        },\n        {\n            \"_id\": \"6613fbfc5ab6928b7fb69038\",\n            \"assignedTo\": {\n                \"_id\": \"6613fbc621a8c8718a1299e9\",\n                \"firstName\": \"Luis\",\n                \"lastName\": \"Josue\",\n                \"email\": \"pedro.holgin+ad_rott@cargologik.com\"\n            },\n            \"company\": {\n                \"_id\": \"6613fbc65ab6928b7fb68606\",\n                \"name\": \"Customer1\"\n            },\n            \"quote\": \"6613fbf15ab6928b7fb68e2f\",\n            \"createdAt\": \"2024-04-08T14:15:24.395Z\",\n            \"creationUser\": \"6613fbc621a8c8718a1299e9\",\n            \"isOwner\": false,\n            \"status\": \"active\",\n            \"type\": \"main-shipper\"\n        }\n    ],\n    \"paymentTerm\": \"\",\n    \"portDestination\": null,\n    \"portOrigin\": null,\n    \"quoteDestinationLoadSmart\": \"\",\n    \"quoteOriginLoadSmart\": \"\",\n    \"rates\": [],\n    \"ratesInlandTransportationDestination\": [],\n    \"ratesInlandTransportationOrigin\": [],\n    \"referenceName\": \"TEST PUBL1\",\n    \"shipmentType\": \"LCL\",\n    \"shipper\": null,\n    \"single\": \"single\",\n    \"specialInstructions\": \"\",\n    \"status\": \"awaitingResponse\",\n    \"tags\": [],\n    \"tenderLoadSmartDestination\": \"\",\n    \"tenderLoadSmartOrigin\": \"\",\n    \"totalChargeableWeight\": 4,\n    \"totalVolume\": 16,\n    \"totalVolumetricWeight\": 0,\n    \"totalWeight\": 4,\n    \"transportationMode\": \"ship\",\n    \"truckingDestination\": false,\n    \"truckingDestinationDeliveryAddress\": null,\n    \"truckingDestinationEquipment\": \"\",\n    \"truckingDestinationMode\": \"\",\n    \"truckingDestinationPickupAddress\": null,\n    \"truckingDestinationPickupDate\": null,\n    \"truckingOrigin\": false,\n    \"truckingOriginDeliveryAddress\": null,\n    \"truckingOriginEquipment\": \"\",\n    \"truckingOriginMode\": \"\",\n    \"truckingOriginPickupAddress\": null,\n    \"truckingOriginPickupDate\": null,\n    \"truckingService\": false,\n    \"turn\": \"client\",\n    \"updatedAt\": \"2024-04-08T14:15:12.838Z\"\n}"}],"_postman_id":"c5a58542-ae62-4234-bbea-f065fe35d297"}],"id":"244ab8df-ed73-40d7-aa98-c10865f9a7e2","description":"<h1 id=\"definition\">Definition</h1>\n<p>The Quote module provides several endpoints. Here is a list of possible endpoints and their descriptions.</p>\n","_postman_id":"244ab8df-ed73-40d7-aa98-c10865f9a7e2"},{"name":"Booking","item":[{"name":"Create Booking","id":"c520d9c7-78ba-4c79-a6f5-aa99bd2a66e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"company\": {\r\n        \"_id\": \"64961c56a1727236e1959277\",\r\n        \"name\": \"Shipper Pedro\"\r\n    },\r\n    \"transportationMode\": \"ship\",\r\n    \"shipmentType\": \"FCL\",\r\n    \"cityOrigin\": {\r\n        \"address\": \"Costa Rica\",\r\n        \"countryCode\": \"CR\",\r\n        \"lat\": 9.748916999999999,\r\n        \"lng\": -83.753428\r\n    },\r\n    \"cityDestination\": {\r\n        \"address\": \"Canada\",\r\n        \"countryCode\": \"CA\",\r\n        \"lat\": 56.130366,\r\n        \"lng\": -106.346771\r\n    },\r\n    \"carrier\": {\r\n        \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n        \"name\": \"CMA CGM\",\r\n        \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\"\r\n    },\r\n    \"descriptionCommodity\": \"Example description\",\r\n    \"paymentTerm\": \"collect\",\r\n    \"truckingService\": false,\r\n    \"customBrokerage\": false,\r\n    \"truckingOrigin\": false,\r\n    \"truckingDestination\": false,\r\n    \"truckingOriginMode\": \"\",\r\n    \"truckingOriginEquipment\": \"\",\r\n    \"truckingOriginPickupDate\": null,\r\n    \"truckingOriginPickupAddress\": null,\r\n    \"truckingOriginDeliveryAddress\": null,\r\n    \"truckingDestinationMode\": \"\",\r\n    \"truckingDestinationEquipment\": \"\",\r\n    \"truckingDestinationPickupDate\": null,\r\n    \"truckingDestinationPickupAddress\": null,\r\n    \"truckingDestinationDeliveryAddress\": null,\r\n    \"quoteOriginLoadSmart\": null,\r\n    \"quoteDestinationLoadSmart\": null,\r\n    \"specialInstructions\": \"Example special instructions\",\r\n    \"packagesInfo\": [\r\n        {\r\n            \"packageType\": \"Dry 20'\",\r\n            \"amount\": 2,\r\n            \"weight\": \"2\",\r\n            \"weightMetric\": \"kg\",\r\n            \"hazardousMaterials\": \"0\",\r\n            \"volume\": \"2\",\r\n            \"volumeMetric\": \"m³\"\r\n        }\r\n    ],\r\n    \"totalVolume\": 2,\r\n    \"totalWeight\": 2,\r\n    \"totalVolumetricWeight\": 0,\r\n    \"totalChargeableWeight\": 2,\r\n    \"participants\": [],\r\n    \"containers\": [\r\n        \"A1111\",\r\n        \"B2222\"\r\n    ],\r\n    \"etd\": \"\",\r\n    \"eta\": \"\",\r\n    \"cutoff\": \"\",\r\n    \"mbl\": \"\",\r\n    \"hbl\": \"\",\r\n    \"voyageNumber\": \"\",\r\n    \"mawb\": \"\",\r\n    \"hawb\": \"\",\r\n    \"flightNumber\": \"\",\r\n    \"shipper\": {\r\n        \"_id\": \"660c1d0bf873484ed5610bba\",\r\n        \"address\": \"Canada\",\r\n        \"email\": \"usershipper@cargologik.com\",\r\n        \"name\": \"User Shipper\"\r\n    },\r\n    \"consignee\": {\r\n        \"_id\": \"6499c290294fe24f0f182d73\",\r\n        \"address\": \"Colombia\",\r\n        \"email\": \"maria@gmail.com\",\r\n        \"name\": \"Maria Palacio\"\r\n    },\r\n    \"referenceName\": \"TEST T3\",\r\n    \"commodity\": \"FAK\",\r\n    \"incoterm\": \"CIP\",\r\n    \"manualInput\": \"M\",\r\n    \"rate\": {\r\n        \"accepted\": true,\r\n        \"carrier\": {\r\n            \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n            \"name\": \"CMA CGM\",\r\n            \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\"\r\n        },\r\n        \"destination\": [],\r\n        \"freight\": [\r\n            {\r\n                \"charge\": \"20'\",\r\n                \"buyRate\": 20,\r\n                \"minBuyRate\": null,\r\n                \"sellRate\": 400,\r\n                \"minSellRate\": null,\r\n                \"chargeBasis\": \"container\",\r\n                \"key\": \"twenty\",\r\n                \"_id\": \"65e778d3d64681d443a68fdc\"\r\n            }\r\n        ],\r\n        \"freightSurcharge\": [],\r\n        \"origin\": [],\r\n        \"selected\": true,\r\n        \"subTotalDestination\": {\r\n            \"buyRate\": 0,\r\n            \"sellRate\": 0\r\n        },\r\n        \"subTotalFreight\": {\r\n            \"buyRate\": 40,\r\n            \"sellRate\": 800\r\n        },\r\n        \"subTotalFreightSurcharges\": {\r\n            \"buyRate\": 0,\r\n            \"sellRate\": 0\r\n        },\r\n        \"subTotalOrigin\": {\r\n            \"buyRate\": 0,\r\n            \"sellRate\": 0\r\n        },\r\n        \"total\": 800,\r\n        \"validityFrom\": \"2024-03-01T21:14:07.000Z\",\r\n        \"validityTo\": \"2024-04-05T21:14:07.000Z\"\r\n    },\r\n    \"customTags\": [],\r\n    \"quote\": \"65fb519f9cf74726788995e8\",\r\n    \"isWithoutQuote\": false,\r\n    \"companyType\": \"shipper\",\r\n    \"status\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/bookings/create","description":"<h2 id=\"create-a-booking\">Create a Booking</h2>\n<p>This endpoint allows you to create a booking for maritime, aerial, or land transportation. You need to provide a JSON body with the booking details.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><p><strong>URL</strong>: <code>{{URL}}/api/v2/bookings/create</code></p>\n</li>\n<li><p><strong>Method HTTP</strong>: POST</p>\n</li>\n<li><p><strong>Headers</strong>:</p>\n<ul>\n<li><p><code>Accept-Language: en</code></p>\n</li>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"request-body-json\">Request Body (JSON)</h2>\n<p>The request body should be in JSON format and include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>company</code></td>\n<td>The company information.</td>\n</tr>\n<tr>\n<td><code>transportationMode</code></td>\n<td>The transportation mode for the shipment (e.g., \"ship\", \"plane\", \"truck\").</td>\n</tr>\n<tr>\n<td><code>shipmentType</code></td>\n<td>The type of shipment (e.g., \"FCL\", \"LCL\", \"FTL\", \"LTL\" \"plane\").</td>\n</tr>\n<tr>\n<td><code>cityOrigin</code></td>\n<td>The origin city information.</td>\n</tr>\n<tr>\n<td><code>cityDestination</code></td>\n<td>The destination city information.</td>\n</tr>\n<tr>\n<td><code>carrier</code></td>\n<td>The carrier information.</td>\n</tr>\n<tr>\n<td><code>descriptionCommodity</code></td>\n<td>The description of the commodity.</td>\n</tr>\n<tr>\n<td><code>paymentTerm</code></td>\n<td>The payment term for the booking.</td>\n</tr>\n<tr>\n<td><code>truckingService</code></td>\n<td>Indicates if trucking service is required.</td>\n</tr>\n<tr>\n<td><code>customBrokerage</code></td>\n<td>Indicates if custom brokerage is required.</td>\n</tr>\n<tr>\n<td><code>truckingOrigin</code></td>\n<td>Indicates if trucking service originates from a location.</td>\n</tr>\n<tr>\n<td><code>truckingDestination</code></td>\n<td>Indicates if trucking service terminates at a location.</td>\n</tr>\n<tr>\n<td><code>truckingOriginMode</code></td>\n<td>The mode of transport for trucking origin.</td>\n</tr>\n<tr>\n<td><code>truckingOriginEquipment</code></td>\n<td>The equipment used for trucking origin.</td>\n</tr>\n<tr>\n<td><code>truckingOriginPickupDate</code></td>\n<td>The pickup date for trucking origin.</td>\n</tr>\n<tr>\n<td><code>truckingOriginPickupAddress</code></td>\n<td>The pickup address for trucking origin.</td>\n</tr>\n<tr>\n<td><code>truckingOriginDeliveryAddress</code></td>\n<td>The delivery address for trucking origin.</td>\n</tr>\n<tr>\n<td><code>truckingDestinationMode</code></td>\n<td>The mode of transport for trucking destination.</td>\n</tr>\n<tr>\n<td><code>truckingDestinationEquipment</code></td>\n<td>The equipment used for trucking destination.</td>\n</tr>\n<tr>\n<td><code>truckingDestinationPickupDate</code></td>\n<td>The pickup date for trucking destination.</td>\n</tr>\n<tr>\n<td><code>truckingDestinationPickupAddress</code></td>\n<td>The pickup address for trucking destination.</td>\n</tr>\n<tr>\n<td><code>truckingDestinationDeliveryAddress</code></td>\n<td>The delivery address for trucking destination.</td>\n</tr>\n<tr>\n<td><code>quoteOriginLoadSmart</code></td>\n<td>The quote ID for the origin load smart.</td>\n</tr>\n<tr>\n<td><code>quoteDestinationLoadSmart</code></td>\n<td>The quote ID for the destination load smart.</td>\n</tr>\n<tr>\n<td><code>specialInstructions</code></td>\n<td>Special instructions for the booking.</td>\n</tr>\n<tr>\n<td><code>packagesInfo</code></td>\n<td>Information about the packages.</td>\n</tr>\n<tr>\n<td><code>totalVolume</code></td>\n<td>The total volume of the booking.</td>\n</tr>\n<tr>\n<td><code>totalWeight</code></td>\n<td>The total weight of the booking.</td>\n</tr>\n<tr>\n<td><code>totalVolumetricWeight</code></td>\n<td>The total volumetric weight of the booking.</td>\n</tr>\n<tr>\n<td><code>totalChargeableWeight</code></td>\n<td>The total chargeable weight of the booking.</td>\n</tr>\n<tr>\n<td><code>participants</code></td>\n<td>Participants associated with the booking.</td>\n</tr>\n<tr>\n<td><code>containers</code></td>\n<td>The list of containers.</td>\n</tr>\n<tr>\n<td><code>etd</code></td>\n<td>The estimated departure date.</td>\n</tr>\n<tr>\n<td><code>eta</code></td>\n<td>The estimated arrival date.</td>\n</tr>\n<tr>\n<td><code>cutoff</code></td>\n<td>The cutoff date.</td>\n</tr>\n<tr>\n<td><code>mbl</code></td>\n<td>The Master Bill of Lading.</td>\n</tr>\n<tr>\n<td><code>hbl</code></td>\n<td>The House Bill of Lading.</td>\n</tr>\n<tr>\n<td><code>voyageNumber</code></td>\n<td>The voyage number.</td>\n</tr>\n<tr>\n<td><code>mawb</code></td>\n<td>The Master Air Waybill.</td>\n</tr>\n<tr>\n<td><code>hawb</code></td>\n<td>The House Air Waybill.</td>\n</tr>\n<tr>\n<td><code>flightNumber</code></td>\n<td>The flight number.</td>\n</tr>\n<tr>\n<td><code>shipper</code></td>\n<td>The shipper information.</td>\n</tr>\n<tr>\n<td><code>consignee</code></td>\n<td>The consignee information.</td>\n</tr>\n<tr>\n<td><code>referenceName</code></td>\n<td>The reference name of the booking.</td>\n</tr>\n<tr>\n<td><code>commodity</code></td>\n<td>The commodity type.</td>\n</tr>\n<tr>\n<td><code>incoterm</code></td>\n<td>The Incoterm for the shipment.</td>\n</tr>\n<tr>\n<td><code>manualInput</code></td>\n<td>Indicates if the booking was manually input.</td>\n</tr>\n<tr>\n<td><code>rate</code></td>\n<td>The rate information for the booking.</td>\n</tr>\n<tr>\n<td><code>customTags</code></td>\n<td>Custom tags associated with the booking.</td>\n</tr>\n<tr>\n<td><code>quote</code></td>\n<td>The quote ID associated with the booking.</td>\n</tr>\n<tr>\n<td><code>isWithoutQuote</code></td>\n<td>Indicates if the booking is without a quote.</td>\n</tr>\n<tr>\n<td><code>companyType</code></td>\n<td>The type of company (e.g., shipper).</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>The status of the booking.</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"company\": {\n        \"_id\": \"64961c56a1727236e1959277\",\n        \"name\": \"Shipper Pedro\"\n    },\n    \"transportationMode\": \"ship\",\n    \"shipmentType\": \"FCL\",\n    \"referenceName\": \"TEST B1\",\n    \"commodity\": \"FAK\",\n    \"cityOrigin\": {\n        \"address\": \"China\",\n        \"countryCode\": \"CN\",\n        \"route\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"lat\": 35.86166,\n        \"lng\": 104.195397\n    },\n    \"cityDestination\": {\n        \"address\": \"Canada\",\n        \"countryCode\": \"CA\",\n        \"route\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"lat\": 56.130366,\n        \"lng\": -106.346771\n    },\n    \"portOrigin\": null,\n    \"portDestination\": null,\n    \"carrier\": {\n        \"_id\": \"6019c700e3e6248a7fd73caf\",\n        \"name\": \"Maersk\"\n    },\n    \"incoterm\": \"DPU\",\n    \"descriptionCommodity\": \"example description\",\n    \"paymentTerm\": \"collect\",\n    \"truckingService\": false,\n    \"customBrokerage\": false,\n    \"truckingOrigin\": false,\n    \"truckingDestination\": false,\n    \"truckingOriginMode\": \"\",\n    \"truckingOriginEquipment\": \"\",\n    \"truckingOriginPickupDate\": \"\",\n    \"truckingOriginPickupAddress\": null,\n    \"truckingOriginDeliveryAddress\": null,\n    \"truckingDestinationMode\": \"\",\n    \"truckingDestinationEquipment\": \"\",\n    \"truckingDestinationPickupDate\": \"\",\n    \"truckingDestinationPickupAddress\": null,\n    \"truckingDestinationDeliveryAddress\": null,\n    \"quoteOriginLoadSmart\": \"\",\n    \"quoteDestinationLoadSmart\": \"\",\n    \"specialInstructions\": \"\",\n    \"packagesInfo\": [\n        {\n            \"packageType\": \"Dry 20'\",\n            \"amount\": 2,\n            \"weight\": \"2\",\n            \"weightMetric\": \"kg\",\n            \"hazardousMaterials\": \"0\",\n            \"volume\": \"2\",\n            \"volumeMetric\": \"m³\"\n        }\n    ],\n    \"totalVolume\": \"2.00\",\n    \"totalWeight\": \"2.00\",\n    \"totalVolumetricWeight\": \"0\",\n    \"totalChargeableWeight\": \"2.00\",\n    \"participants\": [],\n    \"containers\": [\n        \"111111\",\n        \"22222\"\n    ],\n    \"etd\": \"2023-10-16\",\n    \"eta\": \"2023-10-26\",\n    \"cutoff\": \"2023-10-18T05:00:00.000Z\",\n    \"mbl\": \"\",\n    \"hbl\": \"\",\n    \"voyageNumber\": \"\",\n    \"mawb\": \"\",\n    \"hawb\": \"\",\n    \"flightNumber\": \"\",\n    \"shipper\": null,\n    \"consignee\": null,\n    \"notify\": null,\n    \"agent\": null,\n    \"manualInput\": \"M\",\n    \"rate\": null,\n    \"customTags\": [],\n    \"isWithoutQuote\": true\n}\n\n</code></pre>\n<h3 id=\"example-curl-request\">Example Curl Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request POST 'https://yourserver.com/api/v2/bookings/create' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n    ... (JSON body as shown above)\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","bookings","create"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"3608bebd-a4cd-4e09-a7f3-124c20c29f32","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"company\": {\r\n        \"_id\": \"64961c56a1727236e1959277\",\r\n        \"name\": \"Shipper Pedro\"\r\n    },\r\n    \"transportationMode\": \"ship\",\r\n    \"shipmentType\": \"FCL\",\r\n    \"cityOrigin\": {\r\n        \"address\": \"Costa Rica\",\r\n        \"countryCode\": \"CR\",\r\n        \"lat\": 9.748916999999999,\r\n        \"lng\": -83.753428\r\n    },\r\n    \"cityDestination\": {\r\n        \"address\": \"Canada\",\r\n        \"countryCode\": \"CA\",\r\n        \"lat\": 56.130366,\r\n        \"lng\": -106.346771\r\n    },\r\n    \"carrier\": {\r\n        \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n        \"name\": \"CMA CGM\",\r\n        \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\"\r\n    },\r\n    \"descriptionCommodity\": \"Example description\",\r\n    \"paymentTerm\": \"collect\",\r\n    \"truckingService\": false,\r\n    \"customBrokerage\": false,\r\n    \"truckingOrigin\": false,\r\n    \"truckingDestination\": false,\r\n    \"truckingOriginMode\": \"\",\r\n    \"truckingOriginEquipment\": \"\",\r\n    \"truckingOriginPickupDate\": null,\r\n    \"truckingOriginPickupAddress\": null,\r\n    \"truckingOriginDeliveryAddress\": null,\r\n    \"truckingDestinationMode\": \"\",\r\n    \"truckingDestinationEquipment\": \"\",\r\n    \"truckingDestinationPickupDate\": null,\r\n    \"truckingDestinationPickupAddress\": null,\r\n    \"truckingDestinationDeliveryAddress\": null,\r\n    \"quoteOriginLoadSmart\": null,\r\n    \"quoteDestinationLoadSmart\": null,\r\n    \"specialInstructions\": \"Example special instructions\",\r\n    \"packagesInfo\": [\r\n        {\r\n            \"packageType\": \"Dry 20'\",\r\n            \"amount\": 2,\r\n            \"weight\": \"2\",\r\n            \"weightMetric\": \"kg\",\r\n            \"hazardousMaterials\": \"0\",\r\n            \"volume\": \"2\",\r\n            \"volumeMetric\": \"m³\"\r\n        }\r\n    ],\r\n    \"totalVolume\": 2,\r\n    \"totalWeight\": 2,\r\n    \"totalVolumetricWeight\": 0,\r\n    \"totalChargeableWeight\": 2,\r\n    \"participants\": [],\r\n    \"containers\": [\r\n        \"A1111\",\r\n        \"B2222\"\r\n    ],\r\n    \"etd\": \"\",\r\n    \"eta\": \"\",\r\n    \"cutoff\": \"\",\r\n    \"mbl\": \"\",\r\n    \"hbl\": \"\",\r\n    \"voyageNumber\": \"\",\r\n    \"mawb\": \"\",\r\n    \"hawb\": \"\",\r\n    \"flightNumber\": \"\",\r\n    \"shipper\": {\r\n        \"_id\": \"660c1d0bf873484ed5610bba\",\r\n        \"address\": \"Canada\",\r\n        \"email\": \"usershipper@cargologik.com\",\r\n        \"name\": \"User Shipper\"\r\n    },\r\n    \"consignee\": {\r\n        \"_id\": \"6499c290294fe24f0f182d73\",\r\n        \"address\": \"Colombia\",\r\n        \"email\": \"maria@gmail.com\",\r\n        \"name\": \"Maria Palacio\"\r\n    },\r\n    \"referenceName\": \"TEST T3\",\r\n    \"commodity\": \"FAK\",\r\n    \"incoterm\": \"CIP\",\r\n    \"manualInput\": \"M\",\r\n    \"rate\": {\r\n        \"accepted\": true,\r\n        \"carrier\": {\r\n            \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n            \"name\": \"CMA CGM\",\r\n            \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\"\r\n        },\r\n        \"destination\": [],\r\n        \"freight\": [\r\n            {\r\n                \"charge\": \"20'\",\r\n                \"buyRate\": 20,\r\n                \"minBuyRate\": null,\r\n                \"sellRate\": 400,\r\n                \"minSellRate\": null,\r\n                \"chargeBasis\": \"container\",\r\n                \"key\": \"twenty\",\r\n                \"_id\": \"65e778d3d64681d443a68fdc\"\r\n            }\r\n        ],\r\n        \"freightSurcharge\": [],\r\n        \"origin\": [],\r\n        \"selected\": true,\r\n        \"subTotalDestination\": {\r\n            \"buyRate\": 0,\r\n            \"sellRate\": 0\r\n        },\r\n        \"subTotalFreight\": {\r\n            \"buyRate\": 40,\r\n            \"sellRate\": 800\r\n        },\r\n        \"subTotalFreightSurcharges\": {\r\n            \"buyRate\": 0,\r\n            \"sellRate\": 0\r\n        },\r\n        \"subTotalOrigin\": {\r\n            \"buyRate\": 0,\r\n            \"sellRate\": 0\r\n        },\r\n        \"total\": 800,\r\n        \"validityFrom\": \"2024-03-01T21:14:07.000Z\",\r\n        \"validityTo\": \"2024-04-05T21:14:07.000Z\"\r\n    },\r\n    \"customTags\": [],\r\n    \"quote\": \"65fb519f9cf74726788995e8\",\r\n    \"isWithoutQuote\": false,\r\n    \"companyType\": \"shipper\",\r\n    \"status\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/bookings/create"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cityOrigin\": {\n        \"address\": \"Costa Rica\",\n        \"countryCode\": \"CR\",\n        \"lat\": 9.748916999999999,\n        \"lng\": -83.753428\n    },\n    \"cityDestination\": {\n        \"address\": \"Canada\",\n        \"countryCode\": \"CA\",\n        \"lat\": 56.130366,\n        \"lng\": -106.346771\n    },\n    \"_id\": \"660db9b378dfb2df7299a633\",\n    \"bookingId\": \"M130_COSTA_CANADA_FAK\",\n    \"tenant\": \"649618800b7497f3261b426d\",\n    \"__v\": 0,\n    \"agent\": null,\n    \"carrier\": \"6019c700e3e6248a7fd73cb5\",\n    \"commodity\": \"FAK\",\n    \"company\": {\n        \"_id\": \"64961c56a1727236e1959277\",\n        \"name\": \"Shipper Pedro\"\n    },\n    \"companyType\": \"shipper\",\n    \"consignee\": \"6499c290294fe24f0f182d73\",\n    \"containers\": [\n        \"A1111\",\n        \"B2222\"\n    ],\n    \"createdAt\": \"2024-04-03T20:18:59.616Z\",\n    \"creationUser\": \"649618800b7497f3261b426f\",\n    \"customBrokerage\": false,\n    \"customTags\": [],\n    \"cutoff\": null,\n    \"descriptionCommodity\": \"Example description\",\n    \"eta\": null,\n    \"etd\": null,\n    \"flightNumber\": \"\",\n    \"hawb\": \"\",\n    \"hbl\": \"\",\n    \"incoterm\": \"CIP\",\n    \"isFavorite\": false,\n    \"isWithoutQuote\": false,\n    \"manualInput\": \"M\",\n    \"mawb\": \"\",\n    \"mbl\": \"\",\n    \"notify\": null,\n    \"owner\": {\n        \"_id\": \"6496187f0b7497f3261b4260\",\n        \"name\": \"Customer1\"\n    },\n    \"packagesInfo\": [\n        {\n            \"packageType\": \"Dry 20'\",\n            \"amount\": 2,\n            \"weight\": \"2\",\n            \"weightMetric\": \"kg\",\n            \"hazardousMaterials\": \"0\",\n            \"volume\": \"2\",\n            \"volumeMetric\": \"m³\"\n        }\n    ],\n    \"participants\": [\n        {\n            \"_id\": \"660db9bd5ab6928b7fbf81a3\",\n            \"assignedTo\": {\n                \"_id\": \"649618800b7497f3261b426f\",\n                \"firstName\": \"Pedro Pablo\",\n                \"lastName\": \"holguin\",\n                \"email\": \"pedro.holgin+lsp@cargologik.com\"\n            },\n            \"booking\": \"660db9b378dfb2df7299a633\",\n            \"company\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\"\n            },\n            \"createdAt\": \"2024-04-03T20:19:09.282Z\",\n            \"creationUser\": \"649618800b7497f3261b426f\",\n            \"isOwner\": false,\n            \"status\": \"active\",\n            \"type\": \"acm-lsp\"\n        },\n        {\n            \"_id\": \"660db9bd5ab6928b7fbf81bd\",\n            \"assignedTo\": {\n                \"_id\": \"649ee411cd2ae3022068836f\",\n                \"firstName\": \"Carlos Andres\",\n                \"lastName\": \"Holguin\",\n                \"email\": \"pedro.holgin+mem01@cargologik.com\"\n            },\n            \"booking\": \"660db9b378dfb2df7299a633\",\n            \"company\": {\n                \"_id\": \"6496187f0b7497f3261b4260\",\n                \"name\": \"Customer1\"\n            },\n            \"createdAt\": \"2024-04-03T20:19:09.516Z\",\n            \"creationUser\": \"649618800b7497f3261b426f\",\n            \"isOwner\": false,\n            \"status\": \"active\",\n            \"type\": \"acm-lsp\"\n        },\n        {\n            \"_id\": \"660db9be5ab6928b7fbf81cf\",\n            \"assignedTo\": {\n                \"_id\": \"64961c54416606c8874e1e60\",\n                \"firstName\": \"Shipper\",\n                \"lastName\": \"Pedro\",\n                \"email\": \"pedro.holgin+shipper1@cargologik.com\"\n            },\n            \"booking\": \"660db9b378dfb2df7299a633\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\"\n            },\n            \"createdAt\": \"2024-04-03T20:19:09.744Z\",\n            \"creationUser\": \"649618800b7497f3261b426f\",\n            \"isOwner\": false,\n            \"status\": \"active\",\n            \"type\": \"main-shipper\"\n        },\n        {\n            \"_id\": \"660db9be5ab6928b7fbf81e1\",\n            \"assignedTo\": {\n                \"_id\": \"64ba97808e1b1dec4387cabe\",\n                \"firstName\": \"Pedro\",\n                \"lastName\": \"Holguin\",\n                \"email\": \"pedro.holgin+shipper10@cargologik.com\"\n            },\n            \"booking\": \"660db9b378dfb2df7299a633\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\"\n            },\n            \"createdAt\": \"2024-04-03T20:19:09.966Z\",\n            \"creationUser\": \"649618800b7497f3261b426f\",\n            \"isOwner\": false,\n            \"status\": \"active\",\n            \"type\": \"internal-shipper\"\n        },\n        {\n            \"_id\": \"660db9be5ab6928b7fbf81fa\",\n            \"assignedTo\": {\n                \"_id\": \"65469465c406353b872c843d\",\n                \"firstName\": \"new pedro\",\n                \"lastName\": \"holguin\",\n                \"email\": \"pedro.holgin+snew1@cargologik.com\"\n            },\n            \"booking\": \"660db9b378dfb2df7299a633\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\"\n            },\n            \"createdAt\": \"2024-04-03T20:19:10.193Z\",\n            \"creationUser\": \"649618800b7497f3261b426f\",\n            \"isOwner\": false,\n            \"status\": \"active\",\n            \"type\": \"internal-shipper\"\n        },\n        {\n            \"_id\": \"660db9be5ab6928b7fbf820e\",\n            \"assignedTo\": {\n                \"_id\": \"654695a5e042a748f8348203\",\n                \"firstName\": \"new carlos\",\n                \"lastName\": \"ttt\",\n                \"email\": \"pedro.holgin+newc2@cargologik.com\"\n            },\n            \"booking\": \"660db9b378dfb2df7299a633\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\"\n            },\n            \"createdAt\": \"2024-04-03T20:19:10.397Z\",\n            \"creationUser\": \"649618800b7497f3261b426f\",\n            \"isOwner\": false,\n            \"status\": \"active\",\n            \"type\": \"internal-shipper\"\n        }\n    ],\n    \"paymentTerm\": \"collect\",\n    \"quote\": \"65fb519f9cf74726788995e8\",\n    \"rate\": \"660db9b378dfb2df7299a62c\",\n    \"referenceName\": \"TEST T3\",\n    \"shipmentType\": \"FCL\",\n    \"shipper\": \"660c1d0bf873484ed5610bba\",\n    \"specialInstructions\": \"Example special instructions\",\n    \"status\": \"actionRequired\",\n    \"tags\": [],\n    \"totalChargeableWeight\": 2,\n    \"totalVolume\": 2,\n    \"totalVolumetricWeight\": 0,\n    \"totalWeight\": 2,\n    \"transportationMode\": \"ship\",\n    \"truckingDestinationDeliveryAddress\": null,\n    \"truckingDestinationEquipment\": \"\",\n    \"truckingDestinationMode\": \"\",\n    \"truckingDestinationPickupAddress\": null,\n    \"truckingDestinationPickupDate\": null,\n    \"truckingOrigin\": false,\n    \"truckingOriginDeliveryAddress\": null,\n    \"truckingOriginEquipment\": \"\",\n    \"truckingOriginMode\": \"\",\n    \"truckingOriginPickupAddress\": null,\n    \"truckingOriginPickupDate\": null,\n    \"truckingService\": false,\n    \"turn\": \"owner\",\n    \"voyageNumber\": \"\"\n}"}],"_postman_id":"c520d9c7-78ba-4c79-a6f5-aa99bd2a66e0"},{"name":"Update Booking","id":"b06f930c-4d18-49ea-b213-a963bccaf00d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"company\": {\r\n\t\t\"_id\": \"64961c56a1727236e1959277\",\r\n\t\t\"name\": \"Shipper Pedro\"\r\n\t},\r\n\t\"transportationMode\": \"ship\",\r\n\t\"shipmentType\": \"FCL\",\r\n\t\"referenceName\": \"TEST T3\",\r\n\t\"incoterm\": \"CIP\",\r\n\t\"commodity\": \"FAK\",\r\n\t\"cityOrigin\": {\r\n\t\t\"address\": \"Costa Rica\",\r\n\t\t\"countryCode\": \"CR\",\r\n\t\t\"lat\": 9.748916999999999,\r\n\t\t\"lng\": -83.753428\r\n\t},\r\n\t\"cityDestination\": {\r\n\t\t\"address\": \"Canada\",\r\n\t\t\"countryCode\": \"CA\",\r\n\t\t\"lat\": 56.130366,\r\n\t\t\"lng\": -106.346771\r\n\t},\r\n\t\"portOrigin\": null,\r\n\t\"portDestination\": null,\r\n\t\"descriptionCommodity\": \"Example description\",\r\n\t\"paymentTerm\": \"collect\",\r\n\t\"packagesInfo\": [\r\n\t\t{\r\n\t\t\t\"packageType\": \"Dry 20'\",\r\n\t\t\t\"amount\": 2,\r\n\t\t\t\"weight\": \"2\",\r\n\t\t\t\"weightMetric\": \"kg\",\r\n\t\t\t\"hazardousMaterials\": \"0\",\r\n\t\t\t\"volume\": \"2\",\r\n\t\t\t\"volumeMetric\": \"m³\"\r\n\t\t}\r\n\t],\r\n\t\"totalVolume\": 2,\r\n\t\"totalWeight\": 2,\r\n\t\"totalVolumetricWeight\": 0,\r\n\t\"totalChargeableWeight\": 2,\r\n\t\"truckingService\": false,\r\n\t\"truckingOrigin\": false,\r\n\t\"truckingDestination\": false,\r\n\t\"truckingOriginMode\": \"\",\r\n\t\"truckingOriginEquipment\": \"\",\r\n\t\"truckingOriginPickupDate\": null,\r\n\t\"truckingOriginPickupAddress\": null,\r\n\t\"truckingOriginDeliveryAddress\": null,\r\n\t\"truckingDestinationMode\": \"\",\r\n\t\"truckingDestinationEquipment\": \"\",\r\n\t\"truckingDestinationPickupDate\": null,\r\n\t\"truckingDestinationPickupAddress\": null,\r\n\t\"truckingDestinationDeliveryAddress\": null,\r\n\t\"customBrokerage\": false,\r\n\t\"specialInstructions\": \"Example special instructions\",\r\n\t\"rate\": {\r\n\t\t\"subTotalFreight\": {\r\n\t\t\t\"buyRate\": 40,\r\n\t\t\t\"sellRate\": 800\r\n\t\t},\r\n\t\t\"subTotalFreightSurcharges\": {\r\n\t\t\t\"buyRate\": 0,\r\n\t\t\t\"sellRate\": 0\r\n\t\t},\r\n\t\t\"subTotalOrigin\": {\r\n\t\t\t\"buyRate\": 0,\r\n\t\t\t\"sellRate\": 0\r\n\t\t},\r\n\t\t\"subTotalDestination\": {\r\n\t\t\t\"buyRate\": 0,\r\n\t\t\t\"sellRate\": 0\r\n\t\t},\r\n\t\t\"_id\": \"660db9b378dfb2df7299a62c\",\r\n\t\t\"__v\": 0,\r\n\t\t\"accepted\": true,\r\n\t\t\"carrier\": {\r\n\t\t\t\"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n\t\t\t\"name\": \"CMA CGM\",\r\n\t\t\t\"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\"\r\n\t\t},\r\n\t\t\"createdAt\": \"2024-04-03T20:18:59.076Z\",\r\n\t\t\"destination\": [],\r\n\t\t\"freight\": [\r\n\t\t\t{\r\n\t\t\t\t\"charge\": \"20'\",\r\n\t\t\t\t\"buyRate\": 20,\r\n\t\t\t\t\"minBuyRate\": null,\r\n\t\t\t\t\"sellRate\": 400,\r\n\t\t\t\t\"minSellRate\": null,\r\n\t\t\t\t\"chargeBasis\": \"container\",\r\n\t\t\t\t\"key\": \"twenty\",\r\n\t\t\t\t\"_id\": \"65e778d3d64681d443a68fdc\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"freightSurcharge\": [],\r\n\t\t\"oneTimeRate\": false,\r\n\t\t\"origin\": [],\r\n\t\t\"selected\": true,\r\n\t\t\"tenant\": \"649618800b7497f3261b426d\",\r\n\t\t\"total\": 800,\r\n\t\t\"totalBuy\": 0,\r\n\t\t\"validityFrom\": \"2024-03-01T21:14:07.000Z\",\r\n\t\t\"validityTo\": \"2024-04-05T21:14:07.000Z\"\r\n\t},\r\n\t\"participants\": [],\r\n\t\"status\": \"inProgress\",\r\n\t\"statusShipper\": \"\",\r\n\t\"owner\": {\r\n\t\t\"_id\": \"6496187f0b7497f3261b4260\",\r\n\t\t\"name\": \"Logunsa\"\r\n\t},\r\n\t\"containers\": [\r\n\t\t\"A1111\",\r\n\t\t\"B2222\"\r\n\t],\r\n\t\"carrier\": {\r\n\t\t\"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n\t\t\"name\": \"CMA CGM\",\r\n\t\t\"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\"\r\n\t},\r\n\t\"etd\": null,\r\n\t\"eta\": \"2024-04-04T05:00:00.000Z\",\r\n\t\"cutoff\": null,\r\n\t\"mbl\": \"\",\r\n\t\"hbl\": \"\",\r\n\t\"voyageNumber\": \"\",\r\n\t\"mawb\": \"\",\r\n\t\"hawb\": \"\",\r\n\t\"flightNumber\": \"\",\r\n\t\"shipper\": {\r\n\t\t\"_id\": \"660c1d0bf873484ed5610bba\",\r\n\t\t\"address\": \"Canada\",\r\n\t\t\"email\": \"usershipper@cargologik.com\",\r\n\t\t\"name\": \"User Shipper\"\r\n\t},\r\n\t\"consignee\": {\r\n\t\t\"_id\": \"6499c290294fe24f0f182d73\",\r\n\t\t\"address\": \"Colombia\",\r\n\t\t\"email\": \"maria@gmail.com\",\r\n\t\t\"name\": \"Maria Palacio\"\r\n\t},\r\n\t\"notify\": null,\r\n\t\"agent\": null,\r\n\t\"customTags\": [],\r\n\t\"isWithoutQuote\": false,\r\n\t\"isBook\": false,\r\n\t\"refQuote\": null,\r\n\t\"companyType\": \"shipper\",\r\n\t\"_id\": \"660db9b378dfb2df7299a633\",\r\n\t\"bookingId\": \"M130_COSTA_CANADA_FAK\",\r\n\t\"tenant\": \"649618800b7497f3261b426d\",\r\n\t\"__v\": 0,\r\n\t\"createdAt\": \"2024-04-03T20:18:59.616Z\",\r\n\t\"creationUser\": {\r\n\t\t\"_id\": \"649618800b7497f3261b426f\",\r\n\t\t\"firstName\": \"Pedro Pablo\",\r\n\t\t\"lastName\": \"holguin\",\r\n\t\t\"urlPhotoProfile\": \"\"\r\n\t},\r\n\t\"isFavorite\": false,\r\n\t\"manualInput\": \"M\",\r\n\t\"tags\": [],\r\n\t\"turn\": \"owner\",\r\n\t\"quoteOriginLoadSmart\": \"\",\r\n\t\"quoteDestinationLoadSmart\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/bookings/update","description":"<h2 id=\"update-a-booking\">Update a Booking</h2>\n<p>This endpoint allows you to update a booking for maritime, aerial, or land transportation. You need to provide a JSON body with the booking details.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/bookings/update</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h2 id=\"request-body-json\">Request Body (JSON)</h2>\n<p>The request body should be in JSON format and include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>company</td>\n<td>Object containing information about the company.</td>\n</tr>\n<tr>\n<td>transportationMode</td>\n<td>The transportation mode for the shipment (e.g., \"ship\", \"plane\", \"truck\").</td>\n</tr>\n<tr>\n<td>shipmentType</td>\n<td>Type of shipment.</td>\n</tr>\n<tr>\n<td>referenceName</td>\n<td>Reference name of the shipment.</td>\n</tr>\n<tr>\n<td>incoterm</td>\n<td>International Commercial Terms.</td>\n</tr>\n<tr>\n<td>commodity</td>\n<td>Type of commodity.</td>\n</tr>\n<tr>\n<td>cityOrigin</td>\n<td>Object describing the city of origin.</td>\n</tr>\n<tr>\n<td>cityDestination</td>\n<td>Object describing the city of destination.</td>\n</tr>\n<tr>\n<td>portOrigin</td>\n<td>Origin port.</td>\n</tr>\n<tr>\n<td>portDestination</td>\n<td>Destination port.</td>\n</tr>\n<tr>\n<td>descriptionCommodity</td>\n<td>Description of the commodity.</td>\n</tr>\n<tr>\n<td>paymentTerm</td>\n<td>Payment terms.</td>\n</tr>\n<tr>\n<td>packagesInfo</td>\n<td>Information about packages being shipped.</td>\n</tr>\n<tr>\n<td>totalVolume</td>\n<td>Total volume of the shipment.</td>\n</tr>\n<tr>\n<td>totalWeight</td>\n<td>Total weight of the shipment.</td>\n</tr>\n<tr>\n<td>totalChargeableWeight</td>\n<td>Total chargeable weight of the shipment.</td>\n</tr>\n<tr>\n<td>truckingService</td>\n<td>Whether trucking service is required.</td>\n</tr>\n<tr>\n<td>truckingOrigin</td>\n<td>Whether trucking service originates from the origin.</td>\n</tr>\n<tr>\n<td>truckingDestination</td>\n<td>Whether trucking service ends at the destination.</td>\n</tr>\n<tr>\n<td>truckingOriginMode</td>\n<td>Trucking service mode at origin.</td>\n</tr>\n<tr>\n<td>truckingOriginEquipment</td>\n<td>Trucking equipment at origin.</td>\n</tr>\n<tr>\n<td>truckingOriginPickupDate</td>\n<td>Date of pickup for trucking at origin.</td>\n</tr>\n<tr>\n<td>truckingOriginPickupAddress</td>\n<td>Pickup address for trucking at origin.</td>\n</tr>\n<tr>\n<td>truckingOriginDeliveryAddress</td>\n<td>Delivery address for trucking at origin.</td>\n</tr>\n<tr>\n<td>truckingDestinationMode</td>\n<td>Trucking service mode at destination.</td>\n</tr>\n<tr>\n<td>truckingDestinationEquipment</td>\n<td>Trucking equipment at destination.</td>\n</tr>\n<tr>\n<td>truckingDestinationPickupDate</td>\n<td>Date of pickup for trucking at destination.</td>\n</tr>\n<tr>\n<td>truckingDestinationPickupAddress</td>\n<td>Pickup address for trucking at destination.</td>\n</tr>\n<tr>\n<td>truckingDestinationDeliveryAddress</td>\n<td>Delivery address for trucking at destination.</td>\n</tr>\n<tr>\n<td>customBrokerage</td>\n<td>Whether custom brokerage is required.</td>\n</tr>\n<tr>\n<td>specialInstructions</td>\n<td>Special instructions for the shipment.</td>\n</tr>\n<tr>\n<td>rate</td>\n<td>Object containing rate information for the shipment.</td>\n</tr>\n<tr>\n<td>participants</td>\n<td>List of participants involved in the shipment.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Current status of the shipment.</td>\n</tr>\n<tr>\n<td>statusShipper</td>\n<td>Status information from the shipper.</td>\n</tr>\n<tr>\n<td>owner</td>\n<td>Object containing information about the owner of the shipment.</td>\n</tr>\n<tr>\n<td>containers</td>\n<td>List of containers used for the shipment.</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>Object containing information about the carrier.</td>\n</tr>\n<tr>\n<td>etd</td>\n<td>Estimated time of departure.</td>\n</tr>\n<tr>\n<td>eta</td>\n<td>Estimated time of arrival.</td>\n</tr>\n<tr>\n<td>cutoff</td>\n<td>Cutoff time for the shipment.</td>\n</tr>\n<tr>\n<td>mbl</td>\n<td>Master Bill of Lading.</td>\n</tr>\n<tr>\n<td>hbl</td>\n<td>House Bill of Lading.</td>\n</tr>\n<tr>\n<td>voyageNumber</td>\n<td>Voyage number.</td>\n</tr>\n<tr>\n<td>mawb</td>\n<td>Master Air Waybill.</td>\n</tr>\n<tr>\n<td>hawb</td>\n<td>House Air Waybill.</td>\n</tr>\n<tr>\n<td>flightNumber</td>\n<td>Flight number.</td>\n</tr>\n<tr>\n<td>shipper</td>\n<td>Object containing information about the shipper.</td>\n</tr>\n<tr>\n<td>consignee</td>\n<td>Object containing information about the consignee.</td>\n</tr>\n<tr>\n<td>notify</td>\n<td>Notification information.</td>\n</tr>\n<tr>\n<td>agent</td>\n<td>Agent information.</td>\n</tr>\n<tr>\n<td>customTags</td>\n<td>Custom tags for the shipment.</td>\n</tr>\n<tr>\n<td>isWithoutQuote</td>\n<td>Indicates if the shipment is without a quote.</td>\n</tr>\n<tr>\n<td>isBook</td>\n<td>Indicates if the shipment is booked.</td>\n</tr>\n<tr>\n<td>refQuote</td>\n<td>Reference to a quote.</td>\n</tr>\n<tr>\n<td>companyType</td>\n<td>Type of company (e.g., shipper, carrier).</td>\n</tr>\n<tr>\n<td>bookingId</td>\n<td>Booking ID for the shipment.</td>\n</tr>\n<tr>\n<td>tenant</td>\n<td>Tenant information.</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>Date and time of creation.</td>\n</tr>\n<tr>\n<td>creationUser</td>\n<td>Object containing information about the user who created the shipment.</td>\n</tr>\n<tr>\n<td>isFavorite</td>\n<td>Indicates if the shipment is marked as a favorite.</td>\n</tr>\n<tr>\n<td>manualInput</td>\n<td>Indicates if the input was manual.</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>Tags associated with the shipment.</td>\n</tr>\n<tr>\n<td>turn</td>\n<td>Turn information (e.g., owner).</td>\n</tr>\n<tr>\n<td>quoteOriginLoadSmart</td>\n<td>Quote information for origin loading.</td>\n</tr>\n<tr>\n<td>quoteDestinationLoadSmart</td>\n<td>Quote information for destination loading.</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"company\": {\n        \"_id\": \"64961c56a1727236e1959277\",\n        \"name\": \"Shipper Pedro\"\n    },\n    \"transportationMode\": \"ship\",\n    \"shipmentType\": \"FCL\",\n    \"referenceName\": \"TEST T3\",\n    \"incoterm\": \"CIP\",\n    \"commodity\": \"FAK\",\n    \"cityOrigin\": {\n        \"address\": \"Costa Rica\",\n        \"countryCode\": \"CR\",\n        \"lat\": 9.748916999999999,\n        \"lng\": -83.753428\n    },\n    \"cityDestination\": {\n        \"address\": \"Canada\",\n        \"countryCode\": \"CA\",\n        \"lat\": 56.130366,\n        \"lng\": -106.346771\n    },\n    \"portOrigin\": null,\n    \"portDestination\": null,\n    \"descriptionCommodity\": \"Example description\",\n    \"paymentTerm\": \"collect\",\n    \"packagesInfo\": [\n        {\n            \"packageType\": \"Dry 20'\",\n            \"amount\": 2,\n            \"weight\": \"2\",\n            \"weightMetric\": \"kg\",\n            \"hazardousMaterials\": \"0\",\n            \"volume\": \"2\",\n            \"volumeMetric\": \"m³\"\n        }\n    ],\n    \"totalVolume\": 2,\n    \"totalWeight\": 2,\n    \"totalVolumetricWeight\": 0,\n    \"totalChargeableWeight\": 2,\n    \"truckingService\": false,\n    \"truckingOrigin\": false,\n    \"truckingDestination\": false,\n    \"truckingOriginMode\": \"\",\n    \"truckingOriginEquipment\": \"\",\n    \"truckingOriginPickupDate\": null,\n    \"truckingOriginPickupAddress\": null,\n    \"truckingOriginDeliveryAddress\": null,\n    \"truckingDestinationMode\": \"\",\n    \"truckingDestinationEquipment\": \"\",\n    \"truckingDestinationPickupDate\": null,\n    \"truckingDestinationPickupAddress\": null,\n    \"truckingDestinationDeliveryAddress\": null,\n    \"customBrokerage\": false,\n    \"specialInstructions\": \"Example special instructions\",\n    \"rate\": {\n        \"subTotalFreight\": {\n            \"buyRate\": 40,\n            \"sellRate\": 800\n        },\n        \"subTotalFreightSurcharges\": {\n            \"buyRate\": 0,\n            \"sellRate\": 0\n        },\n        \"subTotalOrigin\": {\n            \"buyRate\": 0,\n            \"sellRate\": 0\n        },\n        \"subTotalDestination\": {\n            \"buyRate\": 0,\n            \"sellRate\": 0\n        },\n        \"_id\": \"660db9b378dfb2df7299a62c\",\n        \"__v\": 0,\n        \"accepted\": true,\n        \"carrier\": {\n            \"_id\": \"6019c700e3e6248a7fd73cb5\",\n            \"name\": \"CMA CGM\",\n            \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\"\n        },\n        \"createdAt\": \"2024-04-03T20:18:59.076Z\",\n        \"destination\": [],\n        \"freight\": [\n            {\n                \"charge\": \"20'\",\n                \"buyRate\": 20,\n                \"minBuyRate\": null,\n                \"sellRate\": 400,\n                \"minSellRate\": null,\n                \"chargeBasis\": \"container\",\n                \"key\": \"twenty\",\n                \"_id\": \"65e778d3d64681d443a68fdc\"\n            }\n        ],\n        \"freightSurcharge\": [],\n        \"oneTimeRate\": false,\n        \"origin\": [],\n        \"selected\": true,\n        \"tenant\": \"649618800b7497f3261b426d\",\n        \"total\": 800,\n        \"totalBuy\": 0,\n        \"validityFrom\": \"2024-03-01T21:14:07.000Z\",\n        \"validityTo\": \"2024-04-05T21:14:07.000Z\"\n    },\n    \"participants\": [],\n    \"status\": \"inProgress\",\n    \"statusShipper\": \"\",\n    \"owner\": {\n        \"_id\": \"6496187f0b7497f3261b4260\",\n        \"name\": \"Logunsa\"\n    },\n    \"containers\": [\n        \"A1111\",\n        \"B2222\"\n    ],\n    \"carrier\": {\n        \"_id\": \"6019c700e3e6248a7fd73cb5\",\n        \"name\": \"CMA CGM\",\n        \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\"\n    },\n    \"etd\": null,\n    \"eta\": \"2024-04-04T05:00:00.000Z\",\n    \"cutoff\": null,\n    \"mbl\": \"\",\n    \"hbl\": \"\",\n    \"voyageNumber\": \"\",\n    \"mawb\": \"\",\n    \"hawb\": \"\",\n    \"flightNumber\": \"\",\n    \"shipper\": {\n        \"_id\": \"660c1d0bf873484ed5610bba\",\n        \"address\": \"Canada\",\n        \"email\": \"usershipper@cargologik.com\",\n        \"name\": \"User Shipper\"\n    },\n    \"consignee\": {\n        \"_id\": \"6499c290294fe24f0f182d73\",\n        \"address\": \"Colombia\",\n        \"email\": \"maria@gmail.com\",\n        \"name\": \"Maria Palacio\"\n    },\n    \"notify\": null,\n    \"agent\": null,\n    \"customTags\": [],\n    \"isWithoutQuote\": false,\n    \"isBook\": false,\n    \"refQuote\": null,\n    \"companyType\": \"shipper\",\n    \"_id\": \"660db9b378dfb2df7299a633\",\n    \"bookingId\": \"M130_COSTA_CANADA_FAK\",\n    \"tenant\": \"649618800b7497f3261b426d\",\n    \"__v\": 0,\n    \"createdAt\": \"2024-04-03T20:18:59.616Z\",\n    \"creationUser\": {\n        \"_id\": \"649618800b7497f3261b426f\",\n        \"firstName\": \"Pedro Pablo\",\n        \"lastName\": \"holguin\",\n        \"urlPhotoProfile\": \"\"\n    },\n    \"isFavorite\": false,\n    \"manualInput\": \"M\",\n    \"tags\": [],\n    \"turn\": \"owner\",\n    \"quoteOriginLoadSmart\": \"\",\n    \"quoteDestinationLoadSmart\": \"\"\n}\n\n</code></pre>\n<h3 id=\"example-curl-request\">Example Curl Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request POST 'https://yourserver.com/api/v2/bookings/update' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n    ... (JSON body as shown above)\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","bookings","update"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"b9149200-a3ff-4f03-b3de-485a69526198","name":"Update Booking","originalRequest":{"method":"PUT","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"company\": {\r\n        \"_id\": \"64961c56a1727236e1959277\",\r\n        \"name\": \"Shipper Pedro\"\r\n    },\r\n    \"transportationMode\": \"ship\",\r\n    \"shipmentType\": \"FCL\",\r\n    \"referenceName\": \"TEST T3\",\r\n    \"incoterm\": \"CIP\",\r\n    \"commodity\": \"FAK\",\r\n    \"cityOrigin\": {\r\n        \"address\": \"Costa Rica\",\r\n        \"countryCode\": \"CR\",\r\n        \"lat\": 9.748916999999999,\r\n        \"lng\": -83.753428\r\n    },\r\n    \"cityDestination\": {\r\n        \"address\": \"Canada\",\r\n        \"countryCode\": \"CA\",\r\n        \"lat\": 56.130366,\r\n        \"lng\": -106.346771\r\n    },\r\n    \"portOrigin\": null,\r\n    \"portDestination\": null,\r\n    \"descriptionCommodity\": \"Example description\",\r\n    \"paymentTerm\": \"collect\",\r\n    \"packagesInfo\": [\r\n        {\r\n            \"packageType\": \"Dry 20'\",\r\n            \"amount\": 2,\r\n            \"weight\": \"2\",\r\n            \"weightMetric\": \"kg\",\r\n            \"hazardousMaterials\": \"0\",\r\n            \"volume\": \"2\",\r\n            \"volumeMetric\": \"m³\"\r\n        }\r\n    ],\r\n    \"totalVolume\": 2,\r\n    \"totalWeight\": 2,\r\n    \"totalVolumetricWeight\": 0,\r\n    \"totalChargeableWeight\": 2,\r\n    \"truckingService\": false,\r\n    \"truckingOrigin\": false,\r\n    \"truckingDestination\": false,\r\n    \"truckingOriginMode\": \"\",\r\n    \"truckingOriginEquipment\": \"\",\r\n    \"truckingOriginPickupDate\": null,\r\n    \"truckingOriginPickupAddress\": null,\r\n    \"truckingOriginDeliveryAddress\": null,\r\n    \"truckingDestinationMode\": \"\",\r\n    \"truckingDestinationEquipment\": \"\",\r\n    \"truckingDestinationPickupDate\": null,\r\n    \"truckingDestinationPickupAddress\": null,\r\n    \"truckingDestinationDeliveryAddress\": null,\r\n    \"customBrokerage\": false,\r\n    \"specialInstructions\": \"Example special instructions\",\r\n    \"rate\": {\r\n        \"subTotalFreight\": {\r\n            \"buyRate\": 40,\r\n            \"sellRate\": 800\r\n        },\r\n        \"subTotalFreightSurcharges\": {\r\n            \"buyRate\": 0,\r\n            \"sellRate\": 0\r\n        },\r\n        \"subTotalOrigin\": {\r\n            \"buyRate\": 0,\r\n            \"sellRate\": 0\r\n        },\r\n        \"subTotalDestination\": {\r\n            \"buyRate\": 0,\r\n            \"sellRate\": 0\r\n        },\r\n        \"_id\": \"660db9b378dfb2df7299a62c\",\r\n        \"__v\": 0,\r\n        \"accepted\": true,\r\n        \"carrier\": {\r\n            \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n            \"name\": \"CMA CGM\",\r\n            \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\"\r\n        },\r\n        \"createdAt\": \"2024-04-03T20:18:59.076Z\",\r\n        \"destination\": [],\r\n        \"freight\": [\r\n            {\r\n                \"charge\": \"20'\",\r\n                \"buyRate\": 20,\r\n                \"minBuyRate\": null,\r\n                \"sellRate\": 400,\r\n                \"minSellRate\": null,\r\n                \"chargeBasis\": \"container\",\r\n                \"key\": \"twenty\",\r\n                \"_id\": \"65e778d3d64681d443a68fdc\"\r\n            }\r\n        ],\r\n        \"freightSurcharge\": [],\r\n        \"oneTimeRate\": false,\r\n        \"origin\": [],\r\n        \"selected\": true,\r\n        \"tenant\": \"649618800b7497f3261b426d\",\r\n        \"total\": 800,\r\n        \"totalBuy\": 0,\r\n        \"validityFrom\": \"2024-03-01T21:14:07.000Z\",\r\n        \"validityTo\": \"2024-04-05T21:14:07.000Z\"\r\n    },\r\n    \"participants\": [],\r\n    \"status\": \"inProgress\",\r\n    \"statusShipper\": \"\",\r\n    \"owner\": {\r\n        \"_id\": \"6496187f0b7497f3261b4260\",\r\n        \"name\": \"Logunsa\"\r\n    },\r\n    \"containers\": [\r\n        \"A1111\",\r\n        \"B2222\"\r\n    ],\r\n    \"carrier\": {\r\n        \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n        \"name\": \"CMA CGM\",\r\n        \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\"\r\n    },\r\n    \"etd\": null,\r\n    \"eta\": \"2024-04-04T05:00:00.000Z\",\r\n    \"cutoff\": null,\r\n    \"mbl\": \"\",\r\n    \"hbl\": \"\",\r\n    \"voyageNumber\": \"\",\r\n    \"mawb\": \"\",\r\n    \"hawb\": \"\",\r\n    \"flightNumber\": \"\",\r\n    \"shipper\": {\r\n        \"_id\": \"660c1d0bf873484ed5610bba\",\r\n        \"address\": \"Canada\",\r\n        \"email\": \"usershipper@cargologik.com\",\r\n        \"name\": \"User Shipper\"\r\n    },\r\n    \"consignee\": {\r\n        \"_id\": \"6499c290294fe24f0f182d73\",\r\n        \"address\": \"Colombia\",\r\n        \"email\": \"maria@gmail.com\",\r\n        \"name\": \"Maria Palacio\"\r\n    },\r\n    \"notify\": null,\r\n    \"agent\": null,\r\n    \"customTags\": [],\r\n    \"isWithoutQuote\": false,\r\n    \"isBook\": false,\r\n    \"refQuote\": null,\r\n    \"companyType\": \"shipper\",\r\n    \"_id\": \"660db9b378dfb2df7299a633\",\r\n    \"bookingId\": \"M130_COSTA_CANADA_FAK\",\r\n    \"tenant\": \"649618800b7497f3261b426d\",\r\n    \"__v\": 0,\r\n    \"createdAt\": \"2024-04-03T20:18:59.616Z\",\r\n    \"creationUser\": {\r\n        \"_id\": \"649618800b7497f3261b426f\",\r\n        \"firstName\": \"Pedro Pablo\",\r\n        \"lastName\": \"holguin\",\r\n        \"urlPhotoProfile\": \"\"\r\n    },\r\n    \"isFavorite\": false,\r\n    \"manualInput\": \"M\",\r\n    \"tags\": [],\r\n    \"turn\": \"owner\",\r\n    \"quoteOriginLoadSmart\": \"\",\r\n    \"quoteDestinationLoadSmart\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/bookings/update"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"cityOrigin\": {\r\n        \"address\": \"Costa Rica\",\r\n        \"countryCode\": \"CR\",\r\n        \"lat\": 9.748916999999999,\r\n        \"lng\": -83.753428\r\n    },\r\n    \"cityDestination\": {\r\n        \"address\": \"Canada\",\r\n        \"countryCode\": \"CA\",\r\n        \"lat\": 56.130366,\r\n        \"lng\": -106.346771\r\n    },\r\n    \"_id\": \"660db9b378dfb2df7299a633\",\r\n    \"bookingId\": \"M130_COSTA_CANADA_FAK\",\r\n    \"tenant\": \"649618800b7497f3261b426d\",\r\n    \"__v\": 0,\r\n    \"agent\": null,\r\n    \"carrier\": \"6019c700e3e6248a7fd73cb5\",\r\n    \"commodity\": \"FAK\",\r\n    \"company\": {\r\n        \"_id\": \"64961c56a1727236e1959277\",\r\n        \"name\": \"Shipper Pedro\"\r\n    },\r\n    \"companyType\": \"shipper\",\r\n    \"consignee\": \"6499c290294fe24f0f182d73\",\r\n    \"containers\": [\r\n        \"A1111\",\r\n        \"B2222\"\r\n    ],\r\n    \"createdAt\": \"2024-04-03T20:18:59.616Z\",\r\n    \"creationUser\": \"649618800b7497f3261b426f\",\r\n    \"customBrokerage\": false,\r\n    \"customTags\": [],\r\n    \"cutoff\": null,\r\n    \"descriptionCommodity\": \"Example description\",\r\n    \"eta\": \"2024-04-04T05:00:00.000Z\",\r\n    \"etd\": null,\r\n    \"flightNumber\": \"\",\r\n    \"hawb\": \"\",\r\n    \"hbl\": \"\",\r\n    \"incoterm\": \"CIP\",\r\n    \"isFavorite\": false,\r\n    \"isWithoutQuote\": false,\r\n    \"manualInput\": \"M\",\r\n    \"mawb\": \"\",\r\n    \"mbl\": \"\",\r\n    \"notify\": null,\r\n    \"owner\": {\r\n        \"_id\": \"6496187f0b7497f3261b4260\",\r\n        \"name\": \"Customer1\"\r\n    },\r\n    \"packagesInfo\": [\r\n        {\r\n            \"packageType\": \"Dry 20'\",\r\n            \"amount\": 2,\r\n            \"weight\": \"2\",\r\n            \"weightMetric\": \"kg\",\r\n            \"hazardousMaterials\": \"0\",\r\n            \"volume\": \"2\",\r\n            \"volumeMetric\": \"m³\"\r\n        }\r\n    ],\r\n    \"participants\": [\r\n        {\r\n            \"_id\": \"660db9bd5ab6928b7fbf81a3\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"649618800b7497f3261b426f\",\r\n                \"firstName\": \"Pedro Pablo\",\r\n                \"lastName\": \"holguin\",\r\n                \"email\": \"pedro.holgin+lsp@cargologik.com\"\r\n            },\r\n            \"booking\": \"660db9b378dfb2df7299a633\",\r\n            \"company\": {\r\n                \"_id\": \"6496187f0b7497f3261b4260\",\r\n                \"name\": \"Customer1\",\r\n                \"type\": \"lsp\"\r\n            },\r\n            \"createdAt\": \"2024-04-03T20:19:09.282Z\",\r\n            \"creationUser\": \"649618800b7497f3261b426f\",\r\n            \"isOwner\": false,\r\n            \"status\": \"active\",\r\n            \"type\": \"acm-lsp\"\r\n        },\r\n        {\r\n            \"_id\": \"660db9bd5ab6928b7fbf81bd\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"649ee411cd2ae3022068836f\",\r\n                \"firstName\": \"Carlos Andres\",\r\n                \"lastName\": \"Holguin\",\r\n                \"email\": \"pedro.holgin+mem01@cargologik.com\"\r\n            },\r\n            \"booking\": \"660db9b378dfb2df7299a633\",\r\n            \"company\": {\r\n                \"_id\": \"6496187f0b7497f3261b4260\",\r\n                \"name\": \"Customer1\",\r\n                \"type\": \"lsp\"\r\n            },\r\n            \"createdAt\": \"2024-04-03T20:19:09.516Z\",\r\n            \"creationUser\": \"649618800b7497f3261b426f\",\r\n            \"isOwner\": false,\r\n            \"status\": \"active\",\r\n            \"type\": \"acm-lsp\"\r\n        },\r\n        {\r\n            \"_id\": \"660db9be5ab6928b7fbf81cf\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"64961c54416606c8874e1e60\",\r\n                \"firstName\": \"Shipper\",\r\n                \"lastName\": \"Pedro\",\r\n                \"email\": \"pedro.holgin+shipper1@cargologik.com\"\r\n            },\r\n            \"booking\": \"660db9b378dfb2df7299a633\",\r\n            \"company\": {\r\n                \"_id\": \"64961c56a1727236e1959277\",\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"createdAt\": \"2024-04-03T20:19:09.744Z\",\r\n            \"creationUser\": \"649618800b7497f3261b426f\",\r\n            \"isOwner\": false,\r\n            \"status\": \"active\",\r\n            \"type\": \"main-shipper\"\r\n        },\r\n        {\r\n            \"_id\": \"660db9be5ab6928b7fbf81e1\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"64ba97808e1b1dec4387cabe\",\r\n                \"firstName\": \"Pedro\",\r\n                \"lastName\": \"Holguin\",\r\n                \"email\": \"pedro.holgin+shipper10@cargologik.com\"\r\n            },\r\n            \"booking\": \"660db9b378dfb2df7299a633\",\r\n            \"company\": {\r\n                \"_id\": \"64961c56a1727236e1959277\",\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"createdAt\": \"2024-04-03T20:19:09.966Z\",\r\n            \"creationUser\": \"649618800b7497f3261b426f\",\r\n            \"isOwner\": false,\r\n            \"status\": \"active\",\r\n            \"type\": \"internal-shipper\"\r\n        },\r\n        {\r\n            \"_id\": \"660db9be5ab6928b7fbf81fa\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"65469465c406353b872c843d\",\r\n                \"firstName\": \"new pedro\",\r\n                \"lastName\": \"holguin\",\r\n                \"email\": \"pedro.holgin+snew1@cargologik.com\"\r\n            },\r\n            \"booking\": \"660db9b378dfb2df7299a633\",\r\n            \"company\": {\r\n                \"_id\": \"64961c56a1727236e1959277\",\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"createdAt\": \"2024-04-03T20:19:10.193Z\",\r\n            \"creationUser\": \"649618800b7497f3261b426f\",\r\n            \"isOwner\": false,\r\n            \"status\": \"active\",\r\n            \"type\": \"internal-shipper\"\r\n        },\r\n        {\r\n            \"_id\": \"660db9be5ab6928b7fbf820e\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"654695a5e042a748f8348203\",\r\n                \"firstName\": \"new carlos\",\r\n                \"lastName\": \"ttt\",\r\n                \"email\": \"pedro.holgin+newc2@cargologik.com\"\r\n            },\r\n            \"booking\": \"660db9b378dfb2df7299a633\",\r\n            \"company\": {\r\n                \"_id\": \"64961c56a1727236e1959277\",\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"createdAt\": \"2024-04-03T20:19:10.397Z\",\r\n            \"creationUser\": \"649618800b7497f3261b426f\",\r\n            \"isOwner\": false,\r\n            \"status\": \"active\",\r\n            \"type\": \"internal-shipper\"\r\n        }\r\n    ],\r\n    \"paymentTerm\": \"collect\",\r\n    \"quote\": \"65fb519f9cf74726788995e8\",\r\n    \"rate\": \"660db9b378dfb2df7299a62c\",\r\n    \"referenceName\": \"TEST T3\",\r\n    \"shipmentType\": \"FCL\",\r\n    \"shipper\": \"660c1d0bf873484ed5610bba\",\r\n    \"specialInstructions\": \"Example special instructions\",\r\n    \"status\": \"actionRequired\",\r\n    \"tags\": [],\r\n    \"totalChargeableWeight\": 2,\r\n    \"totalVolume\": 2,\r\n    \"totalVolumetricWeight\": 0,\r\n    \"totalWeight\": 2,\r\n    \"transportationMode\": \"ship\",\r\n    \"truckingDestinationDeliveryAddress\": null,\r\n    \"truckingDestinationEquipment\": \"\",\r\n    \"truckingDestinationMode\": \"\",\r\n    \"truckingDestinationPickupAddress\": null,\r\n    \"truckingDestinationPickupDate\": null,\r\n    \"truckingOrigin\": false,\r\n    \"truckingOriginDeliveryAddress\": null,\r\n    \"truckingOriginEquipment\": \"\",\r\n    \"truckingOriginMode\": \"\",\r\n    \"truckingOriginPickupAddress\": null,\r\n    \"truckingOriginPickupDate\": null,\r\n    \"truckingService\": false,\r\n    \"turn\": \"owner\",\r\n    \"voyageNumber\": \"\",\r\n    \"portDestination\": null,\r\n    \"portOrigin\": null,\r\n    \"updateUser\": \"649618800b7497f3261b426f\",\r\n    \"updatedAt\": \"2024-04-03T20:37:14.255Z\"\r\n}"}],"_postman_id":"b06f930c-4d18-49ea-b213-a963bccaf00d"},{"name":"Booking Details","id":"85f96a8f-ac61-4fd8-9f7d-8c19e94534ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/v2/bookings/details/65fb515b7a54861c5f5ddf6e","description":"<h2 id=\"booking-details\">Booking Details</h2>\n<p>This endpoint allows you to retrieve detailed information for a specific Booking.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/bookings/details/{bookingId}</code></li>\n<li><strong>Method HTTP</strong>: GET</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<ul>\n<li><code>bookingId</code> (Required): The unique identifier of the quote you wish to retrieve details for.</li>\n</ul>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request GET '[https://api.yourcompany.com/api/v2/bookings/details/651f228e2a7f100f10ee32ed'](https://api.yourcompany.com/api/v2/bookings/details/651f228e2a7f100f10ee32ed')\n\n</code></pre>\n<h3 id=\"response-body\">Response Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cityOrigin</code></td>\n<td>The origin city information.</td>\n</tr>\n<tr>\n<td><code>cityDestination</code></td>\n<td>The destination city information.</td>\n</tr>\n<tr>\n<td><code>_id</code></td>\n<td>The ID of the booking.</td>\n</tr>\n<tr>\n<td><code>bookingId</code></td>\n<td>The booking ID.</td>\n</tr>\n<tr>\n<td><code>tenant</code></td>\n<td>The ID of the tenant.</td>\n</tr>\n<tr>\n<td><code>agent</code></td>\n<td>The agent information.</td>\n</tr>\n<tr>\n<td><code>carrier</code></td>\n<td>The carrier information.</td>\n</tr>\n<tr>\n<td><code>commodity</code></td>\n<td>The commodity type.</td>\n</tr>\n<tr>\n<td><code>company</code></td>\n<td>The company information.</td>\n</tr>\n<tr>\n<td><code>companyType</code></td>\n<td>The type of company (e.g., shipper).</td>\n</tr>\n<tr>\n<td><code>consignee</code></td>\n<td>The consignee information.</td>\n</tr>\n<tr>\n<td><code>containers</code></td>\n<td>The list of containers.</td>\n</tr>\n<tr>\n<td><code>createdAt</code></td>\n<td>The creation date of the booking.</td>\n</tr>\n<tr>\n<td><code>creationUser</code></td>\n<td>The user who created the booking.</td>\n</tr>\n<tr>\n<td><code>customBrokerage</code></td>\n<td>Indicates if custom brokerage is required.</td>\n</tr>\n<tr>\n<td><code>customTags</code></td>\n<td>Custom tags associated with the booking.</td>\n</tr>\n<tr>\n<td><code>descriptionCommodity</code></td>\n<td>The description of the commodity.</td>\n</tr>\n<tr>\n<td><code>incoterm</code></td>\n<td>The Incoterm for the shipment.</td>\n</tr>\n<tr>\n<td><code>isFavorite</code></td>\n<td>Indicates if the booking is marked as favorite.</td>\n</tr>\n<tr>\n<td><code>isWithoutQuote</code></td>\n<td>Indicates if the booking is without a quote.</td>\n</tr>\n<tr>\n<td><code>manualInput</code></td>\n<td>Indicates if the booking was manually input.</td>\n</tr>\n<tr>\n<td><code>mbl</code></td>\n<td>The Master Bill of Lading.</td>\n</tr>\n<tr>\n<td><code>notify</code></td>\n<td>Notification information.</td>\n</tr>\n<tr>\n<td><code>owner</code></td>\n<td>The owner of the booking.</td>\n</tr>\n<tr>\n<td><code>packagesInfo</code></td>\n<td>Information about the packages.</td>\n</tr>\n<tr>\n<td><code>participants</code></td>\n<td>Participants associated with the booking.</td>\n</tr>\n<tr>\n<td><code>paymentTerm</code></td>\n<td>The payment term for the booking.</td>\n</tr>\n<tr>\n<td><code>quote</code></td>\n<td>The quote ID associated with the booking.</td>\n</tr>\n<tr>\n<td><code>rate</code></td>\n<td>The rate information for the booking.</td>\n</tr>\n<tr>\n<td><code>referenceName</code></td>\n<td>The reference name of the booking.</td>\n</tr>\n<tr>\n<td><code>shipmentType</code></td>\n<td>The type of shipment (e.g., FCL).</td>\n</tr>\n<tr>\n<td><code>shipper</code></td>\n<td>The shipper information.</td>\n</tr>\n<tr>\n<td><code>specialInstructions</code></td>\n<td>Special instructions for the booking.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>The status of the booking.</td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Tags associated with the booking.</td>\n</tr>\n<tr>\n<td><code>totalChargeableWeight</code></td>\n<td>The total chargeable weight of the booking.</td>\n</tr>\n<tr>\n<td><code>totalVolume</code></td>\n<td>The total volume of the booking.</td>\n</tr>\n<tr>\n<td><code>totalVolumetricWeight</code></td>\n<td>The total volumetric weight of the booking.</td>\n</tr>\n<tr>\n<td><code>totalWeight</code></td>\n<td>The total weight of the booking.</td>\n</tr>\n<tr>\n<td><code>transportationMode</code></td>\n<td>The transportation mode for the booking.</td>\n</tr>\n<tr>\n<td><code>turn</code></td>\n<td>The turn information.</td>\n</tr>\n<tr>\n<td><code>updatedAt</code></td>\n<td>The last update date of the booking.</td>\n</tr>\n<tr>\n<td><code>voyageNumber</code></td>\n<td>The voyage number for the booking.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","bookings","details","65fb515b7a54861c5f5ddf6e"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"f4a3b399-fdd5-4b7b-a88b-5cfef3f1222f","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"/api/v2/bookings/details/651f228e2a7f100f10ee32ed"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"cityOrigin\": {\r\n        \"address\": \"China\",\r\n        \"countryCode\": \"CN\",\r\n        \"lat\": 35.86166,\r\n        \"lng\": 104.195397\r\n    },\r\n    \"cityDestination\": {\r\n        \"address\": \"Canadá\",\r\n        \"countryCode\": \"CA\",\r\n        \"lat\": 56.130366,\r\n        \"lng\": -106.346771\r\n    },\r\n    \"_id\": \"652e9b73d28b0f7d644c6d63\",\r\n    \"bookingId\": \"M66_CHINA_CANAD-_FAK\",\r\n    \"__v\": 0,\r\n    \"agent\": null,\r\n    \"carrier\": {\r\n        \"_id\": \"6019c700e3e6248a7fd73caf\",\r\n        \"name\": \"Maersk\",\r\n        \"logo\": \"https://storage.googleapis.com/carriers_logos/Maersk.png\"\r\n    },\r\n    \"commodity\": \"FAK\",\r\n    \"company\": {\r\n        \"_id\": \"64961c56a1727236e1959277\",\r\n        \"name\": \"Shipper Pedro\"\r\n    },\r\n    \"consignee\": null,\r\n    \"containers\": [\r\n        \"111111\",\r\n        \"22222\"\r\n    ],\r\n    \"createdAt\": \"2023-10-17T14:34:28.237Z\",\r\n    \"creationUser\": {\r\n        \"_id\": \"649618800b7497f3261b426f\",\r\n        \"firstName\": \"Pedro Pablo\",\r\n        \"lastName\": \"holguin\",\r\n        \"urlPhotoProfile\": \"\"\r\n    },\r\n    \"customBrokerage\": false,\r\n    \"customTags\": [],\r\n    \"cutoff\": \"2023-10-18T05:00:00.000Z\",\r\n    \"descriptionCommodity\": \"example description\",\r\n    \"eta\": \"2023-10-26T00:00:00.000Z\",\r\n    \"etd\": \"2023-10-16T00:00:00.000Z\",\r\n    \"flightNumber\": \"\",\r\n    \"hawb\": \"\",\r\n    \"hbl\": \"\",\r\n    \"incoterm\": \"DPU\",\r\n    \"isFavorite\": false,\r\n    \"isWithoutQuote\": true,\r\n    \"manualInput\": \"M\",\r\n    \"mawb\": \"\",\r\n    \"mbl\": \"\",\r\n    \"notify\": null,\r\n    \"owner\": {\r\n        \"_id\": \"6496187f0b7497f3261b4260\",\r\n        \"name\": \"Customer1\"\r\n    },\r\n    \"packagesInfo\": [\r\n        {\r\n            \"packageType\": \"Dry 20'\",\r\n            \"amount\": 2,\r\n            \"weight\": \"2\",\r\n            \"weightMetric\": \"kg\",\r\n            \"hazardousMaterials\": \"0\",\r\n            \"volume\": \"2\",\r\n            \"volumeMetric\": \"m³\"\r\n        }\r\n    ],\r\n    \"participants\": [\r\n        {\r\n            \"_id\": \"652e9b77f357f3b6d34a57c4\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"649618800b7497f3261b426f\",\r\n                \"firstName\": \"Pedro Pablo\",\r\n                \"lastName\": \"holguin\",\r\n                \"email\": \"pedro.holgin+lsp@cargologik.com\"\r\n            },\r\n            \"booking\": \"652e9b73d28b0f7d644c6d63\",\r\n            \"company\": {\r\n                \"_id\": \"6496187f0b7497f3261b4260\",\r\n                \"name\": \"Customer1\",\r\n                \"type\": \"lsp\"\r\n            },\r\n            \"status\": \"active\",\r\n            \"type\": \"acm-lsp\"\r\n        },\r\n        {\r\n            \"_id\": \"652e9b77f357f3b6d34a57db\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"649ee411cd2ae3022068836f\",\r\n                \"firstName\": \"Carlos Andres\",\r\n                \"lastName\": \"Holguin\",\r\n                \"email\": \"pedro.holgin+mem01@cargologik.com\"\r\n            },\r\n            \"booking\": \"652e9b73d28b0f7d644c6d63\",\r\n            \"company\": {\r\n                \"_id\": \"6496187f0b7497f3261b4260\",\r\n                \"name\": \"Customer1\",\r\n                \"type\": \"lsp\"\r\n            },\r\n            \"status\": \"active\",\r\n            \"type\": \"acm-lsp\"\r\n        },\r\n        {\r\n            \"_id\": \"652e9b77f357f3b6d34a57ed\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"64961c54416606c8874e1e60\",\r\n                \"firstName\": \"Shipper\",\r\n                \"lastName\": \"Pedro\",\r\n                \"email\": \"pedro.holgin+shipper1@cargologik.com\"\r\n            },\r\n            \"booking\": \"652e9b73d28b0f7d644c6d63\",\r\n            \"company\": {\r\n                \"_id\": \"64961c56a1727236e1959277\",\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"status\": \"active\",\r\n            \"type\": \"main-shipper\"\r\n        }\r\n    ],\r\n    \"paymentTerm\": \"collect\",\r\n    \"portDestination\": null,\r\n    \"portOrigin\": null,\r\n    \"rate\": null,\r\n    \"referenceName\": \"TEST B1\",\r\n    \"shipmentType\": \"FCL\",\r\n    \"shipper\": {\r\n        \"_id\": \"652e9d25d28b0f7d644c6e90\",\r\n        \"address\": \"China\",\r\n        \"countryPhoneCode\": \"co\",\r\n        \"email\": \"pedro@gmail.com\",\r\n        \"name\": \"Pedro Holguin\",\r\n        \"phone\": \"+573197744441\"\r\n    },\r\n    \"specialInstructions\": \"\",\r\n    \"status\": \"actionRequired\",\r\n    \"statusShipper\": \"awaitingResponse\",\r\n    \"tags\": [\r\n        \"shipper-awaitingResponse\",\r\n        \"lsp-actionRequired\"\r\n    ],\r\n    \"tenant\": \"649618800b7497f3261b426d\",\r\n    \"totalChargeableWeight\": 2,\r\n    \"totalVolume\": 2,\r\n    \"totalVolumetricWeight\": 0,\r\n    \"totalWeight\": 2,\r\n    \"transportationMode\": \"ship\",\r\n    \"truckingService\": false,\r\n    \"voyageNumber\": \"\",\r\n    \"truckingServiceDeliveryAddress\": \"\",\r\n    \"truckingServicePickupAddress\": \"\",\r\n    \"updateUser\": \"649618800b7497f3261b426f\",\r\n    \"updatedAt\": \"2023-10-17T14:41:41.722Z\"\r\n}"}],"_postman_id":"85f96a8f-ac61-4fd8-9f7d-8c19e94534ab"},{"name":"Download PDF Booking","id":"5bd095d4-a03c-4acb-a9a9-065b283817fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/v2/bookings/download-pdf/663aa86300c7cb2915153ca0","description":"<h2 id=\"download-pdf-booking\">Download PDF Booking</h2>\n<p>This endpoint allows you to download detailed information for a specific Booking as a pdf.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><p><strong>URL</strong>: <code>{{URL}}/api/v2/bookings/download-pdf/{bookingId}</code></p>\n</li>\n<li><p><strong>Method HTTP</strong>: GET</p>\n</li>\n<li><p><strong>Headers</strong>:</p>\n<ul>\n<li><p><code>Accept-Language: en</code></p>\n</li>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<ul>\n<li><code>bookingId</code> (Required): The unique identifier of the booking you wish to retrieve details for.</li>\n</ul>\n","urlObject":{"path":["api","v2","bookings","download-pdf","663aa86300c7cb2915153ca0"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bd095d4-a03c-4acb-a9a9-065b283817fc"},{"name":"list Bookings","id":"bf3b42ed-2511-48a3-a320-b4a834e056bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"filter\": {\r\n\t\t\"status\": \"actionRequired\"\r\n\t},\r\n\t\"search\": \"\",\r\n\t\"page\": 1,\r\n\t\"lastPage\": 1,\r\n\t\"limit\": 10,\r\n\t\"sort\": {},\r\n\t\"type\": \"[TASK] Filter Table Type\",\r\n\t\"fields\": [\r\n\t\t\"bookingId\",\r\n\t\t\"tags\",\r\n\t\t\"customTags\",\r\n\t\t\"referenceName\",\r\n\t\t\"company\",\r\n\t\t\"descriptionCommodity\",\r\n\t\t\"commodity\",\r\n\t\t\"cityDestination.address\",\r\n\t\t\"cityDestination.countryCode\",\r\n\t\t\"cityDestination.lat\",\r\n\t\t\"cityDestination.lng\",\r\n\t\t\"cityOrigin.address\",\r\n\t\t\"cityOrigin.countryCode\",\r\n\t\t\"cityOrigin.lat\",\r\n\t\t\"cityOrigin.lng\",\r\n\t\t\"createdAt\",\r\n\t\t\"totalWeight\",\r\n\t\t\"updatedAt\",\r\n\t\t\"transportationMode\",\r\n\t\t\"incoterm\",\r\n\t\t\"paymentTerm\",\r\n\t\t\"portDestination.address\",\r\n\t\t\"portDestination.countryCode\",\r\n\t\t\"portOrigin.address\",\r\n\t\t\"portOrigin.countryCode\",\r\n\t\t\"shipmentType\",\r\n\t\t\"isFavorite\",\r\n\t\t\"creationUser.urlPhotoProfile\",\r\n\t\t\"totalVolume\",\r\n\t\t\"specialInstructions\",\r\n\t\t\"statusShipper\",\r\n\t\t\"shipperName\",\r\n\t\t\"lspName\",\r\n\t\t\"isWithoutQuote\",\r\n\t\t\"completedDate\",\r\n\t\t\"cancellationDate\",\r\n\t\t\"archivedDate\",\r\n\t\t\"rejectedDate\"\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/bookings/list","description":"<h2 id=\"list-bookings\">List Bookings</h2>\n<p>Endpoint allows you to obtain a list of bookings with filtering and pagination options.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/bookings/list</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter.status</code></td>\n<td>The status to filter tasks by. (e.g \"attention\", \"upcoming\", \"active\", \"history\", \"actionRequired\", \"awaitingResponse\", \"active\", \"cancelled\", \"archived\", \"deleted\")</td>\n</tr>\n<tr>\n<td><code>search</code></td>\n<td>The search query.</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>The current page number.</td>\n</tr>\n<tr>\n<td><code>lastPage</code></td>\n<td>The last page number.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td>The maximum number of items per page.</td>\n</tr>\n<tr>\n<td><code>sort</code></td>\n<td>The sorting criteria.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>The type of filter table.</td>\n</tr>\n<tr>\n<td><code>fields</code></td>\n<td>The fields to include in the response.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"filter\": {\n        \"status\": \"actionRequired\"\n    },\n    \"search\": \"\",\n    \"page\": 1,\n    \"lastPage\": 1,\n    \"limit\": 10,\n    \"sort\": {},\n    \"type\": \"[TASK] Filter Table Type\",\n    \"fields\": [\n        \"bookingId\",\n        \"tags\",\n        \"customTags\",\n        \"referenceName\",\n        \"company\",\n        \"descriptionCommodity\",\n        \"commodity\",\n        \"cityDestination.address\",\n        \"cityDestination.countryCode\",\n        \"cityDestination.lat\",\n        \"cityDestination.lng\",\n        \"cityOrigin.address\",\n        \"cityOrigin.countryCode\",\n        \"cityOrigin.lat\",\n        \"cityOrigin.lng\",\n        \"createdAt\",\n        \"totalWeight\",\n        \"updatedAt\",\n        \"transportationMode\",\n        \"incoterm\",\n        \"paymentTerm\",\n        \"portDestination.address\",\n        \"portDestination.countryCode\",\n        \"portOrigin.address\",\n        \"portOrigin.countryCode\",\n        \"shipmentType\",\n        \"isFavorite\",\n        \"creationUser.urlPhotoProfile\",\n        \"totalVolume\",\n        \"specialInstructions\",\n        \"statusShipper\",\n        \"shipperName\",\n        \"lspName\",\n        \"isWithoutQuote\",\n        \"completedDate\",\n        \"cancellationDate\",\n        \"archivedDate\",\n        \"rejectedDate\"\n    ]\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","bookings","list"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"08f3f252-3c55-4e72-af80-d3d0278136c3","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"filter\": {\r\n        \"status\": \"actionRequired\"\r\n    },\r\n    \"search\": \"\",\r\n    \"page\": 1,\r\n    \"lastPage\": 1,\r\n    \"limit\": 8,\r\n    \"sort\": {},\r\n    \"type\": \"[TASK] Filter Table Type\",\r\n    \"fields\": [\r\n        \"bookingId\",\r\n        \"tags\",\r\n        \"customTags\",\r\n        \"cityOrigin\",\r\n        \"referenceName\",\r\n        \"company\",\r\n        \"descriptionCommodity\",\r\n        \"commodity\",\r\n        \"cityDestination\",\r\n        \"createdAt\",\r\n        \"totalWeight\",\r\n        \"updatedAt\",\r\n        \"portOrigin\",\r\n        \"transportationMode\",\r\n        \"incoterm\",\r\n        \"paymentTerm\",\r\n        \"portDestination\",\r\n        \"shipmentType\",\r\n        \"isFavorite\",\r\n        \"creationUser.urlPhotoProfile\",\r\n        \"totalVolume\",\r\n        \"specialInstructions\",\r\n        \"statusShipper\",\r\n        \"shipperName\",\r\n        \"lspName\",\r\n        \"isWithoutQuote\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/bookings/list"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"652e9b73d28b0f7d644c6d63\",\n            \"bookingId\": \"M66_CHINA_CANAD-_FAK\",\n            \"cityDestination\": {\n                \"address\": \"Canadá\",\n                \"countryCode\": \"CA\",\n                \"lat\": 56.130366,\n                \"lng\": -106.346771\n            },\n            \"cityOrigin\": {\n                \"address\": \"China\",\n                \"countryCode\": \"CN\",\n                \"lat\": 35.86166,\n                \"lng\": 104.195397\n            },\n            \"commodity\": \"FAK\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"createdAt\": \"2023-10-17T14:34:28.237Z\",\n            \"creationUser\": {\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"customTags\": [],\n            \"descriptionCommodity\": \"example description\",\n            \"incoterm\": \"DPU\",\n            \"isFavorite\": false,\n            \"isWithoutQuote\": true,\n            \"owner\": {\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649618800b7497f3261b426f\",\n                        \"firstName\": \"Pedro Pablo\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649ee411cd2ae3022068836f\",\n                        \"firstName\": \"Carlos Andres\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"acm-lsp\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64961c54416606c8874e1e60\",\n                        \"firstName\": \"Shipper\",\n                        \"lastName\": \"Pedro\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"main-shipper\"\n                }\n            ],\n            \"paymentTerm\": \"collect\",\n            \"portDestination\": null,\n            \"portOrigin\": null,\n            \"referenceName\": \"TEST B1\",\n            \"shipmentType\": \"FCL\",\n            \"specialInstructions\": \"\",\n            \"status\": \"actionRequired\",\n            \"statusShipper\": \"awaitingResponse\",\n            \"tags\": [\n                \"lsp-actionRequired\"\n            ],\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"totalVolume\": 2,\n            \"totalWeight\": 2,\n            \"transportationMode\": \"ship\",\n            \"updatedAt\": \"2023-10-17T14:41:41.722Z\",\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Customer1\"\n        },\n        {\n            \"_id\": \"65248a29192dc926b9dd1c09\",\n            \"bookingId\": \"M65_CALIFORNIA_CANC-N_FAK\",\n            \"cityDestination\": {\n                \"address\": \"Cancún, Q.R., México\",\n                \"countryCode\": \"MX\",\n                \"lat\": 21.161908,\n                \"lng\": -86.8515279\n            },\n            \"cityOrigin\": {\n                \"address\": \"California, EE. UU.\",\n                \"countryCode\": \"US\",\n                \"lat\": 36.778261,\n                \"lng\": -119.4179324\n            },\n            \"commodity\": \"FAK\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"createdAt\": \"2023-10-09T23:18:01.817Z\",\n            \"creationUser\": {\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"customTags\": [],\n            \"descriptionCommodity\": \"asdfsa\",\n            \"incoterm\": \"CIF\",\n            \"isFavorite\": false,\n            \"isWithoutQuote\": true,\n            \"owner\": {\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649618800b7497f3261b426f\",\n                        \"firstName\": \"Pedro Pablo\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"type\": \"acm-lsp\",\n                    \"status\": \"active\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649ee411cd2ae3022068836f\",\n                        \"firstName\": \"Carlos Andres\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"type\": \"acm-lsp\",\n                    \"status\": \"active\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64961c54416606c8874e1e60\",\n                        \"firstName\": \"Shipper\",\n                        \"lastName\": \"Pedro\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"type\": \"main-shipper\",\n                    \"status\": \"active\"\n                }\n            ],\n            \"paymentTerm\": \"collect\",\n            \"portDestination\": null,\n            \"portOrigin\": null,\n            \"referenceName\": \"PO TEST B4\",\n            \"shipmentType\": \"FCL\",\n            \"specialInstructions\": \"\",\n            \"status\": \"actionRequired\",\n            \"statusShipper\": \"awaitingResponse\",\n            \"tags\": [\n                \"lsp-actionRequired\",\n                \"document\"\n            ],\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"totalVolume\": 2,\n            \"totalWeight\": 2,\n            \"transportationMode\": \"ship\",\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Customer1\"\n        },\n        {\n            \"_id\": \"6524657ac4491b0cc15dc4cf\",\n            \"bookingId\": \"M64_CALIFORNIA_CANC-N_FAK\",\n            \"cityDestination\": {\n                \"address\": \"Cancún, Q.R., México\",\n                \"countryCode\": \"MX\",\n                \"lat\": 21.161908,\n                \"lng\": -86.8515279\n            },\n            \"cityOrigin\": {\n                \"address\": \"California, EE. UU.\",\n                \"countryCode\": \"US\",\n                \"lat\": 36.778261,\n                \"lng\": -119.4179324\n            },\n            \"commodity\": \"FAK\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"createdAt\": \"2023-10-09T20:41:31.211Z\",\n            \"creationUser\": {\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"customTags\": [],\n            \"descriptionCommodity\": \"asdfa\",\n            \"incoterm\": \"EXW\",\n            \"isFavorite\": false,\n            \"isWithoutQuote\": false,\n            \"owner\": {\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649618800b7497f3261b426f\",\n                        \"firstName\": \"Pedro Pablo\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"type\": \"acm-lsp\",\n                    \"status\": \"active\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649ee411cd2ae3022068836f\",\n                        \"firstName\": \"Carlos Andres\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"type\": \"acm-lsp\",\n                    \"status\": \"active\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64961c54416606c8874e1e60\",\n                        \"firstName\": \"Shipper\",\n                        \"lastName\": \"Pedro\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"type\": \"main-shipper\",\n                    \"status\": \"active\"\n                }\n            ],\n            \"paymentTerm\": \"collect\",\n            \"portDestination\": null,\n            \"portOrigin\": null,\n            \"referenceName\": \"PO TEST Q\",\n            \"shipmentType\": \"FCL\",\n            \"specialInstructions\": \"\",\n            \"status\": \"actionRequired\",\n            \"statusShipper\": \"awaitingResponse\",\n            \"tags\": [\n                \"lsp-actionRequired\"\n            ],\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"totalVolume\": 2,\n            \"totalWeight\": 2,\n            \"transportationMode\": \"ship\",\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Customer1\"\n        },\n        {\n            \"_id\": \"652081ab432ef773c3b42348\",\n            \"bookingId\": \"M59_CALIFORNIA_CANC-N_FAK\",\n            \"cityDestination\": {\n                \"address\": \"Cancún, Q.R., México\",\n                \"countryCode\": \"MX\",\n                \"lat\": 21.161908,\n                \"lng\": -86.8515279\n            },\n            \"cityOrigin\": {\n                \"address\": \"California, EE. UU.\",\n                \"countryCode\": \"US\",\n                \"lat\": 36.778261,\n                \"lng\": -119.4179324\n            },\n            \"commodity\": \"FAK\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"createdAt\": \"2023-10-06T21:52:43.938Z\",\n            \"creationUser\": {\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"customTags\": [],\n            \"descriptionCommodity\": \"asdfa\",\n            \"incoterm\": \"EXW\",\n            \"isFavorite\": false,\n            \"owner\": {\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649618800b7497f3261b426f\",\n                        \"firstName\": \"Pedro Pablo\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"type\": \"acm-lsp\",\n                    \"status\": \"active\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64961c54416606c8874e1e60\",\n                        \"firstName\": \"Shipper\",\n                        \"lastName\": \"Pedro\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64961c56a1727236e1959277\",\n                        \"name\": \"Shipper Pedro\",\n                        \"type\": \"shipper\"\n                    },\n                    \"type\": \"main-shipper\",\n                    \"status\": \"active\"\n                }\n            ],\n            \"paymentTerm\": \"collect\",\n            \"portDestination\": null,\n            \"portOrigin\": null,\n            \"referenceName\": \"PO TEST Q\",\n            \"shipmentType\": \"FCL\",\n            \"specialInstructions\": \"\",\n            \"status\": \"actionRequired\",\n            \"statusShipper\": \"awaitingResponse\",\n            \"tags\": [\n                \"lsp-actionRequired\"\n            ],\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"totalVolume\": 2,\n            \"totalWeight\": 2,\n            \"transportationMode\": \"ship\",\n            \"updatedAt\": \"2023-10-06T22:35:26.265Z\",\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Customer1\"\n        },\n        {\n            \"_id\": \"65207b55500f7cb9edcd109f\",\n            \"bookingId\": \"M58_CALIFORNIA_CANC-N_FAK\",\n            \"cityDestination\": {\n                \"address\": \"Cancún, Q.R., México\",\n                \"countryCode\": \"MX\",\n                \"lat\": 21.161908,\n                \"lng\": -86.8515279\n            },\n            \"cityOrigin\": {\n                \"address\": \"California, EE. UU.\",\n                \"countryCode\": \"US\",\n                \"lat\": 36.778261,\n                \"lng\": -119.4179324\n            },\n            \"commodity\": \"FAK\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"createdAt\": \"2023-10-06T21:25:42.193Z\",\n            \"creationUser\": {\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"customTags\": [],\n            \"descriptionCommodity\": \"asdfa\",\n            \"incoterm\": \"EXW\",\n            \"isFavorite\": false,\n            \"owner\": {\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"participants\": [],\n            \"paymentTerm\": \"collect\",\n            \"portDestination\": null,\n            \"portOrigin\": null,\n            \"referenceName\": \"PO TEST Q\",\n            \"shipmentType\": \"FCL\",\n            \"specialInstructions\": \"\",\n            \"status\": \"actionRequired\",\n            \"statusShipper\": \"awaitingResponse\",\n            \"tags\": [\n                \"lsp-actionRequired\"\n            ],\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"totalVolume\": 2,\n            \"totalWeight\": 2,\n            \"transportationMode\": \"ship\",\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Customer1\"\n        },\n        {\n            \"_id\": \"651f22ec1ffe992aed613296\",\n            \"bookingId\": \"M56_CALIFORNIA_CANC-N_FAK\",\n            \"cityDestination\": {\n                \"address\": \"Cancún, Q.R., México\",\n                \"countryCode\": \"MX\",\n                \"lat\": 21.161908,\n                \"lng\": -86.8515279\n            },\n            \"cityOrigin\": {\n                \"address\": \"California, EE. UU.\",\n                \"countryCode\": \"US\",\n                \"lat\": 36.778261,\n                \"lng\": -119.4179324\n            },\n            \"commodity\": \"FAK\",\n            \"company\": {\n                \"_id\": \"64961c56a1727236e1959277\",\n                \"name\": \"Shipper Pedro\",\n                \"type\": \"shipper\"\n            },\n            \"createdAt\": \"2023-10-05T20:56:13.234Z\",\n            \"creationUser\": {\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Pedro Pablo holguin\"\n            },\n            \"customTags\": [],\n            \"descriptionCommodity\": \"asdfa\",\n            \"incoterm\": \"EXW\",\n            \"isFavorite\": false,\n            \"owner\": {\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649618800b7497f3261b426f\",\n                        \"firstName\": \"Pedro Pablo\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"type\": \"col-lsp\",\n                    \"status\": \"active\"\n                }\n            ],\n            \"paymentTerm\": \"collect\",\n            \"portDestination\": null,\n            \"portOrigin\": null,\n            \"referenceName\": \"PO TEST Q\",\n            \"shipmentType\": \"FCL\",\n            \"specialInstructions\": \"\",\n            \"status\": \"actionRequired\",\n            \"statusShipper\": \"awaitingResponse\",\n            \"tags\": [\n                \"lsp-actionRequired\"\n            ],\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"totalVolume\": 2,\n            \"totalWeight\": 2,\n            \"transportationMode\": \"ship\",\n            \"updatedAt\": \"2023-10-05T20:57:17.547Z\",\n            \"shipperName\": \"Shipper Pedro\",\n            \"lspName\": \"Customer1\"\n        },\n        {\n            \"_id\": \"651d8c3b1fe5818b86888859\",\n            \"bookingId\": \"M55_CANAD-_ES_FAK\",\n            \"cityDestination\": null,\n            \"cityOrigin\": {\n                \"address\": \"Canadá\",\n                \"countryCode\": \"CA\",\n                \"lat\": 56.130366,\n                \"lng\": -106.346771\n            },\n            \"commodity\": \"FAK\",\n            \"company\": {\n                \"_id\": \"64df9c0043abff597eb12ced\",\n                \"name\": \"Company new 2\",\n                \"type\": \"shipper\"\n            },\n            \"createdAt\": \"2023-10-04T16:00:59.411Z\",\n            \"creationUser\": {\n                \"urlPhotoProfile\": \"https://storage.googleapis.com/cargologik-images/publicUser.png\",\n                \"fullName\": \"User Public\"\n            },\n            \"customTags\": [],\n            \"descriptionCommodity\": \"asdfas\",\n            \"incoterm\": \"CIP\",\n            \"isFavorite\": false,\n            \"isWithoutQuote\": true,\n            \"owner\": {\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649618800b7497f3261b426f\",\n                        \"firstName\": \"Pedro Pablo\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"type\": \"acm-lsp\",\n                    \"status\": \"active\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649ee411cd2ae3022068836f\",\n                        \"firstName\": \"Carlos Andres\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"type\": \"acm-lsp\",\n                    \"status\": \"active\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"64df9c016322f517a7fabfbc\",\n                        \"firstName\": \"Leidy\",\n                        \"lastName\": \"Holgin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"64df9c0043abff597eb12ced\",\n                        \"name\": \"Company new 2\",\n                        \"type\": \"shipper\"\n                    },\n                    \"type\": \"main-shipper\",\n                    \"status\": \"active\"\n                }\n            ],\n            \"paymentTerm\": \"collect\",\n            \"portDestination\": {\n                \"address\": \"LCG A Coruña Airport\",\n                \"countryCode\": \"ES\"\n            },\n            \"portOrigin\": null,\n            \"referenceName\": \"PO TEST B2\",\n            \"shipmentType\": \"\",\n            \"specialInstructions\": \"\",\n            \"status\": \"actionRequired\",\n            \"statusShipper\": \"awaitingResponse\",\n            \"tags\": [\n                \"lsp-actionRequired\"\n            ],\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"totalVolume\": 16,\n            \"totalWeight\": 4,\n            \"transportationMode\": \"plane\",\n            \"shipperName\": \"Company new 2\",\n            \"lspName\": \"Customer1\"\n        },\n        {\n            \"_id\": \"651d7ead546d78aef6194031\",\n            \"bookingId\": \"M54_CANAD-_CHINA_FAK\",\n            \"cityDestination\": {\n                \"address\": \"China\",\n                \"countryCode\": \"CN\",\n                \"lat\": 35.86166,\n                \"lng\": 104.195397\n            },\n            \"cityOrigin\": {\n                \"address\": \"Canadá\",\n                \"countryCode\": \"CA\",\n                \"lat\": 56.130366,\n                \"lng\": -106.346771\n            },\n            \"commodity\": \"FAK\",\n            \"company\": {\n                \"_id\": \"651d7ea22a7f100f109d427f\",\n                \"name\": \"Company new1\",\n                \"type\": \"shipper\"\n            },\n            \"createdAt\": \"2023-10-04T15:03:09.352Z\",\n            \"creationUser\": {\n                \"urlPhotoProfile\": \"https://storage.googleapis.com/cargologik-images/publicUser.png\",\n                \"fullName\": \"User Public\"\n            },\n            \"customTags\": [],\n            \"descriptionCommodity\": \"asdf afasdfasdfasd fasd fa\",\n            \"incoterm\": \"CIP\",\n            \"isFavorite\": false,\n            \"isWithoutQuote\": true,\n            \"owner\": {\n                \"name\": \"Customer1\",\n                \"type\": \"lsp\"\n            },\n            \"participants\": [\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649618800b7497f3261b426f\",\n                        \"firstName\": \"Pedro Pablo\",\n                        \"lastName\": \"holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"type\": \"acm-lsp\",\n                    \"status\": \"active\"\n                },\n                {\n                    \"assignedTo\": {\n                        \"_id\": \"649ee411cd2ae3022068836f\",\n                        \"firstName\": \"Carlos Andres\",\n                        \"lastName\": \"Holguin\",\n                        \"urlPhotoProfile\": \"\"\n                    },\n                    \"company\": {\n                        \"_id\": \"6496187f0b7497f3261b4260\",\n                        \"name\": \"Customer1\",\n                        \"type\": \"lsp\"\n                    },\n                    \"type\": \"acm-lsp\",\n                    \"status\": \"active\"\n                }\n            ],\n            \"paymentTerm\": \"collect\",\n            \"portDestination\": null,\n            \"portOrigin\": null,\n            \"referenceName\": \"PO TEST P1\",\n            \"shipmentType\": \"FCL\",\n            \"specialInstructions\": \"\",\n            \"status\": \"actionRequired\",\n            \"statusShipper\": \"awaitingResponse\",\n            \"tags\": [\n                \"lsp-actionRequired\"\n            ],\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"totalVolume\": 2,\n            \"totalWeight\": 2,\n            \"transportationMode\": \"ship\",\n            \"shipperName\": \"Company new1\",\n            \"lspName\": \"Customer1\"\n        }\n    ],\n    \"status\": \"success\",\n    \"pagingCounter\": 8,\n    \"totalPages\": 3,\n    \"hasPrevPage\": true,\n    \"hasNextPage\": true,\n    \"prevPage\": 0,\n    \"nextPage\": 2,\n    \"totalItems\": 21,\n    \"page\": 1,\n    \"limit\": 8\n}"}],"_postman_id":"bf3b42ed-2511-48a3-a320-b4a834e056bb"},{"name":"Update Status Booking","id":"b66fc90c-5852-401a-91f2-5310d79c8ae8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"id\": \"65f997e612e800516f20a136\",\r\n\t\"status\": \"completed\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/bookings/update-status","description":"<h2 id=\"update-status-booking\">Update Status Booking</h2>\n<p>Endpoint to change status to a Booking.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/bookings/update-status</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>The ID of the item.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>The status of the item (e.g., completed).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"65f997e612e800516f20a136\",\n    \"status\": \"completed\"\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","bookings","update-status"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"01a69fd0-76de-436b-9b9c-f3ebc3ca0994","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"65f997e612e800516f20a136\",\r\n    \"status\": \"completed\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/quotes/update-status"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"cityOrigin\": {\r\n        \"address\": \"Costa Rica\",\r\n        \"countryCode\": \"CR\",\r\n        \"lat\": 9.748916999999999,\r\n        \"lng\": -83.753428\r\n    },\r\n    \"cityDestination\": {\r\n        \"address\": \"Canada\",\r\n        \"countryCode\": \"CA\",\r\n        \"lat\": 56.130366,\r\n        \"lng\": -106.346771\r\n    },\r\n    \"completed\": {\r\n        \"user\": \"649618800b7497f3261b426f\",\r\n        \"date\": \"2024-04-05T15:16:42.919Z\",\r\n        \"message\": \"\"\r\n    },\r\n    \"_id\": \"65f997e612e800516f20a136\",\r\n    \"bookingId\": \"M127_COSTA_CANADA_FAK\",\r\n    \"tenant\": \"649618800b7497f3261b426d\",\r\n    \"__v\": 0,\r\n    \"agent\": null,\r\n    \"carrier\": \"6019c700e3e6248a7fd73cb5\",\r\n    \"commodity\": \"FAK\",\r\n    \"company\": \"64961c56a1727236e1959277\",\r\n    \"companyType\": \"shipper\",\r\n    \"consignee\": \"6499c290294fe24f0f182d73\",\r\n    \"containers\": [],\r\n    \"createdAt\": \"2024-03-19T13:49:26.308Z\",\r\n    \"creationUser\": \"649618800b7497f3261b426f\",\r\n    \"customBrokerage\": false,\r\n    \"customTags\": [],\r\n    \"cutoff\": null,\r\n    \"descriptionCommodity\": \"asdf\",\r\n    \"eta\": null,\r\n    \"etd\": null,\r\n    \"flightNumber\": \"\",\r\n    \"hawb\": \"\",\r\n    \"hbl\": \"\",\r\n    \"incoterm\": \"CIF\",\r\n    \"isFavorite\": false,\r\n    \"isWithoutQuote\": false,\r\n    \"manualInput\": \"M\",\r\n    \"mawb\": \"\",\r\n    \"mbl\": \"\",\r\n    \"notify\": null,\r\n    \"owner\": \"6496187f0b7497f3261b4260\",\r\n    \"packagesInfo\": [\r\n        {\r\n            \"packageType\": \"Dry 20'\",\r\n            \"amount\": 2,\r\n            \"weight\": \"2\",\r\n            \"weightMetric\": \"kg\",\r\n            \"hazardousMaterials\": \"0\",\r\n            \"volume\": \"2\",\r\n            \"volumeMetric\": \"m³\"\r\n        }\r\n    ],\r\n    \"participants\": [\r\n        {\r\n            \"_id\": \"65f997ea9cf747267804c49b\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"649618800b7497f3261b426f\",\r\n                \"firstName\": \"Pedro Pablo\",\r\n                \"lastName\": \"holguin\",\r\n                \"email\": \"pedro.holgin+lsp@cargologik.com\"\r\n            },\r\n            \"booking\": \"65f997e612e800516f20a136\",\r\n            \"company\": {\r\n                \"_id\": \"6496187f0b7497f3261b4260\",\r\n                \"name\": \"Logunsa\"\r\n            }\r\n        },\r\n        {\r\n            \"_id\": \"65f997eb9cf747267804c4af\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"649ee411cd2ae3022068836f\",\r\n                \"firstName\": \"Carlos Andres\",\r\n                \"lastName\": \"Holguin\",\r\n                \"email\": \"pedro.holgin+mem01@cargologik.com\"\r\n            },\r\n            \"booking\": \"65f997e612e800516f20a136\",\r\n            \"company\": {\r\n                \"_id\": \"6496187f0b7497f3261b4260\",\r\n                \"name\": \"Customer1\"\r\n            }\r\n        },\r\n        {\r\n            \"_id\": \"65f997eb9cf747267804c4c8\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"64961c54416606c8874e1e60\",\r\n                \"firstName\": \"Shipper\",\r\n                \"lastName\": \"Pedro\",\r\n                \"email\": \"pedro.holgin+shipper1@cargologik.com\"\r\n            },\r\n            \"booking\": \"65f997e612e800516f20a136\",\r\n            \"company\": {\r\n                \"_id\": \"64961c56a1727236e1959277\",\r\n                \"name\": \"Shipper Pedro\"\r\n            }\r\n        },\r\n        {\r\n            \"_id\": \"65f997eb9cf747267804c4d6\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"64ba97808e1b1dec4387cabe\",\r\n                \"firstName\": \"Pedro\",\r\n                \"lastName\": \"Holguin\",\r\n                \"email\": \"pedro.holgin+shipper10@cargologik.com\"\r\n            },\r\n            \"booking\": \"65f997e612e800516f20a136\",\r\n            \"company\": {\r\n                \"_id\": \"64961c56a1727236e1959277\",\r\n                \"name\": \"Shipper Pedro\"\r\n            }\r\n        },\r\n        {\r\n            \"_id\": \"65f997eb9cf747267804c4e7\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"65469465c406353b872c843d\",\r\n                \"firstName\": \"new pedro\",\r\n                \"lastName\": \"holguin\",\r\n                \"email\": \"pedro.holgin+snew1@cargologik.com\"\r\n            },\r\n            \"booking\": \"65f997e612e800516f20a136\",\r\n            \"company\": {\r\n                \"_id\": \"64961c56a1727236e1959277\",\r\n                \"name\": \"Shipper Pedro\"\r\n            }\r\n        },\r\n        {\r\n            \"_id\": \"65f997ec9cf747267804c50a\",\r\n            \"assignedTo\": {\r\n                \"_id\": \"654695a5e042a748f8348203\",\r\n                \"firstName\": \"new carlos\",\r\n                \"lastName\": \"ttt\",\r\n                \"email\": \"pedro.holgin+newc2@cargologik.com\"\r\n            },\r\n            \"booking\": \"65f997e612e800516f20a136\",\r\n            \"company\": {\r\n                \"_id\": \"64961c56a1727236e1959277\",\r\n                \"name\": \"Shipper Pedro\"\r\n            }\r\n        }\r\n    ],\r\n    \"paymentTerm\": \"collect\",\r\n    \"quote\": \"65f84bef9cf747267888bbc6\",\r\n    \"rate\": \"65f997e512e800516f20a12f\",\r\n    \"referenceName\": \"TEST R3\",\r\n    \"shipmentType\": \"FCL\",\r\n    \"shipper\": \"6499c290294fe24f0f182d71\",\r\n    \"specialInstructions\": \"\",\r\n    \"status\": \"completed\",\r\n    \"tags\": [\r\n        \"completed\"\r\n    ],\r\n    \"totalChargeableWeight\": 2,\r\n    \"totalVolume\": 2,\r\n    \"totalVolumetricWeight\": 0,\r\n    \"totalWeight\": 2,\r\n    \"transportationMode\": \"ship\",\r\n    \"truckingDestinationDeliveryAddress\": null,\r\n    \"truckingDestinationEquipment\": \"\",\r\n    \"truckingDestinationMode\": \"\",\r\n    \"truckingDestinationPickupAddress\": null,\r\n    \"truckingDestinationPickupDate\": null,\r\n    \"truckingOrigin\": false,\r\n    \"truckingOriginDeliveryAddress\": null,\r\n    \"truckingOriginEquipment\": \"\",\r\n    \"truckingOriginMode\": \"\",\r\n    \"truckingOriginPickupAddress\": null,\r\n    \"truckingOriginPickupDate\": null,\r\n    \"truckingService\": false,\r\n    \"turn\": \"owner\",\r\n    \"voyageNumber\": \"\",\r\n    \"completedDate\": \"2024-04-05T15:16:42.919Z\",\r\n    \"updateUser\": \"649618800b7497f3261b426f\",\r\n    \"updatedAt\": \"2024-04-05T15:16:42.919Z\"\r\n}"}],"_postman_id":"b66fc90c-5852-401a-91f2-5310d79c8ae8"},{"name":"Favorite Booking","id":"8e24eafb-9d4d-4645-a6f7-0633704368ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"id\": \"660ea95f5ab6928b7f03c364\",\r\n\t\"isFavorite\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/bookings/favorite","description":"<h2 id=\"favorite-booking\">Favorite Booking</h2>\n<p>Endpoint to favorite a booking.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/bookings/favorite</code></li>\n<li><strong>Method HTTP</strong>: PUT</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The ID of the item.</td>\n</tr>\n<tr>\n<td>isFavorite</td>\n<td>Indicates whether the item is marked as favorite.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"660ea95f5ab6928b7f03c364\",\n    \"isFavorite\": true\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","bookings","favorite"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"efe3e5f7-0d40-4bac-8e50-9916a4185c8b","name":"Example","originalRequest":{"method":"PUT","header":[{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"660ea95f5ab6928b7f03c364\",\r\n    \"isFavorite\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/quotes/favorite"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"isFavorite\": true\n    }\n}"}],"_postman_id":"8e24eafb-9d4d-4645-a6f7-0633704368ef"},{"name":"Cancel Booking","id":"34ae015c-3617-44bc-b579-9b2b44c79b6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"idBooking\": \"65f0ec932be94982e365fbc4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/bookings/cancelled","description":"<h2 id=\"cancel-a-booking\">Cancel a Booking</h2>\n<p>This endpoint allows you to cancel a specific Booking.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/bookings/cancelled</code></li>\n<li><strong>Method HTTP</strong>: PUT</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>idBooking</code> (Required): The unique identifier of the booking you wish to archive.</li>\n</ul>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request PUT 'https://api.yourcompany.com/api/v2/bookings/cancelled' \\\n--data-raw '{\n  \"idBooking\": \"65f0ec932be94982e365fbc4\"\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","bookings","cancelled"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"6673ef4d-6307-40d6-924a-4106a26a3bf0","name":"Example","originalRequest":{"method":"PUT","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"idBooking\": \"65f0ec932be94982e365fbc4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/bookings/cancelled"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": \"Booking cancelled\"\n}"}],"_postman_id":"34ae015c-3617-44bc-b579-9b2b44c79b6f"},{"name":"Archive Booking","id":"6d39aa34-e410-4680-95ba-83c296d1800b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"idBooking\": \"660db9b378dfb2df7299a633\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/bookings/archived","description":"<h2 id=\"archive-a-booking\">Archive a Booking</h2>\n<p>This endpoint allows you to archive a specific Booking.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/bookings/archived</code></li>\n<li><strong>Method HTTP</strong>: PUT</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>idBooking</code> (Required): The unique identifier of the booking you wish to archive.</li>\n</ul>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request PUT 'https://api.yourcompany.com/api/v2/bookings/archived' \\\n--data-raw '{\n  \"idBooking\": \"651f228e2a7f100f10ee32ed\"\n}'\n\n</code></pre>\n","urlObject":{"path":["api","v2","bookings","archived"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"3684d295-dc18-4f96-94a0-d39c1c7774c6","name":"Example","originalRequest":{"method":"PUT","header":[{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"idBooking\": \"660db9b378dfb2df7299a633\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"/api/v2/bookings/archive"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"status\": \"ok\",\r\n\t\"data\": \"Booking archived\"\r\n}"}],"_postman_id":"6d39aa34-e410-4680-95ba-83c296d1800b"},{"name":"List values fields menu Bookings","id":"88730d47-b0fb-4dc1-9c39-3d21626df257","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"field\": \"bookingId\",\r\n    \"query\": {\r\n        \"status\": \"actionRequired\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/bookings/settings/values","description":"<h2 id=\"list-values-for-bookings-fields\">List Values for Bookings Fields</h2>\n<p>This endpoint provides a list of values for the fields within the \"Bookings\" menu.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/bookings/settings/values</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"field\": \"bookingId\",\n    \"query\": {\n        \"status\": \"actionRequired\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","bookings","settings","values"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"2e3ef9a7-8a7b-4c80-a2d9-f339ec205ed7","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"field\": \"bookingId\",\r\n    \"query\": {\r\n        \"status\": \"actionRequired\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/bookings/settings/values"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    \"M121_COSTA_CANADA_FAK\",\n    \"M122_COSTA_CANADA_16-BIT-MICROCON\",\n    \"M123_COSTA_CANADA_16-BIT-MICROCON\",\n    \"M124_COSTA_CANADA_16-BIT-MICROCON\",\n    \"M125_COSTA_CANADA_16-BIT-MICROCON\",\n    \"M126_COSTA_CANADA_16-BIT-MICROCON\",\n    \"M127_COSTA_CANADA_FAK\",\n    \"M128_COSTA_CANADA_FAK\",\n    \"M129_COSTA_CANADA_FAK\",\n    \"M130_COSTA_CANADA_FAK\"\n]"}],"_postman_id":"88730d47-b0fb-4dc1-9c39-3d21626df257"},{"name":"Get Contacts Information","id":"da685b73-2e67-41cb-a21f-784a05e1ca75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/v2/bookings/contacts-information?page=1&limit=10&company=64961c56a1727236e1959277&search=user","description":"<h2 id=\"get-contacts-information\">Get Contacts Information</h2>\n<p>This endpoint retrieves contacts information for bookings, with options for pagination, limiting the number of results, filtering by company ID, and searching by user.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/bookings/contacts-information?page=1&amp;limit=10&amp;company=64961c56a1727236e1959277&amp;search=user</code></li>\n<li><strong>Method HTTP</strong>: GET</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-params\">Request Params</h3>\n<ul>\n<li><code>page=1</code>: Page number for paginated results.</li>\n<li><code>limit=10</code>: Maximum number of results to return per page.</li>\n<li><code>company=64961c56a1727236e1959277</code>: Company ID to filter contacts.</li>\n<li><code>search=user</code>: Search term to filter contacts by user.</li>\n</ul>\n","urlObject":{"path":["api","v2","bookings","contacts-information"],"host":["{{URL}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"description":{"content":"<p>companyId</p>\n","type":"text/plain"},"key":"company","value":"64961c56a1727236e1959277"},{"key":"search","value":"user"}],"variable":[]}},"response":[{"id":"279ccfde-0d33-441a-8ea5-d339858ccbce","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"url":{"raw":"{{URL}}/api/v2/bookings/contacts-information?page=1&limit=10&company=64961c56a1727236e1959277&search=user","host":["{{URL}}"],"path":["api","v2","bookings","contacts-information"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"company","value":"64961c56a1727236e1959277","description":"companyId"},{"key":"search","value":"user"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"660c1d0bf873484ed5610bba\",\n            \"address\": \"Canada\",\n            \"email\": \"usershipper@cargologik.com\",\n            \"name\": \"User Shipper\"\n        }\n    ],\n    \"totalItems\": 1,\n    \"limit\": 10,\n    \"totalPages\": 1,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"da685b73-2e67-41cb-a21f-784a05e1ca75"},{"name":"Create New Booking Public","id":"ce956add-21f7-4a36-97a0-5f8a7772178d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"booking\": {\r\n\t\t\"company\": null,\r\n\t\t\"transportationMode\": \"ship\",\r\n\t\t\"shipmentType\": \"FCL\",\r\n\t\t\"referenceName\": \"TEST PUBL1\",\r\n\t\t\"commodity\": \"FAK\",\r\n\t\t\"cityOrigin\": {\r\n\t\t\t\"address\": \"Canada\",\r\n\t\t\t\"countryCode\": \"CA\",\r\n\t\t\t\"route\": \"\",\r\n\t\t\t\"city\": \"\",\r\n\t\t\t\"state\": \"\",\r\n\t\t\t\"lat\": 56.130366,\r\n\t\t\t\"lng\": -106.346771\r\n\t\t},\r\n\t\t\"cityDestination\": {\r\n\t\t\t\"address\": \"Costa Rica\",\r\n\t\t\t\"countryCode\": \"CR\",\r\n\t\t\t\"route\": \"\",\r\n\t\t\t\"city\": \"\",\r\n\t\t\t\"state\": \"\",\r\n\t\t\t\"lat\": 9.748916999999999,\r\n\t\t\t\"lng\": -83.753428\r\n\t\t},\r\n\t\t\"portOrigin\": null,\r\n\t\t\"portDestination\": null,\r\n\t\t\"carrier\": {},\r\n\t\t\"incoterm\": \"CIF\",\r\n\t\t\"descriptionCommodity\": \"Description\",\r\n\t\t\"paymentTerm\": \"collect\",\r\n\t\t\"truckingService\": false,\r\n\t\t\"customBrokerage\": false,\r\n\t\t\"truckingOrigin\": false,\r\n\t\t\"truckingDestination\": false,\r\n\t\t\"truckingOriginMode\": \"\",\r\n\t\t\"truckingOriginEquipment\": \"\",\r\n\t\t\"truckingOriginPickupDate\": \"\",\r\n\t\t\"truckingOriginPickupAddress\": null,\r\n\t\t\"truckingOriginDeliveryAddress\": null,\r\n\t\t\"truckingDestinationMode\": \"\",\r\n\t\t\"truckingDestinationEquipment\": \"\",\r\n\t\t\"truckingDestinationPickupDate\": \"\",\r\n\t\t\"truckingDestinationPickupAddress\": null,\r\n\t\t\"truckingDestinationDeliveryAddress\": null,\r\n\t\t\"quoteOriginLoadSmart\": \"\",\r\n\t\t\"quoteDestinationLoadSmart\": \"\",\r\n\t\t\"specialInstructions\": \"\",\r\n\t\t\"packagesInfo\": [\r\n\t\t\t{\r\n\t\t\t\t\"packageType\": \"Dry 20'\",\r\n\t\t\t\t\"amount\": 2,\r\n\t\t\t\t\"weight\": \"2\",\r\n\t\t\t\t\"weightMetric\": \"kg\",\r\n\t\t\t\t\"hazardousMaterials\": \"0\",\r\n\t\t\t\t\"volume\": \"2\",\r\n\t\t\t\t\"volumeMetric\": \"m³\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"totalVolume\": \"2.00\",\r\n\t\t\"totalWeight\": \"2.00\",\r\n\t\t\"totalVolumetricWeight\": \"0\",\r\n\t\t\"totalChargeableWeight\": \"2.00\",\r\n\t\t\"participants\": [],\r\n\t\t\"containers\": [],\r\n\t\t\"etd\": \"\",\r\n\t\t\"eta\": \"\",\r\n\t\t\"cutoff\": \"\",\r\n\t\t\"mbl\": \"\",\r\n\t\t\"hbl\": \"\",\r\n\t\t\"voyageNumber\": \"\",\r\n\t\t\"mawb\": \"\",\r\n\t\t\"hawb\": \"\",\r\n\t\t\"flightNumber\": \"\",\r\n\t\t\"shipper\": null,\r\n\t\t\"consignee\": null,\r\n\t\t\"notify\": null,\r\n\t\t\"agent\": null,\r\n\t\t\"manualInput\": \"M\",\r\n\t\t\"rate\": null,\r\n\t\t\"customTags\": [],\r\n\t\t\"isWithoutQuote\": true\r\n\t},\r\n\t\"main\": {\r\n\t\t\"companyName\": \"Headset\",\r\n\t\t\"firstName\": \"julio\",\r\n\t\t\"lastName\": \"cardona\",\r\n\t\t\"email\": \"pedro.holgin+ad_head@cargologik.com\",\r\n\t\t\"phone\": \"(201) 545-45454\",\r\n\t\t\"country\": \"Canada\",\r\n\t\t\"cityCode\": \"CA\",\r\n\t\t\"countryPhoneCode\": \"CA\",\r\n\t\t\"typeCompany\": \"shipper\"\r\n\t},\r\n\t\"captcha\": \"03AFcWeA50WGRgjfV0ggXOOU-zN5-IinARu-JCUqUnfr1BZRjvotN1TYnn2umI58Qsp-5IVOWglCDrX5s4GEY1oPZ4258GTgx1irz3yiXUd9oBV1AMTGHCZkLiBYfPYJpkROnD0_8FdaENXkTwC7tkMVpEZ07GyE69PxvelGWUckwYsF738JAMNopEapuPhXSydPOgAqmv4a13Q76vMYJQSWEkdb3gx7XZg2uhQ3zr9ZKumlaAnhJMr8iY__6WaEsHb46ibJ7RquLNSfCsLSJQqtWKHnOIu7VwN_JHJnnkMXFl0pJ4agKmGU5hD-16u-Am7D9KSxb-kgJDIqghz9FsYYSUTeEbv8q0hfbuJ3EIVDxuNGZu2KP_AEkYnVgpDj2P4pmfKtfTZSJdcdAPdUiGKO6WqVx3JDmDKPoio701BIPW-9mncTz2vnwmBTJTVt07TCGeiIq3NuADWnDNMdjXE3QKrbBK3rx5CfRvpJKQXBazHeq9fyTDqClaHwfwukG1ug0Egn3klRnfNJv50Len4n-KdW_crqacsi6LOWDp_0AvPifmxqHykROu43vzZ4Ipbvifm8a6DGwZAI96m8hFgEBZrq82G57fXdGUspo0ATYBOEpGnFr7640vK_jHWBsg1_irxSl5yyXyblVGjL_qwex4TVLYSEl7jtCAzkYOovusQMsbLNy3toLd7uqsY-KDjY8kr5_ZwpI1gcmI-115CuZWHeCgpd2yYCIfcDPrQS6a8BUr4iGiNPfmlxGShWD8LWF5lYduy7YU\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/bookings/public/create","description":"<h2 id=\"create-booking-public\">Create Booking Public</h2>\n<p>This endpoint allows creating a new booking public.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/bookings/public/create</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>booking</td>\n<td>An object containing details about the booking.</td>\n</tr>\n<tr>\n<td>booking.company</td>\n<td>The company associated with the booking.</td>\n</tr>\n<tr>\n<td>booking.transportationMode</td>\n<td>The mode of transportation for the booking, in this case, \"ship\" (shipping).</td>\n</tr>\n<tr>\n<td>booking.shipmentType</td>\n<td>The type of shipment for the booking, in this case, \"FCL\" (Full Container Load).</td>\n</tr>\n<tr>\n<td>booking.referenceName</td>\n<td>A reference name for the booking, in this case, \"TEST PUBL1\".</td>\n</tr>\n<tr>\n<td>booking.commodity</td>\n<td>The type of commodity being shipped, in this case, \"FAK\".</td>\n</tr>\n<tr>\n<td>booking.cityOrigin</td>\n<td>An object containing details about the origin city of the shipment.</td>\n</tr>\n<tr>\n<td>booking.cityDestination</td>\n<td>An object containing details about the destination city of the shipment.</td>\n</tr>\n<tr>\n<td>booking.incoterm</td>\n<td>The Incoterm for the booking, in this case, \"CIF\" (Cost, Insurance, Freight).</td>\n</tr>\n<tr>\n<td>booking.descriptionCommodity</td>\n<td>A description of the commodity being shipped.</td>\n</tr>\n<tr>\n<td>booking.paymentTerm</td>\n<td>The payment term for the booking, in this case, \"collect\".</td>\n</tr>\n<tr>\n<td>booking.truckingService</td>\n<td>Indicates whether trucking service is required for the booking, in this case, false.</td>\n</tr>\n<tr>\n<td>booking.customBrokerage</td>\n<td>Indicates whether custom brokerage service is required for the booking, in this case, false.</td>\n</tr>\n<tr>\n<td>booking.packagesInfo</td>\n<td>An array containing information about the packages being shipped.</td>\n</tr>\n<tr>\n<td>booking.totalVolume</td>\n<td>The total volume of the shipment.</td>\n</tr>\n<tr>\n<td>booking.totalWeight</td>\n<td>The total weight of the shipment.</td>\n</tr>\n<tr>\n<td>booking.participants</td>\n<td>An array containing details about the participants involved in the booking.</td>\n</tr>\n<tr>\n<td>main</td>\n<td>An object containing details about the main contact person associated with the booking.</td>\n</tr>\n<tr>\n<td>main.companyName</td>\n<td>The name of the company associated with the main contact person, in this case, \"Headset\".</td>\n</tr>\n<tr>\n<td>main.firstName</td>\n<td>The first name of the main contact person, in this case, \"julio\".</td>\n</tr>\n<tr>\n<td>main.lastName</td>\n<td>The last name of the main contact person, in this case, \"cardona\".</td>\n</tr>\n<tr>\n<td>main.email</td>\n<td>The email address of the main contact person.</td>\n</tr>\n<tr>\n<td>main.phone</td>\n<td>The phone number of the main contact person.</td>\n</tr>\n<tr>\n<td>main.country</td>\n<td>The country of the main contact person, in this case, \"Canada\".</td>\n</tr>\n<tr>\n<td>main.cityCode</td>\n<td>The city code of the main contact person, in this case, \"CA\".</td>\n</tr>\n<tr>\n<td>main.countryPhoneCode</td>\n<td>The country phone code of the main contact person, in this case, \"CA\".</td>\n</tr>\n<tr>\n<td>main.typeCompany</td>\n<td>The type of company associated with the main contact person, in this case, \"shipper\".</td>\n</tr>\n<tr>\n<td>captcha</td>\n<td>A captcha code for verification purposes.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"booking\": {\n        \"company\": null,\n        \"transportationMode\": \"ship\",\n        \"shipmentType\": \"FCL\",\n        \"referenceName\": \"TEST PUBL1\",\n        \"commodity\": \"FAK\",\n        \"cityOrigin\": {\n            \"address\": \"Canada\",\n            \"countryCode\": \"CA\",\n            \"route\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"lat\": 56.130366,\n            \"lng\": -106.346771\n        },\n        \"cityDestination\": {\n            \"address\": \"Costa Rica\",\n            \"countryCode\": \"CR\",\n            \"route\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"lat\": 9.748916999999999,\n            \"lng\": -83.753428\n        },\n        \"portOrigin\": null,\n        \"portDestination\": null,\n        \"carrier\": {},\n        \"incoterm\": \"CIF\",\n        \"descriptionCommodity\": \"Description\",\n        \"paymentTerm\": \"collect\",\n        \"truckingService\": false,\n        \"customBrokerage\": false,\n        \"truckingOrigin\": false,\n        \"truckingDestination\": false,\n        \"truckingOriginMode\": \"\",\n        \"truckingOriginEquipment\": \"\",\n        \"truckingOriginPickupDate\": \"\",\n        \"truckingOriginPickupAddress\": null,\n        \"truckingOriginDeliveryAddress\": null,\n        \"truckingDestinationMode\": \"\",\n        \"truckingDestinationEquipment\": \"\",\n        \"truckingDestinationPickupDate\": \"\",\n        \"truckingDestinationPickupAddress\": null,\n        \"truckingDestinationDeliveryAddress\": null,\n        \"quoteOriginLoadSmart\": \"\",\n        \"quoteDestinationLoadSmart\": \"\",\n        \"specialInstructions\": \"\",\n        \"packagesInfo\": [\n            {\n                \"packageType\": \"Dry 20'\",\n                \"amount\": 2,\n                \"weight\": \"2\",\n                \"weightMetric\": \"kg\",\n                \"hazardousMaterials\": \"0\",\n                \"volume\": \"2\",\n                \"volumeMetric\": \"m³\"\n            }\n        ],\n        \"totalVolume\": \"2.00\",\n        \"totalWeight\": \"2.00\",\n        \"totalVolumetricWeight\": \"0\",\n        \"totalChargeableWeight\": \"2.00\",\n        \"participants\": [],\n        \"containers\": [],\n        \"etd\": \"\",\n        \"eta\": \"\",\n        \"cutoff\": \"\",\n        \"mbl\": \"\",\n        \"hbl\": \"\",\n        \"voyageNumber\": \"\",\n        \"mawb\": \"\",\n        \"hawb\": \"\",\n        \"flightNumber\": \"\",\n        \"shipper\": null,\n        \"consignee\": null,\n        \"notify\": null,\n        \"agent\": null,\n        \"manualInput\": \"M\",\n        \"rate\": null,\n        \"customTags\": [],\n        \"isWithoutQuote\": true\n    },\n    \"main\": {\n        \"companyName\": \"Headset\",\n        \"firstName\": \"julio\",\n        \"lastName\": \"cardona\",\n        \"email\": \"pedro.holgin+ad_head@cargologik.com\",\n        \"phone\": \"(201) 545-45454\",\n        \"country\": \"Canada\",\n        \"cityCode\": \"CA\",\n        \"countryPhoneCode\": \"CA\",\n        \"typeCompany\": \"shipper\"\n    },\n    \"captcha\": \"03AFcWeA50WGRgjfV0ggXOOU-zN5-IinARu-JCUqUnfr1BZRjvotN1TYnn2umI58Qsp-5IVOWglCDrX5s4GEY1oPZ4258GTgx1irz3yiXUd9oBV1AMTGHCZkLiBYfPYJpkROnD0_8FdaENXkTwC7tkMVpEZ07GyE69PxvelGWUckwYsF738JAMNopEapuPhXSydPOgAqmv4a13Q76vMYJQSWEkdb3gx7XZg2uhQ3zr9ZKumlaAnhJMr8iY__6WaEsHb46ibJ7RquLNSfCsLSJQqtWKHnOIu7VwN_JHJnnkMXFl0pJ4agKmGU5hD-16u-Am7D9KSxb-kgJDIqghz9FsYYSUTeEbv8q0hfbuJ3EIVDxuNGZu2KP_AEkYnVgpDj2P4pmfKtfTZSJdcdAPdUiGKO6WqVx3JDmDKPoio701BIPW-9mncTz2vnwmBTJTVt07TCGeiIq3NuADWnDNMdjXE3QKrbBK3rx5CfRvpJKQXBazHeq9fyTDqClaHwfwukG1ug0Egn3klRnfNJv50Len4n-KdW_crqacsi6LOWDp_0AvPifmxqHykROu43vzZ4Ipbvifm8a6DGwZAI96m8hFgEBZrq82G57fXdGUspo0ATYBOEpGnFr7640vK_jHWBsg1_irxSl5yyXyblVGjL_qwex4TVLYSEl7jtCAzkYOovusQMsbLNy3toLd7uqsY-KDjY8kr5_ZwpI1gcmI-115CuZWHeCgpd2yYCIfcDPrQS6a8BUr4iGiNPfmlxGShWD8LWF5lYduy7YU\"\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","bookings","public","create"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"d89c8da4-ffd3-4508-9bce-d7202052adce","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"booking\": {\r\n\t\t\"company\": null,\r\n\t\t\"transportationMode\": \"ship\",\r\n\t\t\"shipmentType\": \"FCL\",\r\n\t\t\"referenceName\": \"TEST PUBL1\",\r\n\t\t\"commodity\": \"FAK\",\r\n\t\t\"cityOrigin\": {\r\n\t\t\t\"address\": \"Canada\",\r\n\t\t\t\"countryCode\": \"CA\",\r\n\t\t\t\"route\": \"\",\r\n\t\t\t\"city\": \"\",\r\n\t\t\t\"state\": \"\",\r\n\t\t\t\"lat\": 56.130366,\r\n\t\t\t\"lng\": -106.346771\r\n\t\t},\r\n\t\t\"cityDestination\": {\r\n\t\t\t\"address\": \"Costa Rica\",\r\n\t\t\t\"countryCode\": \"CR\",\r\n\t\t\t\"route\": \"\",\r\n\t\t\t\"city\": \"\",\r\n\t\t\t\"state\": \"\",\r\n\t\t\t\"lat\": 9.748916999999999,\r\n\t\t\t\"lng\": -83.753428\r\n\t\t},\r\n\t\t\"portOrigin\": null,\r\n\t\t\"portDestination\": null,\r\n\t\t\"carrier\": {},\r\n\t\t\"incoterm\": \"CIF\",\r\n\t\t\"descriptionCommodity\": \"Description\",\r\n\t\t\"paymentTerm\": \"collect\",\r\n\t\t\"truckingService\": false,\r\n\t\t\"customBrokerage\": false,\r\n\t\t\"truckingOrigin\": false,\r\n\t\t\"truckingDestination\": false,\r\n\t\t\"truckingOriginMode\": \"\",\r\n\t\t\"truckingOriginEquipment\": \"\",\r\n\t\t\"truckingOriginPickupDate\": \"\",\r\n\t\t\"truckingOriginPickupAddress\": null,\r\n\t\t\"truckingOriginDeliveryAddress\": null,\r\n\t\t\"truckingDestinationMode\": \"\",\r\n\t\t\"truckingDestinationEquipment\": \"\",\r\n\t\t\"truckingDestinationPickupDate\": \"\",\r\n\t\t\"truckingDestinationPickupAddress\": null,\r\n\t\t\"truckingDestinationDeliveryAddress\": null,\r\n\t\t\"quoteOriginLoadSmart\": \"\",\r\n\t\t\"quoteDestinationLoadSmart\": \"\",\r\n\t\t\"specialInstructions\": \"\",\r\n\t\t\"packagesInfo\": [\r\n\t\t\t{\r\n\t\t\t\t\"packageType\": \"Dry 20'\",\r\n\t\t\t\t\"amount\": 2,\r\n\t\t\t\t\"weight\": \"2\",\r\n\t\t\t\t\"weightMetric\": \"kg\",\r\n\t\t\t\t\"hazardousMaterials\": \"0\",\r\n\t\t\t\t\"volume\": \"2\",\r\n\t\t\t\t\"volumeMetric\": \"m³\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"totalVolume\": \"2.00\",\r\n\t\t\"totalWeight\": \"2.00\",\r\n\t\t\"totalVolumetricWeight\": \"0\",\r\n\t\t\"totalChargeableWeight\": \"2.00\",\r\n\t\t\"participants\": [],\r\n\t\t\"containers\": [],\r\n\t\t\"etd\": \"\",\r\n\t\t\"eta\": \"\",\r\n\t\t\"cutoff\": \"\",\r\n\t\t\"mbl\": \"\",\r\n\t\t\"hbl\": \"\",\r\n\t\t\"voyageNumber\": \"\",\r\n\t\t\"mawb\": \"\",\r\n\t\t\"hawb\": \"\",\r\n\t\t\"flightNumber\": \"\",\r\n\t\t\"shipper\": null,\r\n\t\t\"consignee\": null,\r\n\t\t\"notify\": null,\r\n\t\t\"agent\": null,\r\n\t\t\"manualInput\": \"M\",\r\n\t\t\"rate\": null,\r\n\t\t\"customTags\": [],\r\n\t\t\"isWithoutQuote\": true\r\n\t},\r\n\t\"main\": {\r\n\t\t\"companyName\": \"Headset\",\r\n\t\t\"firstName\": \"julio\",\r\n\t\t\"lastName\": \"cardona\",\r\n\t\t\"email\": \"pedro.holgin+ad_head@cargologik.com\",\r\n\t\t\"phone\": \"(201) 545-45454\",\r\n\t\t\"country\": \"Canada\",\r\n\t\t\"cityCode\": \"CA\",\r\n\t\t\"countryPhoneCode\": \"CA\",\r\n\t\t\"typeCompany\": \"shipper\"\r\n\t},\r\n\t\"captcha\": \"03AFcWeA50WGRgjfV0ggXOOU-zN5-IinARu-JCUqUnfr1BZRjvotN1TYnn2umI58Qsp-5IVOWglCDrX5s4GEY1oPZ4258GTgx1irz3yiXUd9oBV1AMTGHCZkLiBYfPYJpkROnD0_8FdaENXkTwC7tkMVpEZ07GyE69PxvelGWUckwYsF738JAMNopEapuPhXSydPOgAqmv4a13Q76vMYJQSWEkdb3gx7XZg2uhQ3zr9ZKumlaAnhJMr8iY__6WaEsHb46ibJ7RquLNSfCsLSJQqtWKHnOIu7VwN_JHJnnkMXFl0pJ4agKmGU5hD-16u-Am7D9KSxb-kgJDIqghz9FsYYSUTeEbv8q0hfbuJ3EIVDxuNGZu2KP_AEkYnVgpDj2P4pmfKtfTZSJdcdAPdUiGKO6WqVx3JDmDKPoio701BIPW-9mncTz2vnwmBTJTVt07TCGeiIq3NuADWnDNMdjXE3QKrbBK3rx5CfRvpJKQXBazHeq9fyTDqClaHwfwukG1ug0Egn3klRnfNJv50Len4n-KdW_crqacsi6LOWDp_0AvPifmxqHykROu43vzZ4Ipbvifm8a6DGwZAI96m8hFgEBZrq82G57fXdGUspo0ATYBOEpGnFr7640vK_jHWBsg1_irxSl5yyXyblVGjL_qwex4TVLYSEl7jtCAzkYOovusQMsbLNy3toLd7uqsY-KDjY8kr5_ZwpI1gcmI-115CuZWHeCgpd2yYCIfcDPrQS6a8BUr4iGiNPfmlxGShWD8LWF5lYduy7YU\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/bookings/public/create"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n\t\"cityOrigin\": {\n\t\t\"address\": \"China\",\n\t\t\"countryCode\": \"CN\",\n\t\t\"lat\": 35.86166,\n\t\t\"lng\": 104.195397\n\t},\n\t\"cityDestination\": {\n\t\t\"address\": \"Canada\",\n\t\t\"countryCode\": \"CA\",\n\t\t\"lat\": 56.130366,\n\t\t\"lng\": -106.346771\n\t},\n\t\"_id\": \"6613fbf15ab6928b7fb68e2f\",\n\t\"quoteId\": \"M1_CHINA_CANADA_FAK_240408090483800\",\n\t\"tenant\": \"649618800b7497f3261b426d\",\n\t\"__v\": 0,\n\t\"agent\": null,\n\t\"anonymous\": true,\n\t\"commodity\": \"FAK\",\n\t\"company\": {\n\t\t\"_id\": \"6496187f0b7497f3261b4260\",\n\t\t\"name\": \"Customer1\"\n\t},\n\t\"consignee\": null,\n\t\"createdAt\": \"2024-04-08T14:15:13.064Z\",\n\t\"creationUser\": \"6613fbc621a8c8718a1299e9\",\n\t\"customBrokerage\": false,\n\t\"customTags\": [],\n\t\"descriptionCommodity\": \"Description\",\n\t\"disclaimers\": [],\n\t\"incoterm\": \"CIF\",\n\t\"isFavorite\": false,\n\t\"manualInput\": \"M\",\n\t\"notes\": [],\n\t\"notify\": null,\n\t\"owner\": {\n\t\t\"_id\": \"6613fbc65ab6928b7fb68606\",\n\t\t\"name\": \"Customer1\"\n\t},\n\t\"packagesInfo\": [\n\t\t{\n\t\t\t\"packageType\": \"barrels\",\n\t\t\t\"amount\": 2,\n\t\t\t\"weight\": \"2\",\n\t\t\t\"weightMetric\": \"kg\",\n\t\t\t\"hazardousMaterials\": \"0\",\n\t\t\t\"lengt\": \"2\",\n\t\t\t\"width\": \"2\",\n\t\t\t\"height\": \"2\",\n\t\t\t\"dimensionsMetric\": \"m\"\n\t\t}\n\t],\n\t\"participants\": [\n\t\t{\n\t\t\t\"_id\": \"6613fbfb5ab6928b7fb68ffd\",\n\t\t\t\"assignedTo\": {\n\t\t\t\t\"_id\": \"649618800b7497f3261b426f\",\n\t\t\t\t\"firstName\": \"Pedro Pablo\",\n\t\t\t\t\"lastName\": \"holguin\",\n\t\t\t\t\"email\": \"pedro.holgin+lsp@cargologik.com\"\n\t\t\t},\n\t\t\t\"company\": {\n\t\t\t\t\"_id\": \"6496187f0b7497f3261b4260\",\n\t\t\t\t\"name\": \"Customer1\"\n\t\t\t},\n\t\t\t\"quote\": \"6613fbf15ab6928b7fb68e2f\",\n\t\t\t\"createdAt\": \"2024-04-08T14:15:23.677Z\",\n\t\t\t\"creationUser\": \"6613fbc621a8c8718a1299e9\",\n\t\t\t\"isOwner\": false,\n\t\t\t\"status\": \"active\",\n\t\t\t\"type\": \"acm-lsp\"\n\t\t},\n\t\t{\n\t\t\t\"_id\": \"6613fbfc5ab6928b7fb69016\",\n\t\t\t\"assignedTo\": {\n\t\t\t\t\"_id\": \"649ee411cd2ae3022068836f\",\n\t\t\t\t\"firstName\": \"Carlos Andres\",\n\t\t\t\t\"lastName\": \"Holguin\",\n\t\t\t\t\"email\": \"pedro.holgin+mem01@cargologik.com\"\n\t\t\t},\n\t\t\t\"company\": {\n\t\t\t\t\"_id\": \"6496187f0b7497f3261b4260\",\n\t\t\t\t\"name\": \"Customer1\"\n\t\t\t},\n\t\t\t\"quote\": \"6613fbf15ab6928b7fb68e2f\",\n\t\t\t\"createdAt\": \"2024-04-08T14:15:23.916Z\",\n\t\t\t\"creationUser\": \"6613fbc621a8c8718a1299e9\",\n\t\t\t\"isOwner\": false,\n\t\t\t\"status\": \"active\",\n\t\t\t\"type\": \"acm-lsp\"\n\t\t},\n\t\t{\n\t\t\t\"_id\": \"6613fbfc5ab6928b7fb69028\",\n\t\t\t\"assignedTo\": {\n\t\t\t\t\"_id\": \"64ba89865c04ad7d907d45eb\",\n\t\t\t\t\"firstName\": \"Pedro\",\n\t\t\t\t\"lastName\": \"Holguin\",\n\t\t\t\t\"email\": \"pedro.holgin+shipper7@cargologik.com\"\n\t\t\t},\n\t\t\t\"company\": {\n\t\t\t\t\"_id\": \"6496187f0b7497f3261b4260\",\n\t\t\t\t\"name\": \"Customer1\"\n\t\t\t},\n\t\t\t\"quote\": \"6613fbf15ab6928b7fb68e2f\",\n\t\t\t\"createdAt\": \"2024-04-08T14:15:24.156Z\",\n\t\t\t\"creationUser\": \"6613fbc621a8c8718a1299e9\",\n\t\t\t\"isOwner\": false,\n\t\t\t\"status\": \"active\",\n\t\t\t\"type\": \"acm-lsp\"\n\t\t},\n\t\t{\n\t\t\t\"_id\": \"6613fbfc5ab6928b7fb69038\",\n\t\t\t\"assignedTo\": {\n\t\t\t\t\"_id\": \"6613fbc621a8c8718a1299e9\",\n\t\t\t\t\"firstName\": \"Luis\",\n\t\t\t\t\"lastName\": \"Josue\",\n\t\t\t\t\"email\": \"pedro.holgin+ad_rott@cargologik.com\"\n\t\t\t},\n\t\t\t\"company\": {\n\t\t\t\t\"_id\": \"6613fbc65ab6928b7fb68606\",\n\t\t\t\t\"name\": \"Customer1\"\n\t\t\t},\n\t\t\t\"quote\": \"6613fbf15ab6928b7fb68e2f\",\n\t\t\t\"createdAt\": \"2024-04-08T14:15:24.395Z\",\n\t\t\t\"creationUser\": \"6613fbc621a8c8718a1299e9\",\n\t\t\t\"isOwner\": false,\n\t\t\t\"status\": \"active\",\n\t\t\t\"type\": \"main-shipper\"\n\t\t}\n\t],\n\t\"paymentTerm\": \"\",\n\t\"portDestination\": null,\n\t\"portOrigin\": null,\n\t\"quoteDestinationLoadSmart\": \"\",\n\t\"quoteOriginLoadSmart\": \"\",\n\t\"rates\": [],\n\t\"ratesInlandTransportationDestination\": [],\n\t\"ratesInlandTransportationOrigin\": [],\n\t\"referenceName\": \"TEST PUBL1\",\n\t\"shipmentType\": \"LCL\",\n\t\"shipper\": null,\n\t\"single\": \"single\",\n\t\"specialInstructions\": \"\",\n\t\"status\": \"awaitingResponse\",\n\t\"tags\": [],\n\t\"tenderLoadSmartDestination\": \"\",\n\t\"tenderLoadSmartOrigin\": \"\",\n\t\"totalChargeableWeight\": 4,\n\t\"totalVolume\": 16,\n\t\"totalVolumetricWeight\": 0,\n\t\"totalWeight\": 4,\n\t\"transportationMode\": \"ship\",\n\t\"truckingDestination\": false,\n\t\"truckingDestinationDeliveryAddress\": null,\n\t\"truckingDestinationEquipment\": \"\",\n\t\"truckingDestinationMode\": \"\",\n\t\"truckingDestinationPickupAddress\": null,\n\t\"truckingDestinationPickupDate\": null,\n\t\"truckingOrigin\": false,\n\t\"truckingOriginDeliveryAddress\": null,\n\t\"truckingOriginEquipment\": \"\",\n\t\"truckingOriginMode\": \"\",\n\t\"truckingOriginPickupAddress\": null,\n\t\"truckingOriginPickupDate\": null,\n\t\"truckingService\": false,\n\t\"turn\": \"client\",\n\t\"updatedAt\": \"2024-04-08T14:15:12.838Z\"\n}"}],"_postman_id":"ce956add-21f7-4a36-97a0-5f8a7772178d"}],"id":"a704bfd9-47ef-477b-8432-e55cb28d8ec2","description":"<h1 id=\"definition\">Definition</h1>\n<p>The Booking module provides several endpoints. Here is a list of possible endpoints and their descriptions.</p>\n","_postman_id":"a704bfd9-47ef-477b-8432-e55cb28d8ec2"},{"name":"Documents","item":[{"name":"Upload files","id":"1f3c6f2e-c24c-4717-be0c-8bda289b410e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{TOKENV2}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","src":"9eFoA8lIm/favicon.ico"}]},"url":"{{URL}}/api/v2/upload","description":"<h2 id=\"upload-image\">Upload Image</h2>\n<p>Uploads an image file to the server.</p>\n<h3 id=\"request\">Request</h3>\n<p><code>POST https://cargologik.stg-cargologik.app/api/v2/upload</code></p>\n<p>Headers:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>plaintextCopy codeAuthorization: \n\n</code></pre><p>Form Data:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>plaintextCopy codefiles=@\"/C:/Users/diego/Downloads/420bf59b-8bb8-4643-920a-07e12a83032c.jpg\"\n\n</code></pre><h3 id=\"response\">Response</h3>\n<p>The response is a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>_id</code> (string): Unique identifier for the uploaded image.</p>\n</li>\n<li><p><code>sha256</code> (string): SHA256 hash of the image file.</p>\n</li>\n<li><p><code>bucketFileName</code> (string): Filename in the storage bucket.</p>\n</li>\n<li><p><code>contentType</code> (string): Content type of the uploaded file, in this case, it's \"image/jpeg\".</p>\n</li>\n<li><p><code>createdAt</code> (string): Timestamp indicating when the image was uploaded, in the format \"YYYY-MM-DDTHH:mm:ss.SSSZ\".</p>\n</li>\n<li><p><code>directoryBucket</code> (string): Directory in the storage bucket where the file is stored.</p>\n</li>\n<li><p><code>name</code> (string): Original name of the image file.</p>\n</li>\n<li><p><code>size</code> (integer): Size of the uploaded image file in bytes.</p>\n</li>\n<li><p><code>status</code> (string): Status of the uploaded image, typically \"active\" in this context.</p>\n</li>\n<li><p><code>exist</code> (boolean): Indicates whether the file exists or not, here it is false for the uploaded image.</p>\n</li>\n<li><p><code>url</code> (string): URL to access the uploaded image.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","v2","upload"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"8debedda-3eb1-4195-9caf-9f7cb260a5f7","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","src":"/C:/Users/diego/Downloads/lceda-pro-activation.txt"}]},"url":"{{URL}}/api/v2/upload"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"65280f342a7f100f102f9d7a\",\n        \"sha256\": \"d3ab1b31228ae666f01df42162f2c194\",\n        \"bucketFileName\": \"d3ab1b31228ae666f01df42162f2c194.jpg\",\n        \"contentType\": \"image/jpeg\",\n        \"createdAt\": \"2023-10-12T15:22:28.158Z\",\n        \"directoryBucket\": \"cargologik-stg-cargologik-app\",\n        \"name\": \"420bf59b-8bb8-4643-920a-07e12a83032c.jpg\",\n        \"size\": 78580,\n        \"status\": \"active\",\n        \"exist\": false,\n        \"url\": \"https://storage.googleapis.com/cargologik-stg-cargologik-app/d3ab1b31228ae666f01df42162f2c194.jpg?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1728595660&Signature=eYw%2FGwE4Fv2%2BBEx9uXm8LAGvx8fLUvs478A8DF1VLMzmZO%2Fy0P12%2FDcsDxNENbJJPifdB8f55LOozJ3Rl2b9r%2FT7fPq9%2FDi6EwS%2Fz9YBzWTbCmvfAf0fzMeTBqXwBDOjsicvhCooq7VD7%2BGsb3P73M2Rdvrp9QayWYvZlwGUEFkDSDjAjhBz7n2nmKEos1uEbxWE9DCjGNBtK7H%2F38IDlZngcE%2FwK8fLBYU41GZRbhT%2Bw64lbRhPlfTGx%2BTknGyfdsYxcFOh%2FDKzo%2Bgub%2FpQbWOxj7B7qoLJHpk35M4oDNZI4WlJ9diwp7p30dXErtoVBWCxRFYdacHqpHLjzY58wQ%3D%3D\"\n    }\n]"}],"_postman_id":"1f3c6f2e-c24c-4717-be0c-8bda289b410e"},{"name":"Upload public","id":"563cf6ec-0d0a-47d9-886a-7ed329eec7d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/cesar/Downloads/Tardis_BBC_Television_Center.jpg"],"src":"9eFoA8lIm/favicon.ico"}]},"url":"{{URL}}/api/v2/upload-public","description":"<h2 id=\"upload-image\">Upload Image</h2>\n<p>Uploads an image file to the server.</p>\n<h3 id=\"request\">Request</h3>\n<p><code>POST api/v2/upload-public</code></p>\n<p>Headers:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>plaintextCopy codeAuthorization: \n\n</code></pre><p>Form Data:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>plaintextCopy codefiles=@\"/C:/Users/diego/Downloads/420bf59b-8bb8-4643-920a-07e12a83032c.jpg\"\n\n</code></pre><h3 id=\"response\">Response</h3>\n<p>The response is a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>_id</code> (string): Unique identifier for the uploaded image.</p>\n</li>\n<li><p><code>sha256</code> (string): SHA256 hash of the image file.</p>\n</li>\n<li><p><code>bucketFileName</code> (string): Filename in the storage bucket.</p>\n</li>\n<li><p><code>contentType</code> (string): Content type of the uploaded file, in this case, it's \"image/jpeg\".</p>\n</li>\n<li><p><code>createdAt</code> (string): Timestamp indicating when the image was uploaded, in the format \"YYYY-MM-DDTHH:mm:ss.SSSZ\".</p>\n</li>\n<li><p><code>directoryBucket</code> (string): Directory in the storage bucket where the file is stored.</p>\n</li>\n<li><p><code>name</code> (string): Original name of the image file.</p>\n</li>\n<li><p><code>size</code> (integer): Size of the uploaded image file in bytes.</p>\n</li>\n<li><p><code>status</code> (string): Status of the uploaded image, typically \"active\" in this context.</p>\n</li>\n<li><p><code>exist</code> (boolean): Indicates whether the file exists or not, here it is false for the uploaded image.</p>\n</li>\n<li><p><code>url</code> (string): URL to access the uploaded image.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","v2","upload-public"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"01535942-1bcc-4e9c-8524-308734a6580f","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","src":"/C:/Users/diego/Downloads/lceda-pro-activation.txt"}]},"url":"/api/v2/upload"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"_id\": \"6612c7a45ab6928b7f3e2971\",\n            \"sha256\": \"674d01812574bb90667eeff32799947a\",\n            \"bucketFileName\": \"674d01812574bb90667eeff32799947a.jpg\",\n            \"contentType\": \"image/jpeg\",\n            \"createdAt\": \"2024-04-07T16:19:48.330Z\",\n            \"directoryBucket\": \"rokk3r-cargologik-app\",\n            \"name\": \"Tardis_BBC_Television_Center.jpg\",\n            \"size\": 5556677,\n            \"status\": \"active\",\n            \"exist\": false,\n            \"url\": \"https://storage.googleapis.com/rokk3r-cargologik-app/674d01812574bb90667eeff32799947a.jpg?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1743906663&Signature=WBMjHLNiJdg27%2B8q5%2FI2HgcnY445MLAU04UwXlqQ64VHMWre47Sysj4I01hYNIM5tOzDturKwHh%2FSgoMzJg0khv7qsWgHjj1hMqOBO0L3JSp%2F7tDY9yqUm4Fd5ONOVG4Yny%2BsyBYHeZyEDYCxwvKYdIPILm9iCG7GdWp2Sd5i8FtyGwymqTkJkeIsTfc0UXynYd%2FRbyvrAuMjAaaP%2FkeXw%2Flr7tf69cxXgNjwB0xzIXOZdtbzxwMzD7zaqry04Z7Yhez%2BWstPEvBm6y5UXPSnJQm%2FSNmIRGVhGUd0bCfmfXlLoTKXSiircgHKLU2CrTp7rnbt0Nmu8XzNhJTBAy2QQ%3D%3D\"\n        }\n    ]\n}"}],"_postman_id":"563cf6ec-0d0a-47d9-886a-7ed329eec7d0"},{"name":"List Files","id":"07c0f398-397b-4874-a97c-bea3b0979cce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"url":"{{URL}}/api/v2/files","description":"<h1 id=\"list-files-response\">List Files Response</h1>\n<p>This document describes the response structure when listing possible files uploaded in a company using the <code>cargologik.cargologik.app</code> API. The response is in JSON format and contains the following fields:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>url</code></td>\n<td>The URL to access the listed file.</td>\n</tr>\n<tr>\n<td><code>timeCreated</code></td>\n<td>The timestamp when the file was created in ISO 8601 format.</td>\n</tr>\n<tr>\n<td><code>contentType</code></td>\n<td>The MIME type of the listed file.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"field-descriptions\">Field Descriptions</h2>\n<ul>\n<li><code>url</code>: This field contains the URL to access the listed file. The URL may contain various query parameters for access and security.</li>\n<li><code>timeCreated</code>: The timestamp when the file was created in ISO 8601 format (e.g., \"2023-08-16T16:42:16.625Z\").</li>\n<li><code>contentType</code>: The MIME type of the listed file (e.g., \"image/png\").</li>\n</ul>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"url\": \"https://storage.googleapis.com/cargologik-stg-cargologik-app/0c1ba00337bf46979319a9c7cd7995e7.png?GoogleAccessId=api-admin@cargologik.iam.gserviceaccount.com&amp;Expires=1728594478&amp;Signature=NJQi5vASqtubDg3pGP1fJnTcGZh8slTgvoxm0EVk1g1TLgVfDIYg581Q9QYhU0LlK3/GQTU+ZQ6VgOXIBY72WIRfCy1WdhxZFkPTcdUuJZeGqiXUSLXDGqtXdCwpEJAkLo5e/gX9EqUoJjzvzOQRyN/NDog9I5mJ7Mn6sxIDoKO3AO4Qv1sLQqhoeePdDi3SsgneAFOteXDBO/yK0ur+GIEpVpQakWB6N2vu9gbCBT7mkqKbZxC2jV+LnVp+FNfxPbAoDo79Ar5vTDpDKneBd1v8u4JQQedvK6kHOv73vMNz/cnJB1qB0c6F2TsohkbBnV5XpMsnn3tQcrflNDGaMQ==\",\n        \"timeCreated\": \"2023-08-16T16:42:16.625Z\",\n        \"contentType\": \"image/png\"\n    }\n]\n\n</code></pre>\n","urlObject":{"path":["api","v2","files"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"9b1a4259-5390-4ad2-beb4-6068db258981","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"url":"{{URL}}/api/v2/files"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"url\": \"https://storage.googleapis.com/cargologik-stg-cargologik-app/0c1ba00337bf46979319a9c7cd7995e7.png?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1728594478&Signature=NJQi5vASqtubDg3pGP1fJnTcGZh8slTgvoxm0EVk1g1TLgVfDIYg581Q9QYhU0LlK3%2FGQTU%2BZQ6VgOXIBY72WIRfCy1WdhxZFkPTcdUuJZeGqiXUSLXDGqtXdCwpEJAkLo5e%2FgX9EqUoJjzvzOQRyN%2FNDog9I5mJ7Mn6sxIDoKO3AO4Qv1sLQqhoeePdDi3SsgneAFOteXDBO%2FyK0ur%2BGIEpVpQakWB6N2vu9gbCBT7mkqKbZxC2jV%2BLnVp%2BFNfxPbAoDo79Ar5vTDpDKneBd1v8u4JQQedvK6kHOv73vMNz%2FcnJB1qB0c6F2TsohkbBnV5XpMsnn3tQcrflNDGaMQ%3D%3D\",\r\n        \"timeCreated\": \"2023-08-16T16:42:16.625Z\",\r\n        \"contentType\": \"image/png\"\r\n    }\r\n]"}],"_postman_id":"07c0f398-397b-4874-a97c-bea3b0979cce"},{"name":"Create Document","id":"42d0332b-c294-427f-9d77-df23765e744e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"url\": \"https://storage.googleapis.com/files-cargologik/f3acfbf98448d13efdbad535fd6d6036.png?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1707580273&Signature=hkUkzxpzjep76wdZkebb5vPMOAcTzdB0kXOPdFQ8LAVl1FEJ3EDMKHEWW6APOFZ1V%2BNQ3lZzXg6nfJ8fbomQbsDEwLlLMTEA%2BUZgzA6OSOLiI9sWRJ4gkpgUoZpqRfI0NNg%2FL6tjy01I9k8RtzANaMRjudPnxJgtZ10SJPPWDe8z7J7N1TBCO%2FnwvqyZY%2BxOKeVZvQnJFep4fLotDBdn75QNO%2Bn1H4ETk6dsCDJiJYRD08bFfEjzLKSWod0DYEonqZrePJLm8FT%2BRAY0ido5sZjxBJEop59H2XF1goBtXvW3GW5SdhjwXMtbLP%2BCwqMaj64uYJ38jbjILeLVmTFbjw%3D%3D\",\r\n  \"file\": \"63e960aa417d7bf8372f6b2a\",\r\n  \"category\": \"shipment\",\r\n  \"documentType\": \"HA\",\r\n  \"isPublic\": false,\r\n  \"shipment\": \"63ffdba36f29774dc8159d21\",\r\n  \"teamPermisions\": [\"6388ad8aaf90a0fd6a7b1a2a\",\"638a0e61f9292afdd71837d4\",\"63d421625b770ed0a7d0d892\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/document/create","description":"<h3 id=\"description\">Description</h3>\n<p>This endpoint allows users to create documents by providing necessary details such as the document's URL, file name, category, sharing permissions, and associated file ID. It supports various document categories and can handle public or private document creation based on the provided parameters.</p>\n<h3 id=\"request-data\">Request Data</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>documentType</td>\n<td>String</td>\n<td>Document Type</td>\n</tr>\n<tr>\n<td>url</td>\n<td>String</td>\n<td>The URL of the document to be created.</td>\n</tr>\n<tr>\n<td>fileName</td>\n<td>String</td>\n<td>The name of the file.</td>\n</tr>\n<tr>\n<td>refName</td>\n<td>Null</td>\n<td>A reference name for the document, if applicable.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>String</td>\n<td>The category of the document (e.g., \"other\", \"shipment\", etc.).</td>\n</tr>\n<tr>\n<td>isPublic</td>\n<td>Boolean</td>\n<td>Indicates whether the document is public or not.</td>\n</tr>\n<tr>\n<td>companyShare</td>\n<td>String</td>\n<td>The ID of the company with which the document is shared.</td>\n</tr>\n<tr>\n<td>teamPermissions</td>\n<td>Array</td>\n<td>An array of team IDs with whom the document is shared, if applicable.</td>\n</tr>\n<tr>\n<td>file</td>\n<td>String</td>\n<td>The ID of the file associated with the document.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-data\">Response Data</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the response (e.g., \"success\", \"error\").</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>The actual data containing information about the created document.</td>\n</tr>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>The ID of the created document.</td>\n</tr>\n<tr>\n<td>checksum</td>\n<td>String</td>\n<td>A checksum value for the document.</td>\n</tr>\n<tr>\n<td>__v</td>\n<td>Number</td>\n<td>Version number of the document.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>String</td>\n<td>The category of the document.</td>\n</tr>\n<tr>\n<td>company</td>\n<td>String</td>\n<td>The ID of the company associated with the document.</td>\n</tr>\n<tr>\n<td>companyShare</td>\n<td>String</td>\n<td>The ID of the company with which the document is shared.</td>\n</tr>\n<tr>\n<td>companyType</td>\n<td>String</td>\n<td>The type of the company (e.g., \"lsp\").</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>The timestamp indicating when the document was created.</td>\n</tr>\n<tr>\n<td>creationUser</td>\n<td>String</td>\n<td>The ID of the user who created the document.</td>\n</tr>\n<tr>\n<td>file</td>\n<td>Object</td>\n<td>Details about the associated file, such as its ID, bucket file name, directory, and name.</td>\n</tr>\n<tr>\n<td>fileName</td>\n<td>String</td>\n<td>The name of the file.</td>\n</tr>\n<tr>\n<td>isExternal</td>\n<td>Boolean</td>\n<td>Indicates whether the document is external.</td>\n</tr>\n<tr>\n<td>isPublic</td>\n<td>Boolean</td>\n<td>Indicates whether the document is public.</td>\n</tr>\n<tr>\n<td>refName</td>\n<td>Null</td>\n<td>A reference name for the document, if applicable.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the document (e.g., \"active\", \"inactive\").</td>\n</tr>\n<tr>\n<td>teamPermissions</td>\n<td>Array</td>\n<td>An array of objects containing details about team members with access permissions, including their IDs, names, and emails.</td>\n</tr>\n<tr>\n<td>tenant</td>\n<td>String</td>\n<td>The ID of the tenant associated with the document.</td>\n</tr>\n<tr>\n<td>url</td>\n<td>String</td>\n<td>The URL of the document.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","document","create"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"4dbcacd0-59bf-4616-ad0c-6925bb1e2e41","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"url\": \"https://storage.googleapis.com/files-cargologik/f3acfbf98448d13efdbad535fd6d6036.png?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1707580273&Signature=hkUkzxpzjep76wdZkebb5vPMOAcTzdB0kXOPdFQ8LAVl1FEJ3EDMKHEWW6APOFZ1V%2BNQ3lZzXg6nfJ8fbomQbsDEwLlLMTEA%2BUZgzA6OSOLiI9sWRJ4gkpgUoZpqRfI0NNg%2FL6tjy01I9k8RtzANaMRjudPnxJgtZ10SJPPWDe8z7J7N1TBCO%2FnwvqyZY%2BxOKeVZvQnJFep4fLotDBdn75QNO%2Bn1H4ETk6dsCDJiJYRD08bFfEjzLKSWod0DYEonqZrePJLm8FT%2BRAY0ido5sZjxBJEop59H2XF1goBtXvW3GW5SdhjwXMtbLP%2BCwqMaj64uYJ38jbjILeLVmTFbjw%3D%3D\",\r\n  \"file\": \"63e960aa417d7bf8372f6b2a\",\r\n  \"category\": \"shipment\",\r\n  \"isPublic\": false,\r\n  \"shipment\": \"63ffdba36f29774dc8159d21\",\r\n  \"teamPermisions\": [\"6388ad8aaf90a0fd6a7b1a2a\",\"638a0e61f9292afdd71837d4\",\"63d421625b770ed0a7d0d892\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/document/create"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"_id\": \"6528138a2a7f100f10303f25\",\n        \"checksum\": \"be478763c01f359fafb4d766c287d16af8d6914bbf4a31d84d89c39a729f0807\",\n        \"__v\": 0,\n        \"booking\": \"65256b3c1d0d600e581656e1\",\n        \"category\": \"booking\",\n        \"company\": \"64dcf1bcad943a47c7f92234\",\n        \"createdAt\": \"2023-10-12T15:40:58.294Z\",\n        \"creationUser\": \"64dcf1bdad943a47c7f92242\",\n        \"file\": {\n            \"_id\": \"652813882a7f100f10303eef\",\n            \"bucketFileName\": \"2b79043a99cc1291005a987855ae98e2.png\",\n            \"directoryBucket\": \"cargologik-stg-cargologik-app\",\n            \"name\": \"8666714_bell_icon.png\"\n        },\n        \"fileName\": null,\n        \"isExternal\": false,\n        \"isPublic\": false,\n        \"status\": \"active\",\n        \"teamPermisions\": [\n            {\n                \"_id\": \"64dcf1bdad943a47c7f92242\",\n                \"firstName\": \"Admin\",\n                \"lastName\": \"Cargologik\",\n                \"email\": \"diego.echeverry+cargologik@cargologik.com\"\n            },\n            {\n                \"_id\": \"64dd21fa443b697ad6fe600f\",\n                \"firstName\": \"Shiper\",\n                \"lastName\": \"Shiperland\",\n                \"email\": \"diego.echeverry+shiperland@cargologik.com\"\n            }\n        ],\n        \"tenant\": \"64dcf1bcad943a47c7f92240\",\n        \"url\": \"\"\n    }\n}"}],"_postman_id":"42d0332b-c294-427f-9d77-df23765e744e"},{"name":"List Documents by Folder","id":"c85b7aa5-3694-4da3-a230-46b218215db6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\": 1,\r\n    \"lastPage\": 0,\r\n    \"limit\": 10,\r\n    \"totalItems\": 0,\r\n    \"folder\": \"65c4128dc74c6cc744d0a63f\",\r\n    \"fields\": [\r\n        \"_id\",\r\n        \"file.contentType\",\r\n        \"refName\",\r\n        \"file.name\",\r\n        \"file.bucketFileName\",\r\n        \"isPublic\",\r\n        \"category\",\r\n        \"user\",\r\n        \"tenant.tenant\",\r\n        \"tenant.url\",\r\n        \"status\",\r\n        \"createdAt\",\r\n        \"url\",\r\n        \"creationUser.fullName\",\r\n        \"creationUser.firstName\",\r\n        \"creationUser.lastName\",\r\n        \"creationUser.urlPhotoProfile\",\r\n        \"quote._id\",\r\n        \"quote.quoteId\",\r\n        \"quote.referenceName\",\r\n        \"booking._id\",\r\n        \"booking.bookingId\",\r\n        \"booking.referenceName\",\r\n        \"shipment._id\",\r\n        \"shipment.shipmentId\",\r\n        \"shipment.referenceName\",\r\n        \"shipment.company.name\",\r\n        \"shipment.company.type\",\r\n        \"quote.company.name\",\r\n        \"quote.company.type\",\r\n        \"booking.company.name\",\r\n        \"booking.company.type\",\r\n        \"shipperName\",\r\n        \"lspName\"\r\n    ],\r\n    \"filter\": {},\r\n    \"type\": \"[TASK] Filter Table Type\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/file-system/list-by-folder","description":"<h3 id=\"request\">Request</h3>\n<h4 id=\"description\">Description</h4>\n<p>This endpoint retrieves a list of documents within a specified folder.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Number</td>\n<td>Current page number</td>\n</tr>\n<tr>\n<td>lastPage</td>\n<td>Number</td>\n<td>Last page</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Number</td>\n<td>Limit of documents per page</td>\n</tr>\n<tr>\n<td>totalItems</td>\n<td>Number</td>\n<td>Total number of documents in the folder</td>\n</tr>\n<tr>\n<td>folder</td>\n<td>String</td>\n<td>Folder ID</td>\n</tr>\n<tr>\n<td>fields</td>\n<td>Array of Strings</td>\n<td>Fields to be included in the response</td>\n</tr>\n<tr>\n<td>filter</td>\n<td>Object</td>\n<td>Additional filters for the query</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Filter table type</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<h4 id=\"description-1\">Description</h4>\n<p>The response includes the list of documents found in the specified folder along with pagination details.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>Array of Objects</td>\n<td>List of documents in the folder</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the request</td>\n</tr>\n<tr>\n<td>pagingCounter</td>\n<td>Number</td>\n<td>Pagination counter</td>\n</tr>\n<tr>\n<td>totalPages</td>\n<td>Number</td>\n<td>Total pages</td>\n</tr>\n<tr>\n<td>hasPrevPage</td>\n<td>Boolean</td>\n<td>Indicates if there is a previous page</td>\n</tr>\n<tr>\n<td>hasNextPage</td>\n<td>Boolean</td>\n<td>Indicates if there is a next page</td>\n</tr>\n<tr>\n<td>prevPage</td>\n<td>Number</td>\n<td>Number of the previous page</td>\n</tr>\n<tr>\n<td>nextPage</td>\n<td>Number/null</td>\n<td>Number of the next page or null if none</td>\n</tr>\n<tr>\n<td>totalItems</td>\n<td>Number</td>\n<td>Total number of documents in the folder</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Number</td>\n<td>Current page number</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Number</td>\n<td>Limit of documents per page</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","file-system","list-by-folder"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"b27905e5-a94d-44ec-acad-91726a69e594","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"url\": \"https://storage.googleapis.com/files-cargologik/f3acfbf98448d13efdbad535fd6d6036.png?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1707580273&Signature=hkUkzxpzjep76wdZkebb5vPMOAcTzdB0kXOPdFQ8LAVl1FEJ3EDMKHEWW6APOFZ1V%2BNQ3lZzXg6nfJ8fbomQbsDEwLlLMTEA%2BUZgzA6OSOLiI9sWRJ4gkpgUoZpqRfI0NNg%2FL6tjy01I9k8RtzANaMRjudPnxJgtZ10SJPPWDe8z7J7N1TBCO%2FnwvqyZY%2BxOKeVZvQnJFep4fLotDBdn75QNO%2Bn1H4ETk6dsCDJiJYRD08bFfEjzLKSWod0DYEonqZrePJLm8FT%2BRAY0ido5sZjxBJEop59H2XF1goBtXvW3GW5SdhjwXMtbLP%2BCwqMaj64uYJ38jbjILeLVmTFbjw%3D%3D\",\r\n  \"file\": \"63e960aa417d7bf8372f6b2a\",\r\n  \"category\": \"shipment\",\r\n  \"isPublic\": false,\r\n  \"shipment\": \"63ffdba36f29774dc8159d21\",\r\n  \"teamPermisions\": [\"6388ad8aaf90a0fd6a7b1a2a\",\"638a0e61f9292afdd71837d4\",\"63d421625b770ed0a7d0d892\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/document/create"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"65c41297c74c6cc744d0acc0\",\n            \"category\": \"shipment\",\n            \"company\": {\n                \"_id\": \"637e7a49318101bf83ee71ed\"\n            },\n            \"createdAt\": \"2024-02-07T23:30:31.639Z\",\n            \"creationUser\": {\n                \"_id\": \"64137ebd51c1ab803a753275\",\n                \"firstName\": \"User\",\n                \"lastName\": \"Dummy\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"User Dummy\"\n            },\n            \"file\": {\n                \"bucketFileName\": \"a0a301b1cc3bca6f4aabad04b9dafba7.pdf\",\n                \"contentType\": \"application/pdf\",\n                \"directoryBucket\": \"greenwishcargo-cargologik-app\",\n                \"name\": \"Pagos Collect - CMI01  CMI02  CMI03  CMI04 (1).pdf\"\n            },\n            \"isPublic\": true,\n            \"refName\": \"Comprobante de pago CLP\",\n            \"shipment\": {\n                \"_id\": \"64da7de982ec98cb0d9fd52b\",\n                \"shipmentId\": \"M88_GUAIAQUIL_SANTOS_CATS\",\n                \"company\": {\n                    \"name\": \"Shipperland\",\n                    \"type\": \"shipper\"\n                },\n                \"owner\": {\n                    \"name\": \"Cargologik\",\n                    \"type\": \"lsp\"\n                },\n                \"referenceName\": \"Testing SeaBoard\"\n            },\n            \"status\": \"active\",\n            \"teamPermisions\": [\n                {\n                    \"_id\": \"64d63f4c1bb0471101e2e272\",\n                    \"firstName\": \"Shipper\",\n                    \"lastName\": \"Maicol\",\n                    \"email\": \"diego.echeverry+maicol@cargologik.com\",\n                    \"company\": {\n                        \"_id\": \"64d63f4c82ec98cb0dda7f64\",\n                        \"name\": \"Shipperland\",\n                        \"type\": \"shipper\"\n                    }\n                }\n            ],\n            \"tenant\": {\n                \"url\": \"rokk3r.cargologik.app\",\n                \"tenant\": \"rokk3r\"\n            },\n            \"url\": \"https://storage.googleapis.com/greenwishcargo-cargologik-app/a0a301b1cc3bca6f4aabad04b9dafba7.pdf?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1743888358&Signature=G1n1UB3QASTNt9f0xHruAnpxMqODzY8MuC%2B4FEo3EtK5VqCd3j6dqarRKSMVwI3rcGD2161Mtf1udMjeruez9kzaSlBczbwh7CZ%2BjNnFa6EKCkVdy9FUV062gSQiVhE4Vda4G2UCIr8Yy8q78xP8Vw3yfymB34jNL%2FBfOtM9D8YK%2BibtGN6AsxZTV23iW566kFtS0k3bng%2FbBBQGdIgsEZQwE18gsCcpIrGzjklOLDVkAsqeJIfqNx1PRHi8EFzJyWJhzuQri9XrNxizRTlINvjp%2Fzp%2BGtOwTkK0V%2F3YkAhO%2BltWT%2BlJjwkbwbZWGecFIPCwxLyKnnbBA9F15Flaaw%3D%3D\",\n            \"booking\": {},\n            \"quote\": {},\n            \"shipperName\": \"Shipperland\",\n            \"lspName\": \"Cargologik\"\n        }\n    ],\n    \"status\": \"success\",\n    \"pagingCounter\": 10,\n    \"totalPages\": 0,\n    \"hasPrevPage\": true,\n    \"hasNextPage\": false,\n    \"prevPage\": 0,\n    \"nextPage\": null,\n    \"totalItems\": 0,\n    \"page\": 1,\n    \"limit\": 10\n}"}],"_postman_id":"c85b7aa5-3694-4da3-a230-46b218215db6"},{"name":"List Tree Nodes","id":"d9458cb4-3efe-4d9b-a2d2-d90693327ecf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"filter\": {},\r\n    \"page\": 1,\r\n    \"limit\": null,\r\n    \"lastPage\": 1,\r\n    \"type\": \"[FileSystem] Filter Type\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/file-system/list","description":"<h3 id=\"description\">Description</h3>\n<p>This endpoint is used to update the user's customized document tree.</p>\n<h3 id=\"request\">Request</h3>\n<h4 id=\"put-apiv2file-systemupdate\">PUT <code>/api/v2/file-system/update</code></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authorization</td>\n<td>Header</td>\n<td>JWT Authorization Token.</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>Header</td>\n<td>Content type of the request (JSON).</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>JSON</td>\n<td>Array of objects to update the document tree.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code[\n    {\n        \"_id\": \"65b980e4c74c6cc744b50c30\",\n        \"document\": null,\n        \"parent\": \"65b980e4c74c6cc744b50c15\",\n        \"status\": \"active\",\n        \"title\": \"Shipments\",\n        \"type\": \"folder\",\n        \"__v\": 0,\n        \"createdAt\": \"2024-01-30T23:06:12.469Z\",\n        \"editable\": false,\n        \"expanded\": true,\n        \"order\": 1,\n        \"updateUser\": \"64137ebd51c1ab803a753275\",\n        \"updatedAt\": \"2024-04-08T22:37:28.668Z\",\n        \"creationUser\": \"6526fc76e1d54babb6d34463\"\n    },\n    // Other updated objects...\n]\n\n</code></pre><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Content-Type</td>\n<td>Header</td>\n<td>Content type of the response (JSON).</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>JSON</td>\n<td>Updated document tree object.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code{\n    \"_id\": \"65b980e4c74c6cc744b50c30\",\n    \"document\": null,\n    \"parent\": \"65b980e4c74c6cc744b50c15\",\n    \"status\": \"active\",\n    \"title\": \"Shipments\",\n    \"type\": \"folder\",\n    \"__v\": 0,\n    \"createdAt\": \"2024-01-30T23:06:12.469Z\",\n    \"editable\": false,\n    \"expanded\": true,\n    \"order\": 1,\n    \"updateUser\": \"64137ebd51c1ab803a753275\",\n    \"updatedAt\": \"2024-04-08T22:37:28.668Z\",\n    \"creationUser\": \"6526fc76e1d54babb6d34463\"\n}\n\n</code></pre>","urlObject":{"path":["api","v2","file-system","list"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"403f820a-3392-4c01-865a-19b7e390ca9b","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"url\": \"https://storage.googleapis.com/files-cargologik/f3acfbf98448d13efdbad535fd6d6036.png?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1707580273&Signature=hkUkzxpzjep76wdZkebb5vPMOAcTzdB0kXOPdFQ8LAVl1FEJ3EDMKHEWW6APOFZ1V%2BNQ3lZzXg6nfJ8fbomQbsDEwLlLMTEA%2BUZgzA6OSOLiI9sWRJ4gkpgUoZpqRfI0NNg%2FL6tjy01I9k8RtzANaMRjudPnxJgtZ10SJPPWDe8z7J7N1TBCO%2FnwvqyZY%2BxOKeVZvQnJFep4fLotDBdn75QNO%2Bn1H4ETk6dsCDJiJYRD08bFfEjzLKSWod0DYEonqZrePJLm8FT%2BRAY0ido5sZjxBJEop59H2XF1goBtXvW3GW5SdhjwXMtbLP%2BCwqMaj64uYJ38jbjILeLVmTFbjw%3D%3D\",\r\n  \"file\": \"63e960aa417d7bf8372f6b2a\",\r\n  \"category\": \"shipment\",\r\n  \"isPublic\": false,\r\n  \"shipment\": \"63ffdba36f29774dc8159d21\",\r\n  \"teamPermisions\": [\"6388ad8aaf90a0fd6a7b1a2a\",\"638a0e61f9292afdd71837d4\",\"63d421625b770ed0a7d0d892\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/document/create"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"65c4128dc74c6cc744d0a649\",\n            \"document\": {\n                \"_id\": \"65c4128dc74c6cc744d0a5c4\",\n                \"checksum\": \"7f2abf7f4601557976e31537cb69116b3666f5771e56a34ce0ba3cdd93740cfe\",\n                \"__v\": 0,\n                \"category\": \"shipment\",\n                \"company\": \"637e7a49318101bf83ee71ed\",\n                \"createdAt\": \"2024-02-07T23:30:21.497Z\",\n                \"creationUser\": \"64137ebd51c1ab803a753275\",\n                \"file\": {\n                    \"_id\": \"65c4128dc74c6cc744d0a5ab\",\n                    \"sha256\": \"23636b32ce5bbb2e8ea47082b6c06055\",\n                    \"__v\": 0,\n                    \"bucketFileName\": \"23636b32ce5bbb2e8ea47082b6c06055.pdf\",\n                    \"contentType\": \"application/pdf\",\n                    \"createdAt\": \"2024-02-07T23:30:21.353Z\",\n                    \"directoryBucket\": \"greenwishcargo-cargologik-app\",\n                    \"name\": \"229291043%C2%A0JTAOFDG0340-DEBIT%C2%A0NOTE-CMI001.pdf\",\n                    \"size\": 57781,\n                    \"status\": \"active\",\n                    \"tenant\": \"6526fc76e1d54babb6d34461\"\n                },\n                \"fileName\": \"229291043 JTAOFDG0340-DEBIT NOTE-CMI001.pdf\",\n                \"isExternal\": false,\n                \"isPublic\": true,\n                \"refName\": \"Debit Note\",\n                \"shipment\": \"64da7de982ec98cb0d9fd52b\",\n                \"status\": \"active\",\n                \"teamPermisions\": [\n                    \"64d63f4c1bb0471101e2e272\"\n                ],\n                \"tenant\": \"64138cd451c1ab803a76568e\",\n                \"url\": \"\"\n            },\n            \"parent\": \"65c4128dc74c6cc744d0a63f\",\n            \"status\": \"active\",\n            \"type\": \"file\",\n            \"__v\": 0,\n            \"createdAt\": \"2024-02-07T23:30:21.823Z\",\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\n            \"editable\": false,\n            \"expanded\": false,\n            \"order\": 3,\n            \"title\": \"229291043 JTAOFDG0340-DEBIT NOTE-CMI001.pdf\",\n            \"updateUser\": \"64137ebd51c1ab803a753275\",\n            \"updatedAt\": \"2024-04-08T22:30:07.531Z\"\n        }\n    ]\n}"}],"_postman_id":"d9458cb4-3efe-4d9b-a2d2-d90693327ecf"},{"name":"update Tree","id":"d19dde35-a705-4b17-83a2-184dffd86676","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"_id\": \"65b980e4c74c6cc744b50c30\",\r\n        \"document\": null,\r\n        \"parent\": \"65b980e4c74c6cc744b50c15\",\r\n        \"status\": \"active\",\r\n        \"title\": \"Shipments\",\r\n        \"type\": \"folder\",\r\n        \"__v\": 0,\r\n        \"createdAt\": \"2024-01-30T23:06:12.469Z\",\r\n        \"editable\": false,\r\n        \"expanded\": true,\r\n        \"order\": 1,\r\n        \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n        \"updatedAt\": \"2024-04-08T22:37:28.668Z\",\r\n        \"creationUser\": \"6526fc76e1d54babb6d34463\"\r\n    },\r\n    {\r\n        \"_id\": \"661471ad5ab6928b7fdb0926\",\r\n        \"document\": null,\r\n        \"parent\": \"65c4128dc74c6cc744d0a63f\",\r\n        \"status\": \"active\",\r\n        \"title\": \"xd\",\r\n        \"type\": \"folder\",\r\n        \"__v\": 0,\r\n        \"createdAt\": \"2024-04-08T22:37:33.070Z\",\r\n        \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n        \"editable\": true,\r\n        \"expanded\": true,\r\n        \"order\": 1\r\n    },\r\n    {\r\n        \"_id\": \"65b980e4c74c6cc744b50c3c\",\r\n        \"document\": null,\r\n        \"parent\": \"65b980e4c74c6cc744b50c15\",\r\n        \"status\": \"active\",\r\n        \"title\": \"Bookings\",\r\n        \"type\": \"folder\",\r\n        \"__v\": 0,\r\n        \"createdAt\": \"2024-01-30T23:06:12.476Z\",\r\n        \"editable\": false,\r\n        \"expanded\": false,\r\n        \"order\": 1,\r\n        \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n        \"updatedAt\": \"2024-04-08T22:37:28.668Z\",\r\n        \"creationUser\": \"660d6bd6250216fa63dc05d1\"\r\n    },\r\n    {\r\n        \"_id\": \"65b980e4c74c6cc744b50c4a\",\r\n        \"document\": null,\r\n        \"parent\": \"65b980e4c74c6cc744b50c15\",\r\n        \"status\": \"active\",\r\n        \"title\": \"Quotes\",\r\n        \"type\": \"folder\",\r\n        \"__v\": 0,\r\n        \"createdAt\": \"2024-01-30T23:06:12.483Z\",\r\n        \"editable\": false,\r\n        \"expanded\": false,\r\n        \"order\": 1,\r\n        \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n        \"updatedAt\": \"2024-04-08T22:37:28.668Z\",\r\n        \"creationUser\": \"660d6bd6250216fa63dc05d1\"\r\n    },\r\n    {\r\n        \"_id\": \"65c4128dc74c6cc744d0a63f\",\r\n        \"document\": null,\r\n        \"parent\": \"65b980e4c74c6cc744b50c30\",\r\n        \"status\": \"active\",\r\n        \"title\": \"M88_GUAIAQUIL_SANTOS_CATS\",\r\n        \"type\": \"folder\",\r\n        \"__v\": 0,\r\n        \"createdAt\": \"2024-02-07T23:30:21.817Z\",\r\n        \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n        \"editable\": true,\r\n        \"expanded\": true,\r\n        \"order\": 2,\r\n        \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n        \"updatedAt\": \"2024-04-08T22:37:28.668Z\"\r\n    },\r\n    {\r\n        \"_id\": \"65b980e4c74c6cc744b50c24\",\r\n        \"document\": null,\r\n        \"parent\": \"65b980e4c74c6cc744b50c15\",\r\n        \"status\": \"active\",\r\n        \"title\": \"Others\",\r\n        \"type\": \"folder\",\r\n        \"__v\": 0,\r\n        \"createdAt\": \"2024-01-30T23:06:12.463Z\",\r\n        \"editable\": true,\r\n        \"expanded\": false,\r\n        \"order\": 2,\r\n        \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n        \"updatedAt\": \"2024-04-08T22:37:28.668Z\"\r\n    },\r\n    {\r\n        \"_id\": \"65c4128dc74c6cc744d0a649\",\r\n        \"document\": {\r\n            \"_id\": \"65c4128dc74c6cc744d0a5c4\",\r\n            \"checksum\": \"7f2abf7f4601557976e31537cb69116b3666f5771e56a34ce0ba3cdd93740cfe\",\r\n            \"__v\": 0,\r\n            \"category\": \"shipment\",\r\n            \"company\": \"637e7a49318101bf83ee71ed\",\r\n            \"createdAt\": \"2024-02-07T23:30:21.497Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"file\": {\r\n                \"_id\": \"65c4128dc74c6cc744d0a5ab\",\r\n                \"sha256\": \"23636b32ce5bbb2e8ea47082b6c06055\",\r\n                \"__v\": 0,\r\n                \"bucketFileName\": \"23636b32ce5bbb2e8ea47082b6c06055.pdf\",\r\n                \"contentType\": \"application/pdf\",\r\n                \"createdAt\": \"2024-02-07T23:30:21.353Z\",\r\n                \"directoryBucket\": \"greenwishcargo-cargologik-app\",\r\n                \"name\": \"229291043%C2%A0JTAOFDG0340-DEBIT%C2%A0NOTE-CMI001.pdf\",\r\n                \"size\": 57781,\r\n                \"status\": \"active\",\r\n                \"tenant\": \"6526fc76e1d54babb6d34461\"\r\n            },\r\n            \"fileName\": \"229291043 JTAOFDG0340-DEBIT NOTE-CMI001.pdf\",\r\n            \"isExternal\": false,\r\n            \"isPublic\": true,\r\n            \"refName\": \"Debit Note\",\r\n            \"shipment\": \"64da7de982ec98cb0d9fd52b\",\r\n            \"status\": \"active\",\r\n            \"teamPermisions\": [\r\n                \"64d63f4c1bb0471101e2e272\"\r\n            ],\r\n            \"tenant\": \"64138cd451c1ab803a76568e\",\r\n            \"url\": \"\"\r\n        },\r\n        \"parent\": \"65c4128dc74c6cc744d0a63f\",\r\n        \"status\": \"active\",\r\n        \"type\": \"file\",\r\n        \"__v\": 0,\r\n        \"createdAt\": \"2024-02-07T23:30:21.823Z\",\r\n        \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n        \"editable\": false,\r\n        \"expanded\": false,\r\n        \"order\": 3,\r\n        \"title\": \"229291043 JTAOFDG0340-DEBIT NOTE-CMI001.pdf\",\r\n        \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n        \"updatedAt\": \"2024-04-08T22:37:28.668Z\"\r\n    },\r\n    {\r\n        \"_id\": \"65c4128fc74c6cc744d0a775\",\r\n        \"document\": {\r\n            \"_id\": \"65c4128fc74c6cc744d0a6ee\",\r\n            \"checksum\": \"f33eb551c8939334610bf0a42baf27a3c04b885cb7abe924813866716f498795\",\r\n            \"__v\": 0,\r\n            \"category\": \"shipment\",\r\n            \"company\": \"637e7a49318101bf83ee71ed\",\r\n            \"createdAt\": \"2024-02-07T23:30:23.120Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"fileName\": \"Maersk.pptx\",\r\n            \"isExternal\": false,\r\n            \"isPublic\": true,\r\n            \"refName\": null,\r\n            \"shipment\": \"64da7de982ec98cb0d9fd52b\",\r\n            \"status\": \"active\",\r\n            \"teamPermisions\": [\r\n                \"64d63f4c1bb0471101e2e272\"\r\n            ],\r\n            \"tenant\": \"64138cd451c1ab803a76568e\",\r\n            \"url\": \"\"\r\n        },\r\n        \"parent\": \"65c4128dc74c6cc744d0a63f\",\r\n        \"status\": \"active\",\r\n        \"type\": \"file\",\r\n        \"__v\": 0,\r\n        \"createdAt\": \"2024-02-07T23:30:23.442Z\",\r\n        \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n        \"editable\": false,\r\n        \"expanded\": false,\r\n        \"order\": 3,\r\n        \"title\": \"Maersk.pptx\",\r\n        \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n        \"updatedAt\": \"2024-04-08T22:37:28.668Z\"\r\n    },\r\n    {\r\n        \"_id\": \"65c41291c74c6cc744d0a87a\",\r\n        \"document\": {\r\n            \"_id\": \"65c41290c74c6cc744d0a809\",\r\n            \"checksum\": \"a9921650c995a4891fd7e4733643d2db15423d0f09bf8f9e638342783d2820c1\",\r\n            \"__v\": 0,\r\n            \"category\": \"shipment\",\r\n            \"company\": \"637e7a49318101bf83ee71ed\",\r\n            \"createdAt\": \"2024-02-07T23:30:24.713Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"file\": {\r\n                \"_id\": \"65c41290c74c6cc744d0a7e7\",\r\n                \"sha256\": \"09ee2ac92e63e71d464b51b6668d4aec\",\r\n                \"__v\": 0,\r\n                \"bucketFileName\": \"09ee2ac92e63e71d464b51b6668d4aec.pdf\",\r\n                \"contentType\": \"application/pdf\",\r\n                \"createdAt\": \"2024-02-07T23:30:24.574Z\",\r\n                \"directoryBucket\": \"greenwishcargo-cargologik-app\",\r\n                \"name\": \"229291043%C2%A0JTAOFDG0340-HOST-DF%28%E8%81%9A%E7%BF%B0%29.pdf\",\r\n                \"size\": 301287,\r\n                \"status\": \"active\",\r\n                \"tenant\": \"6526fc76e1d54babb6d34461\"\r\n            },\r\n            \"fileName\": \"229291043 JTAOFDG0340-HOST-DF(聚翰).pdf\",\r\n            \"isExternal\": false,\r\n            \"isPublic\": true,\r\n            \"refName\": \"HBL\",\r\n            \"shipment\": \"64da7de982ec98cb0d9fd52b\",\r\n            \"status\": \"active\",\r\n            \"teamPermisions\": [\r\n                \"64d63f4c1bb0471101e2e272\"\r\n            ],\r\n            \"tenant\": \"64138cd451c1ab803a76568e\",\r\n            \"url\": \"\"\r\n        },\r\n        \"parent\": \"65c4128dc74c6cc744d0a63f\",\r\n        \"status\": \"active\",\r\n        \"type\": \"file\",\r\n        \"__v\": 0,\r\n        \"createdAt\": \"2024-02-07T23:30:25.036Z\",\r\n        \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n        \"editable\": false,\r\n        \"expanded\": false,\r\n        \"order\": 3,\r\n        \"title\": \"229291043 JTAOFDG0340-HOST-DF(聚翰).pdf\",\r\n        \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n        \"updatedAt\": \"2024-04-08T22:37:28.668Z\"\r\n    },\r\n    {\r\n        \"_id\": \"65c41292c74c6cc744d0a984\",\r\n        \"document\": {\r\n            \"_id\": \"65c41292c74c6cc744d0a8fe\",\r\n            \"checksum\": \"8c26ef1ca357d1ce0a64c08806ceb2f51cec7d3012ffe05164ca805d668a0e70\",\r\n            \"__v\": 0,\r\n            \"category\": \"shipment\",\r\n            \"company\": \"637e7a49318101bf83ee71ed\",\r\n            \"createdAt\": \"2024-02-07T23:30:26.284Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"file\": {\r\n                \"_id\": \"65c41292c74c6cc744d0a8e7\",\r\n                \"sha256\": \"51b80cad1ff7bd5e2964d605559d0080\",\r\n                \"__v\": 0,\r\n                \"bucketFileName\": \"51b80cad1ff7bd5e2964d605559d0080.pdf\",\r\n                \"contentType\": \"application/pdf\",\r\n                \"createdAt\": \"2024-02-07T23:30:26.153Z\",\r\n                \"directoryBucket\": \"greenwishcargo-cargologik-app\",\r\n                \"name\": \"229291043%281%29%20%281%29.pdf\",\r\n                \"size\": 116391,\r\n                \"status\": \"active\",\r\n                \"tenant\": \"6526fc76e1d54babb6d34461\"\r\n            },\r\n            \"fileName\": \"229291043(1) (1).pdf\",\r\n            \"isExternal\": false,\r\n            \"isPublic\": true,\r\n            \"refName\": \"MBL\",\r\n            \"shipment\": \"64da7de982ec98cb0d9fd52b\",\r\n            \"status\": \"active\",\r\n            \"teamPermisions\": [\r\n                \"64d63f4c1bb0471101e2e272\"\r\n            ],\r\n            \"tenant\": \"64138cd451c1ab803a76568e\",\r\n            \"url\": \"\"\r\n        },\r\n        \"parent\": \"65c4128dc74c6cc744d0a63f\",\r\n        \"status\": \"active\",\r\n        \"type\": \"file\",\r\n        \"__v\": 0,\r\n        \"createdAt\": \"2024-02-07T23:30:26.613Z\",\r\n        \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n        \"editable\": false,\r\n        \"expanded\": false,\r\n        \"order\": 3,\r\n        \"title\": \"229291043(1) (1).pdf\",\r\n        \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n        \"updatedAt\": \"2024-04-08T22:37:28.668Z\"\r\n    },\r\n    {\r\n        \"_id\": \"65c41294c74c6cc744d0aa9f\",\r\n        \"document\": {\r\n            \"_id\": \"65c41294c74c6cc744d0aa19\",\r\n            \"checksum\": \"c7614e827ed1c000867d195d0d49b36e608b3321a72be3f81518e8b83832db94\",\r\n            \"__v\": 0,\r\n            \"category\": \"shipment\",\r\n            \"company\": \"637e7a49318101bf83ee71ed\",\r\n            \"createdAt\": \"2024-02-07T23:30:28.092Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"file\": {\r\n                \"_id\": \"65c41293c74c6cc744d0aa02\",\r\n                \"sha256\": \"618731c154ff2a0d423f0158b3684743\",\r\n                \"__v\": 0,\r\n                \"bucketFileName\": \"618731c154ff2a0d423f0158b3684743.pdf\",\r\n                \"contentType\": \"application/pdf\",\r\n                \"createdAt\": \"2024-02-07T23:30:27.926Z\",\r\n                \"directoryBucket\": \"greenwishcargo-cargologik-app\",\r\n                \"name\": \"cmi001.pdf\",\r\n                \"size\": 1061209,\r\n                \"status\": \"active\",\r\n                \"tenant\": \"6526fc76e1d54babb6d34461\"\r\n            },\r\n            \"fileName\": \"cmi001.pdf\",\r\n            \"isExternal\": false,\r\n            \"isPublic\": true,\r\n            \"refName\": \"HBL Corregido\",\r\n            \"shipment\": \"64da7de982ec98cb0d9fd52b\",\r\n            \"status\": \"active\",\r\n            \"teamPermisions\": [\r\n                \"64d63f4c1bb0471101e2e272\"\r\n            ],\r\n            \"tenant\": \"64138cd451c1ab803a76568e\",\r\n            \"url\": \"\"\r\n        },\r\n        \"parent\": \"65c4128dc74c6cc744d0a63f\",\r\n        \"status\": \"active\",\r\n        \"type\": \"file\",\r\n        \"__v\": 0,\r\n        \"createdAt\": \"2024-02-07T23:30:28.476Z\",\r\n        \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n        \"editable\": false,\r\n        \"expanded\": false,\r\n        \"order\": 3,\r\n        \"title\": \"cmi001.pdf\",\r\n        \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n        \"updatedAt\": \"2024-04-08T22:37:28.668Z\"\r\n    },\r\n    {\r\n        \"_id\": \"65c41296c74c6cc744d0abe2\",\r\n        \"document\": {\r\n            \"_id\": \"65c41295c74c6cc744d0ab62\",\r\n            \"checksum\": \"1b84c98ad717a21e31de9b29774f4b4e3dc10e62e556bc8639c55e9e534e9feb\",\r\n            \"__v\": 0,\r\n            \"category\": \"shipment\",\r\n            \"company\": \"637e7a49318101bf83ee71ed\",\r\n            \"createdAt\": \"2024-02-07T23:30:29.964Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"file\": {\r\n                \"_id\": \"65c41295c74c6cc744d0ab34\",\r\n                \"sha256\": \"46b3e1014156ec80e9b83a63355624e2\",\r\n                \"__v\": 0,\r\n                \"bucketFileName\": \"46b3e1014156ec80e9b83a63355624e2.pdf\",\r\n                \"contentType\": \"application/pdf\",\r\n                \"createdAt\": \"2024-02-07T23:30:29.747Z\",\r\n                \"directoryBucket\": \"greenwishcargo-cargologik-app\",\r\n                \"name\": \"100020235117873088001SD%205117873088%20%281%29.pdf\",\r\n                \"size\": 531456,\r\n                \"status\": \"active\",\r\n                \"tenant\": \"6526fc76e1d54babb6d34461\"\r\n            },\r\n            \"fileName\": \"100020235117873088001SD 5117873088 (1).pdf\",\r\n            \"isExternal\": false,\r\n            \"isPublic\": true,\r\n            \"refName\": \"Factura Proveedor - Naviera\",\r\n            \"shipment\": \"64da7de982ec98cb0d9fd52b\",\r\n            \"status\": \"active\",\r\n            \"teamPermisions\": [\r\n                \"64d63f4c1bb0471101e2e272\"\r\n            ],\r\n            \"tenant\": \"64138cd451c1ab803a76568e\",\r\n            \"url\": \"\"\r\n        },\r\n        \"parent\": \"65c4128dc74c6cc744d0a63f\",\r\n        \"status\": \"active\",\r\n        \"type\": \"file\",\r\n        \"__v\": 0,\r\n        \"createdAt\": \"2024-02-07T23:30:30.341Z\",\r\n        \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n        \"editable\": false,\r\n        \"expanded\": false,\r\n        \"order\": 3,\r\n        \"title\": \"100020235117873088001SD 5117873088 (1).pdf\",\r\n        \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n        \"updatedAt\": \"2024-04-08T22:37:28.668Z\"\r\n    },\r\n    {\r\n        \"_id\": \"65c41297c74c6cc744d0ad1b\",\r\n        \"document\": {\r\n            \"_id\": \"65c41297c74c6cc744d0acc0\",\r\n            \"checksum\": \"1ff1217169389df750c778b5caa878d7c0265bf30f0a30d6e259faff83677f93\",\r\n            \"__v\": 0,\r\n            \"category\": \"shipment\",\r\n            \"company\": \"637e7a49318101bf83ee71ed\",\r\n            \"createdAt\": \"2024-02-07T23:30:31.639Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"file\": {\r\n                \"_id\": \"65c41297c74c6cc744d0aca5\",\r\n                \"sha256\": \"a0a301b1cc3bca6f4aabad04b9dafba7\",\r\n                \"__v\": 0,\r\n                \"bucketFileName\": \"a0a301b1cc3bca6f4aabad04b9dafba7.pdf\",\r\n                \"contentType\": \"application/pdf\",\r\n                \"createdAt\": \"2024-02-07T23:30:31.493Z\",\r\n                \"directoryBucket\": \"greenwishcargo-cargologik-app\",\r\n                \"name\": \"Pagos%20Collect%20-%20CMI01%20%20CMI02%20%C2%A0CMI03%C2%A0%C2%A0CMI04%20%281%29.pdf\",\r\n                \"size\": 213846,\r\n                \"status\": \"active\",\r\n                \"tenant\": \"6526fc76e1d54babb6d34461\"\r\n            },\r\n            \"fileName\": \"Pagos Collect - CMI01  CMI02  CMI03  CMI04 (1).pdf\",\r\n            \"isExternal\": false,\r\n            \"isPublic\": true,\r\n            \"refName\": \"Comprobante de pago CLP\",\r\n            \"shipment\": \"64da7de982ec98cb0d9fd52b\",\r\n            \"status\": \"active\",\r\n            \"teamPermisions\": [\r\n                \"64d63f4c1bb0471101e2e272\"\r\n            ],\r\n            \"tenant\": \"64138cd451c1ab803a76568e\",\r\n            \"url\": \"\"\r\n        },\r\n        \"parent\": \"65c4128dc74c6cc744d0a63f\",\r\n        \"status\": \"active\",\r\n        \"type\": \"file\",\r\n        \"__v\": 0,\r\n        \"createdAt\": \"2024-02-07T23:30:31.992Z\",\r\n        \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n        \"editable\": false,\r\n        \"expanded\": false,\r\n        \"order\": 3,\r\n        \"title\": \"Pagos Collect - CMI01  CMI02  CMI03  CMI04 (1).pdf\",\r\n        \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n        \"updatedAt\": \"2024-04-08T22:37:28.668Z\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/file-system/update","description":"<p>StartFragment</p>\n<h3 id=\"request\">Request</h3>\n<h4 id=\"description\">Description</h4>\n<p>This endpoint retrieves a list of nodes within the file system tree.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filter</td>\n<td>Object</td>\n<td>Additional filters for the query</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Number</td>\n<td>Current page number</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Number</td>\n<td>Limit of nodes per page</td>\n</tr>\n<tr>\n<td>lastPage</td>\n<td>Number</td>\n<td>Last page</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Filter type</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<h4 id=\"description-1\">Description</h4>\n<p>The response includes the list of nodes found in the file system tree along with pagination details.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>Array of Objects</td>\n<td>List of nodes in the file system tree</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the request</td>\n</tr>\n<tr>\n<td>pagingCounter</td>\n<td>Number</td>\n<td>Pagination counter</td>\n</tr>\n<tr>\n<td>totalPages</td>\n<td>Number</td>\n<td>Total pages</td>\n</tr>\n<tr>\n<td>hasPrevPage</td>\n<td>Boolean</td>\n<td>Indicates if there is a previous page</td>\n</tr>\n<tr>\n<td>hasNextPage</td>\n<td>Boolean</td>\n<td>Indicates if there is a next page</td>\n</tr>\n<tr>\n<td>prevPage</td>\n<td>Number</td>\n<td>Number of the previous page</td>\n</tr>\n<tr>\n<td>nextPage</td>\n<td>Number/null</td>\n<td>Number of the next page or null if none</td>\n</tr>\n<tr>\n<td>totalItems</td>\n<td>Number</td>\n<td>Total number of nodes in the file system tree</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Number</td>\n<td>Current page number</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Number</td>\n<td>Limit of nodes per page</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","file-system","update"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"c692443e-7534-4a70-8683-2897eda02f4d","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"url\": \"https://storage.googleapis.com/files-cargologik/f3acfbf98448d13efdbad535fd6d6036.png?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1707580273&Signature=hkUkzxpzjep76wdZkebb5vPMOAcTzdB0kXOPdFQ8LAVl1FEJ3EDMKHEWW6APOFZ1V%2BNQ3lZzXg6nfJ8fbomQbsDEwLlLMTEA%2BUZgzA6OSOLiI9sWRJ4gkpgUoZpqRfI0NNg%2FL6tjy01I9k8RtzANaMRjudPnxJgtZ10SJPPWDe8z7J7N1TBCO%2FnwvqyZY%2BxOKeVZvQnJFep4fLotDBdn75QNO%2Bn1H4ETk6dsCDJiJYRD08bFfEjzLKSWod0DYEonqZrePJLm8FT%2BRAY0ido5sZjxBJEop59H2XF1goBtXvW3GW5SdhjwXMtbLP%2BCwqMaj64uYJ38jbjILeLVmTFbjw%3D%3D\",\r\n  \"file\": \"63e960aa417d7bf8372f6b2a\",\r\n  \"category\": \"shipment\",\r\n  \"isPublic\": false,\r\n  \"shipment\": \"63ffdba36f29774dc8159d21\",\r\n  \"teamPermisions\": [\"6388ad8aaf90a0fd6a7b1a2a\",\"638a0e61f9292afdd71837d4\",\"63d421625b770ed0a7d0d892\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/document/create"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"65b980e4c74c6cc744b50c30\",\n        \"document\": null,\n        \"parent\": \"65b980e4c74c6cc744b50c15\",\n        \"status\": \"active\",\n        \"title\": \"Shipments\",\n        \"type\": \"folder\",\n        \"__v\": 0,\n        \"createdAt\": \"2024-01-30T23:06:12.469Z\",\n        \"editable\": false,\n        \"expanded\": true,\n        \"order\": 1,\n        \"updateUser\": \"64137ebd51c1ab803a753275\",\n        \"updatedAt\": \"2024-04-08T22:37:28.668Z\",\n        \"creationUser\": \"6526fc76e1d54babb6d34463\"\n    }\n]"}],"_postman_id":"d19dde35-a705-4b17-83a2-184dffd86676"},{"name":"List documents","id":"ef310f80-8bd3-4ab4-ae65-9f76c7e84cf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"page\": 1,\r\n    \"lastPage\": 0,\r\n    \"limit\": 8,\r\n    \"totalItems\": 0,\r\n    \"fields\": [\r\n        \"_id\",\r\n        \"file.contentType\",\r\n        \"refName\",\r\n        \"file.name\",\r\n        \"file.bucketFileName\",\r\n        \"isPublic\",\r\n        \"category\",\r\n        \"user\",\r\n        \"tenant.tenant\",\r\n        \"tenant.url\",\r\n        \"status\",\r\n        \"createdAt\",\r\n        \"url\",\r\n        \"creationUser.fullName\",\r\n        \"creationUser.firstName\",\r\n        \"creationUser.lastName\",\r\n        \"creationUser.urlPhotoProfile\",\r\n        \"quote._id\",\r\n        \"quote.quoteId\",\r\n        \"quote.referenceName\",\r\n        \"booking._id\",\r\n        \"booking.bookingId\",\r\n        \"booking.referenceName\",\r\n        \"shipment._id\",\r\n        \"shipment.shipmentId\",\r\n        \"shipment.referenceName\",\r\n        \"shipment.company.name\",\r\n        \"shipment.company.type\",\r\n        \"quote.company.name\",\r\n        \"quote.company.type\",\r\n        \"booking.company.name\",\r\n        \"booking.company.type\",\r\n        \"shipperName\",\r\n        \"lspName\",\r\n        \"companyShare\"\r\n    ],\r\n    \"sort\": {\r\n        \"createdAt\": -1\r\n    },\r\n    \"filter\": {\r\n        \"$or\": [\r\n            {\r\n                \"status\": {\r\n                    \"$ne\": \"deleted\"\r\n                }\r\n            }\r\n        ]\r\n    },\r\n    \"search\": \"\",\r\n    \"type\": \"[TASK] Filter Table Type\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/document/list","description":"<h2 id=\"list-documents\">List Documents</h2>\n<h3 id=\"request\">Request</h3>\n<p>This section describes the request structure for listing documents using the <code>cargologik.stg-cargologik.app</code> API.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td>The API endpoint for listing documents.</td>\n</tr>\n<tr>\n<td>Headers</td>\n<td>Headers including authorization and content-type.</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>JSON data specifying the limit, page, fields, and filters for the query.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-data-fields\">Request Data Fields</h4>\n<p>The <code>data</code> field contains the following attributes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>limit</code></td>\n<td>The maximum number of documents to return per page.</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>The page number to retrieve documents from.</td>\n</tr>\n<tr>\n<td><code>fields</code></td>\n<td>An array of field names to include in the response.</td>\n</tr>\n<tr>\n<td><code>filter</code></td>\n<td>An optional filter to specify the conditions for document retrieval.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>This section describes the response structure when listing documents.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>Unique identifier of the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>category</td>\n<td>Category of the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>company._id</td>\n<td>Unique identifier of the company associated with the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>companyShare</td>\n<td>Share of the company.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>Date and time when the document was created.</td>\n<td>Date</td>\n</tr>\n<tr>\n<td>creationUser._id</td>\n<td>Unique identifier of the user who created the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>creationUser.firstName</td>\n<td>First name of the user who created the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>creationUser.lastName</td>\n<td>Last name of the user who created the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>creationUser.urlPhotoProfile</td>\n<td>URL of the profile photo of the user who created the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>file.bucketFileName</td>\n<td>Bucket file name of the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>file.contentType</td>\n<td>Content type of the file.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>file.directoryBucket</td>\n<td>Directory of the bucket containing the file.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>file.name</td>\n<td>Name of the file.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>isPublic</td>\n<td>Indicates if the document is public.</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>refName</td>\n<td>Reference name of the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status of the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>teamPermissions._id</td>\n<td>Unique identifier of the team member.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>teamPermissions.email</td>\n<td>Email address of the team member.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>teamPermissions.firstName</td>\n<td>First name of the team member.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>teamPermissions.lastName</td>\n<td>Last name of the team member.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>teamPermissions.company._id</td>\n<td>Unique identifier of the company associated with the team member.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>tenant.url</td>\n<td>URL of the tenant.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>tenant.tenant</td>\n<td>Tenant name.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>url</td>\n<td>URL of the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>shipment</td>\n<td>Details of the shipment associated with the document.</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>booking</td>\n<td>Details of the booking associated with the document.</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>quote</td>\n<td>Details of the quote associated with the document.</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>shipperName</td>\n<td>Name of the shipper.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>lspName</td>\n<td>Name of the logistics service provider.</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"document-fields\">Document Fields</h4>\n<p>Each document in the <code>data</code> array contains the following fields:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>Unique identifier of the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>file.contentType</td>\n<td>Content type of the file.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>refName</td>\n<td>Reference name.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>file.name</td>\n<td>Name of the file.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>file.bucketFileName</td>\n<td>Bucket file name.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>isPublic</td>\n<td>Indicates if the document is public.</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>category</td>\n<td>Category of the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>user</td>\n<td>User associated with the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>tenant.tenant</td>\n<td>Tenant associated with the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>tenant.url</td>\n<td>URL of the tenant.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status of the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>Date and time when the document was created.</td>\n<td>Date</td>\n</tr>\n<tr>\n<td>url</td>\n<td>URL of the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>creationUser.fullName</td>\n<td>Full name of the user who created the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>creationUser.firstName</td>\n<td>First name of the user who created the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>creationUser.lastName</td>\n<td>Last name of the user who created the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>creationUser.urlPhotoProfile</td>\n<td>URL of the profile photo of the user who created the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>quote._id</td>\n<td>Unique identifier of the quote.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>quote.quoteId</td>\n<td>Identifier of the quote.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>quote.referenceName</td>\n<td>Reference name for the quote.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>booking._id</td>\n<td>Unique identifier of the booking.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>booking.bookingId</td>\n<td>Identifier of the booking.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>booking.referenceName</td>\n<td>Reference name for the booking.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>shipment._id</td>\n<td>Unique identifier of the shipment.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>shipment.shipmentId</td>\n<td>Identifier of the shipment.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>shipment.referenceName</td>\n<td>Reference name for the shipment.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>shipment.company.name</td>\n<td>Name of the company associated with the shipment.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>shipment.company.type</td>\n<td>Type of the company associated with the shipment.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>quote.company.name</td>\n<td>Name of the company associated with the quote.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>quote.company.type</td>\n<td>Type of the company associated with the quote.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>booking.company.name</td>\n<td>Name of the company associated with the booking.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>booking.company.type</td>\n<td>Type of the company associated with the booking.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>shipperName</td>\n<td>Name of the shipper.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>lspName</td>\n<td>Name of the logistics service provider.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>companyShare</td>\n<td>Share of the company.</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","document","list"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"c8be83e5-6faf-4272-8e03-a46563cca3e9","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"limit\": 300,\r\n    \"page\": 1,\r\n    \"fields\": [\r\n            \"category\",\r\n            \"company.name\",\r\n            \"createdAt\",\r\n            \"creationUser.firstName\",\r\n            \"creationUser.lastName\",\r\n            \"creationUser.urlPhotoProfile\",\r\n            \"isExternal\",\r\n            \"shipment.company.name\",\r\n            \"shipment.company.type\",\r\n            \"quote.company.name\",\r\n            \"quote.company.type\",\r\n            \"booking.company.name\",\r\n            \"booking.company.type\",\r\n            \"isPublic\",\r\n            \"quote.quoteId\",\r\n            \"booking.bookingId\",\r\n            \"shipment.shipmentId\",\r\n            \"file.name\",\r\n            \"file.bucketFileName\",\r\n            \"status\"\r\n            ],\r\n    \"filter\": {\r\n        \"$or\":[{\"status\":{ \"$ne\": \"deleted\" }}]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/document/list"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"6528138a2a7f100f10303f25\",\n            \"booking\": {\n                \"_id\": \"65256b3c1d0d600e581656e1\",\n                \"bookingId\": \"M1_--_ESAUIRA_ACETYLSALICYLIC\",\n                \"company\": {\n                    \"name\": \"Shiperland\",\n                    \"type\": \"shipper\"\n                },\n                \"owner\": {\n                    \"name\": \"Cargologik\",\n                    \"type\": \"lsp\"\n                },\n                \"referenceName\": \"COSU6351011250\"\n            },\n            \"category\": \"booking\",\n            \"company\": {\n                \"_id\": \"64dcf1bcad943a47c7f92234\"\n            },\n            \"createdAt\": \"2023-10-12T15:40:58.294Z\",\n            \"creationUser\": {\n                \"_id\": \"64dcf1bdad943a47c7f92242\",\n                \"firstName\": \"Admin\",\n                \"lastName\": \"Cargologik\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Admin Cargologik\"\n            },\n            \"file\": {\n                \"bucketFileName\": \"2b79043a99cc1291005a987855ae98e2.png\",\n                \"contentType\": \"image/png\",\n                \"directoryBucket\": \"cargologik-stg-cargologik-app\",\n                \"name\": \"8666714_bell_icon.png\"\n            },\n            \"isPublic\": false,\n            \"status\": \"active\",\n            \"teamPermisions\": [\n                {\n                    \"_id\": \"64dcf1bdad943a47c7f92242\",\n                    \"firstName\": \"Admin\",\n                    \"lastName\": \"Cargologik\",\n                    \"email\": \"diego.echeverry+cargologik@cargologik.com\",\n                    \"company\": {\n                        \"_id\": \"64dcf1bcad943a47c7f92234\",\n                        \"name\": \"Cargologik\",\n                        \"type\": \"lsp\"\n                    }\n                },\n                {\n                    \"_id\": \"64dd21fa443b697ad6fe600f\",\n                    \"firstName\": \"Shiper\",\n                    \"lastName\": \"Shiperland\",\n                    \"email\": \"diego.echeverry+shiperland@cargologik.com\",\n                    \"company\": {\n                        \"_id\": \"64dd21fa82ec98cb0d3bbb3f\",\n                        \"name\": \"Shiperland\",\n                        \"type\": \"shipper\"\n                    }\n                }\n            ],\n            \"tenant\": {\n                \"url\": \"cargologik.stg-cargologik.app\",\n                \"tenant\": \"cargologik\"\n            },\n            \"url\": \"https://storage.googleapis.com/cargologik-stg-cargologik-app/2b79043a99cc1291005a987855ae98e2.png?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1728594478&Signature=dtnjBJ33StxJVLoxWkrhtzUKBQ6GhNyEsJtjwl50FyunX32O9uqr%2F6dB2V7iks1uDducek4XNarqkR%2BS1r4BrZIoJInPLiCNGvV3rvzoFx%2BVFSY%2BNQ%2FaCv8Q8YOlhhdufWpb3%2ByMD%2BW65p%2BlJs5SLIM%2Bq8wQbWMDvWPFPVDCptHxNIgPkSg4krdmAhJqrUO5AbNgt0pSqe0AunTQnEaeUoRsOHW8PGTERD7IAj9SVtsXBrT18ygczJUt7bKLU7M32ecOdEYBOhJRT0OjxHCuvdMBIH9OtS6uPlrh%2FbxHSKWUjkq2BW7xVOayzKKt2BVxvGlY7qDscu2kxiJFPmfRHA%3D%3D\",\n            \"shipment\": {},\n            \"quote\": {},\n            \"shipperName\": \"Shiperland\",\n            \"lspName\": \"Cargologik\"\n        },\n        {\n            \"_id\": \"6500908a25098513bfda2d3f\",\n            \"category\": \"shipment\",\n            \"company\": {\n                \"_id\": \"64dcf1bcad943a47c7f92234\"\n            },\n            \"createdAt\": \"2023-09-12T16:23:38.055Z\",\n            \"creationUser\": {\n                \"_id\": \"64dcf1bdad943a47c7f92242\",\n                \"firstName\": \"Admin\",\n                \"lastName\": \"Cargologik\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Admin Cargologik\"\n            },\n            \"file\": {\n                \"bucketFileName\": \"aac0041f0fe6d07c41e6e10735f8ef0b.png\",\n                \"contentType\": \"image/png\",\n                \"directoryBucket\": \"cargologik-stg-cargologik-app\",\n                \"name\": \"Sin título.png\"\n            },\n            \"isPublic\": false,\n            \"shipment\": {\n                \"_id\": \"64dd23d782ec98cb0d3c2478\",\n                \"shipmentId\": \"M1_ESPA-A_COLOMBIA_ABS-PLASTIC-PIP\",\n                \"company\": {\n                    \"name\": \"Shiperland\",\n                    \"type\": \"shipper\"\n                },\n                \"owner\": {\n                    \"name\": \"Cargologik\",\n                    \"type\": \"lsp\"\n                },\n                \"referenceName\": \"CMDUGQL0288159\"\n            },\n            \"status\": \"active\",\n            \"teamPermisions\": [\n                {\n                    \"_id\": \"64dcf1bdad943a47c7f92242\",\n                    \"firstName\": \"Admin\",\n                    \"lastName\": \"Cargologik\",\n                    \"email\": \"diego.echeverry+cargologik@cargologik.com\",\n                    \"company\": {\n                        \"_id\": \"64dcf1bcad943a47c7f92234\",\n                        \"name\": \"Cargologik\",\n                        \"type\": \"lsp\"\n                    }\n                },\n                {\n                    \"_id\": \"64dd21fa443b697ad6fe600f\",\n                    \"firstName\": \"Shiper\",\n                    \"lastName\": \"Shiperland\",\n                    \"email\": \"diego.echeverry+shiperland@cargologik.com\",\n                    \"company\": {\n                        \"_id\": \"64dd21fa82ec98cb0d3bbb3f\",\n                        \"name\": \"Shiperland\",\n                        \"type\": \"shipper\"\n                    }\n                }\n            ],\n            \"tenant\": {\n                \"url\": \"cargologik.stg-cargologik.app\",\n                \"tenant\": \"cargologik\"\n            },\n            \"url\": \"https://storage.googleapis.com/cargologik-stg-cargologik-app/aac0041f0fe6d07c41e6e10735f8ef0b.png?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1728594478&Signature=cQGSxCk5SPCPPIVndZFigYdS0ahb9PX%2BNDhA1f3uYzyrvVEJ97Zjq39bfa6d8p5mfHWl4wvIjrF6eKeFf5A2UnOlq8c2RYpu4g%2FHkaw%2BTGE6W1bHQld8dAencPwpiEn637sOz5129DdWwkLz4dbwDi%2BOd72N%2FT5BONE%2Bd4ABAciQoap9NsIFnw5wwYLMUtFfpcbTFGViA2nBonogNyKd04zjBYTbh3g9iuHJzH1wdmrPxcbd85V3VWUpwEzxiSpV9yFKHORtIrZaS00iSHI9jaxwVvjVMgABS3y2szQLsKZMN2RJFdrwSaEGZq8NZnr4n5LsIOMho7eJNKBtSQUeGg%3D%3D\",\n            \"booking\": {},\n            \"quote\": {},\n            \"shipperName\": \"Shiperland\",\n            \"lspName\": \"Cargologik\"\n        },\n        {\n            \"_id\": \"65008d1425098513bfd982bc\",\n            \"category\": \"shipment\",\n            \"company\": {\n                \"_id\": \"64dcf1bcad943a47c7f92234\"\n            },\n            \"createdAt\": \"2023-09-12T16:08:52.692Z\",\n            \"creationUser\": {\n                \"_id\": \"64dcf1bdad943a47c7f92242\",\n                \"firstName\": \"Admin\",\n                \"lastName\": \"Cargologik\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Admin Cargologik\"\n            },\n            \"file\": {\n                \"bucketFileName\": \"aac0041f0fe6d07c41e6e10735f8ef0b.png\",\n                \"contentType\": \"image/png\",\n                \"directoryBucket\": \"cargologik-stg-cargologik-app\",\n                \"name\": \"Sin título.png\"\n            },\n            \"isPublic\": true,\n            \"shipment\": {\n                \"_id\": \"64dd23d782ec98cb0d3c2478\",\n                \"shipmentId\": \"M1_ESPA-A_COLOMBIA_ABS-PLASTIC-PIP\",\n                \"company\": {\n                    \"name\": \"Shiperland\",\n                    \"type\": \"shipper\"\n                },\n                \"owner\": {\n                    \"name\": \"Cargologik\",\n                    \"type\": \"lsp\"\n                },\n                \"referenceName\": \"CMDUGQL0288159\"\n            },\n            \"status\": \"active\",\n            \"teamPermisions\": [\n                {\n                    \"_id\": \"64dd21fa443b697ad6fe600f\",\n                    \"firstName\": \"Shiper\",\n                    \"lastName\": \"Shiperland\",\n                    \"email\": \"diego.echeverry+shiperland@cargologik.com\",\n                    \"company\": {\n                        \"_id\": \"64dd21fa82ec98cb0d3bbb3f\",\n                        \"name\": \"Shiperland\",\n                        \"type\": \"shipper\"\n                    }\n                }\n            ],\n            \"tenant\": {\n                \"url\": \"cargologik.stg-cargologik.app\",\n                \"tenant\": \"cargologik\"\n            },\n            \"url\": \"https://storage.googleapis.com/cargologik-stg-cargologik-app/aac0041f0fe6d07c41e6e10735f8ef0b.png?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1728594478&Signature=cQGSxCk5SPCPPIVndZFigYdS0ahb9PX%2BNDhA1f3uYzyrvVEJ97Zjq39bfa6d8p5mfHWl4wvIjrF6eKeFf5A2UnOlq8c2RYpu4g%2FHkaw%2BTGE6W1bHQld8dAencPwpiEn637sOz5129DdWwkLz4dbwDi%2BOd72N%2FT5BONE%2Bd4ABAciQoap9NsIFnw5wwYLMUtFfpcbTFGViA2nBonogNyKd04zjBYTbh3g9iuHJzH1wdmrPxcbd85V3VWUpwEzxiSpV9yFKHORtIrZaS00iSHI9jaxwVvjVMgABS3y2szQLsKZMN2RJFdrwSaEGZq8NZnr4n5LsIOMho7eJNKBtSQUeGg%3D%3D\",\n            \"booking\": {},\n            \"quote\": {},\n            \"shipperName\": \"Shiperland\",\n            \"lspName\": \"Cargologik\"\n        },\n        {\n            \"_id\": \"64dcfc6982ec98cb0d335617\",\n            \"category\": \"other\",\n            \"company\": {\n                \"_id\": \"64dcf1bcad943a47c7f92234\"\n            },\n            \"createdAt\": \"2023-08-16T16:42:17.660Z\",\n            \"creationUser\": {\n                \"_id\": \"64dcf1bdad943a47c7f92242\",\n                \"firstName\": \"Admin\",\n                \"lastName\": \"Cargologik\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Admin Cargologik\"\n            },\n            \"file\": {\n                \"bucketFileName\": \"0c1ba00337bf46979319a9c7cd7995e7.png\",\n                \"contentType\": \"image/png\",\n                \"directoryBucket\": \"cargologik-stg-cargologik-app\",\n                \"name\": \"cata-si-ve.png\"\n            },\n            \"isPublic\": true,\n            \"status\": \"active\",\n            \"teamPermisions\": [],\n            \"tenant\": {\n                \"url\": \"cargologik.stg-cargologik.app\",\n                \"tenant\": \"cargologik\"\n            },\n            \"url\": \"https://storage.googleapis.com/cargologik-stg-cargologik-app/0c1ba00337bf46979319a9c7cd7995e7.png?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1728594478&Signature=NJQi5vASqtubDg3pGP1fJnTcGZh8slTgvoxm0EVk1g1TLgVfDIYg581Q9QYhU0LlK3%2FGQTU%2BZQ6VgOXIBY72WIRfCy1WdhxZFkPTcdUuJZeGqiXUSLXDGqtXdCwpEJAkLo5e%2FgX9EqUoJjzvzOQRyN%2FNDog9I5mJ7Mn6sxIDoKO3AO4Qv1sLQqhoeePdDi3SsgneAFOteXDBO%2FyK0ur%2BGIEpVpQakWB6N2vu9gbCBT7mkqKbZxC2jV%2BLnVp%2BFNfxPbAoDo79Ar5vTDpDKneBd1v8u4JQQedvK6kHOv73vMNz%2FcnJB1qB0c6F2TsohkbBnV5XpMsnn3tQcrflNDGaMQ%3D%3D\",\n            \"shipment\": {},\n            \"booking\": {},\n            \"quote\": {},\n            \"shipperName\": \"\",\n            \"lspName\": \"\"\n        }\n    ],\n    \"status\": \"success\",\n    \"pagingCounter\": 8,\n    \"totalPages\": 1,\n    \"hasPrevPage\": true,\n    \"hasNextPage\": false,\n    \"prevPage\": 0,\n    \"nextPage\": null,\n    \"totalItems\": 4,\n    \"page\": 1,\n    \"limit\": 8\n}"}],"_postman_id":"ef310f80-8bd3-4ab4-ae65-9f76c7e84cf8"},{"name":"List Users Privated","id":"64c2378c-a8e9-4f53-90e4-a3776b1a2bf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"idCollection\": \"65256b3c1d0d600e581656e1\",\r\n    \"collection\": \"shipment\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/document/list-collaborators-module","description":"<p>StartFragment</p>\n<h2 id=\"list-possible-collaborators\">List Possible Collaborators</h2>\n<h3 id=\"request\">Request</h3>\n<p>This section describes the request structure for listing possible collaborators using the <code>cargologik.cargologik.app</code> API.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td>The API endpoint for listing possible collaborators.</td>\n</tr>\n<tr>\n<td>Headers</td>\n<td>Headers including authorization, content-type, and other headers.</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>JSON data specifying the type of collaboration, limit, and page number.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-data-fields\">Request Data Fields</h4>\n<p>The <code>data</code> field contains the following attributes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>The type of collaboration (e.g., \"booking\").</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td>The maximum number of collaborators to return.</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>The page number to retrieve collaborators from.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>This section describes the response structure when listing possible collaborators.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data</code></td>\n<td>An array of possible collaborators that match the query.</td>\n</tr>\n<tr>\n<td><code>totalItems</code></td>\n<td>The total number of possible collaborators found.</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>The current page number.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td>The maximum number of collaborators per page.</td>\n</tr>\n<tr>\n<td><code>hasNextPage</code></td>\n<td>A boolean indicating if there is a next page.</td>\n</tr>\n<tr>\n<td><code>hasPrevPage</code></td>\n<td>A boolean indicating if there is a previous page.</td>\n</tr>\n<tr>\n<td><code>prevPage</code></td>\n<td>The page number of the previous page.</td>\n</tr>\n<tr>\n<td><code>nextPage</code></td>\n<td>The page number of the next page.</td>\n</tr>\n<tr>\n<td><code>pagingCounter</code></td>\n<td>The number of items on the current page.</td>\n</tr>\n<tr>\n<td><code>totalPages</code></td>\n<td>The total number of pages based on the limit.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"possible-collaborator-fields\">Possible Collaborator Fields</h4>\n<p>Each possible collaborator in the <code>data</code> array contains the following fields:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>_id</code></td>\n<td>A unique identifier for the collaborator.</td>\n</tr>\n<tr>\n<td><code>bookingId</code></td>\n<td>The identifier of the booking.</td>\n</tr>\n<tr>\n<td><code>creationUser</code></td>\n<td>The user who created the collaborator.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>The status of the collaborator (e.g., \"actionRequired\").</td>\n</tr>\n<tr>\n<td><code>tenant</code></td>\n<td>The tenant associated with the collaborator.</td>\n</tr>\n<tr>\n<td><code>participants</code></td>\n<td>An array of participants assigned to the collaborator.</td>\n</tr>\n</tbody>\n</table>\n</div><p>The <code>participants</code> array contains the following attributes for each participant:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>assignedTo</code></td>\n<td>The identifier of the user assigned to the collaborator.</td>\n</tr>\n</tbody>\n</table>\n</div><p>This documentation provides information about the request and response structures for the \"List Possible Collaborators\" API endpoint. You can copy and paste this Markdown documentation into your preferred Markdown editor or documentation system to create comprehensive documentation for your API.</p>\n<p>EndFragment</p>\n","urlObject":{"path":["api","v2","document","list-collaborators-module"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"deca1304-ce42-4ef8-840a-a9f8602a4568","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"idCollection\": \"63ffdba36f29774dc8159d21\",\r\n    \"collection\": \"shipment\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/document/list-collaborators-module"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"65256b3c1d0d600e581656e1\",\n            \"bookingId\": \"M1_--_ESAUIRA_ACETYLSALICYLIC\",\n            \"creationUser\": \"64dcf1bdad943a47c7f92242\",\n            \"status\": \"actionRequired\",\n            \"tenant\": \"64dcf1bcad943a47c7f92240\",\n            \"participants\": [\n                {\n                    \"assignedTo\": \"64dd21fa443b697ad6fe600f\"\n                },\n                {\n                    \"assignedTo\": \"64dcf1bdad943a47c7f92242\"\n                }\n            ]\n        }\n    ],\n    \"totalItems\": 1,\n    \"page\": 1,\n    \"limit\": 100,\n    \"hasNextPage\": false,\n    \"hasPrevPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null,\n    \"pagingCounter\": 1,\n    \"totalPages\": 1\n}"}],"_postman_id":"64c2378c-a8e9-4f53-90e4-a3776b1a2bf6"},{"name":"Delete Document","id":"8752a483-b1b9-45b6-8d0c-7a536e92d8b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id\":\"640a6dc1b5a0a2d13b18f07e\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/document/delete","description":"<h2 id=\"delete-document\">Delete Document</h2>\n<h3 id=\"request\">Request</h3>\n<p>This section describes the request structure for deleting a document using the <code>cargologik.stg-cargologik.app</code> API.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td>The API endpoint for deleting a document.</td>\n</tr>\n<tr>\n<td>Method</td>\n<td>The HTTP method used for the request (DELETE).</td>\n</tr>\n<tr>\n<td>Headers</td>\n<td>Headers including authorization, content-type, and other headers.</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>JSON data specifying the ID of the document to be deleted.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-data-fields\">Request Data Fields</h4>\n<p>The request data includes the following attributes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>The identifier of the document to be deleted.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>This section describes the response structure when deleting a document.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>msg</code></td>\n<td>A message indicating the status of the operation (e.g., \"document deleted\").</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","port":"3000","path":["api","v2","document","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a1612f4b-a774-4449-bdc6-f1dc34fa21ce","name":"Example","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id\":\"640a6dc1b5a0a2d13b18f07e\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/document/delete"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"msg\": \"document deleted\"\r\n}"}],"_postman_id":"8752a483-b1b9-45b6-8d0c-7a536e92d8b3"},{"name":"List dropdown values","id":"d1a3b7bf-b6f1-42ca-bc35-ce205fc1e1f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"field\": \"shipperName\",\r\n    \"search\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/document/settings/values","description":"<h1 id=\"list-possible-values-for-shipment-field\">List Possible Values for Shipment Field</h1>\n<p>This endpoint allows you to retrieve a list of possible values for a specific field in the shipment settings. The response will be an array of possible values.</p>\n<h2 id=\"endpoint\">Endpoint</h2>\n<ul>\n<li><p><strong>URL</strong>: <code>/api/v2/documents/settings/values</code></p>\n</li>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n</ul>\n<h2 id=\"request-header\">Request Header</h2>\n<ul>\n<li><p><strong>Authorization</strong>: Your access token obtained through authentication.</p>\n<ul>\n<li><strong>Type</strong>: Bearer Token</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p>Provide the field for which you want to list possible values and an optional query. The request should include the following parameters:</p>\n<ul>\n<li><p><strong>Field</strong>: The name of the field for which you want to list possible values.</p>\n<ul>\n<li><strong>Type</strong>: String</li>\n</ul>\n</li>\n<li><p><strong>Query (Optional)</strong>: An optional query for filtering the possible values.</p>\n<ul>\n<li><strong>Type</strong>: Object</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-example\">Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"field\": \"name\",\n    \"query\": {}\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","document","settings","values"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"fa32341f-09ff-41d1-b396-884b8a1d8035","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"field\": \"shipperName\",\r\n    \"search\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/document/settings/values"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    \"\",\n    \"Shiperland\"\n]"}],"_postman_id":"d1a3b7bf-b6f1-42ca-bc35-ce205fc1e1f3"},{"name":"Update document","id":"4277ef09-0e7a-4af9-a974-240a0e968661","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"documentId\": \"6612b7815ab6928b7f365fdc\",\r\n    \"refName\": \"FF123\",\r\n    \"isPublic\": true,\r\n    \"teamPermisions\": [\r\n        \"64137ebd51c1ab803a753275\",\r\n        \"64931b0d377ac6b970a31f21\",\r\n        \"64ecaba4867ac4d8c709b82e\",\r\n        \"655549b70d502ab09edc0fbf\",\r\n        \"65f3e6e99cf74726783eee0d\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/document/update","description":"<h3 id=\"request\">Request</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>documentId</td>\n<td>Unique identifier of the document to be updated.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>refName</td>\n<td>Reference name of the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>isPublic</td>\n<td>Indicates whether the document is public.</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>teamPermisions</td>\n<td>Array of user IDs specifying team permissions.</td>\n<td>Array[String]</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>Unique identifier of the updated document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>checksum</td>\n<td>Checksum of the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>category</td>\n<td>Category of the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>company</td>\n<td>ID of the company associated with the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>companyShare</td>\n<td>Share of the company.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>companyType</td>\n<td>Type of the company.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>Date and time when the document was created.</td>\n<td>String (Date)</td>\n</tr>\n<tr>\n<td>creationUser</td>\n<td>ID of the user who created the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>file</td>\n<td>ID of the file associated with the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>fileName</td>\n<td>Name of the file.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>isExternal</td>\n<td>Indicates whether the document is external.</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>isPublic</td>\n<td>Indicates whether the document is public.</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>refName</td>\n<td>Reference name of the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status of the document.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>teamPermisions</td>\n<td>Array of user IDs specifying team permissions.</td>\n<td>Array[String]</td>\n</tr>\n<tr>\n<td>tenant</td>\n<td>ID of the tenant.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>url</td>\n<td>URL of the document.</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","document","update"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"8bf3e87c-0847-4bd6-a852-cba6158139e4","name":"Update document","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"documentId\": \"6612b7815ab6928b7f365fdc\",\r\n    \"refName\": \"FF123\",\r\n    \"isPublic\": true,\r\n    \"teamPermisions\": [\r\n        \"64137ebd51c1ab803a753275\",\r\n        \"64931b0d377ac6b970a31f21\",\r\n        \"64ecaba4867ac4d8c709b82e\",\r\n        \"655549b70d502ab09edc0fbf\",\r\n        \"65f3e6e99cf74726783eee0d\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/document/update"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"_id\": \"6612b7815ab6928b7f365fdc\",\n        \"checksum\": \"158f06a0cb09d31a2427e746fc0e56820dc829e7ce6d55705381c8aa792b40bf\",\n        \"__v\": 0,\n        \"category\": \"other\",\n        \"company\": \"637e7a49318101bf83ee71ed\",\n        \"companyShare\": \"65f3e6e99cf74726783eedfb\",\n        \"companyType\": \"lsp\",\n        \"createdAt\": \"2024-04-07T15:10:57.420Z\",\n        \"creationUser\": \"64137ebd51c1ab803a753275\",\n        \"file\": \"6612b7815ab6928b7f365fb0\",\n        \"fileName\": null,\n        \"isExternal\": false,\n        \"isPublic\": true,\n        \"refName\": \"FF123\",\n        \"status\": \"active\",\n        \"teamPermisions\": [\n            \"64137ebd51c1ab803a753275\",\n            \"64931b0d377ac6b970a31f21\",\n            \"64ecaba4867ac4d8c709b82e\",\n            \"655549b70d502ab09edc0fbf\",\n            \"65f3e6e99cf74726783eee0d\"\n        ],\n        \"tenant\": \"64138cd451c1ab803a76568e\",\n        \"url\": \"\"\n    }\n}"}],"_postman_id":"4277ef09-0e7a-4af9-a974-240a0e968661"},{"name":"Create Folder","id":"6139ef84-aed9-4a62-848b-a8576b5152c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"xd\",\r\n    \"type\": \"folder\",\r\n    \"parent\": \"65c4128dc74c6cc744d0a63f\",\r\n    \"order\": 0,\r\n    \"document\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/document/file-system","description":"<h3 id=\"delete-folder-endpoint\">Delete Folder Endpoint</h3>\n<p>This endpoint is used to delete folders from the file system.</p>\n<h4 id=\"request\">Request</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td>String</td>\n<td>DELETE</td>\n</tr>\n<tr>\n<td>Endpoint</td>\n<td>String</td>\n<td><code>https://rokk3r.cargologik.app/api/v2/file-system/delete</code></td>\n</tr>\n<tr>\n<td>Headers</td>\n<td>Object</td>\n<td></td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>String</td>\n<td>application/json</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>String</td>\n<td>Bearer [your_access_token]</td>\n</tr>\n<tr>\n<td>Body</td>\n<td>Object</td>\n<td></td>\n</tr>\n<tr>\n<td>fileSystem</td>\n<td>String</td>\n<td>ID of the folder to be deleted</td>\n</tr>\n<tr>\n<td>tree</td>\n<td>Array</td>\n<td>Array of folder objects representing the folder structure</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\">Response</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>acknowledged</td>\n<td>Boolean</td>\n<td>Indicates if the deletion was acknowledged</td>\n</tr>\n<tr>\n<td>modifiedCount</td>\n<td>Number</td>\n<td>Number of documents modified</td>\n</tr>\n<tr>\n<td>upsertedId</td>\n<td>String</td>\n<td>ID of the upserted document</td>\n</tr>\n<tr>\n<td>upsertedCount</td>\n<td>Number</td>\n<td>Number of documents upserted</td>\n</tr>\n<tr>\n<td>matchedCount</td>\n<td>Number</td>\n<td>Number of documents matched</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"description\">Description</h4>\n<p>This endpoint allows authorized users to delete folders from the file system. The request must be sent as a DELETE request to the specified endpoint with the appropriate headers and body parameters.</p>\n<ul>\n<li><p><strong>fileSystem</strong>: Specifies the ID of the folder to be deleted.</p>\n</li>\n<li><p><strong>tree</strong>: Contains an array of folder objects representing the folder structure.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","v2","document","file-system"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"8bbb3dd9-d1c9-4757-97ca-8dee051daf30","name":"Update document","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"documentId\": \"6612b7815ab6928b7f365fdc\",\r\n    \"refName\": \"FF123\",\r\n    \"isPublic\": true,\r\n    \"teamPermisions\": [\r\n        \"64137ebd51c1ab803a753275\",\r\n        \"64931b0d377ac6b970a31f21\",\r\n        \"64ecaba4867ac4d8c709b82e\",\r\n        \"655549b70d502ab09edc0fbf\",\r\n        \"65f3e6e99cf74726783eee0d\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/document/update"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"661471ad5ab6928b7fdb0926\",\n    \"document\": null,\n    \"parent\": \"65c4128dc74c6cc744d0a63f\",\n    \"status\": \"active\",\n    \"title\": \"xd\",\n    \"type\": \"folder\",\n    \"__v\": 0,\n    \"createdAt\": \"2024-04-08T22:37:33.070Z\",\n    \"creationUser\": \"64137ebd51c1ab803a753275\",\n    \"editable\": true,\n    \"expanded\": true,\n    \"order\": 1,\n    \"updateUser\": \"64137ebd51c1ab803a753275\",\n    \"updatedAt\": \"2024-04-08T22:38:53.325Z\"\n}"}],"_postman_id":"6139ef84-aed9-4a62-848b-a8576b5152c7"},{"name":"Delete Folder","id":"1ff6ad8e-3217-497f-9f99-0f3c8af530e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fileSystem\": \"661471ad5ab6928b7fdb0926\",\r\n    \"tree\": [\r\n        {\r\n            \"_id\": \"65b980e4c74c6cc744b50c15\",\r\n            \"document\": null,\r\n            \"parent\": null,\r\n            \"status\": \"active\",\r\n            \"title\": \"Home\",\r\n            \"type\": \"folder\",\r\n            \"__v\": 0,\r\n            \"createdAt\": \"2024-01-30T23:06:12.454Z\",\r\n            \"editable\": false,\r\n            \"expanded\": true,\r\n            \"order\": 0,\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\"\r\n        },\r\n        {\r\n            \"_id\": \"65b980e4c74c6cc744b50c30\",\r\n            \"document\": null,\r\n            \"parent\": \"65b980e4c74c6cc744b50c15\",\r\n            \"status\": \"active\",\r\n            \"title\": \"Shipments\",\r\n            \"type\": \"folder\",\r\n            \"__v\": 0,\r\n            \"createdAt\": \"2024-01-30T23:06:12.469Z\",\r\n            \"editable\": false,\r\n            \"expanded\": true,\r\n            \"order\": 1,\r\n            \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n            \"updatedAt\": \"2024-04-08T22:37:28.668Z\",\r\n            \"creationUser\": \"6526fc76e1d54babb6d34463\"\r\n        },\r\n        {\r\n            \"_id\": \"65b980e4c74c6cc744b50c3c\",\r\n            \"document\": null,\r\n            \"parent\": \"65b980e4c74c6cc744b50c15\",\r\n            \"status\": \"active\",\r\n            \"title\": \"Bookings\",\r\n            \"type\": \"folder\",\r\n            \"__v\": 0,\r\n            \"createdAt\": \"2024-01-30T23:06:12.476Z\",\r\n            \"editable\": false,\r\n            \"expanded\": false,\r\n            \"order\": 1,\r\n            \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n            \"updatedAt\": \"2024-04-08T22:37:28.668Z\",\r\n            \"creationUser\": \"660d6bd6250216fa63dc05d1\"\r\n        },\r\n        {\r\n            \"_id\": \"65b980e4c74c6cc744b50c4a\",\r\n            \"document\": null,\r\n            \"parent\": \"65b980e4c74c6cc744b50c15\",\r\n            \"status\": \"active\",\r\n            \"title\": \"Quotes\",\r\n            \"type\": \"folder\",\r\n            \"__v\": 0,\r\n            \"createdAt\": \"2024-01-30T23:06:12.483Z\",\r\n            \"editable\": false,\r\n            \"expanded\": false,\r\n            \"order\": 1,\r\n            \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n            \"updatedAt\": \"2024-04-08T22:37:28.668Z\",\r\n            \"creationUser\": \"660d6bd6250216fa63dc05d1\"\r\n        },\r\n        {\r\n            \"_id\": \"65c4128dc74c6cc744d0a63f\",\r\n            \"document\": null,\r\n            \"parent\": \"65b980e4c74c6cc744b50c30\",\r\n            \"status\": \"active\",\r\n            \"title\": \"M88_GUAIAQUIL_SANTOS_CATS\",\r\n            \"type\": \"folder\",\r\n            \"__v\": 0,\r\n            \"createdAt\": \"2024-02-07T23:30:21.817Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"editable\": true,\r\n            \"expanded\": true,\r\n            \"order\": 2,\r\n            \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n            \"updatedAt\": \"2024-04-08T22:37:28.668Z\"\r\n        },\r\n        {\r\n            \"_id\": \"65b980e4c74c6cc744b50c24\",\r\n            \"document\": null,\r\n            \"parent\": \"65b980e4c74c6cc744b50c15\",\r\n            \"status\": \"active\",\r\n            \"title\": \"Others\",\r\n            \"type\": \"folder\",\r\n            \"__v\": 0,\r\n            \"createdAt\": \"2024-01-30T23:06:12.463Z\",\r\n            \"editable\": true,\r\n            \"expanded\": false,\r\n            \"order\": 2,\r\n            \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n            \"updatedAt\": \"2024-04-08T22:37:28.668Z\"\r\n        },\r\n        {\r\n            \"_id\": \"65c4128dc74c6cc744d0a649\",\r\n            \"document\": {\r\n                \"_id\": \"65c4128dc74c6cc744d0a5c4\",\r\n                \"checksum\": \"7f2abf7f4601557976e31537cb69116b3666f5771e56a34ce0ba3cdd93740cfe\",\r\n                \"__v\": 0,\r\n                \"category\": \"shipment\",\r\n                \"company\": \"637e7a49318101bf83ee71ed\",\r\n                \"createdAt\": \"2024-02-07T23:30:21.497Z\",\r\n                \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n                \"file\": {\r\n                    \"_id\": \"65c4128dc74c6cc744d0a5ab\",\r\n                    \"sha256\": \"23636b32ce5bbb2e8ea47082b6c06055\",\r\n                    \"__v\": 0,\r\n                    \"bucketFileName\": \"23636b32ce5bbb2e8ea47082b6c06055.pdf\",\r\n                    \"contentType\": \"application/pdf\",\r\n                    \"createdAt\": \"2024-02-07T23:30:21.353Z\",\r\n                    \"directoryBucket\": \"greenwishcargo-cargologik-app\",\r\n                    \"name\": \"229291043%C2%A0JTAOFDG0340-DEBIT%C2%A0NOTE-CMI001.pdf\",\r\n                    \"size\": 57781,\r\n                    \"status\": \"active\",\r\n                    \"tenant\": \"6526fc76e1d54babb6d34461\"\r\n                },\r\n                \"fileName\": \"229291043 JTAOFDG0340-DEBIT NOTE-CMI001.pdf\",\r\n                \"isExternal\": false,\r\n                \"isPublic\": true,\r\n                \"refName\": \"Debit Note\",\r\n                \"shipment\": \"64da7de982ec98cb0d9fd52b\",\r\n                \"status\": \"active\",\r\n                \"teamPermisions\": [\r\n                    \"64d63f4c1bb0471101e2e272\"\r\n                ],\r\n                \"tenant\": \"64138cd451c1ab803a76568e\",\r\n                \"url\": \"\"\r\n            },\r\n            \"parent\": \"65c4128dc74c6cc744d0a63f\",\r\n            \"status\": \"active\",\r\n            \"type\": \"file\",\r\n            \"__v\": 0,\r\n            \"createdAt\": \"2024-02-07T23:30:21.823Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"editable\": false,\r\n            \"expanded\": false,\r\n            \"order\": 3,\r\n            \"title\": \"229291043 JTAOFDG0340-DEBIT NOTE-CMI001.pdf\",\r\n            \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n            \"updatedAt\": \"2024-04-08T22:37:28.668Z\"\r\n        },\r\n        {\r\n            \"_id\": \"65c4128fc74c6cc744d0a775\",\r\n            \"document\": {\r\n                \"_id\": \"65c4128fc74c6cc744d0a6ee\",\r\n                \"checksum\": \"f33eb551c8939334610bf0a42baf27a3c04b885cb7abe924813866716f498795\",\r\n                \"__v\": 0,\r\n                \"category\": \"shipment\",\r\n                \"company\": \"637e7a49318101bf83ee71ed\",\r\n                \"createdAt\": \"2024-02-07T23:30:23.120Z\",\r\n                \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n                \"fileName\": \"Maersk.pptx\",\r\n                \"isExternal\": false,\r\n                \"isPublic\": true,\r\n                \"refName\": null,\r\n                \"shipment\": \"64da7de982ec98cb0d9fd52b\",\r\n                \"status\": \"active\",\r\n                \"teamPermisions\": [\r\n                    \"64d63f4c1bb0471101e2e272\"\r\n                ],\r\n                \"tenant\": \"64138cd451c1ab803a76568e\",\r\n                \"url\": \"\"\r\n            },\r\n            \"parent\": \"65c4128dc74c6cc744d0a63f\",\r\n            \"status\": \"active\",\r\n            \"type\": \"file\",\r\n            \"__v\": 0,\r\n            \"createdAt\": \"2024-02-07T23:30:23.442Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"editable\": false,\r\n            \"expanded\": false,\r\n            \"order\": 3,\r\n            \"title\": \"Maersk.pptx\",\r\n            \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n            \"updatedAt\": \"2024-04-08T22:37:28.668Z\"\r\n        },\r\n        {\r\n            \"_id\": \"65c41291c74c6cc744d0a87a\",\r\n            \"document\": {\r\n                \"_id\": \"65c41290c74c6cc744d0a809\",\r\n                \"checksum\": \"a9921650c995a4891fd7e4733643d2db15423d0f09bf8f9e638342783d2820c1\",\r\n                \"__v\": 0,\r\n                \"category\": \"shipment\",\r\n                \"company\": \"637e7a49318101bf83ee71ed\",\r\n                \"createdAt\": \"2024-02-07T23:30:24.713Z\",\r\n                \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n                \"file\": {\r\n                    \"_id\": \"65c41290c74c6cc744d0a7e7\",\r\n                    \"sha256\": \"09ee2ac92e63e71d464b51b6668d4aec\",\r\n                    \"__v\": 0,\r\n                    \"bucketFileName\": \"09ee2ac92e63e71d464b51b6668d4aec.pdf\",\r\n                    \"contentType\": \"application/pdf\",\r\n                    \"createdAt\": \"2024-02-07T23:30:24.574Z\",\r\n                    \"directoryBucket\": \"greenwishcargo-cargologik-app\",\r\n                    \"name\": \"229291043%C2%A0JTAOFDG0340-HOST-DF%28%E8%81%9A%E7%BF%B0%29.pdf\",\r\n                    \"size\": 301287,\r\n                    \"status\": \"active\",\r\n                    \"tenant\": \"6526fc76e1d54babb6d34461\"\r\n                },\r\n                \"fileName\": \"229291043 JTAOFDG0340-HOST-DF(聚翰).pdf\",\r\n                \"isExternal\": false,\r\n                \"isPublic\": true,\r\n                \"refName\": \"HBL\",\r\n                \"shipment\": \"64da7de982ec98cb0d9fd52b\",\r\n                \"status\": \"active\",\r\n                \"teamPermisions\": [\r\n                    \"64d63f4c1bb0471101e2e272\"\r\n                ],\r\n                \"tenant\": \"64138cd451c1ab803a76568e\",\r\n                \"url\": \"\"\r\n            },\r\n            \"parent\": \"65c4128dc74c6cc744d0a63f\",\r\n            \"status\": \"active\",\r\n            \"type\": \"file\",\r\n            \"__v\": 0,\r\n            \"createdAt\": \"2024-02-07T23:30:25.036Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"editable\": false,\r\n            \"expanded\": false,\r\n            \"order\": 3,\r\n            \"title\": \"229291043 JTAOFDG0340-HOST-DF(聚翰).pdf\",\r\n            \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n            \"updatedAt\": \"2024-04-08T22:37:28.668Z\"\r\n        },\r\n        {\r\n            \"_id\": \"65c41292c74c6cc744d0a984\",\r\n            \"document\": {\r\n                \"_id\": \"65c41292c74c6cc744d0a8fe\",\r\n                \"checksum\": \"8c26ef1ca357d1ce0a64c08806ceb2f51cec7d3012ffe05164ca805d668a0e70\",\r\n                \"__v\": 0,\r\n                \"category\": \"shipment\",\r\n                \"company\": \"637e7a49318101bf83ee71ed\",\r\n                \"createdAt\": \"2024-02-07T23:30:26.284Z\",\r\n                \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n                \"file\": {\r\n                    \"_id\": \"65c41292c74c6cc744d0a8e7\",\r\n                    \"sha256\": \"51b80cad1ff7bd5e2964d605559d0080\",\r\n                    \"__v\": 0,\r\n                    \"bucketFileName\": \"51b80cad1ff7bd5e2964d605559d0080.pdf\",\r\n                    \"contentType\": \"application/pdf\",\r\n                    \"createdAt\": \"2024-02-07T23:30:26.153Z\",\r\n                    \"directoryBucket\": \"greenwishcargo-cargologik-app\",\r\n                    \"name\": \"229291043%281%29%20%281%29.pdf\",\r\n                    \"size\": 116391,\r\n                    \"status\": \"active\",\r\n                    \"tenant\": \"6526fc76e1d54babb6d34461\"\r\n                },\r\n                \"fileName\": \"229291043(1) (1).pdf\",\r\n                \"isExternal\": false,\r\n                \"isPublic\": true,\r\n                \"refName\": \"MBL\",\r\n                \"shipment\": \"64da7de982ec98cb0d9fd52b\",\r\n                \"status\": \"active\",\r\n                \"teamPermisions\": [\r\n                    \"64d63f4c1bb0471101e2e272\"\r\n                ],\r\n                \"tenant\": \"64138cd451c1ab803a76568e\",\r\n                \"url\": \"\"\r\n            },\r\n            \"parent\": \"65c4128dc74c6cc744d0a63f\",\r\n            \"status\": \"active\",\r\n            \"type\": \"file\",\r\n            \"__v\": 0,\r\n            \"createdAt\": \"2024-02-07T23:30:26.613Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"editable\": false,\r\n            \"expanded\": false,\r\n            \"order\": 3,\r\n            \"title\": \"229291043(1) (1).pdf\",\r\n            \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n            \"updatedAt\": \"2024-04-08T22:37:28.668Z\"\r\n        },\r\n        {\r\n            \"_id\": \"65c41294c74c6cc744d0aa9f\",\r\n            \"document\": {\r\n                \"_id\": \"65c41294c74c6cc744d0aa19\",\r\n                \"checksum\": \"c7614e827ed1c000867d195d0d49b36e608b3321a72be3f81518e8b83832db94\",\r\n                \"__v\": 0,\r\n                \"category\": \"shipment\",\r\n                \"company\": \"637e7a49318101bf83ee71ed\",\r\n                \"createdAt\": \"2024-02-07T23:30:28.092Z\",\r\n                \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n                \"file\": {\r\n                    \"_id\": \"65c41293c74c6cc744d0aa02\",\r\n                    \"sha256\": \"618731c154ff2a0d423f0158b3684743\",\r\n                    \"__v\": 0,\r\n                    \"bucketFileName\": \"618731c154ff2a0d423f0158b3684743.pdf\",\r\n                    \"contentType\": \"application/pdf\",\r\n                    \"createdAt\": \"2024-02-07T23:30:27.926Z\",\r\n                    \"directoryBucket\": \"greenwishcargo-cargologik-app\",\r\n                    \"name\": \"cmi001.pdf\",\r\n                    \"size\": 1061209,\r\n                    \"status\": \"active\",\r\n                    \"tenant\": \"6526fc76e1d54babb6d34461\"\r\n                },\r\n                \"fileName\": \"cmi001.pdf\",\r\n                \"isExternal\": false,\r\n                \"isPublic\": true,\r\n                \"refName\": \"HBL Corregido\",\r\n                \"shipment\": \"64da7de982ec98cb0d9fd52b\",\r\n                \"status\": \"active\",\r\n                \"teamPermisions\": [\r\n                    \"64d63f4c1bb0471101e2e272\"\r\n                ],\r\n                \"tenant\": \"64138cd451c1ab803a76568e\",\r\n                \"url\": \"\"\r\n            },\r\n            \"parent\": \"65c4128dc74c6cc744d0a63f\",\r\n            \"status\": \"active\",\r\n            \"type\": \"file\",\r\n            \"__v\": 0,\r\n            \"createdAt\": \"2024-02-07T23:30:28.476Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"editable\": false,\r\n            \"expanded\": false,\r\n            \"order\": 3,\r\n            \"title\": \"cmi001.pdf\",\r\n            \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n            \"updatedAt\": \"2024-04-08T22:37:28.668Z\"\r\n        },\r\n        {\r\n            \"_id\": \"65c41296c74c6cc744d0abe2\",\r\n            \"document\": {\r\n                \"_id\": \"65c41295c74c6cc744d0ab62\",\r\n                \"checksum\": \"1b84c98ad717a21e31de9b29774f4b4e3dc10e62e556bc8639c55e9e534e9feb\",\r\n                \"__v\": 0,\r\n                \"category\": \"shipment\",\r\n                \"company\": \"637e7a49318101bf83ee71ed\",\r\n                \"createdAt\": \"2024-02-07T23:30:29.964Z\",\r\n                \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n                \"file\": {\r\n                    \"_id\": \"65c41295c74c6cc744d0ab34\",\r\n                    \"sha256\": \"46b3e1014156ec80e9b83a63355624e2\",\r\n                    \"__v\": 0,\r\n                    \"bucketFileName\": \"46b3e1014156ec80e9b83a63355624e2.pdf\",\r\n                    \"contentType\": \"application/pdf\",\r\n                    \"createdAt\": \"2024-02-07T23:30:29.747Z\",\r\n                    \"directoryBucket\": \"greenwishcargo-cargologik-app\",\r\n                    \"name\": \"100020235117873088001SD%205117873088%20%281%29.pdf\",\r\n                    \"size\": 531456,\r\n                    \"status\": \"active\",\r\n                    \"tenant\": \"6526fc76e1d54babb6d34461\"\r\n                },\r\n                \"fileName\": \"100020235117873088001SD 5117873088 (1).pdf\",\r\n                \"isExternal\": false,\r\n                \"isPublic\": true,\r\n                \"refName\": \"Factura Proveedor - Naviera\",\r\n                \"shipment\": \"64da7de982ec98cb0d9fd52b\",\r\n                \"status\": \"active\",\r\n                \"teamPermisions\": [\r\n                    \"64d63f4c1bb0471101e2e272\"\r\n                ],\r\n                \"tenant\": \"64138cd451c1ab803a76568e\",\r\n                \"url\": \"\"\r\n            },\r\n            \"parent\": \"65c4128dc74c6cc744d0a63f\",\r\n            \"status\": \"active\",\r\n            \"type\": \"file\",\r\n            \"__v\": 0,\r\n            \"createdAt\": \"2024-02-07T23:30:30.341Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"editable\": false,\r\n            \"expanded\": false,\r\n            \"order\": 3,\r\n            \"title\": \"100020235117873088001SD 5117873088 (1).pdf\",\r\n            \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n            \"updatedAt\": \"2024-04-08T22:37:28.668Z\"\r\n        },\r\n        {\r\n            \"_id\": \"65c41297c74c6cc744d0ad1b\",\r\n            \"document\": {\r\n                \"_id\": \"65c41297c74c6cc744d0acc0\",\r\n                \"checksum\": \"1ff1217169389df750c778b5caa878d7c0265bf30f0a30d6e259faff83677f93\",\r\n                \"__v\": 0,\r\n                \"category\": \"shipment\",\r\n                \"company\": \"637e7a49318101bf83ee71ed\",\r\n                \"createdAt\": \"2024-02-07T23:30:31.639Z\",\r\n                \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n                \"file\": {\r\n                    \"_id\": \"65c41297c74c6cc744d0aca5\",\r\n                    \"sha256\": \"a0a301b1cc3bca6f4aabad04b9dafba7\",\r\n                    \"__v\": 0,\r\n                    \"bucketFileName\": \"a0a301b1cc3bca6f4aabad04b9dafba7.pdf\",\r\n                    \"contentType\": \"application/pdf\",\r\n                    \"createdAt\": \"2024-02-07T23:30:31.493Z\",\r\n                    \"directoryBucket\": \"greenwishcargo-cargologik-app\",\r\n                    \"name\": \"Pagos%20Collect%20-%20CMI01%20%20CMI02%20%C2%A0CMI03%C2%A0%C2%A0CMI04%20%281%29.pdf\",\r\n                    \"size\": 213846,\r\n                    \"status\": \"active\",\r\n                    \"tenant\": \"6526fc76e1d54babb6d34461\"\r\n                },\r\n                \"fileName\": \"Pagos Collect - CMI01  CMI02  CMI03  CMI04 (1).pdf\",\r\n                \"isExternal\": false,\r\n                \"isPublic\": true,\r\n                \"refName\": \"Comprobante de pago CLP\",\r\n                \"shipment\": \"64da7de982ec98cb0d9fd52b\",\r\n                \"status\": \"active\",\r\n                \"teamPermisions\": [\r\n                    \"64d63f4c1bb0471101e2e272\"\r\n                ],\r\n                \"tenant\": \"64138cd451c1ab803a76568e\",\r\n                \"url\": \"\"\r\n            },\r\n            \"parent\": \"65c4128dc74c6cc744d0a63f\",\r\n            \"status\": \"active\",\r\n            \"type\": \"file\",\r\n            \"__v\": 0,\r\n            \"createdAt\": \"2024-02-07T23:30:31.992Z\",\r\n            \"creationUser\": \"64137ebd51c1ab803a753275\",\r\n            \"editable\": false,\r\n            \"expanded\": false,\r\n            \"order\": 3,\r\n            \"title\": \"Pagos Collect - CMI01  CMI02  CMI03  CMI04 (1).pdf\",\r\n            \"updateUser\": \"64137ebd51c1ab803a753275\",\r\n            \"updatedAt\": \"2024-04-08T22:37:28.668Z\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/file-system/delete","description":"<h3 id=\"description\">Description</h3>\n<p>This endpoint is used to create a new folder in the document file system.</p>\n<h3 id=\"request\">Request</h3>\n<h4 id=\"post-apiv2documentfile-system\">POST <code>/api/v2/document/file-system</code></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authorization</td>\n<td>Header</td>\n<td>JWT Authorization Token.</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>Header</td>\n<td>Content type of the request (JSON).</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>Title of the folder.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Type of the item (folder in this case).</td>\n</tr>\n<tr>\n<td>parent</td>\n<td>String</td>\n<td>ID of the parent folder.</td>\n</tr>\n<tr>\n<td>order</td>\n<td>Integer</td>\n<td>Order of the folder.</td>\n</tr>\n<tr>\n<td>document</td>\n<td>Any</td>\n<td>Document content (null for a folder).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","file-system","delete"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"b5f2aeb8-90b8-4ee7-95e3-482967c99705","name":"Update document","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"documentId\": \"6612b7815ab6928b7f365fdc\",\r\n    \"refName\": \"FF123\",\r\n    \"isPublic\": true,\r\n    \"teamPermisions\": [\r\n        \"64137ebd51c1ab803a753275\",\r\n        \"64931b0d377ac6b970a31f21\",\r\n        \"64ecaba4867ac4d8c709b82e\",\r\n        \"655549b70d502ab09edc0fbf\",\r\n        \"65f3e6e99cf74726783eee0d\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/document/update"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"acknowledged\": true,\n    \"modifiedCount\": 0,\n    \"upsertedId\": null,\n    \"upsertedCount\": 0,\n    \"matchedCount\": 1\n}"}],"_postman_id":"1ff6ad8e-3217-497f-9f99-0f3c8af530e9"}],"id":"dd249aa6-9244-4737-93c9-09313b4ac086","_postman_id":"dd249aa6-9244-4737-93c9-09313b4ac086","description":""},{"name":"Email","item":[{"name":"Send Email Notification","id":"cda63150-65bf-4c1a-b5d5-a37800d19090","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": [\r\n        \"diego.echeverry@cargologik.com\"\r\n    ],\r\n    \"subject\": \"Prueba Quote Request\",\r\n    \"text\": \"Prueba Quote Request\",\r\n    \"code\": \"dinamic-template\",\r\n    \"codeNotification\": \"lsp_signs_up\",\r\n    \"payload\": {\r\n        \"_id\": \"6412497440f42f85f14c8555\",\r\n        \"checksum\": \"4bcdb0bdb63a43b859abcdc887b47bfb671d84a5719f8b85377bdb2b0863ef5f\",\r\n        \"__v\": 0,\r\n        \"assignedTo\": {\r\n            \"_id\": \"64124974b0091d5292d383cb\",\r\n            \"firstName\": \"Diego\",\r\n            \"lastName\": \"Echeverry\",\r\n            \"email\": \"diego.echeverry15@cargologik.com\"\r\n        },\r\n        \"category\": \"user\",\r\n        \"company\": {\r\n            \"_id\": \"6412497440f42f85f14c8550\",\r\n            \"name\": \"codytion15\"\r\n        },\r\n        \"booking\": {\r\n            \"_id\": \"6457d9059ef75725bd898d19\",\r\n            \"bookingId\": \"M1_BARCELONA_JAMAICA_FAK\",\r\n            \"cityDestination\": {\r\n                \"address\": \"Jamaica\",\r\n                \"countryCode\": \"JM\",\r\n                \"lat\": 18.109581,\r\n                \"lng\": -77.297508\r\n            },\r\n            \"cityOrigin\": {\r\n                \"address\": \"Barcelona, Provincia de Barcelona, España\",\r\n                \"countryCode\": \"ES\",\r\n                \"lat\": 41.3873974,\r\n                \"lng\": 2.168568\r\n            },\r\n            \"commodity\": \"fak\"\r\n        },\r\n        \"quote\": {\r\n            \"_id\": \"64557a38130bcc88d7abef10\",\r\n            \"quoteId\": \"M1_BARCELONA_JAMAICA_FAK\",\r\n            \"cityDestination\": {\r\n                \"address\": \"Jamaica\",\r\n                \"countryCode\": \"JM\",\r\n                \"lat\": 18.109581,\r\n                \"lng\": -77.297508\r\n            },\r\n            \"cityOrigin\": {\r\n                \"address\": \"Barcelona, Provincia de Barcelona, España\",\r\n                \"countryCode\": \"ES\",\r\n                \"lat\": 41.3873974,\r\n                \"lng\": 2.168568\r\n            },\r\n            \"commodity\": \"fak\"\r\n        },\r\n        \"shipment\": {\r\n            \"shipmentId\": \"M109_CANC-N_DARMSTADT_ABS-PLASTIC-PIP\",\r\n            \"commodity\": \"ABS plastic pipe cap\",\r\n            \"destination\": {\r\n                \"address\": \"Darmstadt, Alemania\",\r\n                \"countryCode\": \"DE\",\r\n                \"lat\": 49.8728253,\r\n                \"lng\": 8.6511929\r\n            },\r\n            \"origin\": {\r\n                \"address\": \"Cancún, Quintana Roo, México\",\r\n                \"countryCode\": \"MX\",\r\n                \"lat\": 21.161908,\r\n                \"lng\": -86.8515279\r\n            }\r\n        },\r\n        \"createdAt\": \"2023/03/15 05:40 PM\",\r\n        \"creationUser\": {\r\n            \"_id\": \"64124974b0091d5292d383cb\",\r\n            \"firstName\": \"Diego Cliente 1\",\r\n            \"lastName\": \"Diego\",\r\n            \"email\": \"diego.echeverry15@cargologik.com\"\r\n        },\r\n        \"description\": \"Se registro compañia\",\r\n        \"isCollaborator\": false,\r\n        \"isFavorite\": false,\r\n        \"message\": \"hola Pedro\",\r\n        \"status\": \"unread\",\r\n        \"tenant\": \"64124974b0091d5292d383c9\",\r\n        \"user\": {\r\n            \"_id\": \"64124974b0091d5292d383cb\",\r\n            \"firstName\": \"Mario\",\r\n            \"lastName\": \"Arenas\",\r\n            \"email\": \"diego.echeverry15@cargologik.com\"\r\n        },\r\n        \"items\": [\r\n            {\r\n                \"_id\": \"64be8fce82ec98cb0d987982\",\r\n                \"code\": \"lsp_signs_up\",\r\n                \"copy\": \"<h1>$d0</h1><h2>$d1$first_name$d2</h2><p>$d3$lsp_company_name$d4</p><ul>    <li><strong>$d5</strong> $lsp_domain_url</li>    <li><strong>$d6</strong> $lsp_user_email</li>    <li><strong>$d7</strong> $lsp_user_temporary_password</li></ul><div class=\\\"button-container\\\"><a href=\\\"$lsp_domain_url_button\\\" target=\\\"_blank\\\" class=\\\"button button-link\\\">$d8</a></div>\",\r\n                \"createdAt\": \"2023-10-23T13:50:43.772Z\",\r\n                \"selectors\": [\r\n                    {\r\n                        \"selector\": \"assignedTo.firstName\",\r\n                        \"field\": \"first_name\"\r\n                    },\r\n                    {\r\n                        \"selector\": \"lsp_company_name\",\r\n                        \"field\": \"lsp_company_name\"\r\n                    },\r\n                    {\r\n                        \"selector\": \"lsp_domain_url\",\r\n                        \"field\": \"lsp_domain_url\"\r\n                    },\r\n                    {\r\n                        \"selector\": \"lsp_user_email\",\r\n                        \"field\": \"lsp_user_email\"\r\n                    },\r\n                    {\r\n                        \"selector\": \"lsp_user_temporary_password\",\r\n                        \"field\": \"lsp_user_temporary_password\"\r\n                    },\r\n                    {\r\n                        \"selector\": \"lsp_domain_url_button\",\r\n                        \"field\": \"lsp_domain_url_button\"\r\n                    },\r\n                    {\r\n                        \"selector\": \"translate.lsp_signs_up_d0\",\r\n                        \"field\": \"d0\"\r\n                    },\r\n                    {\r\n                        \"selector\": \"translate.lsp_signs_up_d1\",\r\n                        \"field\": \"d1\"\r\n                    },\r\n                    {\r\n                        \"selector\": \"translate.lsp_signs_up_d2\",\r\n                        \"field\": \"d2\"\r\n                    },\r\n                    {\r\n                        \"selector\": \"translate.lsp_signs_up_d3\",\r\n                        \"field\": \"d3\"\r\n                    },\r\n                    {\r\n                        \"selector\": \"translate.lsp_signs_up_d4\",\r\n                        \"field\": \"d4\"\r\n                    },\r\n                    {\r\n                        \"selector\": \"translate.lsp_signs_up_d5\",\r\n                        \"field\": \"d5\"\r\n                    },\r\n                    {\r\n                        \"selector\": \"translate.lsp_signs_up_d6\",\r\n                        \"field\": \"d6\"\r\n                    },\r\n                    {\r\n                        \"selector\": \"translate.lsp_signs_up_d7\",\r\n                        \"field\": \"d7\"\r\n                    },\r\n                    {\r\n                        \"selector\": \"translate.lsp_signs_up_d8\",\r\n                        \"field\": \"d8\"\r\n                    }\r\n                ],\r\n                \"title\": \"An LSP signs up\",\r\n                \"type\": \"lsp\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://us-central1-cargologik.cloudfunctions.net/util-email-api","description":"<p><em><strong>Send Email</strong></em></p>\n<p>This endpoint allows you to send notifications using a template code created by cargologik.</p>\n<ul>\n<li><strong>Method:</strong> POST</li>\n<li><strong>PATH:</strong> /util-email-api</li>\n</ul>\n<p><strong>Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>to</strong></td>\n<td>Recipient(s) of the email</td>\n<td>Array of Strings</td>\n</tr>\n<tr>\n<td><strong>subject</strong></td>\n<td>Email subject</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td><strong>text</strong></td>\n<td>Email content</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td><strong>code</strong></td>\n<td>Dynamic template code</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td><strong>codeNotification</strong></td>\n<td>Notification code</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td><strong>payload</strong></td>\n<td>Payload (can be an object with additional information)</td>\n<td>Object</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["util-email-api"],"host":["us-central1-cargologik","cloudfunctions","net"],"query":[],"variable":[]}},"response":[{"id":"72ae576c-31c7-4201-97c2-733f3ca4c1e4","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": [\r\n        \"carlos.caguana+dev1@cargologik.com\"\r\n    ],\r\n    \"subject\": \"Prueba Quote Request\",\r\n    \"text\": \"Prueba Quote Request\",\r\n    \"code\": \"dinamic-template\",\r\n    \"codeNotification\": \"lsp_signs_up\",\r\n    \"payload\": {\r\n        \"_id\": \"6412497440f42f85f14c8555\",\r\n        \"checksum\": \"4bcdb0bdb63a43b859abcdc887b47bfb671d84a5719f8b85377bdb2b0863ef5f\",\r\n        \"__v\": 0,\r\n        \"assignedTo\": {\r\n            \"_id\": \"64124974b0091d5292d383cb\",\r\n            \"firstName\": \"Diego\",\r\n            \"lastName\": \"Echeverry\",\r\n            \"email\": \"diego.echeverry15@cargologik.com\"\r\n        },\r\n        \"category\": \"user\",\r\n        \"company\": {\r\n            \"_id\": \"6412497440f42f85f14c8550\",\r\n            \"name\": \"codytion15\"\r\n        },\r\n        \"booking\": {\r\n            \"_id\": \"6457d9059ef75725bd898d19\",\r\n            \"bookingId\": \"M1_BARCELONA_JAMAICA_FAK\",\r\n            \"cityDestination\": {\r\n                \"address\": \"Jamaica\",\r\n                \"countryCode\": \"JM\",\r\n                \"lat\": 18.109581,\r\n                \"lng\": -77.297508\r\n            },\r\n            \"cityOrigin\": {\r\n                \"address\": \"Barcelona, Provincia de Barcelona, España\",\r\n                \"countryCode\": \"ES\",\r\n                \"lat\": 41.3873974,\r\n                \"lng\": 2.168568\r\n            },\r\n            \"commodity\": \"fak\"\r\n        },\r\n        \"quote\": {\r\n            \"_id\": \"64557a38130bcc88d7abef10\",\r\n            \"quoteId\": \"M1_BARCELONA_JAMAICA_FAK\",\r\n            \"cityDestination\": {\r\n                \"address\": \"Jamaica\",\r\n                \"countryCode\": \"JM\",\r\n                \"lat\": 18.109581,\r\n                \"lng\": -77.297508\r\n            },\r\n            \"cityOrigin\": {\r\n                \"address\": \"Barcelona, Provincia de Barcelona, España\",\r\n                \"countryCode\": \"ES\",\r\n                \"lat\": 41.3873974,\r\n                \"lng\": 2.168568\r\n            },\r\n            \"commodity\": \"fak\"\r\n        },\r\n        \"shipment\": {\r\n            \"shipmentId\": \"M109_CANC-N_DARMSTADT_ABS-PLASTIC-PIP\",\r\n            \"commodity\": \"ABS plastic pipe cap\",\r\n            \"destination\": {\r\n                \"address\": \"Darmstadt, Alemania\",\r\n                \"countryCode\": \"DE\",\r\n                \"lat\": 49.8728253,\r\n                \"lng\": 8.6511929\r\n            },\r\n            \"origin\": {\r\n                \"address\": \"Cancún, Quintana Roo, México\",\r\n                \"countryCode\": \"MX\",\r\n                \"lat\": 21.161908,\r\n                \"lng\": -86.8515279\r\n            }\r\n        },\r\n        \"createdAt\": \"2023/03/15 05:40 PM\",\r\n        \"creationUser\": {\r\n            \"_id\": \"64124974b0091d5292d383cb\",\r\n            \"firstName\": \"Diego Cliente 1\",\r\n            \"lastName\": \"Diego\",\r\n            \"email\": \"diego.echeverry15@cargologik.com\"\r\n        },\r\n        \"description\": \"Se registro compañia\",\r\n        \"isCollaborator\": false,\r\n        \"isFavorite\": false,\r\n        \"message\": \"hola Pedro\",\r\n        \"status\": \"unread\",\r\n        \"tenant\": \"64124974b0091d5292d383c9\",\r\n        \"user\": {\r\n            \"_id\": \"64124974b0091d5292d383cb\",\r\n            \"firstName\": \"Mario\",\r\n            \"lastName\": \"Arenas\",\r\n            \"email\": \"diego.echeverry15@cargologik.com\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://us-central1-cargologik.cloudfunctions.net/util-email-api"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Etag","value":"W/\"12-89ySnNMpva4I7g7gJHHymwmDnII\""},{"key":"Function-Execution-Id","value":"jf0nklf1zyrj"},{"key":"X-Cloud-Trace-Context","value":"c297537886b42152980325fced6fba0d;o=1"},{"key":"Date","value":"Thu, 12 Oct 2023 15:33:57 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"18"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"Message published."}],"_postman_id":"cda63150-65bf-4c1a-b5d5-a37800d19090"},{"name":"Send Email Notification - Template","id":"20618880-2375-4343-ae2d-714c1346e956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": [\r\n        \"diego.echeverry@cargologik.com\"\r\n    ],\r\n    \"subject\": \"Sincronización cón Softcargo Parte 2: Exitosa\",\r\n    \"text\": \"Sincronización cón Softcargo Parte 2: Exitosa\",\r\n    \"code\": \"dinamic-template\",\r\n    \"codeNotification\": \"lsp_softcargo_report\",\r\n    \"payload\": {\r\n        \"html_table_data\": \"<div style='font-family: Arial, sans-serif; background-color: #f5f5f5; padding: 20px; border-radius: 5px; width: 300px;'><h2 style='color: #333; text-align: center;'>Resumen de Sincronización</h2><p><strong>Fecha de Inicio:</strong> ${startDate}</p><p><strong>Fecha de Fin:</strong> ${endDate}</p><p><strong>Tiempo Transcurrido (minutos):</strong> ${elapsedTimeMinutes}</p></div>\",\r\n        \"items\": [\r\n            {\r\n                \"_id\": \"64be8fce82ec98cb0d987982\",\r\n                \"code\": \"lsp_softcargo_report\",\r\n                \"createdAt\": \"2023-10-23T13:50:43.772Z\",\r\n                \"selectors\": [\r\n                    {\r\n                        \"selector\": \"translate.lsp_softcargo_report_d0\",\r\n                        \"field\": \"d0\"\r\n                    },\r\n                    {\r\n                        \"selector\": \"translate.lsp_softcargo_report_d1\",\r\n                        \"field\": \"d1\"\r\n                    },\r\n                    {\r\n                        \"selector\": \"translate.lsp_softcargo_report_d2\",\r\n                        \"field\": \"d2\"\r\n                    }\r\n                ],\r\n                \"title\": \"An LSP signs up\",\r\n                \"type\": \"lsp\"\r\n            }\r\n        ],\r\n        \"translate\": {\r\n            \"lsp_softcargo_report_d0\": \"Notificación Logunsa\",\r\n            \"lsp_softcargo_report_d1\": \"Este es el informe de logunsa\",\r\n            \"lsp_softcargo_report_d2\": \":\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://us-central1-cargologik.cloudfunctions.net/util-email-api","urlObject":{"protocol":"https","path":["util-email-api"],"host":["us-central1-cargologik","cloudfunctions","net"],"query":[],"variable":[]}},"response":[{"id":"1da6d14e-657b-4c5e-887b-9f9786beb18b","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"to\": [\r\n        \"diego.echeverry@cargologik.com\"\r\n    ],\r\n    \"subject\": \"Sincronización cón Softcargo Parte 2: Exitosa\",\r\n    \"text\": \"Sincronización cón Softcargo Parte 2: Exitosa\",\r\n    \"code\": \"dinamic-template\",\r\n    \"codeNotification\": \"lsp_softcargo_report\",\r\n    \"payload\": {\r\n        \"html_table_data\": \"<div style='font-family: Arial, sans-serif; background-color: #f5f5f5; padding: 20px; border-radius: 5px; width: 300px;'><h2 style='color: #333; text-align: center;'>Resumen de Sincronización</h2><p><strong>Fecha de Inicio:</strong> ${startDate}</p><p><strong>Fecha de Fin:</strong> ${endDate}</p><p><strong>Tiempo Transcurrido (minutos):</strong> ${elapsedTimeMinutes}</p></div>\",\r\n        \"items\": [\r\n            {\r\n                \"_id\": \"64be8fce82ec98cb0d987982\",\r\n                \"code\": \"lsp_softcargo_report\",\r\n                \"createdAt\": \"2023-10-23T13:50:43.772Z\",\r\n                \"selectors\": [\r\n                    {\r\n                        \"selector\": \"translate.lsp_softcargo_report_d0\",\r\n                        \"field\": \"d0\"\r\n                    },\r\n                    {\r\n                        \"selector\": \"translate.lsp_softcargo_report_d1\",\r\n                        \"field\": \"d1\"\r\n                    },\r\n                    {\r\n                        \"selector\": \"translate.lsp_softcargo_report_d2\",\r\n                        \"field\": \"d2\"\r\n                    }\r\n                ],\r\n                \"title\": \"An LSP signs up\",\r\n                \"type\": \"lsp\"\r\n            }\r\n        ],\r\n        \"translate\": {\r\n            \"lsp_softcargo_report_d0\": \"Notificación Logunsa\",\r\n            \"lsp_softcargo_report_d1\": \"Este es el informe de logunsa\",\r\n            \"lsp_softcargo_report_d2\": \":\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://us-central1-cargologik.cloudfunctions.net/util-email-api"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"20618880-2375-4343-ae2d-714c1346e956"}],"id":"384acfab-ff92-45a8-ab91-67e3f2262635","_postman_id":"384acfab-ff92-45a8-ab91-67e3f2262635","description":""},{"name":"Map","item":[{"name":"Save Config map","id":"e85a0138-3a12-49b5-b864-fd9dc5601951","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"colorMap\": \"color\",\r\n  \"showMap\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/map/config/save","description":"<p>This endpoint allows you to save the map configuration.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>colorMap</td>\n<td>Map color setting: \"color,\" \"gray,\" or \"dark\"</td>\n<td>String</td>\n</tr>\n<tr>\n<td>showMap</td>\n<td>Whether to display the map: \"true\" or \"false\"</td>\n<td>Boolean</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","port":"3000","path":["api","v2","map","config","save"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6a0eb527-bb1c-478e-aa0f-db3af57ce5f8","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"colorMap\": \"color\",\r\n  \"showMap\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/map/config/save"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"207"},{"key":"ETag","value":"W/\"cf-r6ObWYkm4vAVQXKCjj25Ddff2jc\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 12 Oct 2023 19:55:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"configMap\": {\n        \"_id\": \"64b6ebb601f0bff3ba31a1c3\",\n        \"creationUser\": \"64921d28a1727236e13bcb9d\",\n        \"tenant\": \"64921d2ea1727236e13bcf8f\",\n        \"__v\": 0,\n        \"colorMap\": \"color\",\n        \"createdAt\": \"2023-07-18T19:44:55.710Z\",\n        \"showMap\": true\n    }\n}"}],"_postman_id":"e85a0138-3a12-49b5-b864-fd9dc5601951"},{"name":"get Config map","id":"84845f46-d919-442c-9e1a-d5156895ccc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"url":"{{URL}}/api/v2/map/config","description":"<p>This endpoint allows you to query the map configuration by company.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>configMap</td>\n<td>Map configuration object</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>colorMap</td>\n<td>Map color setting</td>\n<td>String</td>\n</tr>\n<tr>\n<td>showMap</td>\n<td>Whether to display the map</td>\n<td>Boolean</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","map","config"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"0f5e9ee3-a18b-4ad1-bfb9-453a96890b8a","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"url":"{{URL}}/api/v2/map/config"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"ETag","value":"W/\"31-QGIjFEBWzUZaf+bQp/6LcJbfgbU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 12 Oct 2023 19:50:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"configMap\": {\n        \"colorMap\": \"black\",\n        \"showMap\": true\n    }\n}"}],"_postman_id":"84845f46-d919-442c-9e1a-d5156895ccc5"}],"id":"cfe91eb6-663c-45c9-b714-c2e92d9cfba0","_postman_id":"cfe91eb6-663c-45c9-b714-c2e92d9cfba0","description":""},{"name":"Notification","item":[{"name":"List Notifications","id":"752504bb-467b-4432-b5e0-e0be4ab17338","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"filter\": {\r\n   \r\n  },\r\n  \"search\": \"\",\r\n  \"page\": 1,\r\n  \"lastPage\": 1,\r\n  \"limit\": 10,\r\n  \"sort\": {},\r\n  \"type\": \"[TASK] Filter Table Type\",\r\n  \"fields\": [\r\n    \"category\",\r\n    \"description\",\r\n    \"relatedTo\",\r\n    \"createdAt\",\r\n    \"createdTime\",\r\n    \"description\",\r\n    \"shipment._id\",\r\n    \"shipment.shipmentId\",\r\n    \"shipment.referenceName\",\r\n    \"booking._id\",\r\n    \"booking.bookingId\",\r\n    \"booking.referenceName\",\r\n    \"quote._id\",\r\n    \"quote.quoteId\",\r\n    \"quote.referenceName\",\r\n    \"task._id\",\r\n    \"task.taskId\",\r\n    \"task.eventCalendar.title\",\r\n    \"task.eventCalendar.description\",\r\n    \"status\",\r\n    \"document._id\",\r\n    \"document.file.name\",\r\n    \"document.quote._id\",\r\n    \"document.quote.quoteId\",\r\n    \"document.quote.referenceName\",\r\n    \"document.booking._id\",\r\n    \"document.booking.bookingId\",\r\n    \"document.booking.referenceName\",\r\n    \"document.shipment._id\",\r\n    \"document.shipment.shipmentId\",\r\n    \"document.shipment.referenceName\",\r\n    \"isFavorite\",\r\n    \"markAsRead\",\r\n    \"createdAt\",\r\n    \"assignedTo.firstName\",\r\n    \"assignedTo.lastName\",\r\n    \"assignedTo.urlPhotoProfile\"\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/notification/list","description":"<p><strong>Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Current page number in the results pagination.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Maximum limit of items per page.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>fields</td>\n<td>List of strings specifying additional parameters to include in the response. In this case, the list of fields is empty, indicating that no additional fields have been specified.</td>\n<td>Array of Strings</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>data</strong></td>\n<td>Array of data objects</td>\n<td>Array of Objects</td>\n</tr>\n<tr>\n<td>- <strong>_id</strong></td>\n<td>Unique identifier for the data object</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>assignedTo</strong></td>\n<td>Information about the assigned user</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>- <strong>_id</strong></td>\n<td>Unique identifier of the assigned user</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>firstName</strong></td>\n<td>First name of the assigned user</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>lastName</strong></td>\n<td>Last name of the assigned user</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>urlPhotoProfile</strong></td>\n<td>URL of the user's profile photo</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>fullName</strong></td>\n<td>Full name of the assigned user</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>category</strong></td>\n<td>Category of the data object</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>company</strong></td>\n<td>Company information</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>createdAt</strong></td>\n<td>Creation date and time of the data object</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>description</strong></td>\n<td>Description of the data object</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>isFavorite</strong></td>\n<td>Indicates whether the data object is marked as favorite</td>\n<td>Boolean (boolean)</td>\n</tr>\n<tr>\n<td>- <strong>markAsRead</strong></td>\n<td>Indicates whether the data object is marked as read</td>\n<td>Boolean (boolean)</td>\n</tr>\n<tr>\n<td>- <strong>status</strong></td>\n<td>Status of the data object</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>tenant</strong></td>\n<td>Tenant information</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>task</strong></td>\n<td>Task information (empty object)</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>- <strong>createdTime</strong></td>\n<td>Creation date and time of the data object</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td>Overall status of the response</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td><strong>pagingCounter</strong></td>\n<td>Paging counter</td>\n<td>Number (number)</td>\n</tr>\n<tr>\n<td><strong>totalPages</strong></td>\n<td>Total number of pages</td>\n<td>Number (number)</td>\n</tr>\n<tr>\n<td><strong>hasPrevPage</strong></td>\n<td>Indicates if there is a previous page</td>\n<td>Boolean (boolean)</td>\n</tr>\n<tr>\n<td><strong>hasNextPage</strong></td>\n<td>Indicates if there is a next page</td>\n<td>Boolean (boolean)</td>\n</tr>\n<tr>\n<td><strong>prevPage</strong></td>\n<td>Number of the previous page</td>\n<td>Number (number)</td>\n</tr>\n<tr>\n<td><strong>nextPage</strong></td>\n<td>Number of the next page</td>\n<td>Number (number)</td>\n</tr>\n<tr>\n<td><strong>totalItems</strong></td>\n<td>Total number of items</td>\n<td>Number (number)</td>\n</tr>\n<tr>\n<td><strong>page</strong></td>\n<td>Current page number</td>\n<td>Number (number)</td>\n</tr>\n<tr>\n<td><strong>limit</strong></td>\n<td>Maximum limit for items per page</td>\n<td>Number (number)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","notification","list"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"4f32730e-9c0a-4f3f-b1ff-7e82738124ea","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"filter\": {\r\n   \r\n  },\r\n  \"search\": \"\",\r\n  \"page\": 1,\r\n  \"lastPage\": 1,\r\n  \"limit\": 10,\r\n  \"sort\": {},\r\n  \"type\": \"[TASK] Filter Table Type\",\r\n  \"fields\": [\r\n    \"category\",\r\n    \"description\",\r\n    \"relatedTo\",\r\n    \"createdAt\",\r\n    \"createdTime\",\r\n    \"description\",\r\n    \"shipment._id\",\r\n    \"shipment.shipmentId\",\r\n    \"shipment.referenceName\",\r\n    \"booking._id\",\r\n    \"booking.bookingId\",\r\n    \"booking.referenceName\",\r\n    \"quote._id\",\r\n    \"quote.quoteId\",\r\n    \"quote.referenceName\",\r\n    \"task._id\",\r\n    \"task.taskId\",\r\n    \"task.eventCalendar.title\",\r\n    \"task.eventCalendar.description\",\r\n    \"status\",\r\n    \"document._id\",\r\n    \"document.file.name\",\r\n    \"document.quote._id\",\r\n    \"document.quote.quoteId\",\r\n    \"document.quote.referenceName\",\r\n    \"document.booking._id\",\r\n    \"document.booking.bookingId\",\r\n    \"document.booking.referenceName\",\r\n    \"document.shipment._id\",\r\n    \"document.shipment.shipmentId\",\r\n    \"document.shipment.referenceName\",\r\n    \"isFavorite\",\r\n    \"markAsRead\",\r\n    \"createdAt\",\r\n    \"assignedTo.firstName\",\r\n    \"assignedTo.lastName\",\r\n    \"assignedTo.urlPhotoProfile\"\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/notification/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"1823-bqQ2brn15mMjDjNJfXjA6TcZr6o\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Wed, 03 Apr 2024 20:45:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"660dbdfb5ab6928b7fc089c5\",\n            \"assignedTo\": {\n                \"_id\": \"64961c54416606c8874e1e60\",\n                \"firstName\": \"Shipper\",\n                \"lastName\": \"Pedro\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Shipper Pedro\"\n            },\n            \"booking\": {\n                \"_id\": \"660db9b378dfb2df7299a633\",\n                \"bookingId\": \"M130_COSTA_CANADA_FAK\",\n                \"referenceName\": \"TEST T3\"\n            },\n            \"category\": \"booking\",\n            \"company\": \"64961c56a1727236e1959277\",\n            \"createdAt\": \"2024-04-03T20:37:15.316Z\",\n            \"description\": \"A Booking from Logunsa has been Edited\",\n            \"isFavorite\": false,\n            \"markAsRead\": false,\n            \"status\": \"unread\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"task\": {},\n            \"createdTime\": \"2024-04-03T20:37:15.316Z\"\n        },\n        {\n            \"_id\": \"660db9bf5ab6928b7fbf826e\",\n            \"assignedTo\": {\n                \"_id\": \"64961c54416606c8874e1e60\",\n                \"firstName\": \"Shipper\",\n                \"lastName\": \"Pedro\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Shipper Pedro\"\n            },\n            \"booking\": {\n                \"_id\": \"660db9b378dfb2df7299a633\",\n                \"bookingId\": \"M130_COSTA_CANADA_FAK\",\n                \"referenceName\": \"TEST T3\"\n            },\n            \"category\": \"booking\",\n            \"company\": \"64961c56a1727236e1959277\",\n            \"createdAt\": \"2024-04-03T20:19:11.045Z\",\n            \"description\": \"Customer1 created a new Booking\",\n            \"isFavorite\": false,\n            \"markAsRead\": false,\n            \"status\": \"unread\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"task\": {},\n            \"createdTime\": \"2024-04-03T20:19:11.045Z\"\n        },\n        {\n            \"_id\": \"660c6cf45ab6928b7f59117f\",\n            \"assignedTo\": {\n                \"_id\": \"64961c54416606c8874e1e60\",\n                \"firstName\": \"Shipper\",\n                \"lastName\": \"Pedro\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Shipper Pedro\"\n            },\n            \"category\": \"task\",\n            \"company\": \"6496187f0b7497f3261b4260\",\n            \"createdAt\": \"2024-04-02T20:39:16.256Z\",\n            \"description\": \"Pedro Pablo holguin created a new Task in Cargologik\",\n            \"isFavorite\": false,\n            \"markAsRead\": false,\n            \"status\": \"unread\",\n            \"task\": {\n                \"_id\": \"660c6cf35ab6928b7f59112c\",\n                \"taskId\": \"833f02908a873fc2c969449f4a79cc2c\",\n                \"eventCalendar\": {\n                    \"description\": \"wqe\",\n                    \"title\": \"ewqewewq\"\n                }\n            },\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"createdTime\": \"2024-04-02T20:39:16.256Z\"\n        },\n        {\n            \"_id\": \"660c33e75ab6928b7f38d537\",\n            \"assignedTo\": {\n                \"_id\": \"64961c54416606c8874e1e60\",\n                \"firstName\": \"Shipper\",\n                \"lastName\": \"Pedro\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Shipper Pedro\"\n            },\n            \"category\": \"shipment\",\n            \"company\": \"64961c56a1727236e1959277\",\n            \"createdAt\": \"2024-04-02T16:35:50.784Z\",\n            \"description\": \"Shipper Pedro - KLHO25742553 - wq -   has a new Shipment Milestone\",\n            \"isFavorite\": false,\n            \"markAsRead\": false,\n            \"shipment\": {\n                \"_id\": \"65ce36a55f9bcb053b6610d2\",\n                \"shipmentId\": \"M257_ECUADOR_ECUADOR_-2-HEATING-FUEL\",\n                \"referenceName\": \"wq\"\n            },\n            \"status\": \"unread\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"task\": {},\n            \"createdTime\": \"2024-04-02T16:35:50.784Z\"\n        },\n        {\n            \"_id\": \"660c336e5ab6928b7f38ae2f\",\n            \"assignedTo\": {\n                \"_id\": \"64961c54416606c8874e1e60\",\n                \"firstName\": \"Shipper\",\n                \"lastName\": \"Pedro\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Shipper Pedro\"\n            },\n            \"category\": \"shipment\",\n            \"company\": \"64961c56a1727236e1959277\",\n            \"createdAt\": \"2024-04-02T16:33:50.401Z\",\n            \"description\": \"Shipper Pedro - KLHO25742553 - wq -   has a new Shipment Milestone\",\n            \"isFavorite\": false,\n            \"markAsRead\": false,\n            \"shipment\": {\n                \"_id\": \"65ce36a55f9bcb053b6610d2\",\n                \"shipmentId\": \"M257_ECUADOR_ECUADOR_-2-HEATING-FUEL\",\n                \"referenceName\": \"wq\"\n            },\n            \"status\": \"unread\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"task\": {},\n            \"createdTime\": \"2024-04-02T16:33:50.401Z\"\n        },\n        {\n            \"_id\": \"660c30fb5ab6928b7f37638a\",\n            \"assignedTo\": {\n                \"_id\": \"64961c54416606c8874e1e60\",\n                \"firstName\": \"Shipper\",\n                \"lastName\": \"Pedro\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Shipper Pedro\"\n            },\n            \"category\": \"shipment\",\n            \"company\": \"64961c56a1727236e1959277\",\n            \"createdAt\": \"2024-04-02T16:23:23.650Z\",\n            \"description\": \"Shipper Pedro - KLHO25742553 - wq -   has a new Shipment Milestone\",\n            \"isFavorite\": false,\n            \"markAsRead\": false,\n            \"shipment\": {\n                \"_id\": \"65ce36a55f9bcb053b6610d2\",\n                \"shipmentId\": \"M257_ECUADOR_ECUADOR_-2-HEATING-FUEL\",\n                \"referenceName\": \"wq\"\n            },\n            \"status\": \"unread\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"task\": {},\n            \"createdTime\": \"2024-04-02T16:23:23.650Z\"\n        },\n        {\n            \"_id\": \"660c2ebb5ab6928b7f366e2a\",\n            \"assignedTo\": {\n                \"_id\": \"64961c54416606c8874e1e60\",\n                \"firstName\": \"Shipper\",\n                \"lastName\": \"Pedro\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Shipper Pedro\"\n            },\n            \"category\": \"shipment\",\n            \"company\": \"64961c56a1727236e1959277\",\n            \"createdAt\": \"2024-04-02T16:13:47.168Z\",\n            \"description\": \"Shipper Pedro - N/A - TEST Shipment2  - New Shipment \",\n            \"isFavorite\": false,\n            \"markAsRead\": false,\n            \"shipment\": {\n                \"_id\": \"660c2eaf5ab6928b7f366941\",\n                \"shipmentId\": \"M268_CANADA_CHINA_FAK\",\n                \"referenceName\": \"TEST Shipment2\"\n            },\n            \"status\": \"unread\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"task\": {},\n            \"createdTime\": \"2024-04-02T16:13:47.168Z\"\n        },\n        {\n            \"_id\": \"660c1d185ab6928b7f307644\",\n            \"assignedTo\": {\n                \"_id\": \"64961c54416606c8874e1e60\",\n                \"firstName\": \"Shipper\",\n                \"lastName\": \"Pedro\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Shipper Pedro\"\n            },\n            \"category\": \"shipment\",\n            \"company\": \"64961c56a1727236e1959277\",\n            \"createdAt\": \"2024-04-02T14:58:31.758Z\",\n            \"description\": \"Shipper Pedro - N/A - TEST Shipment  - New Shipment \",\n            \"isFavorite\": false,\n            \"markAsRead\": false,\n            \"shipment\": {\n                \"_id\": \"660c1d0b5ab6928b7f306f19\",\n                \"shipmentId\": \"M267_CANADA_COSTA_FAK\",\n                \"referenceName\": \"TEST Shipment\"\n            },\n            \"status\": \"unread\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"task\": {},\n            \"createdTime\": \"2024-04-02T14:58:31.758Z\"\n        },\n        {\n            \"_id\": \"66058bb99cf74726786256e3\",\n            \"assignedTo\": {\n                \"_id\": \"64961c54416606c8874e1e60\",\n                \"firstName\": \"Shipper\",\n                \"lastName\": \"Pedro\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Shipper Pedro\"\n            },\n            \"category\": \"task\",\n            \"company\": \"64961c56a1727236e1959277\",\n            \"createdAt\": \"2024-03-28T15:24:41.897Z\",\n            \"description\": \"Carlos Caguana created a new Task\",\n            \"isFavorite\": false,\n            \"markAsRead\": false,\n            \"status\": \"unread\",\n            \"task\": {\n                \"_id\": \"66058bb99cf74726786256ce\",\n                \"taskId\": \"898300a00db0e06530bf34248fe3b679\",\n                \"eventCalendar\": {\n                    \"description\": \"weqewq\",\n                    \"title\": \"Prueba titulo varios\"\n                }\n            },\n            \"tenant\": \"6579f3231ad24826083d4270\",\n            \"createdTime\": \"2024-03-28T15:24:41.897Z\"\n        },\n        {\n            \"_id\": \"6601f54e9cf747267871c058\",\n            \"assignedTo\": {\n                \"_id\": \"64961c54416606c8874e1e60\",\n                \"firstName\": \"Shipper\",\n                \"lastName\": \"Pedro\",\n                \"urlPhotoProfile\": \"\",\n                \"fullName\": \"Shipper Pedro\"\n            },\n            \"category\": \"document\",\n            \"company\": \"6496187f0b7497f3261b4260\",\n            \"createdAt\": \"2024-03-25T22:06:04.377Z\",\n            \"description\": \"Shipper Pedro - N/A - N/A - New Document was uploaded in Cargologik\",\n            \"isFavorite\": false,\n            \"markAsRead\": false,\n            \"shipment\": {\n                \"_id\": \"65d8ff0b5f9bcb053bd171bb\",\n                \"shipmentId\": \"M260_ECUADOR_ECUADOR_-2-HEATING-FUEL\",\n                \"referenceName\": \"wq\"\n            },\n            \"status\": \"unread\",\n            \"tenant\": \"649618800b7497f3261b426d\",\n            \"task\": {},\n            \"createdTime\": \"2024-03-25T22:06:04.377Z\"\n        }\n    ],\n    \"status\": \"success\",\n    \"pagingCounter\": 10,\n    \"totalPages\": 77,\n    \"hasPrevPage\": true,\n    \"hasNextPage\": true,\n    \"prevPage\": 0,\n    \"nextPage\": 2,\n    \"totalItems\": 764,\n    \"page\": 1,\n    \"limit\": 10\n}"}],"_postman_id":"752504bb-467b-4432-b5e0-e0be4ab17338"},{"name":"Archived","id":"ecbf668c-01fd-40fd-b14d-6cd9837afcc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"idNotification\": \"660c336e5ab6928b7f38ae2f\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/notification/archive","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>idNotification</td>\n<td>Unique identifier for notification</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","notification","archive"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"03b1616a-b941-4646-88e0-a95fbcc33517","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"},{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"idNotification\": \"660c336e5ab6928b7f38ae2f\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/notification/archive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"ETag","value":"W/\"2e-YZTMt69EvEW5SWqV9yCucSh77Vg\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Wed, 03 Apr 2024 20:50:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": \"Notification archived\"\n}"}],"_postman_id":"ecbf668c-01fd-40fd-b14d-6cd9837afcc6"},{"name":"Cancel","id":"3f4d8b20-6464-4a8f-9b91-7a83c3815deb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"idNotification\": \"660348249cf7472678dc1a5c\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/notification/cancel","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>idNotification</td>\n<td>Unique identifier for notification</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","notification","cancel"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"7153d33c-98b5-4a90-90a6-122acd5e5f02","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"idNotification\": \"660348249cf7472678dc1a5c\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/notification/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-jWdkRYoLyLodsaBpLKC6H61uH90\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 04 Apr 2024 12:47:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": \"Notification cancelled\"\n}"}],"_postman_id":"3f4d8b20-6464-4a8f-9b91-7a83c3815deb"},{"name":"Favorite","id":"7fc289a9-ca9e-4aa8-9772-52fd341a55b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"660dbdfb5ab6928b7fc089d4\",\r\n    \"isFavorite\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/notification/favorite","description":"<p><strong>Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Unique identifier representing the notification ID.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>isFavorite</td>\n<td>A boolean indicating whether the notification is marked as a favorite (in this case, set to \"true\").</td>\n<td>Boolean</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","notification","favorite"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"20d6bc6f-1d46-40d4-b54b-893d838fb3db","name":"Example","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"660dbdfb5ab6928b7fc089d4\",\r\n    \"isFavorite\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/notification/favorite"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-7beqYu/1DUbou0GdjM8HqvqtWGM\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 04 Apr 2024 12:49:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"isFavorite\": true\n    }\n}"}],"_postman_id":"7fc289a9-ca9e-4aa8-9772-52fd341a55b6"},{"name":"Read","id":"19c222e8-cf02-453b-bb21-e6c3ec68b0ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"660dbdfb5ab6928b7fc089d4\",\r\n    \"markAsRead\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/notification/mark-as-read","description":"<p><strong>Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th><strong>Description</strong></th>\n<th><strong>Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Unique identifier representing the notification ID.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>markAsRead</td>\n<td>A boolean indicating whether the notification is marked as read (in this case, set to \"true\").</td>\n<td>Boolean</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","notification","mark-as-read"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"b7575c9d-0c9f-413e-bbe1-9667c7d184fb","name":"Example","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"660dbdfb5ab6928b7fc089d4\",\r\n    \"markAsRead\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/notification/mark-as-read"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-OIwhvbewFDT39UWP6JmN6bDmlPQ\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 04 Apr 2024 12:53:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"markAsRead\": true\n    }\n}"}],"_postman_id":"19c222e8-cf02-453b-bb21-e6c3ec68b0ca"},{"name":"MaskAsRead","id":"2103afc7-7931-4e7c-b089-7dc13ca79565","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"660eade55ab6928b7f054635\",\r\n    \"markAsRead\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/notification/mark-as-read","description":"<p><strong>Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th><strong>Description</strong></th>\n<th><strong>Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Unique identifier representing the notification ID.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>markAsRead</td>\n<td>A boolean indicating whether the notification is marked as read (in this case, set to \"true\").</td>\n<td>Boolean</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","notification","mark-as-read"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"90c82ca0-e943-44f4-8d1e-fbfbc2bb7280","name":"Example","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"660eade55ab6928b7f054635\",\r\n    \"markAsRead\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/notification/mark-as-read"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-OIwhvbewFDT39UWP6JmN6bDmlPQ\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 04 Apr 2024 15:00:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"markAsRead\": true\n    }\n}"}],"_postman_id":"2103afc7-7931-4e7c-b089-7dc13ca79565"},{"name":"listPubnub","id":"b4db1b6d-4708-4800-9e94-2be2c76fee4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"channel\": \"notifications.649618800b7497f3261b426f\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/notification/listPubnub","description":"<p><strong>Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th><strong>Description</strong></th>\n<th><strong>Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>channel</td>\n<td>PubNub channel name.</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","notification","listPubnub"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"e58ec272-f2d8-42ee-9021-28b35bd25148","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"channel\": \"notifications.649618800b7497f3261b426f\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/notification/listPubnub"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"8c3a-LwM4oa7TxtlLzbOIy4FurG4ZI/8\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 04 Apr 2024 12:58:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"messages\": [\n            {\n                \"timetoken\": 17120699146190680,\n                \"entry\": {\n                    \"body\": \"Shipment ID M267_CANADA_COSTA_FAK has been Created\",\n                    \"data\": {\n                        \"0\": \"l\",\n                        \"1\": \"s\",\n                        \"2\": \"p\",\n                        \"mbl\": \"\",\n                        \"shipment_reference\": \"TEST Shipment\",\n                        \"shipper_company_name\": \"Shipper Pedro\",\n                        \"lsp_company_name\": \"Customer1\",\n                        \"trade\": \"\",\n                        \"vesselNumber\": \"\",\n                        \"pickupAddress\": \"\",\n                        \"emailSupport\": \"\",\n                        \"incoterm\": \"FCA\",\n                        \"urlRedirect\": \"/share/shipment-detail/660c1d0b5ab6928b7f306f19\",\n                        \"session_company\": \"Customer1\",\n                        \"portDestination\": null,\n                        \"inEmail\": true,\n                        \"notes\": \"\",\n                        \"bookingNumber\": \"\",\n                        \"packagesInfo\": [\n                            {\n                                \"weightMetric\": \"kg\",\n                                \"weight\": \"2\",\n                                \"volumeMetric\": \"m³\",\n                                \"volume\": \"2\",\n                                \"amount\": 2,\n                                \"packageType\": \"Dry 20'\",\n                                \"hazardousMaterials\": \"0\"\n                            }\n                        ],\n                        \"configTracking\": \"mbl\",\n                        \"totalWeight\": 2,\n                        \"pickupDate\": null,\n                        \"attachments\": [],\n                        \"totalVolumetricWeight\": 0,\n                        \"createdAt\": \"2024/04/02 09:58 AM\",\n                        \"category\": \"shipment\",\n                        \"inApp\": true,\n                        \"accessorials\": [],\n                        \"participants\": [],\n                        \"shipment\": {\n                            \"origin\": {\n                                \"lat\": 56.130366,\n                                \"lng\": -106.346771,\n                                \"countryCode\": \"CA\",\n                                \"address\": \"Canada\"\n                            },\n                            \"hbl\": \"\",\n                            \"commodity\": \"FAK\",\n                            \"company\": {\n                                \"_id\": \"64961c56a1727236e1959277\",\n                                \"type\": \"shipper\",\n                                \"name\": \"Shipper Pedro\"\n                            },\n                            \"destination\": {\n                                \"lat\": 9.748916999999999,\n                                \"lng\": -83.753428,\n                                \"countryCode\": \"CR\",\n                                \"address\": \"Costa Rica\"\n                            },\n                            \"referenceName\": \"TEST Shipment\",\n                            \"portDestination\": null,\n                            \"shipmentId\": \"M267_CANADA_COSTA_FAK\",\n                            \"owner\": {\n                                \"_id\": \"6496187f0b7497f3261b4260\",\n                                \"type\": \"lsp\",\n                                \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                                \"name\": \"Customer1\"\n                            },\n                            \"_id\": \"660c1d0b5ab6928b7f306f19\",\n                            \"portOrigin\": null,\n                            \"mbl\": \"\"\n                        },\n                        \"tags\": [\n                            \"upcoming\",\n                            \"quick\",\n                            \"incorrectMbl\"\n                        ],\n                        \"customTags\": [],\n                        \"shipmentType\": \"FCL\",\n                        \"__v\": 0,\n                        \"tenant\": \"649618800b7497f3261b426d\",\n                        \"hbl\": \"\",\n                        \"shipper\": \"660c1d0bf873484ed5610bba\",\n                        \"mawb\": \"\",\n                        \"flightNumber\": \"\",\n                        \"carrier\": {\n                            \"group\": \"sea\",\n                            \"name\": \"Maersk\",\n                            \"scac\": [\n                                \"MAEU\",\n                                \"MRKU\",\n                                \"CMCU\",\n                                \"CAMN\"\n                            ],\n                            \"logo2x\": \"https://storage.googleapis.com/carriers_logos/Maersk%402x.png\",\n                            \"logo\": \"https://storage.googleapis.com/carriers_logos/Maersk.png\",\n                            \"_id\": \"6019c700e3e6248a7fd73caf\",\n                            \"type\": \"carrier\",\n                            \"createdAt\": \"2021-01-29T21:58:41.246Z\"\n                        },\n                        \"etd\": null,\n                        \"shipmentId\": \"M267_CANADA_COSTA_FAK\",\n                        \"portOrigin\": null,\n                        \"origin\": {\n                            \"lat\": 56.130366,\n                            \"lng\": -106.346771,\n                            \"countryCode\": \"CA\",\n                            \"address\": \"Canada\"\n                        },\n                        \"planVisibility\": \"6571d62cdd2c09ed1aa63dd4\",\n                        \"integrations\": [\n                            \"Integration1\",\n                            \"Integration2\",\n                            \"Integration3\"\n                        ],\n                        \"codeNotification\": \"lsp_shipment_create_lsp\",\n                        \"notify\": null,\n                        \"owner\": {\n                            \"_id\": \"6496187f0b7497f3261b4260\",\n                            \"name\": \"Customer1\"\n                        },\n                        \"message\": [],\n                        \"isFavorite\": false,\n                        \"assignedTo\": {\n                            \"lastName\": \"holguin\",\n                            \"_id\": \"649618800b7497f3261b426f\",\n                            \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                            \"firstName\": \"Pedro Pablo\"\n                        },\n                        \"destination\": {\n                            \"lat\": 9.748916999999999,\n                            \"lng\": -83.753428,\n                            \"countryCode\": \"CR\",\n                            \"address\": \"Costa Rica\"\n                        },\n                        \"manualInput\": true,\n                        \"automaticEvents\": true,\n                        \"deliveryAddress\": \"\",\n                        \"isParticipant\": false,\n                        \"translate\": {\n                            \"lsp_shipment_create_lsp_d10\": \"Destination:\",\n                            \"lsp_shipment_create_lsp_d11\": \"Commodity:\",\n                            \"subject_lsp_shipment_create_lsp_d1\": \" - \",\n                            \"subject_lsp_shipment_create_lsp_d0\": \" - \",\n                            \"subject_lsp_shipment_create_lsp_d2\": \"  - New Shipment \",\n                            \"lsp_shipment_create_lsp_d8\": \"Shipper Name:\",\n                            \"lsp_shipment_create_lsp_d9\": \"Origin:\",\n                            \"lsp_shipment_create_lsp_d6\": \"Shipment ID:\",\n                            \"lsp_shipment_create_lsp_d7\": \"MBL or HBL:\",\n                            \"lsp_shipment_create_lsp_d4\": \".\",\n                            \"lsp_shipment_create_lsp_d5\": \"SHIPMENT DETAILS:\",\n                            \"lsp_shipment_create_lsp_d2\": \" created a new shipment \",\n                            \"lsp_shipment_create_lsp_d3\": \" for \",\n                            \"lsp_shipment_create_lsp_d0\": \"Hello \",\n                            \"lsp_shipment_create_lsp_d1\": \",\"\n                        },\n                        \"categoryId\": \"M267_CANADA_COSTA_FAK\",\n                        \"company\": {\n                            \"_id\": \"64961c56a1727236e1959277\",\n                            \"name\": \"Shipper Pedro\"\n                        },\n                        \"referenceName\": \"TEST Shipment\",\n                        \"voyageNumber\": \"\",\n                        \"agent\": null,\n                        \"totalChargeableWeight\": 2,\n                        \"etaHistory\": [],\n                        \"scacCode\": \"\",\n                        \"hawb\": \"\",\n                        \"checksum\": \"73cb409b4e99e6b38a0483612f0a5ad5bed7609aa1c467f80ce89a434baec5c7\",\n                        \"shipment_id\": \"M267_CANADA_COSTA_FAK\",\n                        \"totalVolume\": 2,\n                        \"consignee\": null,\n                        \"creationUser\": {\n                            \"lastName\": \"holguin\",\n                            \"_id\": \"649618800b7497f3261b426f\",\n                            \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                            \"firstName\": \"Pedro Pablo\"\n                        },\n                        \"markAsRead\": false,\n                        \"eta\": null,\n                        \"shipment_id_url\": \"https://companypedro.dev.com:3000/share/shipment-detail/660c1d0b5ab6928b7f306f19\",\n                        \"status\": \"unread\",\n                        \"description\": \"Shipment ID M267_CANADA_COSTA_FAK has been Created\",\n                        \"shipment_mbl_hbl\": \"N/A\",\n                        \"isCreated\": false,\n                        \"freightType\": \"ship\",\n                        \"shipment_origin\": \"Canada\",\n                        \"currentStatus\": \"attention\",\n                        \"containersNumber\": [],\n                        \"commodity\": \"FAK\",\n                        \"internalReference\": \"TEST REF\",\n                        \"shipment_destination\": \"Costa Rica\",\n                        \"_id\": \"660c1d185ab6928b7f307662\"\n                    },\n                    \"title\": \"New Notification\"\n                }\n            },\n            {\n                \"timetoken\": 17120744293506822,\n                \"entry\": {\n                    \"body\": \"Shipment ID M268_CANADA_CHINA_FAK has been Created\",\n                    \"data\": {\n                        \"0\": \"l\",\n                        \"1\": \"s\",\n                        \"2\": \"p\",\n                        \"mbl\": \"\",\n                        \"shipment_reference\": \"TEST Shipment2\",\n                        \"shipper_company_name\": \"Shipper Pedro\",\n                        \"lsp_company_name\": \"Customer1\",\n                        \"trade\": \"\",\n                        \"vesselNumber\": \"\",\n                        \"pickupAddress\": \"\",\n                        \"emailSupport\": \"\",\n                        \"incoterm\": \"CIF\",\n                        \"urlRedirect\": \"/share/shipment-detail/660c2eaf5ab6928b7f366941\",\n                        \"session_company\": \"Customer1\",\n                        \"portDestination\": null,\n                        \"inEmail\": true,\n                        \"notes\": \"\",\n                        \"bookingNumber\": \"\",\n                        \"packagesInfo\": [\n                            {\n                                \"weightMetric\": \"kg\",\n                                \"weight\": \"\",\n                                \"volumeMetric\": \"m³\",\n                                \"volume\": \"\",\n                                \"amount\": \"\",\n                                \"packageType\": \"\",\n                                \"hazardousMaterials\": \"0\"\n                            }\n                        ],\n                        \"configTracking\": \"mbl\",\n                        \"totalWeight\": 0,\n                        \"pickupDate\": null,\n                        \"attachments\": [],\n                        \"totalVolumetricWeight\": 0,\n                        \"createdAt\": \"2024/04/02 11:13 AM\",\n                        \"category\": \"shipment\",\n                        \"inApp\": true,\n                        \"accessorials\": [],\n                        \"participants\": [],\n                        \"shipment\": {\n                            \"origin\": {\n                                \"lat\": 56.130366,\n                                \"lng\": -106.346771,\n                                \"countryCode\": \"CA\",\n                                \"address\": \"Canada\"\n                            },\n                            \"hbl\": \"\",\n                            \"commodity\": \"FAK\",\n                            \"company\": {\n                                \"_id\": \"64961c56a1727236e1959277\",\n                                \"type\": \"shipper\",\n                                \"name\": \"Shipper Pedro\"\n                            },\n                            \"destination\": {\n                                \"lat\": 35.86166,\n                                \"lng\": 104.195397,\n                                \"countryCode\": \"CN\",\n                                \"address\": \"China\"\n                            },\n                            \"referenceName\": \"TEST Shipment2\",\n                            \"portDestination\": null,\n                            \"shipmentId\": \"M268_CANADA_CHINA_FAK\",\n                            \"owner\": {\n                                \"_id\": \"6496187f0b7497f3261b4260\",\n                                \"type\": \"lsp\",\n                                \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                                \"name\": \"Customer1\"\n                            },\n                            \"_id\": \"660c2eaf5ab6928b7f366941\",\n                            \"portOrigin\": null,\n                            \"mbl\": \"\"\n                        },\n                        \"tags\": [\n                            \"upcoming\",\n                            \"quick\",\n                            \"incorrectMbl\"\n                        ],\n                        \"customTags\": [],\n                        \"shipmentType\": \"FCL\",\n                        \"tenant\": \"649618800b7497f3261b426d\",\n                        \"hbl\": \"\",\n                        \"shipper\": null,\n                        \"mawb\": \"\",\n                        \"flightNumber\": \"\",\n                        \"eta\": null,\n                        \"etd\": null,\n                        \"shipmentId\": \"M268_CANADA_CHINA_FAK\",\n                        \"portOrigin\": null,\n                        \"origin\": {\n                            \"lat\": 56.130366,\n                            \"lng\": -106.346771,\n                            \"countryCode\": \"CA\",\n                            \"address\": \"Canada\"\n                        },\n                        \"planVisibility\": \"64b8707401f0bff3ba5be6b1\",\n                        \"integrations\": [],\n                        \"codeNotification\": \"lsp_shipment_create_lsp\",\n                        \"notify\": null,\n                        \"owner\": {\n                            \"_id\": \"6496187f0b7497f3261b4260\",\n                            \"name\": \"Customer1\"\n                        },\n                        \"message\": [],\n                        \"isFavorite\": false,\n                        \"assignedTo\": {\n                            \"lastName\": \"holguin\",\n                            \"_id\": \"649618800b7497f3261b426f\",\n                            \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                            \"firstName\": \"Pedro Pablo\"\n                        },\n                        \"destination\": {\n                            \"lat\": 35.86166,\n                            \"lng\": 104.195397,\n                            \"countryCode\": \"CN\",\n                            \"address\": \"China\"\n                        },\n                        \"manualInput\": true,\n                        \"automaticEvents\": true,\n                        \"deliveryAddress\": \"\",\n                        \"isParticipant\": false,\n                        \"translate\": {\n                            \"lsp_shipment_create_lsp_d10\": \"Destination:\",\n                            \"lsp_shipment_create_lsp_d11\": \"Commodity:\",\n                            \"subject_lsp_shipment_create_lsp_d1\": \" - \",\n                            \"subject_lsp_shipment_create_lsp_d0\": \" - \",\n                            \"subject_lsp_shipment_create_lsp_d2\": \"  - New Shipment \",\n                            \"lsp_shipment_create_lsp_d8\": \"Shipper Name:\",\n                            \"lsp_shipment_create_lsp_d9\": \"Origin:\",\n                            \"lsp_shipment_create_lsp_d6\": \"Shipment ID:\",\n                            \"lsp_shipment_create_lsp_d7\": \"MBL or HBL:\",\n                            \"lsp_shipment_create_lsp_d4\": \".\",\n                            \"lsp_shipment_create_lsp_d5\": \"SHIPMENT DETAILS:\",\n                            \"lsp_shipment_create_lsp_d2\": \" created a new shipment \",\n                            \"lsp_shipment_create_lsp_d3\": \" for \",\n                            \"lsp_shipment_create_lsp_d0\": \"Hello \",\n                            \"lsp_shipment_create_lsp_d1\": \",\"\n                        },\n                        \"categoryId\": \"M268_CANADA_CHINA_FAK\",\n                        \"company\": {\n                            \"_id\": \"64961c56a1727236e1959277\",\n                            \"name\": \"Shipper Pedro\"\n                        },\n                        \"referenceName\": \"TEST Shipment2\",\n                        \"voyageNumber\": \"\",\n                        \"agent\": null,\n                        \"totalChargeableWeight\": 0,\n                        \"etaHistory\": [],\n                        \"scacCode\": \"\",\n                        \"hawb\": \"\",\n                        \"checksum\": \"e68a743036fbd560db6d9d20a212926e589c8a0a59635d2d6b3021b94f99ee1a\",\n                        \"shipment_id\": \"M268_CANADA_CHINA_FAK\",\n                        \"totalVolume\": 0,\n                        \"consignee\": null,\n                        \"creationUser\": {\n                            \"lastName\": \"holguin\",\n                            \"_id\": \"649618800b7497f3261b426f\",\n                            \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                            \"firstName\": \"Pedro Pablo\"\n                        },\n                        \"markAsRead\": false,\n                        \"__v\": 0,\n                        \"shipment_id_url\": \"https://companypedro.dev.com:3000/share/shipment-detail/660c2eaf5ab6928b7f366941\",\n                        \"status\": \"unread\",\n                        \"description\": \"Shipment ID M268_CANADA_CHINA_FAK has been Created\",\n                        \"shipment_mbl_hbl\": \"N/A\",\n                        \"isCreated\": false,\n                        \"freightType\": \"ship\",\n                        \"shipment_origin\": \"Canada\",\n                        \"currentStatus\": \"attention\",\n                        \"containersNumber\": [],\n                        \"commodity\": \"FAK\",\n                        \"internalReference\": \"\",\n                        \"shipment_destination\": \"China\",\n                        \"_id\": \"660c2ebb5ab6928b7f366e43\"\n                    },\n                    \"title\": \"New Notification\"\n                }\n            },\n            {\n                \"timetoken\": 17120750061460608,\n                \"entry\": {\n                    \"body\": \"M257_ECUADOR_ECUADOR_-2-HEATING-FUEL has a new Shipment Milestone\",\n                    \"data\": {\n                        \"updateUser\": \"649618800b7497f3261b426f\",\n                        \"mbl\": \"KLHO25742553\",\n                        \"shipment_reference\": \"wq\",\n                        \"shipper_company_name\": \"Shipper Pedro\",\n                        \"lsp_company_name\": \"Customer1\",\n                        \"trade\": \"\",\n                        \"vesselNumber\": \"wqeee42\",\n                        \"updatedAt\": \"2024-03-05T15:30:10.038Z\",\n                        \"pickupAddress\": \"\",\n                        \"emailSupport\": \"\",\n                        \"incoterm\": \"CIF\",\n                        \"urlRedirect\": \"/share/shipment-detail/65ce36a55f9bcb053b6610d2\",\n                        \"session_company\": \"Customer1\",\n                        \"portDestination\": null,\n                        \"inEmail\": true,\n                        \"notes\": \"\",\n                        \"bookingNumber\": \"\",\n                        \"packagesInfo\": [\n                            {\n                                \"weightMetric\": \"kg\",\n                                \"weight\": \"\",\n                                \"volumeMetric\": \"m³\",\n                                \"volume\": \"3\",\n                                \"amount\": 4,\n                                \"packageType\": \"Dry 20'\",\n                                \"hazardousMaterials\": \"0\",\n                                \"containerNumber\": \"345678\"\n                            }\n                        ],\n                        \"shipment_id_url\": \"https://companypedro.dev.com:3000/share/shipment-detail/65ce36a55f9bcb053b6610d2\",\n                        \"totalWeight\": 0,\n                        \"pickupDate\": null,\n                        \"attachments\": [],\n                        \"createdAt\": \"2024/02/15 11:07 AM\",\n                        \"category\": \"shipment\",\n                        \"paymentTerms\": \"\",\n                        \"inApp\": true,\n                        \"accessorials\": [],\n                        \"participants\": [\n                            {\n                                \"status\": \"deleted\",\n                                \"assignedTo\": \"649ee411cd2ae3022068836f\",\n                                \"company\": \"6496187f0b7497f3261b4260\",\n                                \"_id\": \"65ce36aa5f9bcb053b661280\",\n                                \"type\": \"col-lsp\"\n                            },\n                            {\n                                \"status\": \"active\",\n                                \"assignedTo\": \"65469465c406353b872c843d\",\n                                \"company\": \"6496187f0b7497f3261b4260\",\n                                \"_id\": \"65ce36aa5f9bcb053b66129b\",\n                                \"type\": \"acm-lsp\"\n                            },\n                            {\n                                \"status\": \"active\",\n                                \"assignedTo\": \"654695a5e042a748f8348203\",\n                                \"company\": \"6496187f0b7497f3261b4260\",\n                                \"_id\": \"65ce36ab5f9bcb053b6612c1\",\n                                \"type\": \"acm-lsp\"\n                            },\n                            {\n                                \"status\": \"active\",\n                                \"assignedTo\": \"649618800b7497f3261b426f\",\n                                \"company\": \"6496187f0b7497f3261b4260\",\n                                \"_id\": \"65ce36ab5f9bcb053b6612cf\",\n                                \"type\": \"acm-lsp\"\n                            },\n                            {\n                                \"status\": \"active\",\n                                \"assignedTo\": \"64961c54416606c8874e1e60\",\n                                \"company\": \"64961c56a1727236e1959277\",\n                                \"_id\": \"65ce36ab5f9bcb053b6612e9\",\n                                \"type\": \"main-shipper\"\n                            },\n                            {\n                                \"status\": \"deleted\",\n                                \"assignedTo\": \"64ba97808e1b1dec4387cabe\",\n                                \"company\": \"64961c56a1727236e1959277\",\n                                \"_id\": \"65ce36ab5f9bcb053b6612fc\",\n                                \"type\": \"col-shipper\"\n                            },\n                            {\n                                \"status\": \"deleted\",\n                                \"assignedTo\": \"65469465c406353b872c843d\",\n                                \"company\": \"64961c56a1727236e1959277\",\n                                \"_id\": \"65ce36ac5f9bcb053b661323\",\n                                \"type\": \"col-shipper\"\n                            },\n                            {\n                                \"status\": \"deleted\",\n                                \"assignedTo\": \"654695a5e042a748f8348203\",\n                                \"company\": \"64961c56a1727236e1959277\",\n                                \"_id\": \"65ce36ac5f9bcb053b661331\",\n                                \"type\": \"col-shipper\"\n                            }\n                        ],\n                        \"shipment\": {\n                            \"origin\": {\n                                \"lat\": -1.831239,\n                                \"lng\": -78.18340599999999,\n                                \"countryCode\": \"EC\",\n                                \"address\": \"Ecuador\"\n                            },\n                            \"hbl\": \"333\",\n                            \"commodity\": \"#2 Heating fuel oil\",\n                            \"company\": {\n                                \"_id\": \"64961c56a1727236e1959277\",\n                                \"type\": \"shipper\",\n                                \"name\": \"Shipper Pedro\"\n                            },\n                            \"destination\": {\n                                \"lat\": -1.831239,\n                                \"lng\": -78.18340599999999,\n                                \"countryCode\": \"EC\",\n                                \"address\": \"Ecuador\"\n                            },\n                            \"referenceName\": \"wq\",\n                            \"portDestination\": null,\n                            \"shipmentId\": \"M257_ECUADOR_ECUADOR_-2-HEATING-FUEL\",\n                            \"owner\": {\n                                \"_id\": \"6496187f0b7497f3261b4260\",\n                                \"type\": \"lsp\",\n                                \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                                \"name\": \"Customer1\"\n                            },\n                            \"_id\": \"65ce36a55f9bcb053b6610d2\",\n                            \"portOrigin\": null,\n                            \"mbl\": \"KLHO25742553\"\n                        },\n                        \"tags\": [\n                            \"carrierNotSupported\"\n                        ],\n                        \"customTags\": [],\n                        \"shipmentType\": \"FCL\",\n                        \"__v\": 0,\n                        \"tenant\": \"649618800b7497f3261b426d\",\n                        \"hbl\": \"333\",\n                        \"atd\": \"2024-02-26T05:00:00.000Z\",\n                        \"shipper\": \"6499c290294fe24f0f182d71\",\n                        \"ata\": \"2024-02-27T05:00:00.000Z\",\n                        \"mawb\": \"\",\n                        \"route\": \"\",\n                        \"flightNumber\": \"\",\n                        \"carrier\": {\n                            \"logo\": \"https://storage.googleapis.com/carriers_logos/China%20United%20Lines%402x.png\",\n                            \"_id\": \"6019c700e3e6248a7fd73cff\",\n                            \"name\": \"China United Lines\"\n                        },\n                        \"etd\": \"2024-02-06T05:00:00.000Z\",\n                        \"shipmentId\": \"M257_ECUADOR_ECUADOR_-2-HEATING-FUEL\",\n                        \"newETA\": \"2024-02-17T05:00:00.000Z\",\n                        \"newETD\": \"2024-02-16T05:00:00.000Z\",\n                        \"origin\": {\n                            \"lat\": -1.831239,\n                            \"lng\": -78.18340599999999,\n                            \"countryCode\": \"EC\",\n                            \"address\": \"Ecuador\"\n                        },\n                        \"cutoff\": null,\n                        \"planVisibility\": \"64546c5d46bd8f753a478203\",\n                        \"integrations\": [\n                            \"Integration1\",\n                            \"Integration2\",\n                            \"Integration3\"\n                        ],\n                        \"codeNotification\": \"shipment_milestone_lsp\",\n                        \"notify\": null,\n                        \"owner\": \"6496187f0b7497f3261b4260\",\n                        \"message\": [],\n                        \"isFavorite\": false,\n                        \"assignedTo\": {\n                            \"lastName\": \"holguin\",\n                            \"_id\": \"649618800b7497f3261b426f\",\n                            \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                            \"firstName\": \"Pedro Pablo\"\n                        },\n                        \"destination\": {\n                            \"lat\": -1.831239,\n                            \"lng\": -78.18340599999999,\n                            \"countryCode\": \"EC\",\n                            \"address\": \"Ecuador\"\n                        },\n                        \"manualInput\": true,\n                        \"automaticEvents\": true,\n                        \"deliveryAddress\": \"\",\n                        \"isParticipant\": false,\n                        \"translate\": {\n                            \"shipment_milestone_lsp_d5\": \"SHIPMENT DETAILS:\",\n                            \"shipment_milestone_lsp_d4\": \" in Cargologik.\",\n                            \"shipment_milestone_lsp_d7\": \"MBL or HBL:\",\n                            \"shipment_milestone_lsp_d6\": \"Shipment ID:\",\n                            \"shipment_milestone_lsp_d1\": \",\",\n                            \"shipment_milestone_lsp_d0\": \"Hello \",\n                            \"shipment_milestone_lsp_d3\": \"  by \",\n                            \"shipment_milestone_lsp_d2\": \"There is a new Shipment Milestone created for  \",\n                            \"shipment_milestone_lsp_d9\": \"Origin:\",\n                            \"shipment_milestone_lsp_d8\": \"Shipper Name:\",\n                            \"subject_shipment_milestone_lsp_d0\": \" - \",\n                            \"subject_shipment_milestone_lsp_d1\": \" - \",\n                            \"subject_shipment_milestone_lsp_d2\": \" -   has a new Shipment Milestone\",\n                            \"shipment_milestone_lsp_d11\": \"Commodity:\",\n                            \"shipment_milestone_lsp_d10\": \"Destination:\",\n                            \"shipment_milestone_lsp_d12\": \"New event:\"\n                        },\n                        \"categoryId\": \"M257_ECUADOR_ECUADOR_-2-HEATING-FUEL\",\n                        \"company\": \"64961c56a1727236e1959277\",\n                        \"referenceName\": \"wq\",\n                        \"voyageNumber\": \"qwz\",\n                        \"agent\": null,\n                        \"etaHistory\": [],\n                        \"scacCode\": \"\",\n                        \"hawb\": \"\",\n                        \"checksum\": \"5c3284dbabdbe97c3ec422a399e4c5ba78d0643ff233db0c743665b5ea6db3e0\",\n                        \"shipment_id\": \"M257_ECUADOR_ECUADOR_-2-HEATING-FUEL\",\n                        \"totalVolume\": 0,\n                        \"shipment_milestone\": \"Container updated - April 3rd 2024, 12:00 pm\",\n                        \"consignee\": null,\n                        \"creationUser\": {\n                            \"lastName\": \"holguin\",\n                            \"_id\": \"649618800b7497f3261b426f\",\n                            \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                            \"firstName\": \"Pedro Pablo\"\n                        },\n                        \"markAsRead\": false,\n                        \"eta\": \"2024-02-06T05:00:00.000Z\",\n                        \"configTracking\": \"mbl\",\n                        \"status\": \"unread\",\n                        \"description\": \"M257_ECUADOR_ECUADOR_-2-HEATING-FUEL has a new Shipment Milestone\",\n                        \"shipment_mbl_hbl\": \"KLHO25742553\",\n                        \"isCreated\": true,\n                        \"freightType\": \"ship\",\n                        \"shipment_origin\": \"Ecuador\",\n                        \"currentStatus\": \"active\",\n                        \"containersNumber\": [],\n                        \"commodity\": \"#2 Heating fuel oil\",\n                        \"internalReference\": \"                             \",\n                        \"portOrigin\": null,\n                        \"shipment_destination\": \"Ecuador\",\n                        \"_id\": \"660c30fb5ab6928b7f376389\"\n                    },\n                    \"title\": \"New Notification\"\n                }\n            },\n            {\n                \"timetoken\": 17120756327411104,\n                \"entry\": {\n                    \"body\": \"M257_ECUADOR_ECUADOR_-2-HEATING-FUEL has a new Shipment Milestone\",\n                    \"data\": {\n                        \"updateUser\": \"649618800b7497f3261b426f\",\n                        \"mbl\": \"KLHO25742553\",\n                        \"shipment_reference\": \"wq\",\n                        \"shipper_company_name\": \"Shipper Pedro\",\n                        \"lsp_company_name\": \"Customer1\",\n                        \"trade\": \"\",\n                        \"vesselNumber\": \"wqeee42\",\n                        \"updatedAt\": \"2024-03-05T15:30:10.038Z\",\n                        \"pickupAddress\": \"\",\n                        \"emailSupport\": \"\",\n                        \"incoterm\": \"CIF\",\n                        \"urlRedirect\": \"/share/shipment-detail/65ce36a55f9bcb053b6610d2\",\n                        \"session_company\": \"Customer1\",\n                        \"portDestination\": null,\n                        \"inEmail\": true,\n                        \"notes\": \"\",\n                        \"bookingNumber\": \"\",\n                        \"packagesInfo\": [\n                            {\n                                \"weightMetric\": \"kg\",\n                                \"weight\": \"\",\n                                \"volumeMetric\": \"m³\",\n                                \"volume\": \"3\",\n                                \"amount\": 4,\n                                \"packageType\": \"Dry 20'\",\n                                \"hazardousMaterials\": \"0\",\n                                \"containerNumber\": \"345678\"\n                            }\n                        ],\n                        \"shipment_id_url\": \"https://companypedro.dev.com:3000/share/shipment-detail/65ce36a55f9bcb053b6610d2\",\n                        \"totalWeight\": 0,\n                        \"pickupDate\": null,\n                        \"attachments\": [],\n                        \"createdAt\": \"2024/02/15 11:07 AM\",\n                        \"category\": \"shipment\",\n                        \"paymentTerms\": \"\",\n                        \"inApp\": true,\n                        \"accessorials\": [],\n                        \"participants\": [\n                            {\n                                \"status\": \"deleted\",\n                                \"assignedTo\": \"649ee411cd2ae3022068836f\",\n                                \"company\": \"6496187f0b7497f3261b4260\",\n                                \"_id\": \"65ce36aa5f9bcb053b661280\",\n                                \"type\": \"col-lsp\"\n                            },\n                            {\n                                \"status\": \"active\",\n                                \"assignedTo\": \"65469465c406353b872c843d\",\n                                \"company\": \"6496187f0b7497f3261b4260\",\n                                \"_id\": \"65ce36aa5f9bcb053b66129b\",\n                                \"type\": \"acm-lsp\"\n                            },\n                            {\n                                \"status\": \"active\",\n                                \"assignedTo\": \"654695a5e042a748f8348203\",\n                                \"company\": \"6496187f0b7497f3261b4260\",\n                                \"_id\": \"65ce36ab5f9bcb053b6612c1\",\n                                \"type\": \"acm-lsp\"\n                            },\n                            {\n                                \"status\": \"active\",\n                                \"assignedTo\": \"649618800b7497f3261b426f\",\n                                \"company\": \"6496187f0b7497f3261b4260\",\n                                \"_id\": \"65ce36ab5f9bcb053b6612cf\",\n                                \"type\": \"acm-lsp\"\n                            },\n                            {\n                                \"status\": \"active\",\n                                \"assignedTo\": \"64961c54416606c8874e1e60\",\n                                \"company\": \"64961c56a1727236e1959277\",\n                                \"_id\": \"65ce36ab5f9bcb053b6612e9\",\n                                \"type\": \"main-shipper\"\n                            },\n                            {\n                                \"status\": \"deleted\",\n                                \"assignedTo\": \"64ba97808e1b1dec4387cabe\",\n                                \"company\": \"64961c56a1727236e1959277\",\n                                \"_id\": \"65ce36ab5f9bcb053b6612fc\",\n                                \"type\": \"col-shipper\"\n                            },\n                            {\n                                \"status\": \"deleted\",\n                                \"assignedTo\": \"65469465c406353b872c843d\",\n                                \"company\": \"64961c56a1727236e1959277\",\n                                \"_id\": \"65ce36ac5f9bcb053b661323\",\n                                \"type\": \"col-shipper\"\n                            },\n                            {\n                                \"status\": \"deleted\",\n                                \"assignedTo\": \"654695a5e042a748f8348203\",\n                                \"company\": \"64961c56a1727236e1959277\",\n                                \"_id\": \"65ce36ac5f9bcb053b661331\",\n                                \"type\": \"col-shipper\"\n                            }\n                        ],\n                        \"shipment\": {\n                            \"origin\": {\n                                \"lat\": -1.831239,\n                                \"lng\": -78.18340599999999,\n                                \"countryCode\": \"EC\",\n                                \"address\": \"Ecuador\"\n                            },\n                            \"hbl\": \"333\",\n                            \"commodity\": \"#2 Heating fuel oil\",\n                            \"company\": {\n                                \"_id\": \"64961c56a1727236e1959277\",\n                                \"type\": \"shipper\",\n                                \"name\": \"Shipper Pedro\"\n                            },\n                            \"destination\": {\n                                \"lat\": -1.831239,\n                                \"lng\": -78.18340599999999,\n                                \"countryCode\": \"EC\",\n                                \"address\": \"Ecuador\"\n                            },\n                            \"referenceName\": \"wq\",\n                            \"portDestination\": null,\n                            \"shipmentId\": \"M257_ECUADOR_ECUADOR_-2-HEATING-FUEL\",\n                            \"owner\": {\n                                \"_id\": \"6496187f0b7497f3261b4260\",\n                                \"type\": \"lsp\",\n                                \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                                \"name\": \"Customer1\"\n                            },\n                            \"_id\": \"65ce36a55f9bcb053b6610d2\",\n                            \"portOrigin\": null,\n                            \"mbl\": \"KLHO25742553\"\n                        },\n                        \"tags\": [\n                            \"carrierNotSupported\"\n                        ],\n                        \"customTags\": [],\n                        \"shipmentType\": \"FCL\",\n                        \"__v\": 0,\n                        \"tenant\": \"649618800b7497f3261b426d\",\n                        \"hbl\": \"333\",\n                        \"atd\": \"2024-02-26T05:00:00.000Z\",\n                        \"shipper\": \"6499c290294fe24f0f182d71\",\n                        \"ata\": \"2024-02-27T05:00:00.000Z\",\n                        \"mawb\": \"\",\n                        \"route\": \"\",\n                        \"flightNumber\": \"\",\n                        \"carrier\": {\n                            \"logo\": \"https://storage.googleapis.com/carriers_logos/China%20United%20Lines%402x.png\",\n                            \"_id\": \"6019c700e3e6248a7fd73cff\",\n                            \"name\": \"China United Lines\"\n                        },\n                        \"etd\": \"2024-02-06T05:00:00.000Z\",\n                        \"shipmentId\": \"M257_ECUADOR_ECUADOR_-2-HEATING-FUEL\",\n                        \"newETA\": \"2024-02-17T05:00:00.000Z\",\n                        \"newETD\": \"2024-02-16T05:00:00.000Z\",\n                        \"origin\": {\n                            \"lat\": -1.831239,\n                            \"lng\": -78.18340599999999,\n                            \"countryCode\": \"EC\",\n                            \"address\": \"Ecuador\"\n                        },\n                        \"cutoff\": null,\n                        \"planVisibility\": \"64546c5d46bd8f753a478203\",\n                        \"integrations\": [\n                            \"Integration1\",\n                            \"Integration2\",\n                            \"Integration3\"\n                        ],\n                        \"codeNotification\": \"shipment_milestone_lsp\",\n                        \"notify\": null,\n                        \"owner\": \"6496187f0b7497f3261b4260\",\n                        \"message\": [],\n                        \"isFavorite\": false,\n                        \"assignedTo\": {\n                            \"lastName\": \"holguin\",\n                            \"_id\": \"649618800b7497f3261b426f\",\n                            \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                            \"firstName\": \"Pedro Pablo\"\n                        },\n                        \"destination\": {\n                            \"lat\": -1.831239,\n                            \"lng\": -78.18340599999999,\n                            \"countryCode\": \"EC\",\n                            \"address\": \"Ecuador\"\n                        },\n                        \"manualInput\": true,\n                        \"automaticEvents\": true,\n                        \"deliveryAddress\": \"\",\n                        \"isParticipant\": false,\n                        \"translate\": {\n                            \"shipment_milestone_lsp_d5\": \"SHIPMENT DETAILS:\",\n                            \"shipment_milestone_lsp_d4\": \" in Cargologik.\",\n                            \"shipment_milestone_lsp_d7\": \"MBL or HBL:\",\n                            \"shipment_milestone_lsp_d6\": \"Shipment ID:\",\n                            \"shipment_milestone_lsp_d1\": \",\",\n                            \"shipment_milestone_lsp_d0\": \"Hello \",\n                            \"shipment_milestone_lsp_d3\": \"  by \",\n                            \"shipment_milestone_lsp_d2\": \"There is a new Shipment Milestone created for  \",\n                            \"shipment_milestone_lsp_d9\": \"Origin:\",\n                            \"shipment_milestone_lsp_d8\": \"Shipper Name:\",\n                            \"subject_shipment_milestone_lsp_d0\": \" - \",\n                            \"subject_shipment_milestone_lsp_d1\": \" - \",\n                            \"subject_shipment_milestone_lsp_d2\": \" -   has a new Shipment Milestone\",\n                            \"shipment_milestone_lsp_d11\": \"Commodity:\",\n                            \"shipment_milestone_lsp_d10\": \"Destination:\",\n                            \"shipment_milestone_lsp_d12\": \"New event:\"\n                        },\n                        \"categoryId\": \"M257_ECUADOR_ECUADOR_-2-HEATING-FUEL\",\n                        \"company\": \"64961c56a1727236e1959277\",\n                        \"referenceName\": \"wq\",\n                        \"voyageNumber\": \"qwz\",\n                        \"agent\": null,\n                        \"etaHistory\": [],\n                        \"scacCode\": \"\",\n                        \"hawb\": \"\",\n                        \"checksum\": \"6b1c5cc52d8fd8d3bd66cb571037f7da2fbcf92152735dd7a18e847922206ff6\",\n                        \"shipment_id\": \"M257_ECUADOR_ECUADOR_-2-HEATING-FUEL\",\n                        \"totalVolume\": 0,\n                        \"shipment_milestone\": \"Container arrival at first POL (Gate in) - April 23rd 2024, 11:00 am\",\n                        \"consignee\": null,\n                        \"creationUser\": {\n                            \"lastName\": \"holguin\",\n                            \"_id\": \"649618800b7497f3261b426f\",\n                            \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                            \"firstName\": \"Pedro Pablo\"\n                        },\n                        \"markAsRead\": false,\n                        \"eta\": \"2024-02-06T05:00:00.000Z\",\n                        \"configTracking\": \"mbl\",\n                        \"status\": \"unread\",\n                        \"description\": \"M257_ECUADOR_ECUADOR_-2-HEATING-FUEL has a new Shipment Milestone\",\n                        \"shipment_mbl_hbl\": \"KLHO25742553\",\n                        \"isCreated\": true,\n                        \"freightType\": \"ship\",\n                        \"shipment_origin\": \"Ecuador\",\n                        \"currentStatus\": \"active\",\n                        \"containersNumber\": [],\n                        \"commodity\": \"#2 Heating fuel oil\",\n                        \"internalReference\": \"                             \",\n                        \"portOrigin\": null,\n                        \"shipment_destination\": \"Ecuador\",\n                        \"_id\": \"660c336e5ab6928b7f38ae44\"\n                    },\n                    \"title\": \"New Notification\"\n                }\n            },\n            {\n                \"timetoken\": 17120757533572292,\n                \"entry\": {\n                    \"body\": \"M257_ECUADOR_ECUADOR_-2-HEATING-FUEL has a new Shipment Milestone\",\n                    \"data\": {\n                        \"updateUser\": \"649618800b7497f3261b426f\",\n                        \"mbl\": \"KLHO25742553\",\n                        \"shipment_reference\": \"wq\",\n                        \"shipper_company_name\": \"Shipper Pedro\",\n                        \"lsp_company_name\": \"Customer1\",\n                        \"trade\": \"\",\n                        \"vesselNumber\": \"wqeee42\",\n                        \"updatedAt\": \"2024-03-05T15:30:10.038Z\",\n                        \"pickupAddress\": \"\",\n                        \"emailSupport\": \"\",\n                        \"incoterm\": \"CIF\",\n                        \"urlRedirect\": \"/share/shipment-detail/65ce36a55f9bcb053b6610d2\",\n                        \"session_company\": \"Customer1\",\n                        \"portDestination\": null,\n                        \"inEmail\": true,\n                        \"notes\": \"\",\n                        \"bookingNumber\": \"\",\n                        \"packagesInfo\": [\n                            {\n                                \"weightMetric\": \"kg\",\n                                \"weight\": \"\",\n                                \"volumeMetric\": \"m³\",\n                                \"volume\": \"3\",\n                                \"amount\": 4,\n                                \"packageType\": \"Dry 20'\",\n                                \"hazardousMaterials\": \"0\",\n                                \"containerNumber\": \"345678\"\n                            }\n                        ],\n                        \"shipment_id_url\": \"https://companypedro.dev.com:3000/share/shipment-detail/65ce36a55f9bcb053b6610d2\",\n                        \"totalWeight\": 0,\n                        \"pickupDate\": null,\n                        \"attachments\": [],\n                        \"createdAt\": \"2024/02/15 11:07 AM\",\n                        \"category\": \"shipment\",\n                        \"paymentTerms\": \"\",\n                        \"inApp\": true,\n                        \"accessorials\": [],\n                        \"participants\": [\n                            {\n                                \"status\": \"deleted\",\n                                \"assignedTo\": \"649ee411cd2ae3022068836f\",\n                                \"company\": \"6496187f0b7497f3261b4260\",\n                                \"_id\": \"65ce36aa5f9bcb053b661280\",\n                                \"type\": \"col-lsp\"\n                            },\n                            {\n                                \"status\": \"active\",\n                                \"assignedTo\": \"65469465c406353b872c843d\",\n                                \"company\": \"6496187f0b7497f3261b4260\",\n                                \"_id\": \"65ce36aa5f9bcb053b66129b\",\n                                \"type\": \"acm-lsp\"\n                            },\n                            {\n                                \"status\": \"active\",\n                                \"assignedTo\": \"654695a5e042a748f8348203\",\n                                \"company\": \"6496187f0b7497f3261b4260\",\n                                \"_id\": \"65ce36ab5f9bcb053b6612c1\",\n                                \"type\": \"acm-lsp\"\n                            },\n                            {\n                                \"status\": \"active\",\n                                \"assignedTo\": \"649618800b7497f3261b426f\",\n                                \"company\": \"6496187f0b7497f3261b4260\",\n                                \"_id\": \"65ce36ab5f9bcb053b6612cf\",\n                                \"type\": \"acm-lsp\"\n                            },\n                            {\n                                \"status\": \"active\",\n                                \"assignedTo\": \"64961c54416606c8874e1e60\",\n                                \"company\": \"64961c56a1727236e1959277\",\n                                \"_id\": \"65ce36ab5f9bcb053b6612e9\",\n                                \"type\": \"main-shipper\"\n                            },\n                            {\n                                \"status\": \"deleted\",\n                                \"assignedTo\": \"64ba97808e1b1dec4387cabe\",\n                                \"company\": \"64961c56a1727236e1959277\",\n                                \"_id\": \"65ce36ab5f9bcb053b6612fc\",\n                                \"type\": \"col-shipper\"\n                            },\n                            {\n                                \"status\": \"deleted\",\n                                \"assignedTo\": \"65469465c406353b872c843d\",\n                                \"company\": \"64961c56a1727236e1959277\",\n                                \"_id\": \"65ce36ac5f9bcb053b661323\",\n                                \"type\": \"col-shipper\"\n                            },\n                            {\n                                \"status\": \"deleted\",\n                                \"assignedTo\": \"654695a5e042a748f8348203\",\n                                \"company\": \"64961c56a1727236e1959277\",\n                                \"_id\": \"65ce36ac5f9bcb053b661331\",\n                                \"type\": \"col-shipper\"\n                            }\n                        ],\n                        \"shipment\": {\n                            \"origin\": {\n                                \"lat\": -1.831239,\n                                \"lng\": -78.18340599999999,\n                                \"countryCode\": \"EC\",\n                                \"address\": \"Ecuador\"\n                            },\n                            \"hbl\": \"333\",\n                            \"commodity\": \"#2 Heating fuel oil\",\n                            \"company\": {\n                                \"_id\": \"64961c56a1727236e1959277\",\n                                \"type\": \"shipper\",\n                                \"name\": \"Shipper Pedro\"\n                            },\n                            \"destination\": {\n                                \"lat\": -1.831239,\n                                \"lng\": -78.18340599999999,\n                                \"countryCode\": \"EC\",\n                                \"address\": \"Ecuador\"\n                            },\n                            \"referenceName\": \"wq\",\n                            \"portDestination\": null,\n                            \"shipmentId\": \"M257_ECUADOR_ECUADOR_-2-HEATING-FUEL\",\n                            \"owner\": {\n                                \"_id\": \"6496187f0b7497f3261b4260\",\n                                \"type\": \"lsp\",\n                                \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                                \"name\": \"Customer1\"\n                            },\n                            \"_id\": \"65ce36a55f9bcb053b6610d2\",\n                            \"portOrigin\": null,\n                            \"mbl\": \"KLHO25742553\"\n                        },\n                        \"tags\": [\n                            \"carrierNotSupported\"\n                        ],\n                        \"customTags\": [],\n                        \"shipmentType\": \"FCL\",\n                        \"__v\": 0,\n                        \"tenant\": \"649618800b7497f3261b426d\",\n                        \"hbl\": \"333\",\n                        \"atd\": \"2024-02-26T05:00:00.000Z\",\n                        \"shipper\": \"6499c290294fe24f0f182d71\",\n                        \"ata\": \"2024-02-27T05:00:00.000Z\",\n                        \"mawb\": \"\",\n                        \"route\": \"\",\n                        \"flightNumber\": \"\",\n                        \"carrier\": {\n                            \"logo\": \"https://storage.googleapis.com/carriers_logos/China%20United%20Lines%402x.png\",\n                            \"_id\": \"6019c700e3e6248a7fd73cff\",\n                            \"name\": \"China United Lines\"\n                        },\n                        \"etd\": \"2024-02-06T05:00:00.000Z\",\n                        \"shipmentId\": \"M257_ECUADOR_ECUADOR_-2-HEATING-FUEL\",\n                        \"newETA\": \"2024-02-17T05:00:00.000Z\",\n                        \"newETD\": \"2024-02-16T05:00:00.000Z\",\n                        \"origin\": {\n                            \"lat\": -1.831239,\n                            \"lng\": -78.18340599999999,\n                            \"countryCode\": \"EC\",\n                            \"address\": \"Ecuador\"\n                        },\n                        \"cutoff\": null,\n                        \"planVisibility\": \"64546c5d46bd8f753a478203\",\n                        \"integrations\": [\n                            \"Integration1\",\n                            \"Integration2\",\n                            \"Integration3\"\n                        ],\n                        \"codeNotification\": \"shipment_milestone_lsp\",\n                        \"notify\": null,\n                        \"owner\": \"6496187f0b7497f3261b4260\",\n                        \"message\": [],\n                        \"isFavorite\": false,\n                        \"assignedTo\": {\n                            \"lastName\": \"holguin\",\n                            \"_id\": \"649618800b7497f3261b426f\",\n                            \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                            \"firstName\": \"Pedro Pablo\"\n                        },\n                        \"destination\": {\n                            \"lat\": -1.831239,\n                            \"lng\": -78.18340599999999,\n                            \"countryCode\": \"EC\",\n                            \"address\": \"Ecuador\"\n                        },\n                        \"manualInput\": true,\n                        \"automaticEvents\": true,\n                        \"deliveryAddress\": \"\",\n                        \"isParticipant\": false,\n                        \"translate\": {\n                            \"shipment_milestone_lsp_d5\": \"SHIPMENT DETAILS:\",\n                            \"shipment_milestone_lsp_d4\": \" in Cargologik.\",\n                            \"shipment_milestone_lsp_d7\": \"MBL or HBL:\",\n                            \"shipment_milestone_lsp_d6\": \"Shipment ID:\",\n                            \"shipment_milestone_lsp_d1\": \",\",\n                            \"shipment_milestone_lsp_d0\": \"Hello \",\n                            \"shipment_milestone_lsp_d3\": \"  by \",\n                            \"shipment_milestone_lsp_d2\": \"There is a new Shipment Milestone created for  \",\n                            \"shipment_milestone_lsp_d9\": \"Origin:\",\n                            \"shipment_milestone_lsp_d8\": \"Shipper Name:\",\n                            \"subject_shipment_milestone_lsp_d0\": \" - \",\n                            \"subject_shipment_milestone_lsp_d1\": \" - \",\n                            \"subject_shipment_milestone_lsp_d2\": \" -   has a new Shipment Milestone\",\n                            \"shipment_milestone_lsp_d11\": \"Commodity:\",\n                            \"shipment_milestone_lsp_d10\": \"Destination:\",\n                            \"shipment_milestone_lsp_d12\": \"New event:\"\n                        },\n                        \"categoryId\": \"M257_ECUADOR_ECUADOR_-2-HEATING-FUEL\",\n                        \"company\": \"64961c56a1727236e1959277\",\n                        \"referenceName\": \"wq\",\n                        \"voyageNumber\": \"qwz\",\n                        \"agent\": null,\n                        \"etaHistory\": [],\n                        \"scacCode\": \"\",\n                        \"hawb\": \"\",\n                        \"checksum\": \"12fd6254ecf5916df37956794676e2beb818ff382fa4b93f7f10be6f58c96b72\",\n                        \"shipment_id\": \"M257_ECUADOR_ECUADOR_-2-HEATING-FUEL\",\n                        \"totalVolume\": 0,\n                        \"shipment_milestone\": \"Container arrival at first POL (Gate in) - April 23rd 2024, 11:00 am\",\n                        \"consignee\": null,\n                        \"creationUser\": {\n                            \"lastName\": \"holguin\",\n                            \"_id\": \"649618800b7497f3261b426f\",\n                            \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                            \"firstName\": \"Pedro Pablo\"\n                        },\n                        \"markAsRead\": false,\n                        \"eta\": \"2024-02-06T05:00:00.000Z\",\n                        \"configTracking\": \"mbl\",\n                        \"status\": \"unread\",\n                        \"description\": \"M257_ECUADOR_ECUADOR_-2-HEATING-FUEL has a new Shipment Milestone\",\n                        \"shipment_mbl_hbl\": \"KLHO25742553\",\n                        \"isCreated\": true,\n                        \"freightType\": \"ship\",\n                        \"shipment_origin\": \"Ecuador\",\n                        \"currentStatus\": \"active\",\n                        \"containersNumber\": [],\n                        \"commodity\": \"#2 Heating fuel oil\",\n                        \"internalReference\": \"                             \",\n                        \"portOrigin\": null,\n                        \"shipment_destination\": \"Ecuador\",\n                        \"_id\": \"660c33e75ab6928b7f38d52d\"\n                    },\n                    \"title\": \"New Notification\"\n                }\n            },\n            {\n                \"timetoken\": 17121755533392428,\n                \"entry\": {\n                    \"body\": \"Booking ID M130_COSTA_CANADA_FAK was Created\",\n                    \"data\": {\n                        \"mbl\": \"\",\n                        \"cutoff\": null,\n                        \"truckingOriginPickupAddress\": null,\n                        \"transportationMode\": \"ship\",\n                        \"specialInstructions\": \"Example special instructions\",\n                        \"lsp_company_name\": \"Customer1\",\n                        \"truckingOriginMode\": \"\",\n                        \"bookingId\": \"M130_COSTA_CANADA_FAK\",\n                        \"consignee\": \"6499c290294fe24f0f182d73\",\n                        \"shipper_company_name\": \"Shipper Pedro\",\n                        \"creationUser\": {\n                            \"lastName\": \"holguin\",\n                            \"_id\": \"649618800b7497f3261b426f\",\n                            \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                            \"firstName\": \"Pedro Pablo\"\n                        },\n                        \"truckingDestinationPickupAddress\": null,\n                        \"truckingOriginPickupDate\": null,\n                        \"codeNotification\": \"lsp_booking_create_lsp\",\n                        \"truckingService\": false,\n                        \"notify\": null,\n                        \"isWithoutQuote\": false,\n                        \"booking_destination\": \"Canada\",\n                        \"owner\": {\n                            \"_id\": \"6496187f0b7497f3261b4260\",\n                            \"name\": \"Customer1\"\n                        },\n                        \"message\": [],\n                        \"mawb\": \"\",\n                        \"createdAt\": \"2024/04/03 03:18 PM\",\n                        \"category\": \"booking\",\n                        \"truckingDestinationPickupDate\": null,\n                        \"isFavorite\": false,\n                        \"assignedTo\": {\n                            \"lastName\": \"holguin\",\n                            \"_id\": \"649618800b7497f3261b426f\",\n                            \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                            \"firstName\": \"Pedro Pablo\"\n                        },\n                        \"shipmentType\": \"FCL\",\n                        \"emailSupport\": \"\",\n                        \"inApp\": true,\n                        \"manualInput\": \"M\",\n                        \"booking_id\": \"M130_COSTA_CANADA_FAK\",\n                        \"cityOrigin\": {\n                            \"lat\": 9.748916999999999,\n                            \"lng\": -83.753428,\n                            \"countryCode\": \"CR\",\n                            \"address\": \"Costa Rica\"\n                        },\n                        \"participants\": [],\n                        \"carrier\": \"6019c700e3e6248a7fd73cb5\",\n                        \"companyType\": \"shipper\",\n                        \"referenceName\": \"TEST T3\",\n                        \"isParticipant\": false,\n                        \"translate\": {\n                            \"lsp_booking_create_lsp_d10\": \"Destination:\",\n                            \"lsp_booking_create_lsp_d11\": \"Commodity:\",\n                            \"lsp_booking_create_lsp_d8\": \"Created by:\",\n                            \"lsp_booking_create_lsp_d9\": \"Origin:\",\n                            \"subject_lsp_booking_create_lsp_d0\": \" created a new Booking\",\n                            \"lsp_booking_create_lsp_d2\": \" created a new Booking \",\n                            \"lsp_booking_create_lsp_d3\": \" for \",\n                            \"lsp_booking_create_lsp_d0\": \"Hello \",\n                            \"lsp_booking_create_lsp_d1\": \",\",\n                            \"lsp_booking_create_lsp_d6\": \"Booking ID:\",\n                            \"lsp_booking_create_lsp_d7\": \"Shipper:\",\n                            \"lsp_booking_create_lsp_d4\": \".\",\n                            \"lsp_booking_create_lsp_d5\": \"BOOKING DETAILS:\"\n                        },\n                        \"customBrokerage\": false,\n                        \"categoryId\": \"M130_COSTA_CANADA_FAK\",\n                        \"booking\": {\n                            \"commodity\": \"FAK\",\n                            \"cityDestination\": {\n                                \"lat\": 56.130366,\n                                \"lng\": -106.346771,\n                                \"countryCode\": \"CA\",\n                                \"address\": \"Canada\"\n                            },\n                            \"company\": {\n                                \"_id\": \"64961c56a1727236e1959277\",\n                                \"type\": \"shipper\",\n                                \"name\": \"Shipper Pedro\"\n                            },\n                            \"bookingId\": \"M130_COSTA_CANADA_FAK\",\n                            \"cityOrigin\": {\n                                \"lat\": 9.748916999999999,\n                                \"lng\": -83.753428,\n                                \"countryCode\": \"CR\",\n                                \"address\": \"Costa Rica\"\n                            },\n                            \"owner\": {\n                                \"_id\": \"6496187f0b7497f3261b4260\",\n                                \"type\": \"lsp\",\n                                \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                                \"name\": \"Customer1\"\n                            },\n                            \"_id\": \"660db9b378dfb2df7299a633\"\n                        },\n                        \"status\": \"actionRequired\",\n                        \"incoterm\": \"CIP\",\n                        \"totalVolumetricWeight\": 0,\n                        \"urlRedirect\": \"/share/booking-detail/660db9b378dfb2df7299a633?companyType=lsp\",\n                        \"description\": \"Booking ID M130_COSTA_CANADA_FAK was Created\",\n                        \"tags\": [],\n                        \"cityDestination\": {\n                            \"lat\": 56.130366,\n                            \"lng\": -106.346771,\n                            \"countryCode\": \"CA\",\n                            \"address\": \"Canada\"\n                        },\n                        \"quote\": \"65fb519f9cf74726788995e8\",\n                        \"company\": {\n                            \"_id\": \"64961c56a1727236e1959277\",\n                            \"name\": \"Shipper Pedro\"\n                        },\n                        \"packagesInfo\": [\n                            {\n                                \"weightMetric\": \"kg\",\n                                \"weight\": \"2\",\n                                \"volumeMetric\": \"m³\",\n                                \"volume\": \"2\",\n                                \"amount\": 2,\n                                \"packageType\": \"Dry 20'\",\n                                \"hazardousMaterials\": \"0\"\n                            }\n                        ],\n                        \"voyageNumber\": \"\",\n                        \"session_company\": \"Customer1\",\n                        \"customTags\": [],\n                        \"hawb\": \"\",\n                        \"totalVolume\": 2,\n                        \"agent\": null,\n                        \"totalChargeableWeight\": 2,\n                        \"inEmail\": true,\n                        \"descriptionCommodity\": \"Example description\",\n                        \"truckingOriginEquipment\": \"\",\n                        \"booking_id_url\": \"https://companypedro.dev.com:3000/share/booking-detail/660db9b378dfb2df7299a633?companyType=lsp\",\n                        \"tenant\": \"649618800b7497f3261b426d\",\n                        \"truckingDestinationMode\": \"\",\n                        \"hbl\": \"\",\n                        \"shipper\": \"660c1d0bf873484ed5610bba\",\n                        \"commodity\": \"FAK\",\n                        \"eta\": null,\n                        \"checksum\": \"c5568e3b8f1f9e27d1b5a15f0981c0704d83fc0450ba14833fde2910778adb9d\",\n                        \"truckingOrigin\": false,\n                        \"rate\": \"660db9b378dfb2df7299a62c\",\n                        \"flightNumber\": \"\",\n                        \"truckingOriginDeliveryAddress\": null,\n                        \"truckingDestinationDeliveryAddress\": null,\n                        \"truckingDestinationEquipment\": \"\",\n                        \"turn\": \"owner\",\n                        \"__v\": 0,\n                        \"containers\": [\n                            \"A1111\",\n                            \"B2222\"\n                        ],\n                        \"etd\": null,\n                        \"markAsRead\": false,\n                        \"_id\": \"660db9bf5ab6928b7fbf8279\",\n                        \"booking_origin\": \"Costa Rica\",\n                        \"totalWeight\": 2,\n                        \"paymentTerm\": \"collect\"\n                    },\n                    \"title\": \"New Notification\"\n                }\n            },\n            {\n                \"timetoken\": 17121766376154232,\n                \"entry\": {\n                    \"body\": \"Booking ID M130_COSTA_CANADA_FAK was Edited\",\n                    \"data\": {\n                        \"updateUser\": \"649618800b7497f3261b426f\",\n                        \"truckingOriginPickupAddress\": null,\n                        \"transportationMode\": \"ship\",\n                        \"shipper_company_name\": \"Shipper Pedro\",\n                        \"lsp_company_name\": \"Customer1\",\n                        \"truckingOriginMode\": \"\",\n                        \"updatedAt\": \"2024-04-03T20:37:14.255Z\",\n                        \"emailSupport\": \"\",\n                        \"truckingDestinationEquipment\": \"\",\n                        \"incoterm\": \"CIP\",\n                        \"urlRedirect\": \"/share/booking-detail/660db9b378dfb2df7299a633?companyType=lsp\",\n                        \"session_company\": \"Customer1\",\n                        \"portDestination\": null,\n                        \"inEmail\": true,\n                        \"descriptionCommodity\": \"Example description\",\n                        \"packagesInfo\": [\n                            {\n                                \"weightMetric\": \"kg\",\n                                \"weight\": \"2\",\n                                \"volumeMetric\": \"m³\",\n                                \"volume\": \"2\",\n                                \"amount\": 2,\n                                \"packageType\": \"Dry 20'\",\n                                \"hazardousMaterials\": \"0\"\n                            }\n                        ],\n                        \"totalWeight\": 2,\n                        \"specialInstructions\": \"Example special instructions\",\n                        \"bookingId\": \"M130_COSTA_CANADA_FAK\",\n                        \"rate\": \"660db9b378dfb2df7299a62c\",\n                        \"createdAt\": \"2024/04/03 03:18 PM\",\n                        \"category\": \"booking\",\n                        \"truckingDestinationPickupDate\": null,\n                        \"inApp\": true,\n                        \"participants\": [\n                            {\n                                \"assignedTo\": {\n                                    \"lastName\": \"holguin\",\n                                    \"_id\": \"649618800b7497f3261b426f\",\n                                    \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                                    \"firstName\": \"Pedro Pablo\"\n                                },\n                                \"company\": {\n                                    \"_id\": \"6496187f0b7497f3261b4260\",\n                                    \"name\": \"Customer1\"\n                                },\n                                \"_id\": \"660db9bd5ab6928b7fbf81a3\",\n                                \"booking\": \"660db9b378dfb2df7299a633\"\n                            },\n                            {\n                                \"assignedTo\": {\n                                    \"lastName\": \"Holguin\",\n                                    \"_id\": \"649ee411cd2ae3022068836f\",\n                                    \"email\": \"pedro.holgin+mem01@cargologik.com\",\n                                    \"firstName\": \"Carlos Andres\"\n                                },\n                                \"company\": {\n                                    \"_id\": \"6496187f0b7497f3261b4260\",\n                                    \"name\": \"Customer1\"\n                                },\n                                \"_id\": \"660db9bd5ab6928b7fbf81bd\",\n                                \"booking\": \"660db9b378dfb2df7299a633\"\n                            },\n                            {\n                                \"assignedTo\": {\n                                    \"lastName\": \"Pedro\",\n                                    \"_id\": \"64961c54416606c8874e1e60\",\n                                    \"email\": \"pedro.holgin+shipper1@cargologik.com\",\n                                    \"firstName\": \"Shipper\"\n                                },\n                                \"company\": {\n                                    \"_id\": \"64961c56a1727236e1959277\",\n                                    \"name\": \"Shipper Pedro\"\n                                },\n                                \"_id\": \"660db9be5ab6928b7fbf81cf\",\n                                \"booking\": \"660db9b378dfb2df7299a633\"\n                            },\n                            {\n                                \"assignedTo\": {\n                                    \"lastName\": \"Holguin\",\n                                    \"_id\": \"64ba97808e1b1dec4387cabe\",\n                                    \"email\": \"pedro.holgin+shipper10@cargologik.com\",\n                                    \"firstName\": \"Pedro\"\n                                },\n                                \"company\": {\n                                    \"_id\": \"64961c56a1727236e1959277\",\n                                    \"name\": \"Shipper Pedro\"\n                                },\n                                \"_id\": \"660db9be5ab6928b7fbf81e1\",\n                                \"booking\": \"660db9b378dfb2df7299a633\"\n                            },\n                            {\n                                \"assignedTo\": {\n                                    \"lastName\": \"holguin\",\n                                    \"_id\": \"65469465c406353b872c843d\",\n                                    \"email\": \"pedro.holgin+snew1@cargologik.com\",\n                                    \"firstName\": \"new pedro\"\n                                },\n                                \"company\": {\n                                    \"_id\": \"64961c56a1727236e1959277\",\n                                    \"name\": \"Shipper Pedro\"\n                                },\n                                \"_id\": \"660db9be5ab6928b7fbf81fa\",\n                                \"booking\": \"660db9b378dfb2df7299a633\"\n                            },\n                            {\n                                \"assignedTo\": {\n                                    \"lastName\": \"ttt\",\n                                    \"_id\": \"654695a5e042a748f8348203\",\n                                    \"email\": \"pedro.holgin+newc2@cargologik.com\",\n                                    \"firstName\": \"new carlos\"\n                                },\n                                \"company\": {\n                                    \"_id\": \"64961c56a1727236e1959277\",\n                                    \"name\": \"Shipper Pedro\"\n                                },\n                                \"_id\": \"660db9be5ab6928b7fbf820e\",\n                                \"booking\": \"660db9b378dfb2df7299a633\"\n                            }\n                        ],\n                        \"booking\": {\n                            \"commodity\": \"FAK\",\n                            \"cityDestination\": {\n                                \"lat\": 56.130366,\n                                \"lng\": -106.346771,\n                                \"countryCode\": \"CA\",\n                                \"address\": \"Canada\"\n                            },\n                            \"company\": {\n                                \"_id\": \"64961c56a1727236e1959277\",\n                                \"type\": \"shipper\",\n                                \"name\": \"Shipper Pedro\"\n                            },\n                            \"bookingId\": \"M130_COSTA_CANADA_FAK\",\n                            \"cityOrigin\": {\n                                \"lat\": 9.748916999999999,\n                                \"lng\": -83.753428,\n                                \"countryCode\": \"CR\",\n                                \"address\": \"Costa Rica\"\n                            },\n                            \"portDestination\": null,\n                            \"owner\": {\n                                \"_id\": \"6496187f0b7497f3261b4260\",\n                                \"type\": \"lsp\",\n                                \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                                \"name\": \"Customer1\"\n                            },\n                            \"_id\": \"660db9b378dfb2df7299a633\",\n                            \"portOrigin\": null\n                        },\n                        \"tags\": [],\n                        \"customTags\": [],\n                        \"shipmentType\": \"FCL\",\n                        \"__v\": 0,\n                        \"tenant\": \"649618800b7497f3261b426d\",\n                        \"hbl\": \"\",\n                        \"shipper\": \"660c1d0bf873484ed5610bba\",\n                        \"mawb\": \"\",\n                        \"flightNumber\": \"\",\n                        \"turn\": \"owner\",\n                        \"carrier\": \"6019c700e3e6248a7fd73cb5\",\n                        \"agent\": null,\n                        \"booking_origin\": \"Costa Rica\",\n                        \"portOrigin\": null,\n                        \"mbl\": \"\",\n                        \"cutoff\": null,\n                        \"booking_id_url\": \"https://companypedro.dev.com:3000/share/booking-detail/660db9b378dfb2df7299a633?companyType=lsp\",\n                        \"truckingOriginPickupDate\": null,\n                        \"codeNotification\": \"lsp_booking_update_lsp\",\n                        \"truckingService\": false,\n                        \"notify\": null,\n                        \"booking_destination\": \"Canada\",\n                        \"owner\": {\n                            \"_id\": \"6496187f0b7497f3261b4260\",\n                            \"name\": \"Customer1\"\n                        },\n                        \"message\": [],\n                        \"isFavorite\": false,\n                        \"manualInput\": \"M\",\n                        \"assignedTo\": {\n                            \"lastName\": \"holguin\",\n                            \"_id\": \"649618800b7497f3261b426f\",\n                            \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                            \"firstName\": \"Pedro Pablo\"\n                        },\n                        \"referenceName\": \"TEST T3\",\n                        \"isParticipant\": false,\n                        \"translate\": {\n                            \"subject_lsp_booking_update_lsp_d0\": \" edited a Booking\",\n                            \"lsp_booking_update_lsp_d10\": \"Commodity:\",\n                            \"lsp_booking_update_lsp_d7\": \"Modified For:\",\n                            \"lsp_booking_update_lsp_d6\": \"Booking ID:\",\n                            \"lsp_booking_update_lsp_d5\": \"BOOKING DETAILS:\",\n                            \"lsp_booking_update_lsp_d4\": \".\",\n                            \"lsp_booking_update_lsp_d3\": \" was modified for \",\n                            \"lsp_booking_update_lsp_d2\": \"An existing Cargologik Booking \",\n                            \"lsp_booking_update_lsp_d1\": \",\",\n                            \"lsp_booking_update_lsp_d0\": \"Hello \",\n                            \"lsp_booking_update_lsp_d9\": \"Destination:\",\n                            \"lsp_booking_update_lsp_d8\": \"Origin:\"\n                        },\n                        \"categoryId\": \"M130_COSTA_CANADA_FAK\",\n                        \"containers\": [\n                            \"A1111\",\n                            \"B2222\"\n                        ],\n                        \"totalVolumetricWeight\": 0,\n                        \"cityDestination\": {\n                            \"lat\": 56.130366,\n                            \"lng\": -106.346771,\n                            \"countryCode\": \"CA\",\n                            \"address\": \"Canada\"\n                        },\n                        \"truckingOriginEquipment\": \"\",\n                        \"company\": {\n                            \"_id\": \"64961c56a1727236e1959277\",\n                            \"name\": \"Shipper Pedro\"\n                        },\n                        \"voyageNumber\": \"\",\n                        \"isWithoutQuote\": false,\n                        \"totalChargeableWeight\": 2,\n                        \"booking_id\": \"M130_COSTA_CANADA_FAK\",\n                        \"checksum\": \"2bb8b0e0f80e5481ce3af6fb0ce75b704f382100ab7d1b1f8bde1dbd3a3512e0\",\n                        \"totalVolume\": 2,\n                        \"consignee\": \"6499c290294fe24f0f182d73\",\n                        \"creationUser\": {\n                            \"lastName\": \"holguin\",\n                            \"_id\": \"649618800b7497f3261b426f\",\n                            \"email\": \"pedro.holgin+lsp@cargologik.com\",\n                            \"firstName\": \"Pedro Pablo\"\n                        },\n                        \"truckingDestinationPickupAddress\": null,\n                        \"truckingOriginDeliveryAddress\": null,\n                        \"markAsRead\": false,\n                        \"cityOrigin\": {\n                            \"lat\": 9.748916999999999,\n                            \"lng\": -83.753428,\n                            \"countryCode\": \"CR\",\n                            \"address\": \"Costa Rica\"\n                        },\n                        \"eta\": \"2024-04-04T05:00:00.000Z\",\n                        \"companyType\": \"shipper\",\n                        \"customBrokerage\": false,\n                        \"status\": \"actionRequired\",\n                        \"etd\": null,\n                        \"description\": \"Booking ID M130_COSTA_CANADA_FAK was Edited\",\n                        \"quote\": \"65fb519f9cf74726788995e8\",\n                        \"hawb\": \"\",\n                        \"truckingDestinationMode\": \"\",\n                        \"commodity\": \"FAK\",\n                        \"truckingOrigin\": false,\n                        \"_id\": \"660dbdfb5ab6928b7fc089d4\",\n                        \"truckingDestinationDeliveryAddress\": null,\n                        \"paymentTerm\": \"collect\"\n                    },\n                    \"title\": \"New Notification\"\n                }\n            }\n        ],\n        \"startTimeToken\": 17120699146190680,\n        \"endTimeToken\": 17121766376154232\n    }\n}"}],"_postman_id":"b4db1b6d-4708-4800-9e94-2be2c76fee4f"},{"name":"deletePubnub","id":"073f60a9-5c09-4552-b317-aacb3ca4b9ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"channel\": \"notifications.649618800b7497f3261b426f\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/notification/deletePubnub","description":"<p><strong>Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th><strong>Description</strong></th>\n<th><strong>Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>channel</td>\n<td>PubNub channel name.</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","notification","deletePubnub"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"4b758346-6bd8-4727-9b2c-a8d0df9fb9a0","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"channel\": \"notifications.649618800b7497f3261b426f\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/notification/deletePubnub"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"ETag","value":"W/\"31-FpayV1njIcuwTCrAes6FCWa2xEM\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 04 Apr 2024 13:01:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": \"deleteNotificationPubnub\"\n}"}],"_postman_id":"073f60a9-5c09-4552-b317-aacb3ca4b9ae"},{"name":"SettingsNotifications","id":"7d5ad728-e03e-4ec9-b42b-698c36506205","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"field\": \"createdTime\",\r\n  \"query\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/notification/settings/values","description":"<p><strong>Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th><strong>Description</strong></th>\n<th><strong>Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>field</td>\n<td>Name field (description , createdTime ).</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","notification","settings","values"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"99a3d80f-2e10-4f7e-8c49-68bd9402efca","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"field\": \"createdTime\",\r\n  \"query\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/notification/settings/values"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"5095-jqsQTbVUA+tO23uOqvtOKNO1RWA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 04 Apr 2024 13:19:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    \"2023-09-27T21:20:47.095Z\",\n    \"2023-09-27T21:20:47.117Z\",\n    \"2023-09-27T21:21:01.223Z\",\n    \"2023-10-02T19:39:30.862Z\",\n    \"2023-10-02T20:55:54.581Z\",\n    \"2023-10-03T14:47:06.798Z\",\n    \"2023-10-03T14:47:10.637Z\",\n    \"2023-10-03T15:06:33.533Z\",\n    \"2023-10-03T16:22:48.416Z\",\n    \"2023-10-05T14:09:52.882Z\",\n    \"2023-10-05T16:53:16.843Z\",\n    \"2023-10-05T16:56:52.387Z\",\n    \"2023-10-05T19:38:55.853Z\",\n    \"2023-10-05T19:52:10.335Z\",\n    \"2023-10-05T20:04:28.750Z\",\n    \"2023-10-05T20:06:40.168Z\",\n    \"2023-10-05T20:33:24.866Z\",\n    \"2023-10-05T20:37:03.201Z\",\n    \"2023-10-05T20:46:56.573Z\",\n    \"2023-10-05T20:48:55.083Z\",\n    \"2023-10-05T20:54:41.495Z\",\n    \"2023-10-05T20:54:41.566Z\",\n    \"2023-10-05T20:56:16.955Z\",\n    \"2023-10-05T20:57:21.833Z\",\n    \"2023-10-06T21:25:46.085Z\",\n    \"2023-10-06T21:52:48.875Z\",\n    \"2023-10-06T22:00:35.206Z\",\n    \"2023-10-06T22:05:02.345Z\",\n    \"2023-10-06T22:35:31.202Z\",\n    \"2023-10-09T20:41:35.770Z\",\n    \"2023-10-09T23:18:06.557Z\",\n    \"2023-10-10T15:53:17.727Z\",\n    \"2023-10-11T16:29:32.862Z\",\n    \"2023-10-11T20:10:52.698Z\",\n    \"2023-10-11T20:11:45.484Z\",\n    \"2023-10-13T15:10:35.651Z\",\n    \"2023-10-13T15:10:35.700Z\",\n    \"2023-10-13T20:18:49.937Z\",\n    \"2023-10-13T20:20:16.186Z\",\n    \"2023-10-13T20:21:12.702Z\",\n    \"2023-10-17T14:34:33.283Z\",\n    \"2023-10-17T14:41:46.767Z\",\n    \"2023-10-18T21:34:25.084Z\",\n    \"2023-10-18T21:47:47.726Z\",\n    \"2023-10-19T13:44:49.249Z\",\n    \"2023-10-19T13:44:49.319Z\",\n    \"2023-10-20T12:43:32.295Z\",\n    \"2023-10-20T12:44:56.814Z\",\n    \"2023-10-20T14:47:22.963Z\",\n    \"2023-10-20T14:48:22.701Z\",\n    \"2023-10-20T14:48:46.205Z\",\n    \"2023-10-20T14:54:56.120Z\",\n    \"2023-10-20T14:55:52.853Z\",\n    \"2023-10-20T14:56:29.529Z\",\n    \"2023-10-20T15:10:40.296Z\",\n    \"2023-10-20T15:16:02.759Z\",\n    \"2023-10-20T15:16:02.765Z\",\n    \"2023-10-20T15:27:45.388Z\",\n    \"2023-10-20T15:27:45.445Z\",\n    \"2023-10-20T15:40:56.674Z\",\n    \"2023-10-20T15:44:30.615Z\",\n    \"2023-10-20T15:45:35.643Z\",\n    \"2023-10-20T15:52:46.652Z\",\n    \"2023-10-20T15:56:50.402Z\",\n    \"2023-10-20T16:11:53.930Z\",\n    \"2023-10-20T16:15:40.779Z\",\n    \"2023-10-20T16:35:14.340Z\",\n    \"2023-10-20T16:35:18.031Z\",\n    \"2023-10-20T16:50:01.671Z\",\n    \"2023-10-20T17:03:48.137Z\",\n    \"2023-10-20T20:41:14.845Z\",\n    \"2023-10-20T20:49:26.745Z\",\n    \"2023-10-20T20:54:54.080Z\",\n    \"2023-10-20T22:49:06.794Z\",\n    \"2023-10-20T22:50:05.058Z\",\n    \"2023-10-20T22:53:50.430Z\",\n    \"2023-10-20T22:57:48.671Z\",\n    \"2023-10-20T22:57:52.552Z\",\n    \"2023-10-20T23:31:47.232Z\",\n    \"2023-10-20T23:31:50.956Z\",\n    \"2023-10-21T00:00:51.300Z\",\n    \"2023-10-21T00:01:49.344Z\",\n    \"2023-10-21T00:01:51.195Z\",\n    \"2023-10-21T00:04:54.552Z\",\n    \"2023-10-21T00:11:45.098Z\",\n    \"2023-10-21T00:12:07.820Z\",\n    \"2023-10-21T00:12:09.525Z\",\n    \"2023-10-23T19:29:01.712Z\",\n    \"2023-10-23T20:23:21.945Z\",\n    \"2023-10-23T20:25:30.481Z\",\n    \"2023-10-24T14:24:22.133Z\",\n    \"2023-10-25T15:28:01.888Z\",\n    \"2023-10-25T15:31:42.551Z\",\n    \"2023-10-25T15:37:39.028Z\",\n    \"2023-10-25T15:39:50.230Z\",\n    \"2023-10-25T15:40:21.063Z\",\n    \"2023-10-25T15:41:48.605Z\",\n    \"2023-10-25T15:45:04.979Z\",\n    \"2023-10-25T15:53:28.513Z\",\n    \"2023-10-25T16:11:55.913Z\",\n    \"2023-10-25T16:13:05.139Z\",\n    \"2023-10-25T16:15:15.879Z\",\n    \"2023-10-25T16:19:35.284Z\",\n    \"2023-10-25T16:19:49.400Z\",\n    \"2023-10-25T16:20:26.666Z\",\n    \"2023-10-25T16:26:26.928Z\",\n    \"2023-10-25T16:26:47.986Z\",\n    \"2023-10-25T16:26:56.058Z\",\n    \"2023-10-25T16:50:14.687Z\",\n    \"2023-10-25T16:56:29.568Z\",\n    \"2023-10-25T19:23:47.234Z\",\n    \"2023-10-25T19:24:55.961Z\",\n    \"2023-10-25T19:29:24.183Z\",\n    \"2023-10-25T19:29:47.077Z\",\n    \"2023-10-25T20:27:16.410Z\",\n    \"2023-10-25T20:44:34.827Z\",\n    \"2023-10-25T20:45:24.952Z\",\n    \"2023-10-25T20:46:20.728Z\",\n    \"2023-10-25T21:03:15.044Z\",\n    \"2023-10-25T21:07:01.544Z\",\n    \"2023-10-25T21:14:53.088Z\",\n    \"2023-10-25T21:22:49.780Z\",\n    \"2023-10-25T21:23:11.343Z\",\n    \"2023-10-25T21:24:10.599Z\",\n    \"2023-10-25T21:27:23.761Z\",\n    \"2023-10-25T21:30:59.606Z\",\n    \"2023-10-25T21:33:57.326Z\",\n    \"2023-10-25T21:36:59.862Z\",\n    \"2023-10-25T21:59:32.166Z\",\n    \"2023-10-25T22:06:02.270Z\",\n    \"2023-10-25T22:06:47.480Z\",\n    \"2023-10-25T22:15:25.717Z\",\n    \"2023-10-25T22:15:38.527Z\",\n    \"2023-10-25T22:15:56.112Z\",\n    \"2023-10-25T22:35:59.188Z\",\n    \"2023-10-25T22:36:51.058Z\",\n    \"2023-10-26T19:29:55.020Z\",\n    \"2023-10-26T19:38:02.079Z\",\n    \"2023-10-26T19:40:01.293Z\",\n    \"2023-10-26T19:41:45.198Z\",\n    \"2023-10-26T19:42:47.803Z\",\n    \"2023-10-26T19:46:54.688Z\",\n    \"2023-10-26T19:46:54.720Z\",\n    \"2023-10-27T16:11:18.973Z\",\n    \"2023-10-27T16:11:18.975Z\",\n    \"2023-10-27T16:14:05.779Z\",\n    \"2023-10-27T16:18:47.454Z\",\n    \"2023-10-30T19:40:32.566Z\",\n    \"2023-10-31T16:48:36.447Z\",\n    \"2023-10-31T21:24:36.987Z\",\n    \"2023-10-31T21:29:36.444Z\",\n    \"2023-10-31T21:38:42.042Z\",\n    \"2023-10-31T21:45:53.964Z\",\n    \"2023-10-31T21:46:44.373Z\",\n    \"2023-10-31T22:09:13.443Z\",\n    \"2023-11-01T13:45:37.332Z\",\n    \"2023-11-01T13:45:37.370Z\",\n    \"2023-11-01T16:30:29.372Z\",\n    \"2023-11-01T16:30:29.391Z\",\n    \"2023-11-01T19:21:53.549Z\",\n    \"2023-11-01T19:21:53.570Z\",\n    \"2023-11-01T20:04:12.463Z\",\n    \"2023-11-01T20:06:14.398Z\",\n    \"2023-11-01T20:18:20.102Z\",\n    \"2023-11-01T21:02:48.175Z\",\n    \"2023-11-09T21:50:41.416Z\",\n    \"2023-11-09T21:50:41.452Z\",\n    \"2023-11-10T21:12:55.540Z\",\n    \"2023-11-10T21:20:37.620Z\",\n    \"2023-11-10T21:23:14.669Z\",\n    \"2023-11-14T16:27:07.702Z\",\n    \"2023-11-14T16:27:07.704Z\",\n    \"2023-11-14T16:38:01.291Z\",\n    \"2023-11-14T16:38:11.204Z\",\n    \"2023-11-15T22:14:04.822Z\",\n    \"2023-11-16T22:28:48.428Z\",\n    \"2023-11-16T22:50:19.590Z\",\n    \"2023-11-21T13:51:55.924Z\",\n    \"2023-11-21T15:52:58.640Z\",\n    \"2023-11-21T21:25:16.141Z\",\n    \"2023-11-21T21:26:04.314Z\",\n    \"2023-11-21T21:27:10.206Z\",\n    \"2023-11-21T21:29:30.744Z\",\n    \"2023-11-21T21:32:02.039Z\",\n    \"2023-11-21T22:41:54.595Z\",\n    \"2023-11-22T14:14:04.281Z\",\n    \"2023-11-23T15:24:28.223Z\",\n    \"2023-11-23T15:45:45.140Z\",\n    \"2023-11-23T15:59:10.844Z\",\n    \"2023-11-23T16:04:40.762Z\",\n    \"2023-11-23T16:06:31.811Z\",\n    \"2023-11-23T16:06:31.900Z\",\n    \"2023-11-23T19:50:03.594Z\",\n    \"2023-11-23T19:50:03.598Z\",\n    \"2023-11-23T19:56:32.317Z\",\n    \"2023-11-23T19:59:08.166Z\",\n    \"2023-11-23T20:01:02.708Z\",\n    \"2023-11-23T20:03:57.136Z\",\n    \"2023-11-23T20:09:21.496Z\",\n    \"2023-11-23T20:12:33.835Z\",\n    \"2023-11-23T20:19:23.947Z\",\n    \"2023-11-23T20:22:22.086Z\",\n    \"2023-11-29T19:26:09.963Z\",\n    \"2023-11-29T21:16:38.691Z\",\n    \"2023-12-01T22:14:17.934Z\",\n    \"2023-12-04T16:53:34.989Z\",\n    \"2023-12-04T19:34:56.341Z\",\n    \"2023-12-04T22:21:23.908Z\",\n    \"2023-12-05T13:54:43.562Z\",\n    \"2023-12-05T14:19:59.979Z\",\n    \"2023-12-07T14:31:17.431Z\",\n    \"2023-12-08T15:49:51.415Z\",\n    \"2023-12-08T15:51:55.937Z\",\n    \"2023-12-08T16:06:27.141Z\",\n    \"2023-12-13T15:36:00.512Z\",\n    \"2023-12-13T18:21:16.146Z\",\n    \"2023-12-13T18:21:29.366Z\",\n    \"2023-12-13T18:21:38.036Z\",\n    \"2023-12-13T18:25:16.334Z\",\n    \"2023-12-13T18:25:49.562Z\",\n    \"2023-12-13T18:26:41.780Z\",\n    \"2023-12-13T18:29:13.647Z\",\n    \"2023-12-13T18:30:50.826Z\",\n    \"2023-12-13T18:37:28.619Z\",\n    \"2023-12-15T21:26:42.849Z\",\n    \"2023-12-15T21:27:13.819Z\",\n    \"2023-12-19T13:35:22.950Z\",\n    \"2023-12-21T21:33:15.173Z\",\n    \"2023-12-25T22:16:12.937Z\",\n    \"2023-12-26T19:11:43.502Z\",\n    \"2023-12-26T19:19:18.151Z\",\n    \"2023-12-26T19:21:18.533Z\",\n    \"2023-12-26T21:16:04.982Z\",\n    \"2023-12-26T21:16:22.392Z\",\n    \"2023-12-27T18:53:04.882Z\",\n    \"2024-01-05T21:25:53.722Z\",\n    \"2024-01-05T21:34:57.994Z\",\n    \"2024-01-08T04:00:57.765Z\",\n    \"2024-01-08T04:27:26.529Z\",\n    \"2024-01-09T16:33:28.593Z\",\n    \"2024-01-09T16:39:48.865Z\",\n    \"2024-01-09T19:35:43.314Z\",\n    \"2024-01-09T19:36:59.444Z\",\n    \"2024-01-09T19:38:25.173Z\",\n    \"2024-01-10T00:18:13.160Z\",\n    \"2024-01-10T00:54:13.210Z\",\n    \"2024-01-10T00:58:04.165Z\",\n    \"2024-01-10T00:59:38.654Z\",\n    \"2024-01-10T01:02:13.180Z\",\n    \"2024-01-10T01:02:29.741Z\",\n    \"2024-01-10T01:03:59.775Z\",\n    \"2024-01-10T01:06:01.640Z\",\n    \"2024-01-10T01:09:18.354Z\",\n    \"2024-01-10T01:17:39.783Z\",\n    \"2024-01-10T01:26:17.808Z\",\n    \"2024-01-10T01:26:43.110Z\",\n    \"2024-01-10T01:28:21.995Z\",\n    \"2024-01-10T01:28:49.821Z\",\n    \"2024-01-10T01:37:37.242Z\",\n    \"2024-01-10T01:40:09.932Z\",\n    \"2024-01-10T01:41:52.074Z\",\n    \"2024-01-10T01:43:17.393Z\",\n    \"2024-01-10T01:44:21.553Z\",\n    \"2024-01-10T01:59:45.042Z\",\n    \"2024-01-10T02:00:01.300Z\",\n    \"2024-01-10T02:15:17.637Z\",\n    \"2024-01-10T02:17:06.432Z\",\n    \"2024-01-10T02:17:46.147Z\",\n    \"2024-01-10T02:17:56.011Z\",\n    \"2024-01-10T02:18:02.269Z\",\n    \"2024-01-10T02:18:07.020Z\",\n    \"2024-01-10T02:18:24.819Z\",\n    \"2024-01-10T02:59:01.356Z\",\n    \"2024-01-10T03:31:41.843Z\",\n    \"2024-01-10T15:34:05.985Z\",\n    \"2024-01-10T15:59:13.355Z\",\n    \"2024-01-11T20:59:45.965Z\",\n    \"2024-01-13T21:21:55.337Z\",\n    \"2024-01-16T15:23:39.593Z\",\n    \"2024-01-16T15:58:49.077Z\",\n    \"2024-01-16T20:01:39.512Z\",\n    \"2024-01-16T21:20:52.818Z\",\n    \"2024-01-19T01:07:27.409Z\",\n    \"2024-01-19T02:07:20.934Z\",\n    \"2024-01-19T02:42:59.828Z\",\n    \"2024-01-19T02:43:23.701Z\",\n    \"2024-01-19T13:43:55.867Z\",\n    \"2024-01-19T15:30:28.296Z\",\n    \"2024-01-19T21:07:08.579Z\",\n    \"2024-01-19T21:11:20.967Z\",\n    \"2024-01-19T21:12:12.052Z\",\n    \"2024-01-19T21:32:57.944Z\",\n    \"2024-01-19T21:36:50.694Z\",\n    \"2024-01-19T21:37:44.602Z\",\n    \"2024-01-19T21:38:36.061Z\",\n    \"2024-01-19T21:39:05.527Z\",\n    \"2024-01-19T21:40:23.644Z\",\n    \"2024-01-19T21:42:35.182Z\",\n    \"2024-01-19T22:42:42.627Z\",\n    \"2024-01-19T22:44:31.531Z\",\n    \"2024-01-19T22:47:29.458Z\",\n    \"2024-01-19T23:19:54.061Z\",\n    \"2024-01-19T23:21:48.397Z\",\n    \"2024-01-20T02:35:22.487Z\",\n    \"2024-01-20T02:36:06.616Z\",\n    \"2024-01-20T18:41:29.347Z\",\n    \"2024-01-20T20:51:55.857Z\",\n    \"2024-01-20T20:52:24.770Z\",\n    \"2024-01-20T20:53:25.542Z\",\n    \"2024-01-20T20:54:22.026Z\",\n    \"2024-01-20T21:02:12.279Z\",\n    \"2024-01-21T21:51:42.246Z\",\n    \"2024-01-21T21:52:08.302Z\",\n    \"2024-01-21T22:50:38.724Z\",\n    \"2024-01-21T22:51:46.450Z\",\n    \"2024-01-21T23:31:35.814Z\",\n    \"2024-01-21T23:32:04.327Z\",\n    \"2024-01-21T23:32:25.996Z\",\n    \"2024-01-21T23:35:58.946Z\",\n    \"2024-01-21T23:36:14.088Z\",\n    \"2024-01-22T00:01:35.312Z\",\n    \"2024-01-22T00:07:56.348Z\",\n    \"2024-01-22T02:40:36.420Z\",\n    \"2024-01-22T02:40:36.562Z\",\n    \"2024-01-22T02:46:33.711Z\",\n    \"2024-01-22T03:13:40.151Z\",\n    \"2024-01-22T03:56:24.666Z\",\n    \"2024-01-22T03:56:30.170Z\",\n    \"2024-01-22T03:56:35.534Z\",\n    \"2024-01-22T04:14:35.185Z\",\n    \"2024-01-22T04:14:39.298Z\",\n    \"2024-01-22T04:14:42.395Z\",\n    \"2024-01-22T04:31:29.474Z\",\n    \"2024-01-22T07:46:54.105Z\",\n    \"2024-01-22T08:41:25.174Z\",\n    \"2024-01-22T08:43:21.454Z\",\n    \"2024-01-22T13:25:05.926Z\",\n    \"2024-01-22T13:52:43.224Z\",\n    \"2024-01-22T14:57:31.655Z\",\n    \"2024-01-22T15:09:40.085Z\",\n    \"2024-01-22T15:10:29.102Z\",\n    \"2024-01-24T04:56:52.117Z\",\n    \"2024-01-24T18:07:20.868Z\",\n    \"2024-01-24T18:07:36.047Z\",\n    \"2024-01-25T13:33:03.376Z\",\n    \"2024-01-25T13:33:13.923Z\",\n    \"2024-01-25T13:33:24.846Z\",\n    \"2024-01-25T13:33:50.131Z\",\n    \"2024-01-25T22:08:49.593Z\",\n    \"2024-01-25T22:14:04.252Z\",\n    \"2024-01-25T23:42:07.711Z\",\n    \"2024-01-26T00:20:00.826Z\",\n    \"2024-01-26T00:29:36.740Z\",\n    \"2024-01-26T00:33:46.961Z\",\n    \"2024-01-26T00:35:36.905Z\",\n    \"2024-01-26T00:43:20.865Z\",\n    \"2024-01-26T14:54:38.627Z\",\n    \"2024-01-26T15:11:43.196Z\",\n    \"2024-01-26T15:14:46.283Z\",\n    \"2024-01-26T15:24:15.479Z\",\n    \"2024-01-26T16:15:19.459Z\",\n    \"2024-01-26T21:08:07.198Z\",\n    \"2024-01-26T21:16:58.078Z\",\n    \"2024-01-26T21:19:50.473Z\",\n    \"2024-01-26T22:17:59.523Z\",\n    \"2024-01-26T22:19:31.362Z\",\n    \"2024-01-26T22:23:44.161Z\",\n    \"2024-01-27T01:47:02.332Z\",\n    \"2024-01-27T18:46:22.619Z\",\n    \"2024-01-27T18:49:32.383Z\",\n    \"2024-01-27T18:53:42.309Z\",\n    \"2024-01-27T19:25:24.072Z\",\n    \"2024-01-27T19:28:18.229Z\",\n    \"2024-01-27T19:36:31.656Z\",\n    \"2024-01-28T00:30:22.701Z\",\n    \"2024-01-28T00:39:29.402Z\",\n    \"2024-01-28T00:50:26.105Z\",\n    \"2024-01-28T00:51:55.682Z\",\n    \"2024-01-28T00:55:43.239Z\",\n    \"2024-01-29T02:46:21.471Z\",\n    \"2024-01-29T02:48:17.176Z\",\n    \"2024-01-29T02:49:44.902Z\",\n    \"2024-01-29T02:50:47.528Z\",\n    \"2024-01-29T03:19:30.576Z\",\n    \"2024-01-29T03:22:13.085Z\",\n    \"2024-01-29T04:02:44.015Z\",\n    \"2024-01-29T04:25:28.491Z\",\n    \"2024-01-29T04:57:05.642Z\",\n    \"2024-01-29T04:59:34.490Z\",\n    \"2024-01-29T05:05:19.821Z\",\n    \"2024-01-29T05:05:47.597Z\",\n    \"2024-01-29T05:06:01.539Z\",\n    \"2024-01-29T05:06:08.107Z\",\n    \"2024-01-29T05:08:23.496Z\",\n    \"2024-01-29T05:08:39.267Z\",\n    \"2024-01-29T05:09:05.331Z\",\n    \"2024-01-29T05:09:38.787Z\",\n    \"2024-01-29T05:09:55.937Z\",\n    \"2024-01-29T05:10:14.498Z\",\n    \"2024-01-29T05:13:55.393Z\",\n    \"2024-01-29T05:14:26.634Z\",\n    \"2024-01-29T05:19:38.206Z\",\n    \"2024-01-29T05:19:50.201Z\",\n    \"2024-01-29T05:20:14.036Z\",\n    \"2024-01-29T05:20:38.378Z\",\n    \"2024-01-29T05:22:31.462Z\",\n    \"2024-01-29T05:24:01.532Z\",\n    \"2024-01-29T05:40:29.915Z\",\n    \"2024-01-29T05:40:46.958Z\",\n    \"2024-01-29T05:48:11.395Z\",\n    \"2024-01-29T05:49:05.258Z\",\n    \"2024-01-29T05:50:30.859Z\",\n    \"2024-01-29T05:50:49.424Z\",\n    \"2024-01-29T05:59:41.546Z\",\n    \"2024-01-29T06:00:24.984Z\",\n    \"2024-01-29T06:01:07.598Z\",\n    \"2024-01-29T06:08:58.602Z\",\n    \"2024-01-29T06:09:09.582Z\",\n    \"2024-01-29T06:18:37.689Z\",\n    \"2024-01-29T06:18:48.190Z\",\n    \"2024-01-29T06:19:01.337Z\",\n    \"2024-01-29T06:19:10.296Z\",\n    \"2024-01-29T14:17:38.617Z\",\n    \"2024-01-29T14:18:04.983Z\",\n    \"2024-01-29T14:30:03.098Z\",\n    \"2024-01-29T16:26:24.671Z\",\n    \"2024-01-29T17:40:15.481Z\",\n    \"2024-01-29T17:40:56.721Z\",\n    \"2024-01-29T17:51:03.827Z\",\n    \"2024-01-29T17:51:36.294Z\",\n    \"2024-01-29T17:52:15.884Z\",\n    \"2024-01-29T17:54:15.622Z\",\n    \"2024-01-29T17:57:43.450Z\",\n    \"2024-01-29T17:59:39.647Z\",\n    \"2024-01-29T18:00:00.378Z\",\n    \"2024-01-29T18:00:40.414Z\",\n    \"2024-01-29T18:01:06.594Z\",\n    \"2024-01-29T19:23:00.879Z\",\n    \"2024-01-29T19:23:00.888Z\",\n    \"2024-01-29T19:23:44.987Z\",\n    \"2024-01-29T19:26:05.180Z\",\n    \"2024-01-29T19:38:17.285Z\",\n    \"2024-01-29T19:38:17.300Z\",\n    \"2024-01-29T19:38:27.815Z\",\n    \"2024-01-29T19:58:47.464Z\",\n    \"2024-01-29T20:27:36.764Z\",\n    \"2024-01-29T20:28:06.292Z\",\n    \"2024-01-29T20:29:08.218Z\",\n    \"2024-01-29T20:34:22.276Z\",\n    \"2024-01-29T20:38:26.353Z\",\n    \"2024-02-06T13:41:25.561Z\",\n    \"2024-02-06T13:42:02.788Z\",\n    \"2024-02-13T13:09:08.824Z\",\n    \"2024-02-13T13:09:08.829Z\",\n    \"2024-02-14T14:45:35.884Z\",\n    \"2024-02-14T14:47:00.477Z\",\n    \"2024-02-14T14:49:45.426Z\",\n    \"2024-02-14T14:58:54.699Z\",\n    \"2024-02-14T15:50:55.843Z\",\n    \"2024-02-14T15:53:32.223Z\",\n    \"2024-02-14T15:55:33.024Z\",\n    \"2024-02-14T16:07:13.035Z\",\n    \"2024-02-14T19:24:45.912Z\",\n    \"2024-02-14T19:33:20.597Z\",\n    \"2024-02-14T19:35:20.002Z\",\n    \"2024-02-14T19:37:37.636Z\",\n    \"2024-02-14T20:43:50.723Z\",\n    \"2024-02-14T20:48:16.158Z\",\n    \"2024-02-14T20:52:39.702Z\",\n    \"2024-02-14T20:54:30.388Z\",\n    \"2024-02-14T21:58:40.916Z\",\n    \"2024-02-14T22:00:45.902Z\",\n    \"2024-02-14T22:01:46.512Z\",\n    \"2024-02-14T22:05:49.911Z\",\n    \"2024-02-15T15:28:54.642Z\",\n    \"2024-02-15T15:29:35.287Z\",\n    \"2024-02-15T15:34:49.004Z\",\n    \"2024-02-15T15:58:37.035Z\",\n    \"2024-02-15T16:07:08.314Z\",\n    \"2024-02-16T18:20:28.677Z\",\n    \"2024-02-19T14:38:23.989Z\",\n    \"2024-02-19T18:02:14.338Z\",\n    \"2024-02-19T19:02:44.360Z\",\n    \"2024-02-19T19:04:18.659Z\",\n    \"2024-02-19T19:09:08.048Z\",\n    \"2024-02-19T19:10:08.153Z\",\n    \"2024-02-20T13:29:22.638Z\",\n    \"2024-02-20T13:29:22.643Z\",\n    \"2024-02-20T13:30:06.810Z\",\n    \"2024-02-22T00:37:51.405Z\",\n    \"2024-02-22T00:52:26.637Z\",\n    \"2024-02-22T00:52:31.482Z\",\n    \"2024-02-22T00:52:35.626Z\",\n    \"2024-02-22T22:23:23.600Z\",\n    \"2024-02-23T03:43:03.656Z\",\n    \"2024-02-23T04:33:27.407Z\",\n    \"2024-02-23T04:33:39.206Z\",\n    \"2024-02-23T14:59:37.665Z\",\n    \"2024-02-23T15:36:11.650Z\",\n    \"2024-02-23T15:38:38.213Z\",\n    \"2024-02-23T15:38:38.228Z\",\n    \"2024-02-23T15:38:58.275Z\",\n    \"2024-02-23T20:24:53.129Z\",\n    \"2024-02-23T20:31:31.581Z\",\n    \"2024-02-23T21:12:20.571Z\",\n    \"2024-02-24T07:50:55.718Z\",\n    \"2024-02-24T13:53:29.286Z\",\n    \"2024-02-26T14:46:12.442Z\",\n    \"2024-02-26T14:46:12.445Z\",\n    \"2024-02-26T14:47:23.271Z\",\n    \"2024-02-26T14:47:23.272Z\",\n    \"2024-02-27T15:05:13.576Z\",\n    \"2024-02-27T15:07:58.178Z\",\n    \"2024-02-27T21:09:24.032Z\",\n    \"2024-02-27T21:26:59.133Z\",\n    \"2024-02-27T21:52:12.629Z\",\n    \"2024-02-28T03:08:05.636Z\",\n    \"2024-02-28T03:13:23.929Z\",\n    \"2024-02-28T03:24:30.574Z\",\n    \"2024-02-28T03:42:03.331Z\",\n    \"2024-02-28T03:44:11.021Z\",\n    \"2024-02-28T03:50:00.047Z\",\n    \"2024-02-28T04:03:46.084Z\",\n    \"2024-02-28T13:00:04.067Z\",\n    \"2024-02-28T13:04:50.758Z\",\n    \"2024-02-28T13:45:58.580Z\",\n    \"2024-02-28T13:59:01.982Z\",\n    \"2024-02-28T14:10:06.488Z\",\n    \"2024-02-28T14:11:51.347Z\",\n    \"2024-02-28T14:11:51.349Z\",\n    \"2024-02-28T15:30:13.905Z\",\n    \"2024-02-28T15:34:30.608Z\",\n    \"2024-02-28T15:35:21.527Z\",\n    \"2024-02-28T18:53:02.540Z\",\n    \"2024-02-28T19:39:19.040Z\",\n    \"2024-02-28T19:39:19.045Z\",\n    \"2024-02-28T21:52:50.301Z\",\n    \"2024-02-29T22:05:46.254Z\",\n    \"2024-02-29T22:06:22.415Z\",\n    \"2024-03-04T20:52:47.717Z\",\n    \"2024-03-04T20:53:08.890Z\",\n    \"2024-03-05T17:51:53.765Z\",\n    \"2024-03-05T17:56:33.746Z\",\n    \"2024-03-05T19:47:51.162Z\",\n    \"2024-03-05T19:53:46.665Z\",\n    \"2024-03-05T19:55:03.817Z\",\n    \"2024-03-05T19:56:04.867Z\",\n    \"2024-03-05T20:03:57.654Z\",\n    \"2024-03-05T20:04:26.537Z\",\n    \"2024-03-05T20:24:23.260Z\",\n    \"2024-03-05T20:24:54.461Z\",\n    \"2024-03-05T20:28:14.183Z\",\n    \"2024-03-05T20:40:46.515Z\",\n    \"2024-03-05T21:06:41.198Z\",\n    \"2024-03-05T21:06:41.243Z\",\n    \"2024-03-05T21:34:47.982Z\",\n    \"2024-03-05T21:35:24.312Z\",\n    \"2024-03-05T21:35:43.825Z\",\n    \"2024-03-05T21:36:12.368Z\",\n    \"2024-03-05T21:36:55.407Z\",\n    \"2024-03-05T21:39:50.587Z\",\n    \"2024-03-05T21:40:07.954Z\",\n    \"2024-03-05T21:40:43.835Z\",\n    \"2024-03-05T21:41:36.367Z\",\n    \"2024-03-05T21:42:44.468Z\",\n    \"2024-03-05T21:47:03.364Z\",\n    \"2024-03-05T22:09:21.773Z\",\n    \"2024-03-05T22:09:55.054Z\",\n    \"2024-03-05T22:58:12.749Z\",\n    \"2024-03-05T22:58:12.750Z\",\n    \"2024-03-05T23:00:56.045Z\",\n    \"2024-03-05T23:00:56.048Z\",\n    \"2024-03-06T09:24:30.115Z\",\n    \"2024-03-06T11:33:16.854Z\",\n    \"2024-03-06T11:34:30.300Z\",\n    \"2024-03-06T12:48:01.666Z\",\n    \"2024-03-06T19:24:46.749Z\",\n    \"2024-03-06T19:26:03.654Z\",\n    \"2024-03-06T19:28:13.863Z\",\n    \"2024-03-06T20:00:12.377Z\",\n    \"2024-03-06T20:05:33.736Z\",\n    \"2024-03-06T20:08:12.232Z\",\n    \"2024-03-06T20:08:35.960Z\",\n    \"2024-03-06T20:09:18.785Z\",\n    \"2024-03-06T20:13:13.211Z\",\n    \"2024-03-06T20:14:40.018Z\",\n    \"2024-03-06T20:16:29.521Z\",\n    \"2024-03-06T20:17:47.600Z\",\n    \"2024-03-06T20:19:24.199Z\",\n    \"2024-03-06T21:14:46.185Z\",\n    \"2024-03-06T21:14:46.219Z\",\n    \"2024-03-07T04:11:21.839Z\",\n    \"2024-03-07T14:17:27.213Z\",\n    \"2024-03-07T14:19:09.656Z\",\n    \"2024-03-07T14:20:30.647Z\",\n    \"2024-03-07T14:21:19.851Z\",\n    \"2024-03-07T14:23:50.762Z\",\n    \"2024-03-07T14:26:11.309Z\",\n    \"2024-03-07T14:27:09.460Z\",\n    \"2024-03-07T14:28:06.777Z\",\n    \"2024-03-07T14:31:55.378Z\",\n    \"2024-03-07T18:54:58.656Z\",\n    \"2024-03-07T18:56:01.162Z\",\n    \"2024-03-07T18:56:50.139Z\",\n    \"2024-03-07T18:59:28.050Z\",\n    \"2024-03-07T19:10:10.958Z\",\n    \"2024-03-07T19:11:27.105Z\",\n    \"2024-03-07T19:12:14.574Z\",\n    \"2024-03-07T19:13:00.147Z\",\n    \"2024-03-07T19:13:16.495Z\",\n    \"2024-03-07T19:13:33.509Z\",\n    \"2024-03-07T19:13:49.703Z\",\n    \"2024-03-08T13:42:32.469Z\",\n    \"2024-03-08T13:43:12.392Z\",\n    \"2024-03-08T13:45:40.139Z\",\n    \"2024-03-08T13:47:51.864Z\",\n    \"2024-03-08T13:52:08.928Z\",\n    \"2024-03-08T14:25:28.395Z\",\n    \"2024-03-08T14:25:28.408Z\",\n    \"2024-03-08T14:39:41.764Z\",\n    \"2024-03-08T14:39:41.777Z\",\n    \"2024-03-08T14:41:05.667Z\",\n    \"2024-03-08T14:42:42.218Z\",\n    \"2024-03-09T20:44:17.405Z\",\n    \"2024-03-09T20:47:11.214Z\",\n    \"2024-03-09T20:47:37.341Z\",\n    \"2024-03-09T20:57:04.335Z\",\n    \"2024-03-09T21:00:38.467Z\",\n    \"2024-03-09T21:25:11.023Z\",\n    \"2024-03-09T21:25:50.640Z\",\n    \"2024-03-09T21:27:21.645Z\",\n    \"2024-03-09T21:34:48.440Z\",\n    \"2024-03-09T21:35:09.188Z\",\n    \"2024-03-09T21:47:16.583Z\",\n    \"2024-03-09T21:51:32.704Z\",\n    \"2024-03-09T21:58:03.567Z\",\n    \"2024-03-09T21:58:33.547Z\",\n    \"2024-03-09T22:02:35.473Z\",\n    \"2024-03-09T22:10:29.837Z\",\n    \"2024-03-09T22:13:56.018Z\",\n    \"2024-03-09T22:18:20.555Z\",\n    \"2024-03-09T22:20:33.071Z\",\n    \"2024-03-09T22:23:39.967Z\",\n    \"2024-03-09T22:28:06.651Z\",\n    \"2024-03-09T22:32:12.198Z\",\n    \"2024-03-09T22:37:10.377Z\",\n    \"2024-03-09T22:37:10.380Z\",\n    \"2024-03-09T23:23:08.933Z\",\n    \"2024-03-09T23:23:09.033Z\",\n    \"2024-03-10T02:50:36.160Z\",\n    \"2024-03-10T02:50:36.164Z\",\n    \"2024-03-10T02:54:03.339Z\",\n    \"2024-03-10T02:54:03.349Z\",\n    \"2024-03-10T02:56:02.665Z\",\n    \"2024-03-10T02:56:02.674Z\",\n    \"2024-03-10T03:03:13.823Z\",\n    \"2024-03-10T03:03:13.825Z\",\n    \"2024-03-10T03:05:14.493Z\",\n    \"2024-03-10T03:05:14.513Z\",\n    \"2024-03-10T03:16:25.040Z\",\n    \"2024-03-10T03:16:25.057Z\",\n    \"2024-03-10T03:17:07.392Z\",\n    \"2024-03-10T03:17:07.395Z\",\n    \"2024-03-11T15:46:20.324Z\",\n    \"2024-03-11T16:04:48.842Z\",\n    \"2024-03-11T16:04:48.879Z\",\n    \"2024-03-11T16:12:18.602Z\",\n    \"2024-03-11T16:12:18.640Z\",\n    \"2024-03-11T16:31:32.512Z\",\n    \"2024-03-11T16:31:32.537Z\",\n    \"2024-03-11T16:37:11.488Z\",\n    \"2024-03-11T16:37:11.599Z\",\n    \"2024-03-12T19:05:53.818Z\",\n    \"2024-03-12T19:05:53.823Z\",\n    \"2024-03-12T22:46:53.744Z\",\n    \"2024-03-12T22:46:55.462Z\",\n    \"2024-03-12T22:51:05.926Z\",\n    \"2024-03-12T22:51:11.581Z\",\n    \"2024-03-12T22:51:12.600Z\",\n    \"2024-03-12T22:56:47.693Z\",\n    \"2024-03-12T22:56:54.931Z\",\n    \"2024-03-12T22:56:56.734Z\",\n    \"2024-03-12T22:56:57.642Z\",\n    \"2024-03-12T22:59:45.559Z\",\n    \"2024-03-12T22:59:50.978Z\",\n    \"2024-03-12T22:59:51.913Z\",\n    \"2024-03-12T23:34:06.950Z\",\n    \"2024-03-12T23:34:14.070Z\",\n    \"2024-03-12T23:34:15.135Z\",\n    \"2024-03-12T23:51:20.986Z\",\n    \"2024-03-12T23:53:05.936Z\",\n    \"2024-03-12T23:53:11.211Z\",\n    \"2024-03-13T00:00:26.030Z\",\n    \"2024-03-13T00:00:31.581Z\",\n    \"2024-03-13T00:05:15.656Z\",\n    \"2024-03-13T00:05:22.040Z\",\n    \"2024-03-13T00:05:22.715Z\",\n    \"2024-03-13T00:05:26.021Z\",\n    \"2024-03-13T00:12:14.917Z\",\n    \"2024-03-13T00:12:16.145Z\",\n    \"2024-03-13T00:29:51.445Z\",\n    \"2024-03-13T00:29:58.990Z\",\n    \"2024-03-13T13:57:54.867Z\",\n    \"2024-03-14T16:42:19.361Z\",\n    \"2024-03-14T16:42:19.362Z\",\n    \"2024-03-14T16:48:46.249Z\",\n    \"2024-03-14T16:48:46.265Z\",\n    \"2024-03-14T16:58:14.226Z\",\n    \"2024-03-14T16:58:14.291Z\",\n    \"2024-03-14T17:02:10.131Z\",\n    \"2024-03-14T17:02:10.134Z\",\n    \"2024-03-14T17:07:32.255Z\",\n    \"2024-03-14T17:07:32.262Z\",\n    \"2024-03-14T17:14:51.555Z\",\n    \"2024-03-14T17:14:51.664Z\",\n    \"2024-03-18T13:49:24.845Z\",\n    \"2024-03-18T13:49:24.858Z\",\n    \"2024-03-18T14:03:22.876Z\",\n    \"2024-03-18T14:03:22.883Z\",\n    \"2024-03-18T14:13:13.332Z\",\n    \"2024-03-18T14:13:13.355Z\",\n    \"2024-03-18T19:36:44.201Z\",\n    \"2024-03-18T19:36:44.206Z\",\n    \"2024-03-19T13:23:14.360Z\",\n    \"2024-03-19T13:49:32.750Z\",\n    \"2024-03-19T16:46:07.655Z\",\n    \"2024-03-19T16:47:05.365Z\",\n    \"2024-03-19T19:32:31.071Z\",\n    \"2024-03-19T19:41:41.546Z\",\n    \"2024-03-19T19:45:30.283Z\",\n    \"2024-03-19T19:48:01.617Z\",\n    \"2024-03-19T19:53:27.914Z\",\n    \"2024-03-19T19:55:22.651Z\",\n    \"2024-03-19T19:55:49.902Z\",\n    \"2024-03-19T21:45:28.058Z\",\n    \"2024-03-19T22:47:21.711Z\",\n    \"2024-03-19T22:48:37.085Z\",\n    \"2024-03-20T13:30:28.115Z\",\n    \"2024-03-20T13:35:26.473Z\",\n    \"2024-03-20T13:36:44.253Z\",\n    \"2024-03-20T20:54:14.729Z\",\n    \"2024-03-20T20:54:14.755Z\",\n    \"2024-03-20T20:56:34.578Z\",\n    \"2024-03-20T20:56:34.686Z\",\n    \"2024-03-20T20:58:09.068Z\",\n    \"2024-03-20T21:13:07.466Z\",\n    \"2024-03-20T21:14:20.090Z\",\n    \"2024-03-20T21:14:20.094Z\",\n    \"2024-03-20T21:14:35.610Z\",\n    \"2024-03-20T21:15:16.986Z\",\n    \"2024-03-20T21:15:40.846Z\",\n    \"2024-03-20T21:15:41.218Z\",\n    \"2024-03-25T20:43:37.886Z\",\n    \"2024-03-25T22:04:24.231Z\",\n    \"2024-03-25T22:06:04.377Z\",\n    \"2024-03-28T15:24:41.897Z\",\n    \"2024-04-02T14:58:31.758Z\",\n    \"2024-04-02T16:13:47.168Z\",\n    \"2024-04-02T16:23:23.650Z\",\n    \"2024-04-02T16:33:50.401Z\",\n    \"2024-04-02T16:35:50.784Z\",\n    \"2024-04-02T20:39:16.256Z\",\n    \"2024-04-03T20:19:11.045Z\",\n    \"2024-04-03T20:37:15.316Z\"\n]"}],"_postman_id":"7d5ad728-e03e-4ec9-b42b-698c36506205"},{"name":"TemplateEmail","id":"7f56f1db-5e00-4723-a59a-e1e02349ec42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"colorTitle\": \"#16366C\",\r\n    \"colorBody\": \"#7A8183\",\r\n    \"colorLink\": \"#1458EA\",\r\n    \"colorConfirmButton\": \"#1458EA\",\r\n    \"colorTextConfirmButton\": \"#FFFFFF\",\r\n    \"colorCancelButton\": \"#DD1C28\",\r\n    \"colorTextCancelButton\": \"#FFFFFF\",\r\n    \"colorSocialButtons\": \"#0D4CD2\",\r\n    \"logoImage\": \"https://app.dev-cargologik.app/assets/logo/logo-blue3x.png\",\r\n    \"logoCoverImage\": \"https://app.dev-cargologik.app/assets/logo/cover-image3x.png\",\r\n    \"urlLinkedIn\": \"https://www.linkedin.com/company/cargologik\",\r\n    \"urlFacebook\": \"https://www.facebook.com/cargologik\",\r\n    \"urlXTwitter\": \"https://twitter.com/cargologik\",\r\n    \"urlPageFooter\": \"https://www.cargologik.com\",\r\n    \"titleFooter\": \"www.cargologik.com\",\r\n    \"showUrlLinkedIn\": true,\r\n    \"showUrlFacebook\": true,\r\n    \"showUrlXTwitter\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/notification/template-email","description":"<p><strong>Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>colorTitle</td>\n<td>Color of the title</td>\n</tr>\n<tr>\n<td>colorBody</td>\n<td>Color of the body</td>\n</tr>\n<tr>\n<td>colorLink</td>\n<td>Color of the link</td>\n</tr>\n<tr>\n<td>colorConfirmButton</td>\n<td>Color of the confirmation button</td>\n</tr>\n<tr>\n<td>colorTextConfirmButton</td>\n<td>Color of the text on the confirmation button</td>\n</tr>\n<tr>\n<td>colorCancelButton</td>\n<td>Color of the cancel button</td>\n</tr>\n<tr>\n<td>colorTextCancelButton</td>\n<td>Color of the text on the cancel button</td>\n</tr>\n<tr>\n<td>colorSocialButtons</td>\n<td>Color of the social buttons</td>\n</tr>\n<tr>\n<td>logoImage</td>\n<td>URL of the logo image</td>\n</tr>\n<tr>\n<td>logoCoverImage</td>\n<td>URL of the cover image for the logo</td>\n</tr>\n<tr>\n<td>urlLinkedIn</td>\n<td>LinkedIn URL</td>\n</tr>\n<tr>\n<td>urlFacebook</td>\n<td>Facebook URL</td>\n</tr>\n<tr>\n<td>urlXTwitter</td>\n<td>Twitter URL</td>\n</tr>\n<tr>\n<td>urlPageFooter</td>\n<td>URL of the footer page</td>\n</tr>\n<tr>\n<td>titleFooter</td>\n<td>Title of the footer page</td>\n</tr>\n<tr>\n<td>showUrlLinkedIn</td>\n<td>Boolean to show or hide the LinkedIn link</td>\n</tr>\n<tr>\n<td>showUrlFacebook</td>\n<td>Boolean to show or hide the Facebook link</td>\n</tr>\n<tr>\n<td>showUrlXTwitter</td>\n<td>Boolean to show or hide the Twitter link</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","notification","template-email"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"a3bf1cb9-9586-47a3-84f9-d6ec2104ec73","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"colorTitle\": \"#16366C\",\r\n    \"colorBody\": \"#7A8183\",\r\n    \"colorLink\": \"#1458EA\",\r\n    \"colorConfirmButton\": \"#1458EA\",\r\n    \"colorTextConfirmButton\": \"#FFFFFF\",\r\n    \"colorCancelButton\": \"#DD1C28\",\r\n    \"colorTextCancelButton\": \"#FFFFFF\",\r\n    \"colorSocialButtons\": \"#0D4CD2\",\r\n    \"logoImage\": \"https://app.dev-cargologik.app/assets/logo/logo-blue3x.png\",\r\n    \"logoCoverImage\": \"https://app.dev-cargologik.app/assets/logo/cover-image3x.png\",\r\n    \"urlLinkedIn\": \"https://www.linkedin.com/company/cargologik\",\r\n    \"urlFacebook\": \"https://www.facebook.com/cargologik\",\r\n    \"urlXTwitter\": \"https://twitter.com/cargologik\",\r\n    \"urlPageFooter\": \"https://www.cargologik.com\",\r\n    \"titleFooter\": \"www.cargologik.com\",\r\n    \"showUrlLinkedIn\": true,\r\n    \"showUrlFacebook\": true,\r\n    \"showUrlXTwitter\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/notification/template-email"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"1b4d-H8KrWGJBbjJ5+GD4AuKhoCoGMaM\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 04 Apr 2024 13:25:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": \"<!DOCTYPE html>\\n<head>\\n  <meta charset=\\\"UTF-8\\\">\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n  <title>Correo Electrónico</title>\\n  <style>\\n    body {\\n    margin: 0  !important;\\n    padding: 0  !important;\\n    font-family: 'Arial', sans-serif;\\n    }\\n    header {\\n    background-size: cover;\\n    text-align: left;\\n    padding: 20px;\\n    position: relative;\\n    height: 100px; /* Ajusta la altura del header */\\n    }\\n    header img {\\n    max-width: 250px; /* Ajusta el ancho máximo de tu logo */\\n    max-height: 75px;\\n    margin-left: 20px;\\n    margin-top: 15px;\\n    }\\n    \\n    .header-container {\\n    margin: 20px;\\n    background-size: cover;\\n    padding: 20px;\\n    }\\n    \\n    .logo {\\n    max-width: 250px;\\n    /* Ajusta el ancho máximo de tu logo */\\n    max-height: 75px;\\n    }\\n    \\n    .div-footer {\\n    text-align: center;\\n    padding-top: 10px;\\n    padding-bottom: 20px;\\n    }\\n    .div-footer a {\\n    text-decoration: none;\\n    color: #333;\\n    }\\n    .div-footer p {\\n    margin: 5px 0;\\n    background-color: #f6f6f6;\\n    }\\n    .social-buttons {\\n    margin-top: 10px;\\n    margin-left: 10px;\\n    }\\n    .social-buttons div {\\n    display: inline-block;\\n    margin-right: 10px;\\n    width: 40px; /* Ajusta el ancho del contenedor del ícono */\\n    height: 40px; /* Ajusta la altura del contenedor del ícono */\\n    overflow: hidden;\\n    border-radius: 50%;\\n    line-height: 40px; /* Ajusta la altura del contenedor del ícono para alinear verticalmente */\\n    text-align: center; /* Centra el contenido horizontalmente */\\n    }\\n    .social-buttons img {\\n    width: 25px;\\n    height: 25px;\\n    object-fit: cover; /* La imagen se ajustará manteniendo la relación de aspecto */\\n    display: inline-block;\\n    vertical-align: middle; /* Alinea verticalmente la imagen */\\n    }z\\n    ul {\\n    list-style: none;\\n    padding: 0\\n    }\\n    ul li {\\n    margin-bottom: 8px\\n    }\\n    b {\\n    font-weight: 600;\\n    color: #212529\\n    }\\n    p {\\n    margin-bottom: 15px;\\n    text-align: justify\\n    }\\n    a {\\n    color: #007bff;\\n    text-decoration: none\\n    }\\n    a:hover {\\n    color: #0056b3;\\n    text-decoration: underline\\n    }\\n    .button-container {\\n    padding-top: 20px;\\n    }\\n    \\n    .button-link {\\n    font-family: Cabin,Helvetica,Arial,sans-serif; \\n    font-size: 14px; \\n    text-align: center; \\n    text-decoration: none; \\n    padding: 15px 30px; \\n    border-radius: 2rem !important; \\n    margin-right: 8px; \\n    line-height: 1.5;\\n    }\\n    \\n    .centered-link {\\n    text-align: center;\\n    margin-top: 12px;\\n    font-size: 14px;\\n    }\\n    .centered-text {\\n    text-align: center;\\n    margin-top: 10px;\\n    font-size: 14px;\\n    font-family: 'Roboto';\\n    \\n    }\\n    \\n    @media (max-width: 600px) {\\n    .button-container {\\n    display: flex;\\n    flex-direction: column;\\n    align-items: center;\\n    }\\n    .button {\\n    margin: 8px 0;\\n    }\\n    }\\n    @media screen and (max-width: 530px) {\\n    .button {\\n    min-height: 42px;\\n    line-height: 42px;\\n    }\\n    .col-lge {\\n    max-width: 100% !important;\\n    }\\n    }\\n  </style>\\n  <style>\\n    h4 {\\n      color: #16366C; display:inline-block; border-bottom:2px solid #6c757d; font-size: 0.9rem; font-weight: 600; margin-bottom: 15px;\\n    }    \\n  </style>\\n  <style>\\n    h1 {\\n      color: #16366C;\\n    }    \\n  </style>\\n  <style>\\n    h2 {\\n      color: #16366C;\\n    }    \\n  </style>\\n  <style>\\n    ul li strong {\\n      color: #16366C;\\n    }    \\n  </style>\\n  <style>\\n    p {\\n      font-size: 16px; color: #7A8183;\\n    }    \\n  </style>\\n  <style>\\n    ul {\\n      list-style: none; padding: 0;\\n    }    \\n  </style>\\n  <style>\\n    ul li {\\n      color: #222222;\\n    }    \\n  </style>\\n  <style>\\n    a {\\n      color: #1458EA  !important;\\n    }    \\n  </style>\\n  <style>\\n    footer p a {\\n      color: #1458EA !important;\\n    }    \\n  </style>\\n  <style>\\n    .confirm-button {\\n      color:#FFFFFF !important; background-color: #1458EA !important;\\n    }    \\n  </style>\\n  <style>\\n    .cancel-button {\\n      color:#FFFFFF !important; background-color: #DD1C28 !important;\\n    }    \\n  </style>\\n  <style>\\n    .linkedin {\\n      \\n    }    \\n  </style>\\n  <style>\\n    .facebook {\\n      \\n    }    \\n  </style>\\n  <style>\\n    .twitter {\\n      \\n    }    \\n  </style>\\n</head>\\n<body style=\\\"background-color: #f6f6f6;\\\">\\n  <div style=\\\"background: url(https://app.dev-cargologik.app/assets/logo/cover-image3x.png)\\\" class=\\\"header-container\\\"> <img src=\\\"https://app.dev-cargologik.app/assets/logo/logo-blue3x.png\\\" alt=\\\"Logo\\\" class=\\\"logo\\\"></div>\\n  <div class=\\\"content-container\\\">\\n    <div style=\\\"margin-top:20px; margin-left:20px; margin-right:20px;  padding:30px; background-color:white;\\\">\\n      <div style=\\\"\\\"><h1>Email</h1>\\n<h2>Hello User,</h2>\\n<p>This is the email description and serves to establish effective communication among team members, ensuring smooth collaboration and seamless exchange of ideas.</p>\\n<h4>Invitation Details:</h4>\\n<ul>\\n  <li><strong>Name:</strong> Person's Name</li>\\n  <li><strong>Last Name:</strong> Person's Last Name</li>\\n  <li><strong>Email:</strong>  demo@cargologik.com</li>\\n  <li><strong>Invited by:</strong> Demo User</li>\\n</ul>\\n<div class=\\\"button-container\\\">\\n  <a href=\\\"https://cargologik.app/\\\" target=\\\"_blank\\\" class=\\\"button button-link confirm-button\\\">Accept Invitation</a>\\n  <a href=\\\"https://cargologik.app/\\\" target=\\\"_blank\\\" class=\\\"button button-link cancel-button\\\">Reject Invitation</a>\\n</div>\\n\\n      </div>\\n    </div>\\n    <!-- Tu contenido aquí-->\\n  </div>\\n  <div class=\\\"div-footer\\\">\\n    <p class=\\\"centered-link\\\"> <a href=\\\"https://www.cargologik.com\\\" target=\\\"_blank\\\">www.cargologik.com</a></p>\\n    <p class=\\\"centered-text\\\"> </p>\\n    <div class=\\\"social-buttons\\\">\\n      <div style=\\\"background-color: #0D4CD2;\\\" class=\\\"linkedin\\\"><a href=\\\"https://www.linkedin.com/company/cargologik\\\" target=\\\"_blank\\\"><img src=\\\"https://app.dev-cargologik.app/assets/logo/linkedin1.png\\\" alt=\\\"LinkedIn\\\"></a></div>\\n      <!-- Ajusta la ruta de tu icono de LinkedIn y el enlace-->\\n      <div style=\\\"background-color: #0D4CD2;\\\" class=\\\"facebook\\\"><a href=\\\"https://www.facebook.com/cargologik\\\" target=\\\"_blank\\\"><img src=\\\"https://app.dev-cargologik.app/assets/logo/facebook-circle.png\\\" alt=\\\"Facebook\\\"></a></div>\\n      <!-- Ajusta la ruta de tu icono de Facebook y el enlace-->\\n      <div style=\\\"background-color: #0D4CD2;\\\" class=\\\"twitter\\\"><a href=\\\"https://twitter.com/cargologik\\\" target=\\\"_blank\\\"><img src=\\\"https://app.dev-cargologik.app/assets/logo/X_logo_2023.png\\\" alt=\\\"Twitter\\\" style=\\\"width: 20px !important;               height: 20px !important;\\\" class=\\\"gray\\\"></a></div>\\n      <!-- Ajusta la ruta de tu icono de Twitter, el enlace y agrega la clase \\\"gray\\\"-->\\n    </div>\\n  </div>\\n</body>\"\n}"}],"_postman_id":"7f56f1db-5e00-4723-a59a-e1e02349ec42"},{"name":"Notification","id":"3a4b4abd-904b-4ae3-becf-8f5a555c7fe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"category\": \"shipment\",\r\n    \"categoryId\": \"64924503a1727236e13f8557\",\r\n    \"isPrefix\":false,\r\n    \"isDestinity\":true,\r\n    \"codeTemplate\": \"shipment_port_origin\",\r\n    \"dataEmail\": {\r\n        \r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/notification","description":"<p>This endpoint is used for sending emails based on the existence of shipment, quote, or booking.</p>\n<p><strong>Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>category</td>\n<td>Category of the shipment</td>\n</tr>\n<tr>\n<td>categoryId</td>\n<td>ID of the shipment category</td>\n</tr>\n<tr>\n<td>isPrefix</td>\n<td>Indicator of whether it's a prefix (boolean)</td>\n</tr>\n<tr>\n<td>isDestinity</td>\n<td>Indicator of whether it's a destination (boolean)</td>\n</tr>\n<tr>\n<td>codeTemplate</td>\n<td>Code template</td>\n</tr>\n<tr>\n<td>dataEmail</td>\n<td>Email-related data</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","notification"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"6d6fc6db-8b9b-430b-8995-22084b354e36","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"category\": \"shipment\",\r\n    \"categoryId\": \"64924503a1727236e13f8557\",\r\n    \"isPrefix\":false,\r\n    \"isDestinity\":true,\r\n    \"codeTemplate\": \"shipment_port_origin\",\r\n    \"dataEmail\": {\r\n        \r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/notification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"15"},{"key":"ETag","value":"W/\"f-VaSQ4oDUiZblZNAEkkN+sX+q3Sg\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 04 Apr 2024 14:53:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\"\n}"}],"_postman_id":"3a4b4abd-904b-4ae3-becf-8f5a555c7fe4"}],"id":"c0f2d5a0-34f9-411d-b632-5ac323639d67","_postman_id":"c0f2d5a0-34f9-411d-b632-5ac323639d67","description":""},{"name":"Dashboard","item":[{"name":"Get Data Dashboard","id":"127db5ab-257b-41eb-b20c-be164c15e3d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/v2/dashboard?module=quote","description":"<p>This endpoint allows retrieving general dashboard information based on the module.</p>\n<p><strong>Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th><strong>Description</strong></th>\n<th><strong>Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>module</td>\n<td>Indicates the referenced module, which can be one of the following values: \"quote,\" \"booking,\" or \"shipment.\"</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","dashboard"],"host":["{{URL}}"],"query":[{"key":"module","value":"quote"}],"variable":[]}},"response":[{"id":"6db0a93b-7b4f-4c15-9a85-cfd6afa5f56b","name":"Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/api/v2/dashboard?module=quote","host":["{{URL}}"],"path":["api","v2","dashboard"],"query":[{"key":"module","value":"quote"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"848c-8GfOSu3Wpo1MFcdQYs0lzICMKFQ\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 12 Oct 2023 18:48:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"notifications\": [\n        {\n            \"_id\": \"65277ded2a7f100f101d23e7\",\n            \"assignedTo\": {\n                \"_id\": \"64924297847500dca9ae2aa5\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"description\": \"Shipment has a new [\\\"ETA\\\"] \"\n        },\n        {\n            \"_id\": \"65277ded2a7f100f101d23c1\",\n            \"assignedTo\": {\n                \"_id\": \"64923794ab8add620f4ec7fa\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"description\": \"Shipment has a new [\\\"ETA\\\"] \"\n        },\n        {\n            \"_id\": \"65277de32a7f100f101d1d83\",\n            \"assignedTo\": {\n                \"_id\": \"64924297847500dca9ae2aa5\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"description\": \"Shipment has a new [\\\"ETA\\\"] \"\n        },\n        {\n            \"_id\": \"65277de32a7f100f101d1d6c\",\n            \"assignedTo\": {\n                \"_id\": \"64923794ab8add620f4ec7fa\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"description\": \"Shipment has a new [\\\"ETA\\\"] \"\n        },\n        {\n            \"_id\": \"65262cd12a7f100f10ebccd0\",\n            \"assignedTo\": {\n                \"_id\": \"64924297847500dca9ae2aa5\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"description\": \"Shipment has a new [\\\"ETA\\\"] \"\n        },\n        {\n            \"_id\": \"65262cd12a7f100f10ebccac\",\n            \"assignedTo\": {\n                \"_id\": \"64923794ab8add620f4ec7fa\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"description\": \"Shipment has a new [\\\"ETA\\\"] \"\n        },\n        {\n            \"_id\": \"65262c2f2a7f100f10eb8f02\",\n            \"assignedTo\": {\n                \"_id\": \"64924297847500dca9ae2aa5\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"description\": \"Shipment has a new [\\\"ETA\\\"] \"\n        },\n        {\n            \"_id\": \"65262c2f2a7f100f10eb8eed\",\n            \"assignedTo\": {\n                \"_id\": \"64923794ab8add620f4ec7fa\",\n                \"urlPhotoProfile\": \"\"\n            },\n            \"description\": \"Shipment has a new [\\\"ETA\\\"] \"\n        }\n    ],\n    \"tasks\": [\n        {\n            \"_id\": \"6500fcb125098513bfed6b05\",\n            \"eventCalendar\": {\n                \"_id\": \"6500fcb125098513bfed6acc\",\n                \"description\": \"ee\"\n            },\n            \"status\": \"assigned\"\n        },\n        {\n            \"_id\": \"6500fc4625098513bfed4a76\",\n            \"eventCalendar\": {\n                \"_id\": \"6500fc4525098513bfed4a31\",\n                \"description\": \"ecuador\"\n            },\n            \"status\": \"assigned\"\n        },\n        {\n            \"_id\": \"64f90f6f43abff597ebb3e5a\",\n            \"eventCalendar\": {\n                \"_id\": \"64f90f6f43abff597ebb3e2e\",\n                \"description\": \"desc\"\n            },\n            \"status\": \"assigned\"\n        },\n        {\n            \"_id\": \"64dffc6f43abff597ecbcdd7\",\n            \"eventCalendar\": {\n                \"_id\": \"64dffc6f43abff597ecbcda6\",\n                \"description\": \"jhgj\"\n            },\n            \"status\": \"assigned\"\n        },\n        {\n            \"_id\": \"64dff59f43abff597eca5ddd\",\n            \"eventCalendar\": {\n                \"_id\": \"64dff59f43abff597eca5dae\",\n                \"description\": \"\"\n            },\n            \"status\": \"assigned\"\n        },\n        {\n            \"_id\": \"64bef51a82ec98cb0da88020\",\n            \"eventCalendar\": {\n                \"_id\": \"64bef51a82ec98cb0da8800e\",\n                \"description\": \"333\"\n            },\n            \"status\": \"assigned\"\n        },\n        {\n            \"_id\": \"64bef31082ec98cb0da848c4\",\n            \"eventCalendar\": {\n                \"_id\": \"64bef30f82ec98cb0da848b3\",\n                \"description\": \"eqew\"\n            },\n            \"status\": \"assigned\"\n        },\n        {\n            \"_id\": \"64bef1d182ec98cb0da81ffb\",\n            \"eventCalendar\": {\n                \"_id\": \"64bef1d182ec98cb0da81fed\",\n                \"description\": \"edc\"\n            },\n            \"status\": \"assigned\"\n        }\n    ],\n    \"exceptions\": [],\n    \"events\": [],\n    \"quotes\": {\n        \"data\": [\n            {\n                \"cityOrigin\": {\n                    \"address\": \"Lima, Perú\",\n                    \"countryCode\": \"PE\",\n                    \"lat\": -12.0463731,\n                    \"lng\": -77.042754\n                },\n                \"cityDestination\": {\n                    \"address\": \"Bogotá, Colombia\",\n                    \"countryCode\": \"CO\",\n                    \"lat\": 4.710988599999999,\n                    \"lng\": -74.072092\n                },\n                \"_id\": \"6514bb402a7f100f1039ce22\",\n                \"quoteId\": \"M86_LIMA_BOGOT-_-2-HEATING-FUEL\",\n                \"__v\": 0,\n                \"anonymous\": false,\n                \"commodity\": \"#2 Heating fuel oil\",\n                \"company\": {\n                    \"_id\": \"6503619a1b9b4b4d1841f4aa\",\n                    \"name\": \"Shiperland\"\n                },\n                \"createdAt\": \"2023-09-27T23:31:09.272Z\",\n                \"creationUser\": {\n                    \"_id\": \"64921d28a1727236e13bcb9d\",\n                    \"firstName\": \"User\",\n                    \"lastName\": \"Dummy\"\n                },\n                \"customBrokerage\": false,\n                \"customTags\": [],\n                \"descriptionCommodity\": \"asd\",\n                \"disclaimers\": [],\n                \"incoterm\": \"CFR\",\n                \"isFavorite\": false,\n                \"manualInput\": \"M\",\n                \"notes\": [],\n                \"owner\": \"64921d2ea1727236e13bcf78\",\n                \"packagesInfo\": [\n                    {\n                        \"packageType\": \"Dry 20'\",\n                        \"amount\": 1,\n                        \"weight\": \"3\",\n                        \"weightMetric\": \"kg\",\n                        \"hazardousMaterials\": \"0\",\n                        \"volume\": \"2\",\n                        \"volumeMetric\": \"m³\"\n                    }\n                ],\n                \"participants\": [],\n                \"paymentTerm\": \"prepaid\",\n                \"portDestination\": null,\n                \"portOrigin\": null,\n                \"quoteDestinationLoadSmart\": \"\",\n                \"quoteOriginLoadSmart\": \"\",\n                \"rates\": [\n                    \"6514bb3c7bf0f4d78b12fd3a\"\n                ],\n                \"ratesInlandTransportationDestination\": [],\n                \"ratesInlandTransportationOrigin\": [],\n                \"referenceName\": \"ref:12\",\n                \"shipmentType\": \"FCL\",\n                \"single\": \"single\",\n                \"specialInstructions\": \"\",\n                \"status\": \"awaitingResponse\",\n                \"statusShipper\": \"actionRequired\",\n                \"tags\": [\n                    \"lsp-awaitingResponse\",\n                    \"shipper-actionRequired\"\n                ],\n                \"tenant\": \"64921d2ea1727236e13bcf8f\",\n                \"tenderLoadSmartDestination\": \"\",\n                \"tenderLoadSmartOrigin\": \"\",\n                \"totalChargeableWeight\": 3,\n                \"totalVolume\": 2,\n                \"totalVolumetricWeight\": 0,\n                \"totalWeight\": 3,\n                \"transportationMode\": \"ship\",\n                \"truckingDestination\": false,\n                \"truckingOrigin\": false,\n                \"truckingService\": false,\n                \"updatedAt\": \"2023-09-27T23:31:08.929Z\"\n            },\n            {\n                \"cityOrigin\": {\n                    \"address\": \"R. Vinte e Cinco de Março - Centro Histórico de São Paulo, São Paulo - SP, Brasil\",\n                    \"countryCode\": \"BR\",\n                    \"lat\": -23.5436238,\n                    \"lng\": -46.6325199\n                },\n                \"cityDestination\": {\n                    \"address\": \"214 Đ. Nguyễn Xiển, Hạ Đình, Thanh Xuân, Hà Nội, Vietnam\",\n                    \"countryCode\": \"VN\",\n                    \"lat\": 20.9872454,\n                    \"lng\": 105.8059255\n                },\n                \"_id\": \"65146a6c2a7f100f1025102a\",\n                \"quoteId\": \"M85_R-_214_ACETYLSALICYLIC\",\n                \"__v\": 0,\n                \"anonymous\": false,\n                \"commodity\": \"Acetylsalicylic acid\",\n                \"company\": {\n                    \"_id\": \"65146a4a2a7f100f1024fbf9\",\n                    \"name\": \"test78\"\n                },\n                \"createdAt\": \"2023-09-27T17:46:19.959Z\",\n                \"creationUser\": {\n                    \"_id\": \"647f44a0a1727236e1a11a1f\",\n                    \"firstName\": \"User\",\n                    \"lastName\": \"Public\"\n                },\n                \"customBrokerage\": false,\n                \"customTags\": [],\n                \"descriptionCommodity\": \"\",\n                \"disclaimers\": [],\n                \"incoterm\": \"CIP\",\n                \"isFavorite\": false,\n                \"manualInput\": \"M\",\n                \"notes\": [],\n                \"owner\": \"64921d2ea1727236e13bcf78\",\n                \"packagesInfo\": [\n                    {\n                        \"packageType\": \"Dry 20'\",\n                        \"amount\": 12,\n                        \"weight\": \"\",\n                        \"weightMetric\": \"kg\",\n                        \"hazardousMaterials\": \"1\",\n                        \"volume\": \"211\",\n                        \"volumeMetric\": \"m³\",\n                        \"class\": \"explosives\",\n                        \"group\": \"I high danger\",\n                        \"subDivision\": \"Extremely Insensitive; No Mass Explosion Hazard\",\n                        \"sdsFile\": \"\"\n                    }\n                ],\n                \"participants\": [],\n                \"paymentTerm\": \"prepaid\",\n                \"portDestination\": null,\n                \"portOrigin\": null,\n                \"quoteDestinationLoadSmart\": \"\",\n                \"quoteOriginLoadSmart\": \"\",\n                \"rates\": [],\n                \"ratesInlandTransportationDestination\": [],\n                \"ratesInlandTransportationOrigin\": [],\n                \"referenceName\": \"wqd\",\n                \"shipmentType\": \"FCL\",\n                \"single\": \"single\",\n                \"specialInstructions\": \"\",\n                \"status\": \"actionRequired\",\n                \"statusShipper\": \"awaitingResponse\",\n                \"tags\": [\n                    \"lsp-actionRequired\",\n                    \"shipper-awaitingResponse\"\n                ],\n                \"tenant\": \"64921d2ea1727236e13bcf8f\",\n                \"tenderLoadSmartDestination\": \"\",\n                \"tenderLoadSmartOrigin\": \"\",\n                \"totalChargeableWeight\": 0,\n                \"totalVolume\": 211,\n                \"totalVolumetricWeight\": 0,\n                \"totalWeight\": 0,\n                \"transportationMode\": \"ship\",\n                \"truckingDestination\": false,\n                \"truckingOrigin\": false,\n                \"truckingService\": false,\n                \"updatedAt\": \"2023-09-27T17:46:19.689Z\"\n            },\n            {\n                \"cityOrigin\": {\n                    \"address\": \"Ciudad de México, CDMX, México\",\n                    \"countryCode\": \"MX\",\n                    \"lat\": 19.4326077,\n                    \"lng\": -99.133208\n                },\n                \"cityDestination\": {\n                    \"address\": \"Dubái - Emiratos Árabes Unidos\",\n                    \"countryCode\": \"AE\",\n                    \"lat\": 25.2048493,\n                    \"lng\": 55.2707828\n                },\n                \"_id\": \"651469842a7f100f1024d3be\",\n                \"quoteId\": \"M84_CIUDAD_DUB-I_2-5G-GPRS-WIREL\",\n                \"__v\": 0,\n                \"anonymous\": false,\n                \"commodity\": \"2,5G GPRS wireless access network equipment and components\",\n                \"company\": {\n                    \"_id\": \"651469692a7f100f1024ce1a\",\n                    \"name\": \"test56\"\n                },\n                \"createdAt\": \"2023-09-27T17:42:28.033Z\",\n                \"creationUser\": {\n                    \"_id\": \"647f44a0a1727236e1a11a1f\",\n                    \"firstName\": \"User\",\n                    \"lastName\": \"Public\"\n                },\n                \"customBrokerage\": false,\n                \"customTags\": [],\n                \"descriptionCommodity\": \"\",\n                \"disclaimers\": [],\n                \"incoterm\": \"CIP\",\n                \"isFavorite\": false,\n                \"manualInput\": \"M\",\n                \"notes\": [],\n                \"owner\": \"64921d2ea1727236e13bcf78\",\n                \"packagesInfo\": [\n                    {\n                        \"packageType\": \"Dry 40'\",\n                        \"amount\": 211,\n                        \"weight\": \"\",\n                        \"weightMetric\": \"kg\",\n                        \"hazardousMaterials\": \"1\",\n                        \"volume\": \"\",\n                        \"volumeMetric\": \"m³\",\n                        \"class\": \"explosives\",\n                        \"group\": \"I high danger\",\n                        \"subDivision\": \"Very Insensitive With Mass Explosion Hazard\",\n                        \"sdsFile\": \"21\"\n                    }\n                ],\n                \"participants\": [],\n                \"paymentTerm\": \"prepaid\",\n                \"portDestination\": null,\n                \"portOrigin\": null,\n                \"quoteDestinationLoadSmart\": \"\",\n                \"quoteOriginLoadSmart\": \"\",\n                \"rates\": [],\n                \"ratesInlandTransportationDestination\": [],\n                \"ratesInlandTransportationOrigin\": [],\n                \"referenceName\": \"wqd\",\n                \"shipmentType\": \"FCL\",\n                \"single\": \"single\",\n                \"specialInstructions\": \"\",\n                \"status\": \"actionRequired\",\n                \"statusShipper\": \"awaitingResponse\",\n                \"tags\": [\n                    \"lsp-actionRequired\",\n                    \"shipper-awaitingResponse\"\n                ],\n                \"tenant\": \"64921d2ea1727236e13bcf8f\",\n                \"tenderLoadSmartDestination\": \"\",\n                \"tenderLoadSmartOrigin\": \"\",\n                \"totalChargeableWeight\": 0,\n                \"totalVolume\": 0,\n                \"totalVolumetricWeight\": 0,\n                \"totalWeight\": 0,\n                \"transportationMode\": \"ship\",\n                \"truckingDestination\": false,\n                \"truckingOrigin\": false,\n                \"truckingService\": false,\n                \"updatedAt\": \"2023-09-27T17:42:27.774Z\"\n            },\n            {\n                \"cityOrigin\": {\n                    \"address\": \"Derna, Libia\",\n                    \"countryCode\": \"LY\",\n                    \"lat\": 32.755613,\n                    \"lng\": 22.6377432\n                },\n                \"cityDestination\": {\n                    \"address\": \"Dwarka, Guyarat, India\",\n                    \"countryCode\": \"IN\",\n                    \"lat\": 22.2441975,\n                    \"lng\": 68.96845619999999\n                },\n                \"_id\": \"651467c82a7f100f10247ae3\",\n                \"quoteId\": \"M83_DERNA_DWARKA_2G-GSM-WIRELESS\",\n                \"__v\": 0,\n                \"anonymous\": false,\n                \"commodity\": \"2G GSM wireless access network equipment and components\",\n                \"company\": {\n                    \"_id\": \"651467ae2a7f100f102475a3\",\n                    \"name\": \"test43\"\n                },\n                \"createdAt\": \"2023-09-27T17:35:04.913Z\",\n                \"creationUser\": {\n                    \"_id\": \"647f44a0a1727236e1a11a1f\",\n                    \"firstName\": \"User\",\n                    \"lastName\": \"Public\"\n                },\n                \"customBrokerage\": false,\n                \"customTags\": [],\n                \"descriptionCommodity\": \"\",\n                \"disclaimers\": [],\n                \"incoterm\": \"CIF\",\n                \"isFavorite\": false,\n                \"manualInput\": \"M\",\n                \"notes\": [],\n                \"owner\": \"64921d2ea1727236e13bcf78\",\n                \"packagesInfo\": [\n                    {\n                        \"packageType\": \"\",\n                        \"amount\": 21,\n                        \"weight\": \"\",\n                        \"weightMetric\": \"kg\",\n                        \"hazardousMaterials\": \"1\",\n                        \"volume\": \"21\",\n                        \"volumeMetric\": \"m³\",\n                        \"class\": \"explosives\",\n                        \"group\": \"I high danger\",\n                        \"subDivision\": \"Very Insensitive With Mass Explosion Hazard\",\n                        \"sdsFile\": \"12\"\n                    }\n                ],\n                \"participants\": [],\n                \"paymentTerm\": \"prepaid\",\n                \"portDestination\": null,\n                \"portOrigin\": null,\n                \"quoteDestinationLoadSmart\": \"\",\n                \"quoteOriginLoadSmart\": \"\",\n                \"rates\": [],\n                \"ratesInlandTransportationDestination\": [],\n                \"ratesInlandTransportationOrigin\": [],\n                \"referenceName\": \"wqd\",\n                \"shipmentType\": \"FCL\",\n                \"single\": \"single\",\n                \"specialInstructions\": \"\",\n                \"status\": \"actionRequired\",\n                \"statusShipper\": \"awaitingResponse\",\n                \"tags\": [\n                    \"lsp-actionRequired\",\n                    \"shipper-awaitingResponse\"\n                ],\n                \"tenant\": \"64921d2ea1727236e13bcf8f\",\n                \"tenderLoadSmartDestination\": \"\",\n                \"tenderLoadSmartOrigin\": \"\",\n                \"totalChargeableWeight\": 0,\n                \"totalVolume\": 21,\n                \"totalVolumetricWeight\": 0,\n                \"totalWeight\": 0,\n                \"transportationMode\": \"ship\",\n                \"truckingDestination\": false,\n                \"truckingOrigin\": false,\n                \"truckingService\": false,\n                \"updatedAt\": \"2023-09-27T17:35:04.652Z\"\n            },\n            {\n                \"cityOrigin\": {\n                    \"address\": \"Nueva York, EE. UU.\",\n                    \"countryCode\": \"US\",\n                    \"lat\": 40.7825547,\n                    \"lng\": -73.9655834\n                },\n                \"cityDestination\": {\n                    \"address\": \"España\",\n                    \"countryCode\": \"ES\",\n                    \"lat\": 40.46366700000001,\n                    \"lng\": -3.74922\n                },\n                \"_id\": \"6512230c2a7f100f10c1ceec\",\n                \"quoteId\": \"M81_NUEVA_ESPA-A_2G-GSM-WIRELESS\",\n                \"__v\": 0,\n                \"anonymous\": false,\n                \"commodity\": \"2G GSM wireless access network equipment and components\",\n                \"company\": {\n                    \"_id\": \"651222eb2a7f100f10c1c97d\",\n                    \"name\": \"1093489383922\"\n                },\n                \"createdAt\": \"2023-09-26T00:17:13.768Z\",\n                \"creationUser\": {\n                    \"_id\": \"647f44a0a1727236e1a11a1f\",\n                    \"firstName\": \"User\",\n                    \"lastName\": \"Public\"\n                },\n                \"customBrokerage\": false,\n                \"customTags\": [],\n                \"descriptionCommodity\": \"\",\n                \"disclaimers\": [\n                    {\n                        \"_id\": \"650f7ed43fdb48395ebb6d34\",\n                        \"title\": \"t3\",\n                        \"description\": \"While a Shipping Policy isn't required by law, it's definitely recommended by ecommerce best practices for managing customer expectations.\\n\\nThis is because it lets them know two key things that matter to every consumer:\\n\\nHow much they can expect to pay for shipping\\nHow long of a wait they can expect when it comes to receiving their goods\\nIf it takes too long for a customer to figure out how much you charge for shipping and generally how long an item will take to arrive, the customer will probably buy elsewhere and you'll be losing business.\\n\\nProviding an easily accessible Shipping Policy that has clear information can help you gain and retain customers.\\n\\nA Shipping Policy isn't to be confused with a Return and Refund Policy. A Return and Refund Policy lets customers know:\\n\\nIf you offer refunds and/or exchanges\\nIf you accept returns from customers\\nWhat a customer must do to initiate a return\\nWhich party pays for return shipping\\nAny other important information related to a return and refund\\nAny restocking fees or other deductions from full refund\\nSpecific items that cannot be returned\\nTime limits on returns (Cannot return something after 15 days, etc.)\\nIn summary, a Shipping Policy lets customers know details about how to get goods into their homes, while a Return/Refund Policy lets customers know what their options are after goods are delivered in the event that the customer wants to send the goods back.\"\n                    }\n                ],\n                \"incoterm\": \"CIP\",\n                \"isFavorite\": false,\n                \"manualInput\": \"M\",\n                \"notes\": [],\n                \"owner\": \"64921d2ea1727236e13bcf78\",\n                \"packagesInfo\": [\n                    {\n                        \"packageType\": \"Flat Rack 20'\",\n                        \"amount\": \"\",\n                        \"weight\": \"\",\n                        \"weightMetric\": \"kg\",\n                        \"hazardousMaterials\": \"1\",\n                        \"volume\": \"\",\n                        \"volumeMetric\": \"m³\",\n                        \"class\": \"explosives\",\n                        \"group\": \"I high danger\",\n                        \"subDivision\": \"Very Insensitive With Mass Explosion Hazard\",\n                        \"sdsFile\": \"\"\n                    }\n                ],\n                \"participants\": [\n                    {\n                        \"assignedTo\": {\n                            \"email\": \"root@mail.com\",\n                            \"firstName\": \"User\",\n                            \"lastName\": \"Dummy\"\n                        },\n                        \"company\": {\n                            \"name\": \"Cargologik\",\n                            \"type\": \"lsp\"\n                        },\n                        \"type\": \"col-lsp\",\n                        \"status\": \"active\"\n                    }\n                ],\n                \"paymentTerm\": \"prepaid\",\n                \"portDestination\": null,\n                \"portOrigin\": null,\n                \"quoteDestinationLoadSmart\": \"\",\n                \"quoteOriginLoadSmart\": \"\",\n                \"rates\": [\n                    \"651291868e5d09105a2028c3\"\n                ],\n                \"ratesInlandTransportationDestination\": [],\n                \"ratesInlandTransportationOrigin\": [],\n                \"referenceName\": \"wqd\",\n                \"shipmentType\": \"FCL\",\n                \"single\": \"single\",\n                \"specialInstructions\": \"\",\n                \"status\": \"awaitingResponse\",\n                \"statusShipper\": \"actionRequired\",\n                \"tags\": [\n                    \"lsp-awaitingResponse\",\n                    \"shipper-actionRequired\"\n                ],\n                \"tenant\": \"64921d2ea1727236e13bcf8f\",\n                \"tenderLoadSmartDestination\": \"\",\n                \"tenderLoadSmartOrigin\": \"\",\n                \"totalChargeableWeight\": 0,\n                \"totalVolume\": 0,\n                \"totalVolumetricWeight\": 0,\n                \"totalWeight\": 0,\n                \"transportationMode\": \"ship\",\n                \"truckingDestination\": false,\n                \"truckingOrigin\": false,\n                \"truckingService\": false,\n                \"updatedAt\": \"2023-09-26T08:08:38.999Z\",\n                \"updateUser\": \"64921d28a1727236e13bcb9d\"\n            },\n            {\n                \"cityOrigin\": {\n                    \"address\": \"90015 Cefalú, Palermo, Italia\",\n                    \"countryCode\": \"IT\",\n                    \"lat\": 38.0337046,\n                    \"lng\": 14.0174436\n                },\n                \"cityDestination\": {\n                    \"address\": \"Nueva York, EE. UU.\",\n                    \"countryCode\": \"US\",\n                    \"lat\": 40.7825547,\n                    \"lng\": -73.9655834\n                },\n                \"_id\": \"651220fd2a7f100f10c17e38\",\n                \"quoteId\": \"M80_90015_NUEVA_2D--3D--4D-LAND\",\n                \"__v\": 0,\n                \"anonymous\": false,\n                \"commodity\": \"2d/ 3d/ 4d land seismic acquisition services\",\n                \"company\": {\n                    \"_id\": \"651220e12a7f100f10c1792f\",\n                    \"name\": \"1093489383922\"\n                },\n                \"createdAt\": \"2023-09-26T00:08:27.085Z\",\n                \"creationUser\": {\n                    \"_id\": \"647f44a0a1727236e1a11a1f\",\n                    \"firstName\": \"User\",\n                    \"lastName\": \"Public\"\n                },\n                \"customBrokerage\": false,\n                \"customTags\": [],\n                \"descriptionCommodity\": \"\",\n                \"disclaimers\": [\n                    {\n                        \"_id\": \"650f7fba3fdb48395ebb6d7d\",\n                        \"title\": \"t4-updated\",\n                        \"description\": \"Warranty Disclaimer EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE SERVICES ARE PROVIDED “AS IS” AND NEITHER PARTY MAKES ANY WARRANTY, EXPRESS OR IMPLIED, BY OPERATION OF LAW, STATUTORY OR OTHERWISE. HMH SPECIFICALLY DISCLAIMS ANY AND ALL WARRANTIES INCLUDING BUT NOT LIMITED TO THE WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, SYSTEM INTEGRATION, DATA ACCURACY OR NONINFRINGEMENT OF THIRD PARTY RIGHTS WITH RESPECT TO THE SOFTWARE, SERVICES, SYSTEM CONTENT, DOCUMENTATION, AND ANY DELIVERABLES PROVIDED BY HMH HEREUNDER. HMH DOES NOT WARRANT OR MAKE ANY REPRESENTATIONS REGARDING THE USE OR THE RESULTS OF THE USE OF THE SYSTEM CONTENT IN TERMS OF ITS CORRECTNESS, ACCURACY, RELIABILITY, OR OTHERWISE, INCLUDING, BUT NOT LIMITED TO, ANY THIRD-PARTY CONTENT ACCESSED THROUGH HYPERTEXT LINKS INCLUDED WITHIN THE SYSTEM CONTENT. HMH EXPRESSLY DISCLAIMS ANY ENDORSEMENT OF, RESPONSIBILITY FOR, OR RELATIONSHIP OF ANY KIND WITH ANY THIRD-PARTY SITES OR CONTENT ACCESSIBLE THROUGH SUCH HYPERTEXT LINKS. NO ADVICE BY HMH OR A HMH-AUTHORIZED REPRESENTATIVE SHALL CREATE A WARRANTY HEREUNDER. OTHER THAN AS DESCRIBED IN THIS AGREEMENT, HMH DOES NOT WARRANT THAT THE OPERATION OF THE SERVICES WILL BE UNINTERRUPTED, VIRUS-FREE OR ERROR-FREE. FURTHER, HMH MAY USE THIRD PARTY SUPPLIERS AND PROVIDERS WHO MAY ASSIST IN THE PROVISION OF SERVICES TO CUSTOMER, AND HMH SHALL NOT BE HELD LIABLE FOR DAMAGES TO CUSTOMER RESULTING FROM ACTIONS OF SUCH THIRD PARTIES.\"\n                    },\n                    {\n                        \"_id\": \"650f7ed43fdb48395ebb6d34\",\n                        \"title\": \"t3\",\n                        \"description\": \"While a Shipping Policy isn't required by law, it's definitely recommended by ecommerce best practices for managing customer expectations.\\n\\nThis is because it lets them know two key things that matter to every consumer:\\n\\nHow much they can expect to pay for shipping\\nHow long of a wait they can expect when it comes to receiving their goods\\nIf it takes too long for a customer to figure out how much you charge for shipping and generally how long an item will take to arrive, the customer will probably buy elsewhere and you'll be losing business.\\n\\nProviding an easily accessible Shipping Policy that has clear information can help you gain and retain customers.\\n\\nA Shipping Policy isn't to be confused with a Return and Refund Policy. A Return and Refund Policy lets customers know:\\n\\nIf you offer refunds and/or exchanges\\nIf you accept returns from customers\\nWhat a customer must do to initiate a return\\nWhich party pays for return shipping\\nAny other important information related to a return and refund\\nAny restocking fees or other deductions from full refund\\nSpecific items that cannot be returned\\nTime limits on returns (Cannot return something after 15 days, etc.)\\nIn summary, a Shipping Policy lets customers know details about how to get goods into their homes, while a Return/Refund Policy lets customers know what their options are after goods are delivered in the event that the customer wants to send the goods back.\"\n                    }\n                ],\n                \"incoterm\": \"CIP\",\n                \"isFavorite\": false,\n                \"manualInput\": \"M\",\n                \"notes\": [],\n                \"owner\": \"64921d2ea1727236e13bcf78\",\n                \"packagesInfo\": [\n                    {\n                        \"packageType\": \"Flat Rack 20'\",\n                        \"amount\": -1,\n                        \"weight\": \"\",\n                        \"weightMetric\": \"kg\",\n                        \"hazardousMaterials\": \"1\",\n                        \"volume\": \"\",\n                        \"volumeMetric\": \"m³\",\n                        \"class\": \"explosives\",\n                        \"group\": \"II moderate danger\",\n                        \"subDivision\": \"Fire and/or Minor Blast/Minor Projection Hazard\",\n                        \"sdsFile\": \"1\"\n                    }\n                ],\n                \"participants\": [\n                    {\n                        \"assignedTo\": {\n                            \"email\": \"root@mail.com\",\n                            \"firstName\": \"User\",\n                            \"lastName\": \"Dummy\"\n                        },\n                        \"company\": {\n                            \"name\": \"Cargologik\",\n                            \"type\": \"lsp\"\n                        },\n                        \"type\": \"col-lsp\",\n                        \"status\": \"active\"\n                    }\n                ],\n                \"paymentTerm\": \"prepaid\",\n                \"portDestination\": null,\n                \"portOrigin\": null,\n                \"quoteDestinationLoadSmart\": \"\",\n                \"quoteOriginLoadSmart\": \"\",\n                \"rates\": [\n                    \"651296fe8e5d09105a202ca8\"\n                ],\n                \"ratesInlandTransportationDestination\": [],\n                \"ratesInlandTransportationOrigin\": [],\n                \"referenceName\": \"wqd\",\n                \"shipmentType\": \"FCL\",\n                \"single\": \"single\",\n                \"specialInstructions\": \"\",\n                \"status\": \"awaitingResponse\",\n                \"statusShipper\": \"actionRequired\",\n                \"tags\": [\n                    \"lsp-awaitingResponse\",\n                    \"shipper-actionRequired\"\n                ],\n                \"tenant\": \"64921d2ea1727236e13bcf8f\",\n                \"tenderLoadSmartDestination\": \"\",\n                \"tenderLoadSmartOrigin\": \"\",\n                \"totalChargeableWeight\": 0,\n                \"totalVolume\": 0,\n                \"totalVolumetricWeight\": 0,\n                \"totalWeight\": 0,\n                \"transportationMode\": \"ship\",\n                \"truckingDestination\": false,\n                \"truckingOrigin\": false,\n                \"truckingService\": false,\n                \"updatedAt\": \"2023-09-26T08:31:58.646Z\",\n                \"updateUser\": \"64921d28a1727236e13bcb9d\"\n            },\n            {\n                \"cityOrigin\": null,\n                \"cityDestination\": {\n                    \"address\": \"90015 Cefalú, Palermo, Italia\",\n                    \"countryCode\": \"IT\",\n                    \"lat\": 38.0337046,\n                    \"lng\": 14.0174436\n                },\n                \"_id\": \"65121eb02a7f100f10c00779\",\n                \"quoteId\": \"M79_IT_90015_2G-GSM-WIRELESS\",\n                \"__v\": 0,\n                \"anonymous\": false,\n                \"commodity\": \"2G GSM wireless access network equipment and components\",\n                \"company\": {\n                    \"_id\": \"65121e952a7f100f10c00355\",\n                    \"name\": \"1093489383922\"\n                },\n                \"createdAt\": \"2023-09-25T23:58:38.137Z\",\n                \"creationUser\": {\n                    \"_id\": \"647f44a0a1727236e1a11a1f\",\n                    \"firstName\": \"User\",\n                    \"lastName\": \"Public\"\n                },\n                \"customBrokerage\": false,\n                \"customTags\": [],\n                \"descriptionCommodity\": \"\",\n                \"disclaimers\": [],\n                \"incoterm\": \"CIF\",\n                \"isFavorite\": false,\n                \"manualInput\": \"M\",\n                \"notes\": [],\n                \"owner\": \"64921d2ea1727236e13bcf78\",\n                \"packagesInfo\": [\n                    {\n                        \"packageType\": \"Dry 45'\",\n                        \"amount\": 0,\n                        \"weight\": \"\",\n                        \"weightMetric\": \"kg\",\n                        \"hazardousMaterials\": \"0\",\n                        \"volume\": \"1\",\n                        \"volumeMetric\": \"m³\"\n                    }\n                ],\n                \"participants\": [],\n                \"paymentTerm\": \"prepaid\",\n                \"portDestination\": null,\n                \"portOrigin\": {\n                    \"address\": \"- Acquaviva Picena\",\n                    \"countryCode\": \"IT\"\n                },\n                \"quoteDestinationLoadSmart\": \"\",\n                \"quoteOriginLoadSmart\": \"\",\n                \"rates\": [],\n                \"ratesInlandTransportationDestination\": [],\n                \"ratesInlandTransportationOrigin\": [],\n                \"referenceName\": \"wqd\",\n                \"shipmentType\": \"FCL\",\n                \"single\": \"single\",\n                \"specialInstructions\": \"\",\n                \"status\": \"actionRequired\",\n                \"statusShipper\": \"awaitingResponse\",\n                \"tags\": [\n                    \"lsp-actionRequired\",\n                    \"shipper-awaitingResponse\"\n                ],\n                \"tenant\": \"64921d2ea1727236e13bcf8f\",\n                \"tenderLoadSmartDestination\": \"\",\n                \"tenderLoadSmartOrigin\": \"\",\n                \"totalChargeableWeight\": 0,\n                \"totalVolume\": 1,\n                \"totalVolumetricWeight\": 0,\n                \"totalWeight\": 0,\n                \"transportationMode\": \"ship\",\n                \"truckingDestination\": false,\n                \"truckingOrigin\": false,\n                \"truckingService\": false,\n                \"updatedAt\": \"2023-09-25T23:58:37.842Z\"\n            },\n            {\n                \"cityOrigin\": {\n                    \"address\": \"Nueva York, EE. UU.\",\n                    \"countryCode\": \"US\",\n                    \"lat\": 40.7825547,\n                    \"lng\": -73.9655834\n                },\n                \"cityDestination\": {\n                    \"address\": \"Nueva York, EE. UU.\",\n                    \"countryCode\": \"US\",\n                    \"lat\": 40.7825547,\n                    \"lng\": -73.9655834\n                },\n                \"_id\": \"65121b4f2a7f100f10bf905c\",\n                \"quoteId\": \"M78_NUEVA_NUEVA_2G-GSM-WIRELESS\",\n                \"__v\": 0,\n                \"anonymous\": false,\n                \"commodity\": \"2G GSM wireless access network equipment and components\",\n                \"company\": {\n                    \"_id\": \"65121b2b2a7f100f10bf8b78\",\n                    \"name\": \"1093489383922\"\n                },\n                \"createdAt\": \"2023-09-25T23:44:12.984Z\",\n                \"creationUser\": {\n                    \"_id\": \"647f44a0a1727236e1a11a1f\",\n                    \"firstName\": \"User\",\n                    \"lastName\": \"Public\"\n                },\n                \"customBrokerage\": false,\n                \"customTags\": [],\n                \"descriptionCommodity\": \"\",\n                \"disclaimers\": [],\n                \"incoterm\": \"CIP\",\n                \"isFavorite\": false,\n                \"manualInput\": \"M\",\n                \"notes\": [],\n                \"owner\": \"64921d2ea1727236e13bcf78\",\n                \"packagesInfo\": [\n                    {\n                        \"packageType\": \"Dry 40'\",\n                        \"amount\": 1,\n                        \"weight\": \"1\",\n                        \"weightMetric\": \"kg\",\n                        \"hazardousMaterials\": \"1\",\n                        \"volume\": \"1\",\n                        \"volumeMetric\": \"m³\",\n                        \"class\": \"explosives\",\n                        \"group\": \"I high danger\",\n                        \"subDivision\": \"Very Insensitive With Mass Explosion Hazard\",\n                        \"sdsFile\": \"\"\n                    }\n                ],\n                \"participants\": [],\n                \"paymentTerm\": \"prepaid\",\n                \"portDestination\": null,\n                \"portOrigin\": null,\n                \"quoteDestinationLoadSmart\": \"\",\n                \"quoteOriginLoadSmart\": \"\",\n                \"rates\": [],\n                \"ratesInlandTransportationDestination\": [],\n                \"ratesInlandTransportationOrigin\": [],\n                \"referenceName\": \"wqd\",\n                \"shipmentType\": \"FCL\",\n                \"single\": \"single\",\n                \"specialInstructions\": \"\",\n                \"status\": \"actionRequired\",\n                \"statusShipper\": \"awaitingResponse\",\n                \"tags\": [\n                    \"lsp-actionRequired\",\n                    \"shipper-awaitingResponse\"\n                ],\n                \"tenant\": \"64921d2ea1727236e13bcf8f\",\n                \"tenderLoadSmartDestination\": \"\",\n                \"tenderLoadSmartOrigin\": \"\",\n                \"totalChargeableWeight\": 1,\n                \"totalVolume\": 1,\n                \"totalVolumetricWeight\": 0,\n                \"totalWeight\": 1,\n                \"transportationMode\": \"ship\",\n                \"truckingDestination\": false,\n                \"truckingOrigin\": false,\n                \"truckingService\": false,\n                \"updatedAt\": \"2023-09-25T23:44:12.721Z\"\n            },\n            {\n                \"cityOrigin\": {\n                    \"address\": \"Cedar Key, Florida 32625, EE. UU.\",\n                    \"countryCode\": \"US\",\n                    \"lat\": 29.1385785,\n                    \"lng\": -83.03512119999999\n                },\n                \"cityDestination\": {\n                    \"address\": \"Nueva York, EE. UU.\",\n                    \"countryCode\": \"US\",\n                    \"lat\": 40.7825547,\n                    \"lng\": -73.9655834\n                },\n                \"_id\": \"651219d42a7f100f10bf5c13\",\n                \"quoteId\": \"M77_CEDAR_NUEVA_2-5G-GPRS-WIREL\",\n                \"__v\": 0,\n                \"anonymous\": false,\n                \"commodity\": \"2,5G GPRS wireless access network equipment and components\",\n                \"company\": {\n                    \"_id\": \"651219b32a7f100f10bf5775\",\n                    \"name\": \"1093489383922\"\n                },\n                \"createdAt\": \"2023-09-25T23:37:53.659Z\",\n                \"creationUser\": {\n                    \"_id\": \"647f44a0a1727236e1a11a1f\",\n                    \"firstName\": \"User\",\n                    \"lastName\": \"Public\"\n                },\n                \"customBrokerage\": false,\n                \"customTags\": [],\n                \"descriptionCommodity\": \"\",\n                \"disclaimers\": [],\n                \"incoterm\": \"CIP\",\n                \"isFavorite\": false,\n                \"manualInput\": \"M\",\n                \"notes\": [],\n                \"owner\": \"64921d2ea1727236e13bcf78\",\n                \"packagesInfo\": [\n                    {\n                        \"packageType\": \"Dry 40'\",\n                        \"amount\": 1,\n                        \"weight\": \"\",\n                        \"weightMetric\": \"kg\",\n                        \"hazardousMaterials\": \"1\",\n                        \"volume\": \"1\",\n                        \"volumeMetric\": \"m³\",\n                        \"class\": \"explosives\",\n                        \"group\": \"I high danger\",\n                        \"subDivision\": \"Very Insensitive With Mass Explosion Hazard\",\n                        \"sdsFile\": \"1\"\n                    }\n                ],\n                \"participants\": [],\n                \"paymentTerm\": \"prepaid\",\n                \"portDestination\": null,\n                \"portOrigin\": null,\n                \"quoteDestinationLoadSmart\": \"\",\n                \"quoteOriginLoadSmart\": \"\",\n                \"rates\": [],\n                \"ratesInlandTransportationDestination\": [],\n                \"ratesInlandTransportationOrigin\": [],\n                \"referenceName\": \"wqd\",\n                \"shipmentType\": \"FCL\",\n                \"single\": \"single\",\n                \"specialInstructions\": \"\",\n                \"status\": \"actionRequired\",\n                \"statusShipper\": \"awaitingResponse\",\n                \"tags\": [\n                    \"lsp-actionRequired\",\n                    \"shipper-awaitingResponse\"\n                ],\n                \"tenant\": \"64921d2ea1727236e13bcf8f\",\n                \"tenderLoadSmartDestination\": \"\",\n                \"tenderLoadSmartOrigin\": \"\",\n                \"totalChargeableWeight\": 0,\n                \"totalVolume\": 1,\n                \"totalVolumetricWeight\": 0,\n                \"totalWeight\": 0,\n                \"transportationMode\": \"ship\",\n                \"truckingDestination\": false,\n                \"truckingOrigin\": false,\n                \"truckingService\": false,\n                \"updatedAt\": \"2023-09-25T23:37:53.395Z\"\n            },\n            {\n                \"cityOrigin\": null,\n                \"cityDestination\": null,\n                \"_id\": \"651207c82a7f100f10bbc62e\",\n                \"quoteId\": \"M76_PA_PA_FAK\",\n                \"__v\": 0,\n                \"anonymous\": false,\n                \"commodity\": \"fak\",\n                \"company\": {\n                    \"_id\": \"651207a92a7f100f10bbc09a\",\n                    \"name\": \"1093489383922\"\n                },\n                \"createdAt\": \"2023-09-25T22:20:54.502Z\",\n                \"creationUser\": {\n                    \"_id\": \"647f44a0a1727236e1a11a1f\",\n                    \"firstName\": \"User\",\n                    \"lastName\": \"Public\"\n                },\n                \"customBrokerage\": false,\n                \"customTags\": [],\n                \"descriptionCommodity\": \"\",\n                \"disclaimers\": [],\n                \"incoterm\": \"CIP\",\n                \"isFavorite\": false,\n                \"manualInput\": \"M\",\n                \"notes\": [],\n                \"owner\": \"64921d2ea1727236e13bcf78\",\n                \"packagesInfo\": [\n                    {\n                        \"packageType\": \"Dry 40'\",\n                        \"amount\": 1,\n                        \"weight\": \"1\",\n                        \"weightMetric\": \"kg\",\n                        \"hazardousMaterials\": \"1\",\n                        \"volume\": \"2\",\n                        \"volumeMetric\": \"m³\",\n                        \"class\": \"explosives\",\n                        \"group\": \"I high danger\",\n                        \"subDivision\": \"Very Insensitive With Mass Explosion Hazard\",\n                        \"sdsFile\": \"1\"\n                    }\n                ],\n                \"participants\": [],\n                \"paymentTerm\": \"prepaid\",\n                \"portDestination\": {\n                    \"address\": \"PAAGD Aguadulce\",\n                    \"countryCode\": \"PA\"\n                },\n                \"portOrigin\": {\n                    \"address\": \"PAAGD Aguadulce\",\n                    \"countryCode\": \"PA\"\n                },\n                \"quoteDestinationLoadSmart\": \"\",\n                \"quoteOriginLoadSmart\": \"\",\n                \"rates\": [],\n                \"ratesInlandTransportationDestination\": [],\n                \"ratesInlandTransportationOrigin\": [],\n                \"referenceName\": \"wqd\",\n                \"shipmentType\": \"FCL\",\n                \"single\": \"single\",\n                \"specialInstructions\": \"\",\n                \"status\": \"actionRequired\",\n                \"statusShipper\": \"awaitingResponse\",\n                \"tags\": [\n                    \"lsp-actionRequired\",\n                    \"shipper-awaitingResponse\"\n                ],\n                \"tenant\": \"64921d2ea1727236e13bcf8f\",\n                \"tenderLoadSmartDestination\": \"\",\n                \"tenderLoadSmartOrigin\": \"\",\n                \"totalChargeableWeight\": 1,\n                \"totalVolume\": 2,\n                \"totalVolumetricWeight\": 0,\n                \"totalWeight\": 1,\n                \"transportationMode\": \"ship\",\n                \"truckingDestination\": false,\n                \"truckingOrigin\": false,\n                \"truckingService\": false,\n                \"updatedAt\": \"2023-09-25T22:20:54.226Z\"\n            },\n            {\n                \"cityOrigin\": {\n                    \"address\": \"San Marino\",\n                    \"countryCode\": \"SM\",\n                    \"lat\": 43.94236,\n                    \"lng\": 12.457777\n                },\n                \"cityDestination\": {\n                    \"address\": \"Principado de Asturias, Asturias, España\",\n                    \"countryCode\": \"ES\",\n                    \"lat\": 43.3613953,\n                    \"lng\": -5.8593267\n                },\n                \"_id\": \"650bf191daaf664bd911cc40\",\n                \"quoteId\": \"M75_SAN_PRINCIPADO_ASD\",\n                \"__v\": 0,\n                \"anonymous\": false,\n                \"commodity\": \"asd\",\n                \"company\": {\n                    \"_id\": \"650bf173daaf664bd911c854\",\n                    \"name\": \"1093489383922\"\n                },\n                \"createdAt\": \"2023-09-21T07:32:32.310Z\",\n                \"creationUser\": {\n                    \"_id\": \"647f44a0a1727236e1a11a1f\",\n                    \"firstName\": \"User\",\n                    \"lastName\": \"Public\"\n                },\n                \"customBrokerage\": false,\n                \"customTags\": [],\n                \"descriptionCommodity\": \"\",\n                \"disclaimers\": [],\n                \"incoterm\": \"FAS\",\n                \"isFavorite\": false,\n                \"manualInput\": \"M\",\n                \"notes\": [],\n                \"owner\": \"64921d2ea1727236e13bcf78\",\n                \"packagesInfo\": [\n                    {\n                        \"packageType\": \"Dry 45'\",\n                        \"amount\": 2,\n                        \"weight\": \"2\",\n                        \"weightMetric\": \"kg\",\n                        \"hazardousMaterials\": \"0\",\n                        \"volume\": \"2\",\n                        \"volumeMetric\": \"m³\"\n                    }\n                ],\n                \"participants\": [],\n                \"paymentTerm\": \"prepaid\",\n                \"portDestination\": null,\n                \"portOrigin\": null,\n                \"quoteDestinationLoadSmart\": \"\",\n                \"quoteOriginLoadSmart\": \"\",\n                \"rates\": [],\n                \"ratesInlandTransportationDestination\": [],\n                \"ratesInlandTransportationOrigin\": [],\n                \"referenceName\": \"qadas\",\n                \"shipmentType\": \"FCL\",\n                \"single\": \"single\",\n                \"specialInstructions\": \"\",\n                \"status\": \"actionRequired\",\n                \"statusShipper\": \"awaitingResponse\",\n                \"tags\": [\n                    \"lsp-actionRequired\",\n                    \"shipper-awaitingResponse\"\n                ],\n                \"tenant\": \"64921d2ea1727236e13bcf8f\",\n                \"tenderLoadSmartDestination\": \"\",\n                \"tenderLoadSmartOrigin\": \"\",\n                \"totalChargeableWeight\": 2,\n                \"totalVolume\": 2,\n                \"totalVolumetricWeight\": 0,\n                \"totalWeight\": 2,\n                \"transportationMode\": \"ship\",\n                \"truckingDestination\": false,\n                \"truckingOrigin\": false,\n                \"truckingService\": false,\n                \"updatedAt\": \"2023-09-21T07:32:32.057Z\"\n            },\n            {\n                \"cityOrigin\": {\n                    \"address\": \"San Francisco, California, EE. UU.\",\n                    \"countryCode\": \"US\",\n                    \"lat\": 37.7749295,\n                    \"lng\": -122.4194155\n                },\n                \"cityDestination\": {\n                    \"address\": \"San Francisco, California, EE. UU.\",\n                    \"countryCode\": \"US\",\n                    \"lat\": 37.7749295,\n                    \"lng\": -122.4194155\n                },\n                \"_id\": \"650bc31edaaf664bd90bc010\",\n                \"quoteId\": \"M74_SAN_SAN_2-5G-GPRS-MOBIL\",\n                \"__v\": 0,\n                \"anonymous\": false,\n                \"commodity\": \"2,5G GPRS mobile core network equipment and components\",\n                \"company\": {\n                    \"_id\": \"6509b3fec162aeb351a8753d\",\n                    \"name\": \"Prueba1\"\n                },\n                \"createdAt\": \"2023-09-21T04:14:21.424Z\",\n                \"creationUser\": {\n                    \"_id\": \"64921d28a1727236e13bcb9d\",\n                    \"firstName\": \"User\",\n                    \"lastName\": \"Dummy\"\n                },\n                \"customBrokerage\": false,\n                \"customTags\": [\n                    \"dada\",\n                    \"sasd\",\n                    \"adas\",\n                    \"dsada\",\n                    \"dasasa\",\n                    \"asda\",\n                    \"dad\",\n                    \"sad\",\n                    \"add\",\n                    \"ada\",\n                    \"sfsf\",\n                    \"dsd\",\n                    \"dsds\",\n                    \"ds\",\n                    \"dsdsd\",\n                    \"sdds\",\n                    \"dssd\"\n                ],\n                \"descriptionCommodity\": \"\",\n                \"disclaimers\": [],\n                \"incoterm\": \"CIF\",\n                \"isFavorite\": false,\n                \"manualInput\": \"M\",\n                \"notes\": [],\n                \"owner\": \"64921d2ea1727236e13bcf78\",\n                \"packagesInfo\": [\n                    {\n                        \"packageType\": \"Flat Rack 20'\",\n                        \"amount\": 1,\n                        \"weight\": \"\",\n                        \"weightMetric\": \"kg\",\n                        \"hazardousMaterials\": \"0\",\n                        \"volume\": \"1\",\n                        \"volumeMetric\": \"m³\"\n                    }\n                ],\n                \"participants\": [],\n                \"paymentTerm\": \"prepaid\",\n                \"portDestination\": null,\n                \"portOrigin\": null,\n                \"quoteDestinationLoadSmart\": \"\",\n                \"quoteOriginLoadSmart\": \"\",\n                \"rates\": [\n                    \"650bc31cc91a55168e37c1fb\"\n                ],\n                \"ratesInlandTransportationDestination\": [],\n                \"ratesInlandTransportationOrigin\": [],\n                \"referenceName\": \"21\",\n                \"shipmentType\": \"FCL\",\n                \"single\": \"single\",\n                \"specialInstructions\": \"\",\n                \"status\": \"awaitingResponse\",\n                \"statusShipper\": \"actionRequired\",\n                \"tags\": [\n                    \"lsp-awaitingResponse\",\n                    \"shipper-actionRequired\"\n                ],\n                \"tenant\": \"64921d2ea1727236e13bcf8f\",\n                \"tenderLoadSmartDestination\": \"\",\n                \"tenderLoadSmartOrigin\": \"\",\n                \"totalChargeableWeight\": 0,\n                \"totalVolume\": 1,\n                \"totalVolumetricWeight\": 0,\n                \"totalWeight\": 0,\n                \"transportationMode\": \"ship\",\n                \"truckingDestination\": false,\n                \"truckingOrigin\": false,\n                \"truckingService\": false,\n                \"updatedAt\": \"2023-09-21T04:14:21.140Z\"\n            },\n            {\n                \"cityOrigin\": {\n                    \"address\": \"Lima, Perú\",\n                    \"countryCode\": \"PE\",\n                    \"lat\": -12.0463731,\n                    \"lng\": -77.042754\n                },\n                \"cityDestination\": {\n                    \"address\": \"Bogotá, Colombia\",\n                    \"countryCode\": \"CO\",\n                    \"lat\": 4.710988599999999,\n                    \"lng\": -74.072092\n                },\n                \"_id\": \"650b6e0bdaaf664bd9f7dbf2\",\n                \"quoteId\": \"M73_LIMA_BOGOT-_ATTENUATOR-NET\",\n                \"__v\": 0,\n                \"anonymous\": false,\n                \"commodity\": \"Attenuator network pad\",\n                \"company\": {\n                    \"_id\": \"6509b3fec162aeb351a8753d\",\n                    \"name\": \"Prueba1\"\n                },\n                \"createdAt\": \"2023-09-20T22:11:21.415Z\",\n                \"creationUser\": {\n                    \"_id\": \"64921d28a1727236e13bcb9d\",\n                    \"firstName\": \"User\",\n                    \"lastName\": \"Dummy\"\n                },\n                \"customBrokerage\": false,\n                \"customTags\": [\n                    \"hola\",\n                    \"asda\",\n                    \"ada\",\n                    \"dada\",\n                    \"sasa\"\n                ],\n                \"descriptionCommodity\": \"\",\n                \"disclaimers\": [],\n                \"incoterm\": \"CIP\",\n                \"isFavorite\": false,\n                \"manualInput\": \"M\",\n                \"notes\": [],\n                \"owner\": \"64921d2ea1727236e13bcf78\",\n                \"packagesInfo\": [\n                    {\n                        \"packageType\": \"Dry 40'\",\n                        \"amount\": 2,\n                        \"weight\": \"4\",\n                        \"weightMetric\": \"kg\",\n                        \"hazardousMaterials\": \"0\",\n                        \"volume\": \"3\",\n                        \"volumeMetric\": \"m³\"\n                    }\n                ],\n                \"participants\": [],\n                \"paymentTerm\": \"prepaid\",\n                \"portDestination\": null,\n                \"portOrigin\": null,\n                \"quoteDestinationLoadSmart\": \"\",\n                \"quoteOriginLoadSmart\": \"\",\n                \"rates\": [\n                    \"650b6e0871d198a4665afdda\"\n                ],\n                \"ratesInlandTransportationDestination\": [],\n                \"ratesInlandTransportationOrigin\": [],\n                \"referenceName\": \"ref1\",\n                \"shipmentType\": \"FCL\",\n                \"single\": \"single\",\n                \"specialInstructions\": \"\",\n                \"status\": \"awaitingResponse\",\n                \"statusShipper\": \"actionRequired\",\n                \"tags\": [\n                    \"lsp-awaitingResponse\",\n                    \"shipper-actionRequired\"\n                ],\n                \"tenant\": \"64921d2ea1727236e13bcf8f\",\n                \"tenderLoadSmartDestination\": \"\",\n                \"tenderLoadSmartOrigin\": \"\",\n                \"totalChargeableWeight\": 4,\n                \"totalVolume\": 3,\n                \"totalVolumetricWeight\": 0,\n                \"totalWeight\": 4,\n                \"transportationMode\": \"ship\",\n                \"truckingDestination\": false,\n                \"truckingOrigin\": false,\n                \"truckingService\": false,\n                \"updatedAt\": \"2023-09-20T22:11:21.031Z\"\n            },\n            {\n                \"cityOrigin\": {\n                    \"address\": \"Lima, Perú\",\n                    \"countryCode\": \"PE\",\n                    \"lat\": -12.0463731,\n                    \"lng\": -77.042754\n                },\n                \"cityDestination\": {\n                    \"address\": \"Bogotá, Colombia\",\n                    \"countryCode\": \"CO\",\n                    \"lat\": 4.710988599999999,\n                    \"lng\": -74.072092\n                },\n                \"accepted\": {\n                    \"user\": \"64921d28a1727236e13bcb9d\",\n                    \"date\": \"2023-09-20T04:03:08.231Z\",\n                    \"message\": \"test\"\n                },\n                \"_id\": \"650a3f60c162aeb351d46490\",\n                \"quoteId\": \"M72_LIMA_BOGOT-_-4-OR--6-RESIDU\",\n                \"__v\": 0,\n                \"anonymous\": false,\n                \"commodity\": \"#4 or #6 Residual heavy fuel oils\",\n                \"company\": {\n                    \"_id\": \"6509b3fec162aeb351a8753d\",\n                    \"name\": \"Prueba1\"\n                },\n                \"createdAt\": \"2023-09-20T00:39:58.959Z\",\n                \"creationUser\": {\n                    \"_id\": \"64921d28a1727236e13bcb9d\",\n                    \"firstName\": \"User\",\n                    \"lastName\": \"Dummy\"\n                },\n                \"customBrokerage\": false,\n                \"customTags\": [\n                    \"hola1\",\n                    \"hola3\",\n                    \"hola5\",\n                    \"hola6\",\n                    \"hola7\",\n                    \"sssssssssssssss\",\n                    \"saaaaaaaaaaaaaaaaaaa\",\n                    \"dassas\"\n                ],\n                \"descriptionCommodity\": \"asd\",\n                \"disclaimers\": [],\n                \"incoterm\": \"CIP\",\n                \"isFavorite\": false,\n                \"manualInput\": \"M\",\n                \"notes\": [],\n                \"owner\": \"64921d2ea1727236e13bcf78\",\n                \"packagesInfo\": [\n                    {\n                        \"packageType\": \"Dry 20'\",\n                        \"amount\": 2,\n                        \"weight\": \"4\",\n                        \"weightMetric\": \"kg\",\n                        \"hazardousMaterials\": \"0\",\n                        \"volume\": \"3\",\n                        \"volumeMetric\": \"m³\"\n                    }\n                ],\n                \"participants\": [],\n                \"paymentTerm\": \"prepaid\",\n                \"portDestination\": null,\n                \"portOrigin\": null,\n                \"quoteDestinationLoadSmart\": \"\",\n                \"quoteOriginLoadSmart\": \"\",\n                \"rates\": [\n                    \"650a3f5e74924616ade61149\"\n                ],\n                \"ratesInlandTransportationDestination\": [],\n                \"ratesInlandTransportationOrigin\": [],\n                \"referenceName\": \"ref1\",\n                \"shipmentType\": \"FCL\",\n                \"single\": \"single\",\n                \"specialInstructions\": \"\",\n                \"status\": \"active\",\n                \"statusShipper\": \"active\",\n                \"tags\": [\n                    \"shipper-active\",\n                    \"lsp-active\"\n                ],\n                \"tenant\": \"64921d2ea1727236e13bcf8f\",\n                \"tenderLoadSmartDestination\": \"\",\n                \"tenderLoadSmartOrigin\": \"\",\n                \"totalChargeableWeight\": 4,\n                \"totalVolume\": 3,\n                \"totalVolumetricWeight\": 0,\n                \"totalWeight\": 4,\n                \"transportationMode\": \"ship\",\n                \"truckingDestination\": false,\n                \"truckingOrigin\": false,\n                \"truckingService\": false,\n                \"updatedAt\": \"2023-09-20T04:03:08.231Z\",\n                \"acceptedDate\": \"2023-09-20T04:03:08.231Z\",\n                \"updateUser\": \"64921d28a1727236e13bcb9d\"\n            },\n            {\n                \"cityOrigin\": {\n                    \"address\": \"Lima, Perú\",\n                    \"countryCode\": \"PE\",\n                    \"lat\": -12.0463731,\n                    \"lng\": -77.042754\n                },\n                \"cityDestination\": {\n                    \"address\": \"Bogotá, Colombia\",\n                    \"countryCode\": \"CO\",\n                    \"lat\": 4.710988599999999,\n                    \"lng\": -74.072092\n                },\n                \"accepted\": {\n                    \"user\": \"64921d28a1727236e13bcb9d\",\n                    \"date\": \"2023-09-20T04:03:34.479Z\",\n                    \"message\": \"test\"\n                },\n                \"_id\": \"650a3953c162aeb351d1d2ca\",\n                \"quoteId\": \"M71_LIMA_BOGOT-_ATTENUATOR-NET\",\n                \"__v\": 0,\n                \"anonymous\": false,\n                \"commodity\": \"Attenuator network pad\",\n                \"company\": {\n                    \"_id\": \"6509b3fec162aeb351a8753d\",\n                    \"name\": \"Prueba1\"\n                },\n                \"createdAt\": \"2023-09-20T00:14:09.963Z\",\n                \"creationUser\": {\n                    \"_id\": \"64921d28a1727236e13bcb9d\",\n                    \"firstName\": \"User\",\n                    \"lastName\": \"Dummy\"\n                },\n                \"customBrokerage\": false,\n                \"customTags\": [],\n                \"descriptionCommodity\": \"\",\n                \"disclaimers\": [],\n                \"incoterm\": \"FAS\",\n                \"isFavorite\": false,\n                \"manualInput\": \"M\",\n                \"notes\": [],\n                \"owner\": \"64921d2ea1727236e13bcf78\",\n                \"packagesInfo\": [\n                    {\n                        \"packageType\": \"Dry 40'\",\n                        \"amount\": 3,\n                        \"weight\": \"5\",\n                        \"weightMetric\": \"kg\",\n                        \"hazardousMaterials\": \"0\",\n                        \"volume\": \"4\",\n                        \"volumeMetric\": \"m³\"\n                    }\n                ],\n                \"participants\": [],\n                \"paymentTerm\": \"prepaid\",\n                \"portDestination\": null,\n                \"portOrigin\": null,\n                \"quoteDestinationLoadSmart\": \"\",\n                \"quoteOriginLoadSmart\": \"\",\n                \"rates\": [\n                    \"650a395174924616ade60f34\"\n                ],\n                \"ratesInlandTransportationDestination\": [],\n                \"ratesInlandTransportationOrigin\": [],\n                \"referenceName\": \"ref1\",\n                \"shipmentType\": \"FCL\",\n                \"single\": \"single\",\n                \"specialInstructions\": \"\",\n                \"status\": \"active\",\n                \"statusShipper\": \"active\",\n                \"tags\": [\n                    \"shipper-active\",\n                    \"lsp-active\"\n                ],\n                \"tenant\": \"64921d2ea1727236e13bcf8f\",\n                \"tenderLoadSmartDestination\": \"\",\n                \"tenderLoadSmartOrigin\": \"\",\n                \"totalChargeableWeight\": 5,\n                \"totalVolume\": 4,\n                \"totalVolumetricWeight\": 0,\n                \"totalWeight\": 5,\n                \"transportationMode\": \"ship\",\n                \"truckingDestination\": false,\n                \"truckingOrigin\": false,\n                \"truckingService\": false,\n                \"updatedAt\": \"2023-09-20T04:03:34.479Z\",\n                \"acceptedDate\": \"2023-09-20T04:03:34.479Z\",\n                \"updateUser\": \"64921d28a1727236e13bcb9d\"\n            }\n        ],\n        \"totalItems\": 22,\n        \"limit\": 15,\n        \"totalPages\": 2,\n        \"page\": 1,\n        \"pagingCounter\": 1,\n        \"hasPrevPage\": false,\n        \"hasNextPage\": true,\n        \"prevPage\": null,\n        \"nextPage\": 2,\n        \"cancelled\": 2,\n        \"deleted\": 1,\n        \"active\": 2,\n        \"actionRequired\": 9,\n        \"awaitingResponse\": 6,\n        \"archived\": 2,\n        \"ship\": 22\n    },\n    \"shipmentsETA\": {\n        \"data\": [],\n        \"totalItems\": 0\n    },\n    \"shipmentsETD\": {\n        \"data\": [],\n        \"totalItems\": 0\n    }\n}"}],"_postman_id":"127db5ab-257b-41eb-b20c-be164c15e3d5"}],"id":"13fb0ef2-3408-442c-a66a-21a8f0d2002f","_postman_id":"13fb0ef2-3408-442c-a66a-21a8f0d2002f","description":""},{"name":"WhiteLabeling","item":[{"name":"UpdateWhitelabel","id":"4b948c0c-31e5-40d7-aa4c-8ab125d0b31b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"general\": {\r\n        \"defaultColor\": \"#EFF2F7\",\r\n        \"defaultTextColor\": \"#424242\",\r\n        \"text\": {\r\n            \"title\": {\r\n                \"color\": \"#576175\"\r\n            },\r\n            \"subtitle\": {\r\n                \"color\": \"#184DE9\"\r\n            },\r\n            \"content\": {\r\n                \"color\": \"#303030\"\r\n            }\r\n        },\r\n        \"alerts\": {\r\n            \"warningAlerts\": {\r\n                \"color\": \"#000000\"\r\n            },\r\n            \"successAlerts\": {\r\n                \"color\": \"#000000\"\r\n            },\r\n            \"errorAlerts\": {\r\n                \"color\": \"#000000\"\r\n            },\r\n            \"infoAlerts\": {\r\n                \"color\": \"#000000\"\r\n            },\r\n            \"pendingAlerts\": {\r\n                \"color\": \"#000000\"\r\n            },\r\n            \"activeAlerts\": {\r\n                \"color\": \"#000000\"\r\n            },\r\n            \"cancelAlerts\": {\r\n                \"color\": \"#000000\"\r\n            },\r\n            \"upcomingAlerts\": {\r\n                \"color\": \"#000000\"\r\n            }\r\n        },\r\n        \"buttons\": {\r\n            \"primarySolid\": {\r\n                \"color\": \"#1da21a\",\r\n                \"contrast\": \"#FFFFFF\",\r\n                \"hover\": \"#585e6a\"\r\n            },\r\n            \"primaryOutline\": {\r\n                \"color\": \"#FFFFFF\",\r\n                \"contrast\": \"#2b3549\",\r\n                \"hover\": \"#2b3549\"\r\n            },\r\n            \"secondarySolid\": {\r\n                \"color\": \"#184DE9\",\r\n                \"contrast\": \"#FFFFFF\",\r\n                \"hover\": \"#184DE9\"\r\n            },\r\n            \"secondaryOutline\": {\r\n                \"color\": \"#FFFFFF\",\r\n                \"contrast\": \"#184DE9\",\r\n                \"hover\": \"#184DE9\"\r\n            }\r\n        },\r\n        \"table\": {\r\n            \"thead\": {\r\n                \"backgroundColor\": \"#2b3549\",\r\n                \"color\": \"#ffffff\",\r\n                \"hoverText\": \"#e6e6e6\"\r\n            },\r\n            \"tbody\": {\r\n                \"backgroundColor\": \"#ffffff\",\r\n                \"color\": \"#000000\",\r\n                \"hoverBackground\": \"#ffffff\"\r\n            }\r\n        },\r\n        \"navigationNav\": {\r\n            \"backgroundColor\": \"#e4e7f2\",\r\n            \"color\": \"#1f1f1f\",\r\n            \"activeBackgroundColor\": \"#2b3549\",\r\n            \"activeColor\": \"#ffffff\"\r\n        }\r\n    },\r\n    \"headers\": {\r\n        \"sizeLogo\": 64,\r\n        \"defaultLogo\": \"64c1571082ec98cb0d1062cc\",\r\n        \"backgroundColor\": \"#2b3549\",\r\n        \"text\": {\r\n            \"title\": {\r\n                \"color\": \"#ffffff\"\r\n            },\r\n            \"subtitle\": {\r\n                \"color\": \"#e6e6e6\"\r\n            }\r\n        }\r\n    },\r\n    \"navegationBar\": {\r\n        \"backgroundColor\": \"#ffffff\",\r\n        \"imageColorFull\": \"assets/images/powered-by-cargologik-dark.png\",\r\n        \"imageColorMin\": \"assets/images/logo-blue.png\",\r\n        \"imageWhiteFull\": \"assets/images/powered-by-cargologik.png\",\r\n        \"imageWhiteMin\": \"assets/images/logo-white.png\",\r\n        \"logoWhite\": true,\r\n        \"iconsColors\": {\r\n            \"iconMenu\": {\r\n                \"color\": \"#404040\"\r\n            },\r\n            \"titleMenu\": {\r\n                \"color\": \"#404040\"\r\n            },\r\n            \"subTitleMenu\": {\r\n                \"color\": \"#4f4f4f\"\r\n            },\r\n            \"mousePosition\": {\r\n                \"color\": \"#0059f2\"\r\n            }\r\n        }\r\n    },\r\n    \"singIn\": {\r\n        \"coverImage\": \"64b9cd3401f0bff3ba81c36b\",\r\n        \"headerColor\": \"#FFFFFF\",\r\n        \"defaultColor\": \"#184DE9\",\r\n        \"text\": {\r\n            \"title\": {\r\n                \"color\": \"#184DE9\"\r\n            },\r\n            \"subtitle\": {\r\n                \"color\": \"#495057\"\r\n            },\r\n            \"content\": {\r\n                \"color\": \"#212529\"\r\n            },\r\n            \"link\": {\r\n                \"color\": \"#184DE9\"\r\n            }\r\n        },\r\n        \"buttons\": {\r\n            \"buttonSingIn\": {\r\n                \"primary\": {\r\n                    \"color\": \"#184DE9\",\r\n                    \"contrast\": \"#FFFFFF\"\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/whitelabel","description":"<p>This endpoint allows updating the styles of the web application according to the company.</p>\n<p><strong>Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th><strong>Description</strong></th>\n<th><strong>Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>general.defaultColor</td>\n<td>Default background color for the general section.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.defaultTextColor</td>\n<td>Default text color for the general section.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.text.title.color</td>\n<td>Color of the title text in the general section.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.text.subtitle.color</td>\n<td>Color of the subtitle text in the general section.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.text.content.color</td>\n<td>Color of the content text in the general section.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.alerts.warningAlerts.color</td>\n<td>Color for warning alerts.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.alerts.successAlerts.color</td>\n<td>Color for success alerts.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.alerts.errorAlerts.color</td>\n<td>Color for error alerts.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.alerts.infoAlerts.color</td>\n<td>Color for info alerts.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.alerts.pendingAlerts.color</td>\n<td>Color for pending alerts.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.alerts.activeAlerts.color</td>\n<td>Color for active alerts.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.alerts.cancelAlerts.color</td>\n<td>Color for cancel alerts.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.alerts.upcomingAlerts.color</td>\n<td>Color for upcoming alerts.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.buttons.primarySolid.color</td>\n<td>Color for primary solid buttons.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.buttons.primarySolid.contrast</td>\n<td>Text color contrast for primary solid buttons.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.buttons.primarySolid.hover</td>\n<td>Hover color for primary solid buttons.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.buttons.primaryOutline.color</td>\n<td>Color for primary outline buttons.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.buttons.primaryOutline.contrast</td>\n<td>Text color contrast for primary outline buttons.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.buttons.primaryOutline.hover</td>\n<td>Hover color for primary outline buttons.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.buttons.secondarySolid.color</td>\n<td>Color for secondary solid buttons.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.buttons.secondarySolid.contrast</td>\n<td>Text color contrast for secondary solid buttons.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.buttons.secondarySolid.hover</td>\n<td>Hover color for secondary solid buttons.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.buttons.secondaryOutline.color</td>\n<td>Color for secondary outline buttons.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.buttons.secondaryOutline.contrast</td>\n<td>Text color contrast for secondary outline buttons.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.buttons.secondaryOutline.hover</td>\n<td>Hover color for secondary outline buttons.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.table.thead.backgroundColor</td>\n<td>Background color for the table header.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.table.thead.color</td>\n<td>Text color for the table header.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.table.thead.hoverText</td>\n<td>Text color when hovering over the table header.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.table.tbody.backgroundColor</td>\n<td>Background color for the table body.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.table.tbody.color</td>\n<td>Text color for the table body.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.table.tbody.hoverBackground</td>\n<td>Background color when hovering over the table body.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.navigationNav.backgroundColor</td>\n<td>Background color for the navigation bar.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.navigationNav.color</td>\n<td>Text color for the navigation bar.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.navigationNav.activeBackgroundColor</td>\n<td>Background color for active navigation elements.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>general.navigationNav.activeColor</td>\n<td>Text color for active navigation elements.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>headers.sizeLogo</td>\n<td>Size of the logo.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>headers.defaultLogo</td>\n<td>Default logo identifier.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>headers.backgroundColor</td>\n<td>Background color for headers.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>headers.text.title.color</td>\n<td>Color of the title text in headers.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>headers.text.subtitle.color</td>\n<td>Color of the subtitle text in headers.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>navegationBar.backgroundColor</td>\n<td>Background color for the navigation bar.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n<tr>\n<td>navegationBar.imageColorFull</td>\n<td>Image path for the full-color version.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>navegationBar.imageColorMin</td>\n<td>Image path for the minimized-color version.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>navegationBar.imageWhiteFull</td>\n<td>Image path for the full white version.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>navegationBar.imageWhiteMin</td>\n<td>Image path for the minimized white version.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>navegationBar.logoWhite</td>\n<td>Boolean indicating if the logo is in white.</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>navegationBar.iconsColors.iconMenu.color</td>\n<td>Color for menu icons.</td>\n<td>String (Hex Color Code)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","whitelabel"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"0023b850-593c-4f9e-82fe-5c3f0c6e61d9","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"general\": {\r\n        \"defaultColor\": \"#EFF2F7\",\r\n        \"defaultTextColor\": \"#424242\",\r\n        \"text\": {\r\n            \"title\": {\r\n                \"color\": \"#576175\"\r\n            },\r\n            \"subtitle\": {\r\n                \"color\": \"#184DE9\"\r\n            },\r\n            \"content\": {\r\n                \"color\": \"#303030\"\r\n            }\r\n        },\r\n        \"alerts\": {\r\n            \"warningAlerts\": {\r\n                \"color\": \"#000000\"\r\n            },\r\n            \"successAlerts\": {\r\n                \"color\": \"#000000\"\r\n            },\r\n            \"errorAlerts\": {\r\n                \"color\": \"#000000\"\r\n            },\r\n            \"infoAlerts\": {\r\n                \"color\": \"#000000\"\r\n            },\r\n            \"pendingAlerts\": {\r\n                \"color\": \"#000000\"\r\n            },\r\n            \"activeAlerts\": {\r\n                \"color\": \"#000000\"\r\n            },\r\n            \"cancelAlerts\": {\r\n                \"color\": \"#000000\"\r\n            },\r\n            \"upcomingAlerts\": {\r\n                \"color\": \"#000000\"\r\n            }\r\n        },\r\n        \"buttons\": {\r\n            \"primarySolid\": {\r\n                \"color\": \"#1da21a\",\r\n                \"contrast\": \"#FFFFFF\",\r\n                \"hover\": \"#585e6a\"\r\n            },\r\n            \"primaryOutline\": {\r\n                \"color\": \"#FFFFFF\",\r\n                \"contrast\": \"#2b3549\",\r\n                \"hover\": \"#2b3549\"\r\n            },\r\n            \"secondarySolid\": {\r\n                \"color\": \"#184DE9\",\r\n                \"contrast\": \"#FFFFFF\",\r\n                \"hover\": \"#184DE9\"\r\n            },\r\n            \"secondaryOutline\": {\r\n                \"color\": \"#FFFFFF\",\r\n                \"contrast\": \"#184DE9\",\r\n                \"hover\": \"#184DE9\"\r\n            }\r\n        },\r\n        \"table\": {\r\n            \"thead\": {\r\n                \"backgroundColor\": \"#2b3549\",\r\n                \"color\": \"#ffffff\",\r\n                \"hoverText\": \"#e6e6e6\"\r\n            },\r\n            \"tbody\": {\r\n                \"backgroundColor\": \"#ffffff\",\r\n                \"color\": \"#000000\",\r\n                \"hoverBackground\": \"#ffffff\"\r\n            }\r\n        },\r\n        \"navigationNav\": {\r\n            \"backgroundColor\": \"#e4e7f2\",\r\n            \"color\": \"#1f1f1f\",\r\n            \"activeBackgroundColor\": \"#2b3549\",\r\n            \"activeColor\": \"#ffffff\"\r\n        }\r\n    },\r\n    \"headers\": {\r\n        \"sizeLogo\": 64,\r\n        \"defaultLogo\": \"64c1571082ec98cb0d1062cc\",\r\n        \"backgroundColor\": \"#2b3549\",\r\n        \"text\": {\r\n            \"title\": {\r\n                \"color\": \"#ffffff\"\r\n            },\r\n            \"subtitle\": {\r\n                \"color\": \"#e6e6e6\"\r\n            }\r\n        }\r\n    },\r\n    \"navegationBar\": {\r\n        \"backgroundColor\": \"#ffffff\",\r\n        \"imageColorFull\": \"assets/images/powered-by-cargologik-dark.png\",\r\n        \"imageColorMin\": \"assets/images/logo-blue.png\",\r\n        \"imageWhiteFull\": \"assets/images/powered-by-cargologik.png\",\r\n        \"imageWhiteMin\": \"assets/images/logo-white.png\",\r\n        \"logoWhite\": true,\r\n        \"iconsColors\": {\r\n            \"iconMenu\": {\r\n                \"color\": \"#404040\"\r\n            },\r\n            \"titleMenu\": {\r\n                \"color\": \"#404040\"\r\n            },\r\n            \"subTitleMenu\": {\r\n                \"color\": \"#4f4f4f\"\r\n            },\r\n            \"mousePosition\": {\r\n                \"color\": \"#0059f2\"\r\n            }\r\n        }\r\n    },\r\n    \"singIn\": {\r\n        \"coverImage\": \"64b9cd3401f0bff3ba81c36b\",\r\n        \"headerColor\": \"#FFFFFF\",\r\n        \"defaultColor\": \"#184DE9\",\r\n        \"text\": {\r\n            \"title\": {\r\n                \"color\": \"#184DE9\"\r\n            },\r\n            \"subtitle\": {\r\n                \"color\": \"#495057\"\r\n            },\r\n            \"content\": {\r\n                \"color\": \"#212529\"\r\n            },\r\n            \"link\": {\r\n                \"color\": \"#184DE9\"\r\n            }\r\n        },\r\n        \"buttons\": {\r\n            \"buttonSingIn\": {\r\n                \"primary\": {\r\n                    \"color\": \"#184DE9\",\r\n                    \"contrast\": \"#FFFFFF\"\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/whitelabel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"726-LR+udjfJ1St+0Ak3Hb9WDekoKSQ\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 12 Oct 2023 19:34:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"general\": {\n        \"defaultColor\": \"#EFF2F7\",\n        \"defaultTextColor\": \"#424242\",\n        \"text\": {\n            \"title\": {\n                \"color\": \"#576175\"\n            },\n            \"subtitle\": {\n                \"color\": \"#184DE9\"\n            },\n            \"content\": {\n                \"color\": \"#303030\"\n            }\n        },\n        \"buttons\": {\n            \"primarySolid\": {\n                \"color\": \"#1da21a\",\n                \"contrast\": \"#FFFFFF\",\n                \"hover\": \"#585e6a\"\n            },\n            \"primaryOutline\": {\n                \"color\": \"#FFFFFF\",\n                \"contrast\": \"#2b3549\",\n                \"hover\": \"#2b3549\"\n            },\n            \"secondarySolid\": {\n                \"color\": \"#184DE9\",\n                \"contrast\": \"#FFFFFF\",\n                \"hover\": \"#184DE9\"\n            },\n            \"secondaryOutline\": {\n                \"color\": \"#FFFFFF\",\n                \"contrast\": \"#184DE9\",\n                \"hover\": \"#184DE9\"\n            }\n        },\n        \"table\": {\n            \"thead\": {\n                \"backgroundColor\": \"#2b3549\",\n                \"color\": \"#ffffff\",\n                \"hoverText\": \"#e6e6e6\"\n            },\n            \"tbody\": {\n                \"backgroundColor\": \"#ffffff\",\n                \"color\": \"#000000\",\n                \"hoverBackground\": \"#ffffff\"\n            }\n        },\n        \"navigationNav\": {\n            \"backgroundColor\": \"#e4e7f2\",\n            \"color\": \"#1f1f1f\",\n            \"activeBackgroundColor\": \"#2b3549\",\n            \"activeColor\": \"#ffffff\"\n        }\n    },\n    \"headers\": {\n        \"sizeLogo\": 64,\n        \"defaultLogo\": \"64c1571082ec98cb0d1062cc\",\n        \"backgroundColor\": \"#2b3549\",\n        \"text\": {\n            \"title\": {\n                \"color\": \"#ffffff\"\n            },\n            \"subtitle\": {\n                \"color\": \"#e6e6e6\"\n            }\n        }\n    },\n    \"navegationBar\": {\n        \"backgroundColor\": \"#ffffff\",\n        \"imageColorFull\": \"assets/images/powered-by-cargologik-dark.png\",\n        \"imageColorMin\": \"assets/images/logo-blue.png\",\n        \"imageWhiteFull\": \"assets/images/powered-by-cargologik.png\",\n        \"imageWhiteMin\": \"assets/images/logo-white.png\",\n        \"logoWhite\": true,\n        \"iconsColors\": {\n            \"iconMenu\": {\n                \"color\": \"#404040\"\n            },\n            \"titleMenu\": {\n                \"color\": \"#404040\"\n            },\n            \"subTitleMenu\": {\n                \"color\": \"#4f4f4f\"\n            },\n            \"mousePosition\": {\n                \"color\": \"#0059f2\"\n            }\n        }\n    },\n    \"singIn\": {\n        \"coverImage\": \"64b9cd3401f0bff3ba81c36b\",\n        \"headerColor\": \"#FFFFFF\",\n        \"defaultColor\": \"#184DE9\",\n        \"text\": {\n            \"title\": {\n                \"color\": \"#184DE9\"\n            },\n            \"subtitle\": {\n                \"color\": \"#495057\"\n            },\n            \"content\": {\n                \"color\": \"#212529\"\n            },\n            \"link\": {\n                \"color\": \"#184DE9\"\n            }\n        },\n        \"buttons\": {\n            \"buttonSingIn\": {\n                \"primary\": {\n                    \"color\": \"#184DE9\",\n                    \"contrast\": \"#FFFFFF\"\n                }\n            }\n        }\n    },\n    \"_id\": \"64a58f96a1727236e1d1ab2b\",\n    \"tenant\": \"64921d2ea1727236e13bcf8f\",\n    \"__v\": 0,\n    \"createdAt\": \"2023-07-05T15:43:18.505Z\",\n    \"creationUser\": \"64921d28a1727236e13bcb9d\"\n}"}],"_postman_id":"4b948c0c-31e5-40d7-aa4c-8ab125d0b31b"},{"name":"GetWhiteLabel","id":"f7237592-2bc5-470d-91c7-9db3c704d265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"url":"{{URL}}/api/v2/whitelabel","description":"<p>This endpoint allows you to obtain the white label configuration on a per-company basis.</p>\n<p><strong>Response</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>general.defaultColor</td>\n<td>Default color for the general style</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.defaultTextColor</td>\n<td>Default text color for the general style</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.text.title.color</td>\n<td>Color for title text in the general style</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.text.subtitle.color</td>\n<td>Color for subtitle text in the general style</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.text.content.color</td>\n<td>Color for content text in the general style</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.buttons.primarySolid.color</td>\n<td>Color for primary solid buttons</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.buttons.primarySolid.contrast</td>\n<td>Contrast color for primary solid buttons</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.buttons.primarySolid.hover</td>\n<td>Hover color for primary solid buttons</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.buttons.primaryOutline.color</td>\n<td>Color for primary outline buttons</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.buttons.primaryOutline.contrast</td>\n<td>Contrast color for primary outline buttons</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.buttons.primaryOutline.hover</td>\n<td>Hover color for primary outline buttons</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.buttons.secondarySolid.color</td>\n<td>Color for secondary solid buttons</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.buttons.secondarySolid.contrast</td>\n<td>Contrast color for secondary solid buttons</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.buttons.secondarySolid.hover</td>\n<td>Hover color for secondary solid buttons</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.buttons.secondaryOutline.color</td>\n<td>Color for secondary outline buttons</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.buttons.secondaryOutline.contrast</td>\n<td>Contrast color for secondary outline buttons</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.buttons.secondaryOutline.hover</td>\n<td>Hover color for secondary outline buttons</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.table.thead.backgroundColor</td>\n<td>Background color for table header</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.table.thead.color</td>\n<td>Text color for table header</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.table.thead.hoverText</td>\n<td>Text color when hovering over the table header</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.table.tbody.backgroundColor</td>\n<td>Background color for table body</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.table.tbody.color</td>\n<td>Text color for table body</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.table.tbody.hoverBackground</td>\n<td>Background color when hovering over the table body</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.navigationNav.backgroundColor</td>\n<td>Background color for the navigation bar</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.navigationNav.color</td>\n<td>Text color for the navigation bar</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.navigationNav.activeBackgroundColor</td>\n<td>Background color when the navigation item is active</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>general.navigationNav.activeColor</td>\n<td>Text color when the navigation item is active</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>headers.sizeLogo</td>\n<td>Size of the logo image in the headers</td>\n<td>Number</td>\n</tr>\n<tr>\n<td>headers.defaultLogo._id</td>\n<td>ID for the default logo image</td>\n<td>String</td>\n</tr>\n<tr>\n<td>headers.defaultLogo.bucketFileName</td>\n<td>Bucket file name for the default logo image</td>\n<td>String</td>\n</tr>\n<tr>\n<td>headers.defaultLogo.url</td>\n<td>URL for the default logo image</td>\n<td>String</td>\n</tr>\n<tr>\n<td>headers.backgroundColor</td>\n<td>Background color for the headers</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>headers.text.title.color</td>\n<td>Text color for title text in the headers</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>headers.text.subtitle.color</td>\n<td>Text color for subtitle text in the headers</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>navegationBar.backgroundColor</td>\n<td>Background color for the navigation bar</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>navegationBar.imageColorFull</td>\n<td>Image for the navigation bar (full color)</td>\n<td>String</td>\n</tr>\n<tr>\n<td>navegationBar.imageColorMin</td>\n<td>Image for the navigation bar (minimal color)</td>\n<td>String</td>\n</tr>\n<tr>\n<td>navegationBar.imageWhiteFull</td>\n<td>Image for the navigation bar (full white)</td>\n<td>String</td>\n</tr>\n<tr>\n<td>navegationBar.imageWhiteMin</td>\n<td>Image for the navigation bar (minimal white)</td>\n<td>String</td>\n</tr>\n<tr>\n<td>navegationBar.logoWhite</td>\n<td>Indicates whether the logo is white</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>navegationBar.iconsColors.iconMenu.color</td>\n<td>Color for the menu icon</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>navegationBar.iconsColors.titleMenu.color</td>\n<td>Color for the menu title text</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>navegationBar.iconsColors.subTitleMenu.color</td>\n<td>Color for the menu subtitle text</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>navegationBar.iconsColors.mousePosition.color</td>\n<td>Color for the mouse position indicator</td>\n<td>String (Hex)</td>\n</tr>\n<tr>\n<td>singIn.coverImage._id</td>\n<td>ID for the cover image in the sign-in section</td>\n<td>String</td>\n</tr>\n<tr>\n<td>singIn.coverImage.bucketFileName</td>\n<td>Bucket file name for the cover image</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","whitelabel"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"ac0bc41e-faa6-4ffd-809b-0ec11cb5934b","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"url":"{{URL}}/api/v2/whitelabel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"bfa-yHlERN0VKsgqVrzhOcR2F2O+5AA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 12 Oct 2023 19:39:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"general\": {\n        \"defaultColor\": \"#EFF2F7\",\n        \"defaultTextColor\": \"#424242\",\n        \"text\": {\n            \"title\": {\n                \"color\": \"#576175\"\n            },\n            \"subtitle\": {\n                \"color\": \"#184DE9\"\n            },\n            \"content\": {\n                \"color\": \"#303030\"\n            }\n        },\n        \"buttons\": {\n            \"primarySolid\": {\n                \"color\": \"#1da21a\",\n                \"contrast\": \"#FFFFFF\",\n                \"hover\": \"#585e6a\"\n            },\n            \"primaryOutline\": {\n                \"color\": \"#FFFFFF\",\n                \"contrast\": \"#2b3549\",\n                \"hover\": \"#2b3549\"\n            },\n            \"secondarySolid\": {\n                \"color\": \"#184DE9\",\n                \"contrast\": \"#FFFFFF\",\n                \"hover\": \"#184DE9\"\n            },\n            \"secondaryOutline\": {\n                \"color\": \"#FFFFFF\",\n                \"contrast\": \"#184DE9\",\n                \"hover\": \"#184DE9\"\n            }\n        },\n        \"table\": {\n            \"thead\": {\n                \"backgroundColor\": \"#2b3549\",\n                \"color\": \"#ffffff\",\n                \"hoverText\": \"#e6e6e6\"\n            },\n            \"tbody\": {\n                \"backgroundColor\": \"#ffffff\",\n                \"color\": \"#000000\",\n                \"hoverBackground\": \"#ffffff\"\n            }\n        },\n        \"navigationNav\": {\n            \"backgroundColor\": \"#e4e7f2\",\n            \"color\": \"#1f1f1f\",\n            \"activeBackgroundColor\": \"#2b3549\",\n            \"activeColor\": \"#ffffff\"\n        }\n    },\n    \"headers\": {\n        \"sizeLogo\": 64,\n        \"defaultLogo\": {\n            \"_id\": \"64c1571082ec98cb0d1062cc\",\n            \"bucketFileName\": \"e1f97b2666450cf541974d7e6c0de40f.blob\",\n            \"url\": \"https://storage.googleapis.com/cargologik-dev-com/e1f97b2666450cf541974d7e6c0de40f.blob?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1728674961&Signature=UPe7njJrMYmWFQ9hLxAQLBLer3Mj%2BllWlc8djdT5AnLTKU%2BLRJllWJOklHyTSDQpJacfbYQAOmM3DTLEELVEPY3h%2Bbq6WQiWRF1%2Ftm1TGwh10PeGIeI6mBo7uspHOZ65xIhJnVe0hGCihyVLidtW04xq6sJgABonZZ5NGQIS%2FpOsvr%2Fw4LXR%2FROHoAiDJuogTMm7hM2IjuvOtcaeOt1vUbNurmZu9mEF1eIOE0elu2NiYvMIjWai1xAdfYMwiyhEOqdqUEz9IyOaZ%2F%2BkYqzk42P8qEJbEnyA85TAPfM7suuIvdVJs6KtsptTv6ERtfTIXd4QOydyCiwvknk%2F1ysoXw%3D%3D\"\n        },\n        \"backgroundColor\": \"#2b3549\",\n        \"text\": {\n            \"title\": {\n                \"color\": \"#ffffff\"\n            },\n            \"subtitle\": {\n                \"color\": \"#e6e6e6\"\n            }\n        }\n    },\n    \"navegationBar\": {\n        \"backgroundColor\": \"#ffffff\",\n        \"imageColorFull\": \"assets/images/powered-by-cargologik-dark.png\",\n        \"imageColorMin\": \"assets/images/logo-blue.png\",\n        \"imageWhiteFull\": \"assets/images/powered-by-cargologik.png\",\n        \"imageWhiteMin\": \"assets/images/logo-white.png\",\n        \"logoWhite\": true,\n        \"iconsColors\": {\n            \"iconMenu\": {\n                \"color\": \"#404040\"\n            },\n            \"titleMenu\": {\n                \"color\": \"#404040\"\n            },\n            \"subTitleMenu\": {\n                \"color\": \"#4f4f4f\"\n            },\n            \"mousePosition\": {\n                \"color\": \"#0059f2\"\n            }\n        }\n    },\n    \"singIn\": {\n        \"coverImage\": {\n            \"_id\": \"64b9cd3401f0bff3ba81c36b\",\n            \"bucketFileName\": \"ee8335be2bb757f74301d7ff767bbf02.png\",\n            \"url\": \"https://storage.googleapis.com/cargologik-dev-com/ee8335be2bb757f74301d7ff767bbf02.png?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1728674961&Signature=O94PT05sOODR8g6S5Vabuj4c3iB5wjrAXSpUKAKFS4H8SEGtiUJgKx9nQaFZMPM%2FX0rrzhd0EG50TbHHMJnu9TVbU8z6Mf5RGJN8wMLRQdgwoz03aoKn83uocDwAW7BL9CDQb8ByE4flAhjnjO%2FoQtykWzufkW6kNTREr0Xo5jQ7G62DRk3xjiKs7xNASo6h%2FgvWf6JG9ZBH1NNzXNmb3kwFQ826P%2BG4jwVFfd7GwzIGqJr%2FEnYW3%2BagzaeIGW3RpSzu%2FuSdMTy74XX1pMLDYWUsy76lJXw1hYrRPSyvwzw%2BNsOe7lJB2ngyk8PuETx1cS7vW9Pek5OFH2yZ3qfEbw%3D%3D\"\n        },\n        \"headerColor\": \"#FFFFFF\",\n        \"defaultColor\": \"#184DE9\",\n        \"text\": {\n            \"title\": {\n                \"color\": \"#184DE9\"\n            },\n            \"subtitle\": {\n                \"color\": \"#495057\"\n            },\n            \"content\": {\n                \"color\": \"#212529\"\n            },\n            \"link\": {\n                \"color\": \"#184DE9\"\n            }\n        },\n        \"buttons\": {\n            \"buttonSingIn\": {\n                \"primary\": {\n                    \"color\": \"#184DE9\",\n                    \"contrast\": \"#FFFFFF\"\n                }\n            }\n        }\n    },\n    \"_id\": \"64a58f96a1727236e1d1ab2b\",\n    \"tenant\": \"64921d2ea1727236e13bcf8f\",\n    \"__v\": 0,\n    \"createdAt\": \"2023-07-05T15:43:18.505Z\",\n    \"creationUser\": \"64921d28a1727236e13bcb9d\"\n}"}],"_postman_id":"f7237592-2bc5-470d-91c7-9db3c704d265"}],"id":"43b3837e-9592-43c9-bdf5-d2d31e4c7ab7","_postman_id":"43b3837e-9592-43c9-bdf5-d2d31e4c7ab7","description":""},{"name":"Settings","item":[{"name":"Save Setting","id":"5f863024-4a19-452a-926d-d7581cdfd419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"emailSupport\": \"\",\r\n    \"dateFormat\": \"YYYYMMDD\",\r\n    \"language\": \"en\",\r\n    \"timeZone\": \"America/Guayaquil\",\r\n    \"country\": \"Armenia\",\r\n    \"metricSystem\": {\r\n        \"volume\": \"m3\",\r\n        \"length\": \"m\",\r\n        \"weight\": \"kg\",\r\n        \"temperature\": \"c\"\r\n    },\r\n    \"utc\": \"UTC-5\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/settings","description":"<p>This endpoint allows saving the company's main configuration.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>emailSupport</td>\n<td>Email for support inquiries</td>\n<td>String</td>\n</tr>\n<tr>\n<td>language</td>\n<td>Preferred language</td>\n<td>String</td>\n</tr>\n<tr>\n<td>country</td>\n<td>Country of operation</td>\n<td>String</td>\n</tr>\n<tr>\n<td>timeZone</td>\n<td>Time Zone</td>\n<td>String</td>\n</tr>\n<tr>\n<td>utc</td>\n<td>UTC</td>\n<td>String</td>\n</tr>\n<tr>\n<td>metricSystem</td>\n<td>Metric system preferences</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>- volume</td>\n<td>Preferred volume unit</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- length</td>\n<td>Preferred length unit</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- weight</td>\n<td>Preferred weight unit</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- temperature</td>\n<td>Preferred temperature unit</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","settings"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"8591f63c-b16a-46ac-97aa-3e1733dd4792","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"emailSupport\": \"\",\r\n    \"dateFormat\": \"YYYYMMDD\",\r\n    \"language\": \"en\",\r\n    \"timeZone\": \"America/Guayaquil\",\r\n    \"country\": \"Armenia\",\r\n    \"metricSystem\": {\r\n        \"volume\": \"m3\",\r\n        \"length\": \"m\",\r\n        \"weight\": \"kg\",\r\n        \"temperature\": \"c\"\r\n    },\r\n    \"utc\": \"UTC-5\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"ETag","value":"W/\"2a-OqcYHT2TX0dG2n6CvVdoWlzOa2w\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Wed, 10 Apr 2024 13:49:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true,\n    \"result\": \"company actualizado\"\n}"}],"_postman_id":"5f863024-4a19-452a-926d-d7581cdfd419"},{"name":"Save Photo","id":"b1deaaf5-a30e-4758-826d-ae6e3871018f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"photo\": \"6528526f2a7f100f103a9b38\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/settings/photo","description":"<p>This endpoint allows you to save the user's profile photo.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>photo</td>\n<td>ID of the \"files\" schema (\"6528526f2a7f100f103a9b38\")</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","settings","photo"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"6cb8b640-5eb8-4f23-85b8-0a1743962a66","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"photo\": \"6528526f2a7f100f103a9b38\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/settings/photo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"ETag","value":"W/\"3c-/InIxNNxt4vuM86ijIyOC/UlgEA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 12 Oct 2023 20:10:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true,\n    \"result\": \"la imagen del usuario fue actualizada\"\n}"}],"_postman_id":"b1deaaf5-a30e-4758-826d-ae6e3871018f"},{"name":"Get settings","id":"7faf3dd0-23cb-444b-b93a-ac4a86b27d97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"fields\": [\"emailSupport\", \"language\", \"country\", \"metricSystem\", \"automaticQuote\", \"integrations\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/settings/call","description":"<p>This endpoint allows you to retrieve the company's configurations.</p>\n<p><strong>Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>emailSupport</td>\n<td>Email address for support contact.</td>\n</tr>\n<tr>\n<td>language</td>\n<td>Selected language for the application.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>The country associated with the company.</td>\n</tr>\n<tr>\n<td>metricSystem</td>\n<td>Configuration for the metric system, including volume, length, weight, and temperature units.</td>\n</tr>\n<tr>\n<td>automaticQuote</td>\n<td>Indicates whether automatic quoting is enabled.</td>\n</tr>\n<tr>\n<td>integrations</td>\n<td>Information about integrations, if available.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","settings","call"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"5e536f6c-dd94-4220-8b8d-8830803478f7","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"fields\": [\"emailSupport\", \"language\", \"country\", \"metricSystem\", \"automaticQuote\", \"integrations\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/settings/call"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"293"},{"key":"ETag","value":"W/\"125-nKYgenfHEmkexSjg1RCO0hjsRlI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 12 Oct 2023 20:15:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true,\n    \"result\": {\n        \"metricSystem\": {\n            \"volume\": \"m3\",\n            \"length\": \"m\",\n            \"weight\": \"kg\",\n            \"temperature\": \"c\"\n        },\n        \"integrations\": {\n            \"Integration1\": {\n                \"status\": false\n            },\n            \"seaboard\": {\n                \"status\": false\n            }\n        },\n        \"_id\": \"64921d2ea1727236e13bcf78\",\n        \"automaticQuote\": true,\n        \"country\": \"Argentina\",\n        \"language\": \"es\",\n        \"emailSupport\": \"root@mail.com\"\n    }\n}"}],"_postman_id":"7faf3dd0-23cb-444b-b93a-ac4a86b27d97"},{"name":"Delete Photo","id":"e89aa727-30e8-4eaa-9c78-c91bd1d6381c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"url":"{{URL}}/api/v2/settings/delete-photo","description":"<p>This endpoint allows you to delete the user's profile photo.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ok</td>\n<td>Indicates if the operation was successful.</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Describes the result of the operation.</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","settings","delete-photo"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"caef7cec-3929-4b9c-900d-7760baff556e","name":"Example","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"url":"{{URL}}/api/v2/settings/delete-photo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"58"},{"key":"ETag","value":"W/\"3a-K1JiuCU4gfJ86HDLUXz8kVmB9OQ\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 12 Oct 2023 21:39:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true,\n    \"result\": \"la imagen del usuario fue eliminada\"\n}"}],"_postman_id":"e89aa727-30e8-4eaa-9c78-c91bd1d6381c"},{"name":"List Setting Notifications","id":"28bceafa-61ab-4e99-8cbe-983ec153e980","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"{{URL}}/api/v2/settings/notifications","description":"<p>This endpoint allows you to obtain the configurations for email templates.</p>\n<p><strong>RESPONSE</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>Template code</td>\n<td>String</td>\n</tr>\n<tr>\n<td>disabled</td>\n<td>Field indicating the disabled state</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>inApp</td>\n<td>Field indicating the inApp state</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Field indicating the email state</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>Date of creation (\"2023-10-12T19:18:17.052Z\")</td>\n<td>DateTime</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","settings","notifications"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"9b44c4c6-fbaf-4393-b809-71d4efbad366","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"{{URL}}/api/v2/settings/notifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"19b3-m2/84XJ1j4G362Yna3FhWniHkTI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 12 Oct 2023 15:51:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"code\": \"lsp_signs_up\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:53.995Z\"\n    },\n    {\n        \"code\": \"lsp_quote_create_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:54.099Z\"\n    },\n    {\n        \"code\": \"shipper_quote_create_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:54.202Z\"\n    },\n    {\n        \"code\": \"lsp_user_replies_quote_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:54.306Z\"\n    },\n    {\n        \"code\": \"shipper_quote_accept_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:54.408Z\"\n    },\n    {\n        \"code\": \"lsp_quote_accept_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:54.512Z\"\n    },\n    {\n        \"code\": \"shipper_quote_rejected_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:54.614Z\"\n    },\n    {\n        \"code\": \"lsp_quote_rejected_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:54.716Z\"\n    },\n    {\n        \"code\": \"shipper_quote_cancel_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:54.819Z\"\n    },\n    {\n        \"code\": \"lsp_quote_cancel_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:54.921Z\"\n    },\n    {\n        \"code\": \"shipper_quote_archived_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:55.023Z\"\n    },\n    {\n        \"code\": \"lsp_quote_archived_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:55.126Z\"\n    },\n    {\n        \"code\": \"lsp_quote_assigned_pricing_access\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:55.228Z\"\n    },\n    {\n        \"code\": \"lsp_quote_reply_pricing_access\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:55.330Z\"\n    },\n    {\n        \"code\": \"shipper_booking_create_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:55.433Z\"\n    },\n    {\n        \"code\": \"lsp_booking_create_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:55.536Z\"\n    },\n    {\n        \"code\": \"shipper_booking_update_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:55.639Z\"\n    },\n    {\n        \"code\": \"lsp_booking_update_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:55.740Z\"\n    },\n    {\n        \"code\": \"lsp_booking_complete_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:55.843Z\"\n    },\n    {\n        \"code\": \"shipper_booking_cancel_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:55.944Z\"\n    },\n    {\n        \"code\": \"lsp_booking_cancel_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:56.046Z\"\n    },\n    {\n        \"code\": \"shipper_booking_archived_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:56.149Z\"\n    },\n    {\n        \"code\": \"lsp_booking_archived_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:56.251Z\"\n    },\n    {\n        \"code\": \"shipper_invite_collaborate_booking_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:56.353Z\"\n    },\n    {\n        \"code\": \"lsp_invite_collaborate_booking_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:56.455Z\"\n    },\n    {\n        \"code\": \"shipper_invite_collaborate_quote_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:56.559Z\"\n    },\n    {\n        \"code\": \"lsp_invite_collaborate_quote_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:56.664Z\"\n    },\n    {\n        \"code\": \"shipper_shipment_create_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:56.766Z\"\n    },\n    {\n        \"code\": \"lsp_shipment_create_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:56.871Z\"\n    },\n    {\n        \"code\": \"shipper_shipment_cancelled_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:56.976Z\"\n    },\n    {\n        \"code\": \"lsp_shipment_cancelled_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:57.083Z\"\n    },\n    {\n        \"code\": \"shipper_shipment_archived_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:57.186Z\"\n    },\n    {\n        \"code\": \"lsp_shipment_archived_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:57.288Z\"\n    },\n    {\n        \"code\": \"shipper_invite_collaborate_shipment_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:57.390Z\"\n    },\n    {\n        \"code\": \"lsp_invite_collaborate_shipment_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:57.494Z\"\n    },\n    {\n        \"code\": \"lsp_task_created\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:57.598Z\"\n    },\n    {\n        \"code\": \"lsp_task_archived\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:57.705Z\"\n    },\n    {\n        \"code\": \"lsp_task_canceled\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:57.807Z\"\n    },\n    {\n        \"code\": \"lsp_task_status_changes\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:57.909Z\"\n    },\n    {\n        \"code\": \"lsp_task_completed\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:58.011Z\"\n    },\n    {\n        \"code\": \"lsp_document_uploaded\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:58.112Z\"\n    },\n    {\n        \"code\": \"lsp_document_deleted\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:58.216Z\"\n    },\n    {\n        \"code\": \"lsp_user_invite_team_member\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:58.319Z\"\n    },\n    {\n        \"code\": \"lsp_user_invite_lsp\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:58.422Z\"\n    },\n    {\n        \"code\": \"lsp_user_invite_shipper\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:58.526Z\"\n    },\n    {\n        \"code\": \"lsp_change_plan\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:58.629Z\"\n    },\n    {\n        \"code\": \"lsp_cancel_plan\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:58.733Z\"\n    },\n    {\n        \"code\": \"lsp_credit_card_billed\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:58.838Z\"\n    },\n    {\n        \"code\": \"lsp_password_reset\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:58.940Z\"\n    },\n    {\n        \"code\": \"contact_public_admins\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:59.042Z\"\n    },\n    {\n        \"code\": \"request_access_public\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:59.145Z\"\n    },\n    {\n        \"code\": \"lsp_exception\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:59.247Z\"\n    },\n    {\n        \"code\": \"lsp_relatory_magaya\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:59.349Z\"\n    },\n    {\n        \"code\": \"lsp_rates_report\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:59.455Z\"\n    },\n    {\n        \"code\": \"lsp_softcargo_report\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:07:59.560Z\"\n    },\n    {\n        \"code\": \"lsp_prueba\",\n        \"disabled\": false,\n        \"inApp\": true,\n        \"email\": true,\n        \"createdAt\": \"2023-10-11T16:08:05.057Z\"\n    }\n]"}],"_postman_id":"28bceafa-61ab-4e99-8cbe-983ec153e980"},{"name":"Save Setting Notifications","id":"673c29a8-31ec-440d-b316-b173018bf8d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"code\": \"contact_public_admins\",\r\n        \"inApp\": false,\r\n        \"email\": false\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/settings/notifications","description":"<p>This endpoint allows you to save the configuration of one or multiple email templates.  </p>\n<p><strong>Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>The code of the email template</td>\n<td>String</td>\n</tr>\n<tr>\n<td>inApp</td>\n<td>Indicates whether it's enabled for in-app use</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Indicates whether it's enabled for email use</td>\n<td>Boolean</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","settings","notifications"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"11c3b5a9-65f5-48a6-9ce2-7fcf64a3b83e","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"code\": \"contact_public_admins\",\r\n        \"inApp\": false,\r\n        \"email\": false\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/settings/notifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"50"},{"key":"ETag","value":"W/\"32-xYQcaBN2zC8VGzTGxTENRCd2t7k\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 12 Oct 2023 21:18:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true,\n    \"result\": \"settings notification saved\"\n}"}],"_postman_id":"673c29a8-31ec-440d-b316-b173018bf8d9"}],"id":"d97fe27d-8301-4dc5-b055-91ed14c8d336","_postman_id":"d97fe27d-8301-4dc5-b055-91ed14c8d336","description":""},{"name":"Empty","item":[{"name":"EmptyTour","id":"a3e23b8d-616c-454b-a34f-569c548db6bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"},{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"url":"{{URL}}/api/v2/emptyTour","description":"<h2 id=\"empty-tour\">Empty Tour</h2>\n<p>This end point allows you to list the tours of each company and user</p>\n<ul>\n<li><p><strong>Method:</strong> GET</p>\n</li>\n<li><p><strong>URL:</strong> <code>/api/v2/emptyTour</code></p>\n</li>\n</ul>\n<h4 id=\"headers\">Headers</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authorization</td>\n<td>Bearer [Token de autorización]</td>\n</tr>\n<tr>\n<td>Accept-Language</td>\n<td>es</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>INFO FIELD</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>_id</code></td>\n<td>Unique identifier of the record.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>tenant</code></td>\n<td>Tenant identifier.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>user</code></td>\n<td>User-related identifier.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>__v</code></td>\n<td>Record version.</td>\n<td>Number</td>\n</tr>\n<tr>\n<td><code>createdAt</code></td>\n<td>Creation date and time of the record.</td>\n<td>Date/Time</td>\n</tr>\n<tr>\n<td><code>emptyState</code></td>\n<td>List of states related to pages in the record.</td>\n<td>Array</td>\n</tr>\n<tr>\n<td></td>\n<td>- <code>type</code>: Page type.</td>\n<td>String</td>\n</tr>\n<tr>\n<td></td>\n<td>- <code>state</code>: Page state.</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td><code>tour</code></td>\n<td>List of page details related to the record.</td>\n<td>Array</td>\n</tr>\n<tr>\n<td></td>\n<td>- <code>type</code>: Page type.</td>\n<td>String</td>\n</tr>\n<tr>\n<td></td>\n<td>- <code>table</code>: Indicates if the tour should be displayed in tables.</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td></td>\n<td>- <code>create</code>: Indicates if tour creation is allowed.</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td></td>\n<td>- <code>detail</code>: Indicates if viewing tour details is allowed.</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td><code>updatedAt</code></td>\n<td>Date and time of the last record update.</td>\n<td>Date/Time</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","emptyTour"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"cbbb4705-eb7b-4a72-a05e-59f9288b5b43","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"},{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"url":"{{URL}}/api/v2/emptyTour"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"854"},{"key":"ETag","value":"W/\"356-VjMHUECDwmWSGS05IOJY2PgDWnE\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Wed, 11 Oct 2023 16:51:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"64b80cc101f0bff3ba4fa8c3\",\n    \"tenant\": \"64921d2ea1727236e13bcf8f\",\n    \"user\": \"64921d28a1727236e13bcb9d\",\n    \"__v\": 0,\n    \"createdAt\": \"2023-07-19T16:18:09.221Z\",\n    \"emptyState\": [\n        {\n            \"type\": \"quotes\",\n            \"state\": false\n        },\n        {\n            \"type\": \"tasks\",\n            \"state\": false\n        },\n        {\n            \"type\": \"documents\",\n            \"state\": false\n        },\n        {\n            \"type\": \"bookings\",\n            \"state\": false\n        },\n        {\n            \"type\": \"shipments\",\n            \"state\": false\n        },\n        {\n            \"type\": \"manage-team\",\n            \"state\": false\n        },\n        {\n            \"type\": \"manage-shipper\",\n            \"state\": false\n        },\n        {\n            \"type\": \"manage-lsp\",\n            \"state\": false\n        },\n        {\n            \"type\": \"notifications\",\n            \"state\": false\n        },\n        {\n            \"type\": \"dashboard-quotes\",\n            \"state\": false\n        },\n        {\n            \"type\": \"dashboard-bookings\",\n            \"state\": false\n        },\n        {\n            \"type\": \"dashboard-shipments\",\n            \"state\": false\n        }\n    ],\n    \"tour\": [\n        {\n            \"type\": \"shipments\",\n            \"table\": true,\n            \"create\": false,\n            \"detail\": false\n        },\n        {\n            \"type\": \"quotes\",\n            \"table\": true,\n            \"create\": false,\n            \"detail\": false\n        },\n        {\n            \"type\": \"documents\",\n            \"table\": false,\n            \"create\": false,\n            \"detail\": false\n        }\n    ],\n    \"updatedAt\": \"2023-07-19T16:18:09.221Z\"\n}"}],"_postman_id":"a3e23b8d-616c-454b-a34f-569c548db6bd"},{"name":"UpdateEmptyTour","id":"b4bb3d50-5065-4f61-a4d5-1e16e634e756","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"emptyState\": [\r\n        {\r\n            \"type\": \"shipments\",\r\n            \"state\": false\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/emptyTour","description":"<h2 id=\"empty-tour\">Empty Tour</h2>\n<p>This end point allows you to update a specific tour and returns the updadated record</p>\n<h3 id=\"solicitud\">Solicitud</h3>\n<ul>\n<li><strong>Método:</strong> POST</li>\n<li><strong>URL:</strong> <code>/api/v2/emptyTour</code></li>\n</ul>\n<h4 id=\"headers\">Headers</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authorization</td>\n<td>Bearer [Token de autorización]</td>\n</tr>\n<tr>\n<td>Accept-Language</td>\n<td>es</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>INFO FIELD</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>_id</code></td>\n<td>Unique identifier of the record.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>tenant</code></td>\n<td>Tenant identifier.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>user</code></td>\n<td>User-related identifier.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>__v</code></td>\n<td>Record version.</td>\n<td>Number</td>\n</tr>\n<tr>\n<td><code>createdAt</code></td>\n<td>Creation date and time of the record.</td>\n<td>Date/Time</td>\n</tr>\n<tr>\n<td><code>emptyState</code></td>\n<td>List of states related to pages in the record.</td>\n<td>Array</td>\n</tr>\n<tr>\n<td></td>\n<td>- <code>type</code>: Page type.</td>\n<td>String</td>\n</tr>\n<tr>\n<td></td>\n<td>- <code>state</code>: Page state.</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td><code>tour</code></td>\n<td>List of page details related to the record.</td>\n<td>Array</td>\n</tr>\n<tr>\n<td></td>\n<td>- <code>type</code>: Page type.</td>\n<td>String</td>\n</tr>\n<tr>\n<td></td>\n<td>- <code>table</code>: Indicates if the tour should be displayed in tables.</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td></td>\n<td>- <code>create</code>: Indicates if tour creation is allowed.</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td></td>\n<td>- <code>detail</code>: Indicates if viewing tour details is allowed.</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td><code>updatedAt</code></td>\n<td>Date and time of the last record update.</td>\n<td>Date/Time</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","emptyTour"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"2003964a-7045-48e9-a1c0-0fa858f8a954","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"emptyState\": [\r\n        {\r\n            \"type\": \"shipments\",\r\n            \"state\": false\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/emptyTour"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"854"},{"key":"ETag","value":"W/\"356-ucubv9OlmY/7ETSnv2A9bshwTjs\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Wed, 11 Oct 2023 20:07:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"64b80cc101f0bff3ba4fa8c3\",\n    \"tenant\": \"64921d2ea1727236e13bcf8f\",\n    \"user\": \"64921d28a1727236e13bcb9d\",\n    \"__v\": 0,\n    \"createdAt\": \"2023-07-19T16:18:09.221Z\",\n    \"emptyState\": [\n        {\n            \"type\": \"shipments\",\n            \"state\": false\n        },\n        {\n            \"type\": \"quotes\",\n            \"state\": false\n        },\n        {\n            \"type\": \"tasks\",\n            \"state\": false\n        },\n        {\n            \"type\": \"documents\",\n            \"state\": false\n        },\n        {\n            \"type\": \"bookings\",\n            \"state\": false\n        },\n        {\n            \"type\": \"manage-team\",\n            \"state\": false\n        },\n        {\n            \"type\": \"manage-shipper\",\n            \"state\": false\n        },\n        {\n            \"type\": \"manage-lsp\",\n            \"state\": false\n        },\n        {\n            \"type\": \"notifications\",\n            \"state\": false\n        },\n        {\n            \"type\": \"dashboard-quotes\",\n            \"state\": false\n        },\n        {\n            \"type\": \"dashboard-bookings\",\n            \"state\": false\n        },\n        {\n            \"type\": \"dashboard-shipments\",\n            \"state\": false\n        }\n    ],\n    \"tour\": [\n        {\n            \"type\": \"shipments\",\n            \"table\": true,\n            \"create\": false,\n            \"detail\": false\n        },\n        {\n            \"type\": \"quotes\",\n            \"table\": true,\n            \"create\": false,\n            \"detail\": false\n        },\n        {\n            \"type\": \"documents\",\n            \"table\": false,\n            \"create\": false,\n            \"detail\": false\n        }\n    ],\n    \"updatedAt\": \"2023-07-19T16:18:09.221Z\"\n}"}],"_postman_id":"b4bb3d50-5065-4f61-a4d5-1e16e634e756"}],"id":"d9894c50-ef3d-47ed-8010-db5f83658843","description":"<p>The Empty module provides endpoints for interacting with data on whether the tour should be presented</p>\n","_postman_id":"d9894c50-ef3d-47ed-8010-db5f83658843"},{"name":"Schedule","item":[{"name":"scheduleHistory","id":"ffeb1d6a-7adf-446b-8719-d73b96961d49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/scheduleHistory","description":"<h2 id=\"schedule-history\">Schedule History</h2>\n<p>This endpoint allows you to retrieve the history of schedule queries by company.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><strong>Method:</strong> POST</li>\n<li><strong>URL:</strong> <code>/api/v2/scheduleHistory</code></li>\n</ul>\n<h4 id=\"headers\">Headers</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authorization</td>\n<td>Bearer [Token de autorización]</td>\n</tr>\n<tr>\n<td>Accept-Language</td>\n<td>es</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Info Data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>origin</strong></td>\n<td>Origin information</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>- <strong>countryCode</strong></td>\n<td>Country code of origin</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>address</strong></td>\n<td>Origin address</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>code</strong></td>\n<td>Origin code</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td><strong>schedules</strong></td>\n<td>Schedule information</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>- <strong>type</strong></td>\n<td>Schedule type</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>beginDateTime</strong></td>\n<td>Start date and time</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>endDateTime</strong></td>\n<td>End date and time</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td><strong>destination</strong></td>\n<td>Destination information</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>- <strong>countryCode</strong></td>\n<td>Country code of destination</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>address</strong></td>\n<td>Destination address</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>code</strong></td>\n<td>Destination code</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td><strong>_id</strong></td>\n<td>Unique object identifier</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td><strong>tenant</strong></td>\n<td>Tenant identifier</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td><strong>user</strong></td>\n<td>User information</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>- <strong>_id</strong></td>\n<td>Unique user identifier</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>firstName</strong></td>\n<td>User's first name</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>lastName</strong></td>\n<td>User's last name</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td><strong>carrier</strong></td>\n<td>Carrier information</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>- <strong>_id</strong></td>\n<td>Unique carrier identifier</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>name</strong></td>\n<td>Carrier name</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>logo</strong></td>\n<td>Carrier logo URL</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>logo2x</strong></td>\n<td>Carrier high-resolution logo URL</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td><strong>carrierServiceCode</strong></td>\n<td>Carrier service code</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td><strong>carrierServiceName</strong></td>\n<td>Carrier service name (may be null)</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td><strong>vesselImoNumber</strong></td>\n<td>Vessel IMO number</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td><strong>vesselName</strong></td>\n<td>Vessel name</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td><strong>sourceName</strong></td>\n<td>Source name</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td><strong>portCalls</strong></td>\n<td>Information about port calls</td>\n<td>Array of Objects</td>\n</tr>\n<tr>\n<td>- <strong>importVoyageNumber</strong></td>\n<td>Import voyage number</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>portCallStatusCode</strong></td>\n<td>Port call status (may be null)</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>exportVoyageNumber</strong></td>\n<td>Export voyage number</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>unLocationCode</strong></td>\n<td>Port location code</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>locationName</strong></td>\n<td>Port name</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>country</strong></td>\n<td>Port country</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>timezone</strong></td>\n<td>Port timezone</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>portTerminalLocation</strong></td>\n<td>Port terminal location (may be null)</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>facilityTypeCode</strong></td>\n<td>Facility type code (may be null)</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>facilitySmdgCode</strong></td>\n<td>Facility SMDG code (may be null)</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>otherFacility</strong></td>\n<td>Other facility (may be null)</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>delayReasonCode</strong></td>\n<td>Delay reason code (may be null)</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>changeRemark</strong></td>\n<td>Change remarks (may be null)</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>transportEventTypeCode</strong></td>\n<td>Transport event type code</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>eventClassifierCode</strong></td>\n<td>Event classifier code</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>eventDatetime</strong></td>\n<td>Event date and time (date and time format)</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>cyCutOff</strong></td>\n<td>Container yard cutoff time (may be null)</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>fclCutOff</strong></td>\n<td>Full container load cutoff time (may be null)</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>vgmCutOff</strong></td>\n<td>Verified gross mass cutoff time (may be null)</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>dgCutOff</strong></td>\n<td>Dangerous goods cutoff time (may be null)</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>siCutOff</strong></td>\n<td>Shipping information cutoff time (may be null)</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td><strong>createdAt</strong></td>\n<td>Object creation date and time</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td><strong>__v</strong></td>\n<td>Object version</td>\n<td>Integer (int)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","scheduleHistory"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"be69d37f-efa9-4492-812b-6b2015b381c1","name":"scheduleHistory","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/scheduleHistory"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ffeb1d6a-7adf-446b-8719-d73b96961d49"},{"name":"Schedule","id":"1be5ccdf-b219-4661-90f1-8934153bf359","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"portOrigin\": {\r\n    \"address\": \"COBUN Buenaventura\",\r\n    \"countryCode\": \"CO\",\r\n    \"name\": \"Buenaventura\",\r\n    \"code\": \"COBUN\"\r\n  },\r\n  \"portDestination\": {\r\n    \"address\": \"ESBCN Barcelona\",\r\n    \"countryCode\": \"ES\",\r\n    \"name\": \"Barcelona\",\r\n    \"code\": \"ESBCN\"\r\n  },\r\n  \"scac\": null,\r\n  \"schedules\": {\r\n    \"type\": \"TIMEINTERVAL\",\r\n    \"beginDateTime\": \"2023-10-04T00:00:00-05:00\",\r\n    \"endDateTime\": \"2024-03-01T00:00:00-05:00\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/schedule","description":"<h2 id=\"schedule\">Schedule</h2>\n<p>This endpoint allows you to retrieve the history of schedule queries by company.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><strong>Method:</strong> POST</li>\n<li><strong>URL:</strong> <code>/api/v2/schedule</code></li>\n</ul>\n<h4 id=\"headers\">Headers</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authorization</td>\n<td>Bearer [Token de autorización]</td>\n</tr>\n<tr>\n<td>Accept-Language</td>\n<td>es</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th><strong>Description</strong></th>\n<th><strong>Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>portOrigin</strong></td>\n<td>Information about the origin port</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>- <strong>address</strong></td>\n<td>Address of the origin port</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>countryCode</strong></td>\n<td>Country code of the origin port</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>name</strong></td>\n<td>Name of the origin port</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>code</strong></td>\n<td>Code of the origin port</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td><strong>portDestination</strong></td>\n<td>Information about the destination port</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>- <strong>address</strong></td>\n<td>Address of the destination port</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>countryCode</strong></td>\n<td>Country code of the destination port</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>name</strong></td>\n<td>Name of the destination port</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>code</strong></td>\n<td>Code of the destination port</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td><strong>scac</strong></td>\n<td>SCAC (Standard Carrier Alpha Code)</td>\n<td>String (string) or null</td>\n</tr>\n<tr>\n<td><strong>schedules</strong></td>\n<td>Schedule information</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>- <strong>type</strong></td>\n<td>Schedule type (NEXT, INTERVAL, CURRENT)</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>beginDateTime</strong></td>\n<td>Start date and time (required if type = INTERVAL)</td>\n<td>String (string)</td>\n</tr>\n<tr>\n<td>- <strong>endDateTime</strong></td>\n<td>End date and time (required if type = INTERVAL)</td>\n<td>String (string)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","schedule"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"ed6a1ce2-c035-4417-83e6-8b21e1faf702","name":"Schedule","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"portOrigin\": {\r\n    \"address\": \"COBUN Buenaventura\",\r\n    \"countryCode\": \"CO\",\r\n    \"name\": \"Buenaventura\",\r\n    \"code\": \"COBUN\"\r\n  },\r\n  \"portDestination\": {\r\n    \"address\": \"ESBCN Barcelona\",\r\n    \"countryCode\": \"ES\",\r\n    \"name\": \"Barcelona\",\r\n    \"code\": \"ESBCN\"\r\n  },\r\n  \"scac\": null,\r\n  \"schedules\": {\r\n    \"type\": \"TIMEINTERVAL\",\r\n    \"beginDateTime\": \"2023-10-04T00:00:00-05:00\",\r\n    \"endDateTime\": \"2024-03-01T00:00:00-05:00\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/schedule"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"ok\",\r\n    \"data\": [\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651eb02fa63f438334720166\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb2\",\r\n                \"name\": \"Hapag-Lloyd\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MSW\",\r\n            \"carrierServiceName\": null,\r\n            \"vesselImoNumber\": \"9330549\",\r\n            \"vesselName\": \"AS CLAUDIA\",\r\n            \"sourceName\": \"HAPAG\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-28T16:06:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-27T15:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-26T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T04:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-09T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T13:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-12T21:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-11T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-25T17:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-26T11:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T22:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T22:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T19:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-13T22:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T12:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T11:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T19:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-15T01:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-27T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-26T07:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-16T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-17T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T07:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T07:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T15:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-20T00:30:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T02:30:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T10:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T12:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-22T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T12:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T23:01:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T10:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T12:46:39.801Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651eb02fa63f438334720167\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n                \"name\": \"CMA CGM\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MEDCARIB\",\r\n            \"carrierServiceName\": \"Mediterranean Caribbean (MEDCARIB)\",\r\n            \"vesselImoNumber\": \"9948217\",\r\n            \"vesselName\": \"CMA CGM EXCELLENCE\",\r\n            \"sourceName\": \"CMA\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-08T06:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-07T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-03T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-04T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-10T08:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-09T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T22:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-09T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-13T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-14T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-12T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-18T22:59:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-17T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T18:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-20T04:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-19T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-03T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-31T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-05T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T16:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-02T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-07T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-06T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-06T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-02T10:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-08T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-09T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-10T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-09T09:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T12:46:39.802Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651eb111a63f4383347201ec\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb2\",\r\n                \"name\": \"Hapag-Lloyd\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MSW\",\r\n            \"carrierServiceName\": null,\r\n            \"vesselImoNumber\": \"9330549\",\r\n            \"vesselName\": \"AS CLAUDIA\",\r\n            \"sourceName\": \"HAPAG\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-28T16:06:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-27T15:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-26T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T04:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-09T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T13:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-12T21:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-11T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-25T17:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-26T11:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T22:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T22:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T19:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-13T22:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T12:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T11:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T19:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-15T01:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-27T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-26T07:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-16T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-17T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T07:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T07:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T15:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-20T00:30:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T02:30:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T10:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T12:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-22T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T12:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T23:01:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T10:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T12:50:25.839Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651eb111a63f4383347201ed\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n                \"name\": \"CMA CGM\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MEDCARIB\",\r\n            \"carrierServiceName\": \"Mediterranean Caribbean (MEDCARIB)\",\r\n            \"vesselImoNumber\": \"9948217\",\r\n            \"vesselName\": \"CMA CGM EXCELLENCE\",\r\n            \"sourceName\": \"CMA\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-08T06:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-07T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-03T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-04T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-10T08:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-09T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T22:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-09T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-13T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-14T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-12T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-18T22:59:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-17T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T18:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-20T04:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-19T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-03T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-31T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-05T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T16:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-02T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-07T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-06T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-06T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-02T10:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-08T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-09T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-10T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-09T09:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T12:50:25.839Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651eb19fa63f43833472023a\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb2\",\r\n                \"name\": \"Hapag-Lloyd\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MSW\",\r\n            \"carrierServiceName\": null,\r\n            \"vesselImoNumber\": \"9330549\",\r\n            \"vesselName\": \"AS CLAUDIA\",\r\n            \"sourceName\": \"HAPAG\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-28T16:06:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-27T15:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-26T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T04:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-09T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T13:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-12T21:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-11T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-25T17:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-26T11:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T22:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T22:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T19:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-13T22:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T12:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T11:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T19:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-15T01:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-27T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-26T07:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-16T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-17T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T07:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T07:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T15:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-20T00:30:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T02:30:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T10:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T12:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-22T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T12:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T23:01:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T10:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T12:52:47.628Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651eb19fa63f43833472023b\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n                \"name\": \"CMA CGM\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MEDCARIB\",\r\n            \"carrierServiceName\": \"Mediterranean Caribbean (MEDCARIB)\",\r\n            \"vesselImoNumber\": \"9948217\",\r\n            \"vesselName\": \"CMA CGM EXCELLENCE\",\r\n            \"sourceName\": \"CMA\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-08T06:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-07T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-03T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-04T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-10T08:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-09T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T22:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-09T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-13T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-14T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-12T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-18T22:59:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-17T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T18:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-20T04:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-19T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-03T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-31T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-05T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T16:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-02T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-07T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-06T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-06T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-02T10:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-08T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-09T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-10T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-09T09:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T12:52:47.628Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651eb379a63f43833472029c\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb2\",\r\n                \"name\": \"Hapag-Lloyd\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MSW\",\r\n            \"carrierServiceName\": null,\r\n            \"vesselImoNumber\": \"9330549\",\r\n            \"vesselName\": \"AS CLAUDIA\",\r\n            \"sourceName\": \"HAPAG\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-28T16:06:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-27T15:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-26T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T04:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-09T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T13:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-12T21:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-11T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-25T17:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-26T11:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T22:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T22:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T19:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-13T22:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T12:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T11:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T19:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-15T01:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-27T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-26T07:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-16T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-17T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T07:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T07:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T15:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-20T00:30:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T02:30:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T10:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T12:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-22T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T12:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T23:01:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T10:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T13:00:41.867Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651eb379a63f43833472029d\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n                \"name\": \"CMA CGM\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MEDCARIB\",\r\n            \"carrierServiceName\": \"Mediterranean Caribbean (MEDCARIB)\",\r\n            \"vesselImoNumber\": \"9948217\",\r\n            \"vesselName\": \"CMA CGM EXCELLENCE\",\r\n            \"sourceName\": \"CMA\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-08T06:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-07T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-03T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-04T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-10T08:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-09T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T22:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-09T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-13T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-14T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-12T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-18T22:59:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-17T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T18:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-20T04:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-19T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-03T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-31T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-05T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T16:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-02T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-07T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-06T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-06T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-02T10:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-08T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-09T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-10T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-09T09:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T13:00:41.867Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651eb41ba63f4383347202e2\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb2\",\r\n                \"name\": \"Hapag-Lloyd\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MSW\",\r\n            \"carrierServiceName\": null,\r\n            \"vesselImoNumber\": \"9330549\",\r\n            \"vesselName\": \"AS CLAUDIA\",\r\n            \"sourceName\": \"HAPAG\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-28T16:06:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-27T15:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-26T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T04:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-09T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T13:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-12T21:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-11T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-25T17:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-26T11:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T22:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T22:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T19:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-13T22:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T12:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T11:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T19:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-15T01:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-27T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-26T07:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-16T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-17T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T07:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T07:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T15:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-20T00:30:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T02:30:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T10:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T12:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-22T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T12:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T23:01:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T10:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T13:03:23.874Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651eb41ba63f4383347202e3\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n                \"name\": \"CMA CGM\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MEDCARIB\",\r\n            \"carrierServiceName\": \"Mediterranean Caribbean (MEDCARIB)\",\r\n            \"vesselImoNumber\": \"9948217\",\r\n            \"vesselName\": \"CMA CGM EXCELLENCE\",\r\n            \"sourceName\": \"CMA\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-08T06:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-07T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-03T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-04T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-10T08:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-09T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T22:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-09T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-13T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-14T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-12T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-18T22:59:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-17T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T18:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-20T04:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-19T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-03T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-31T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-05T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T16:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-02T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-07T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-06T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-06T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-02T10:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-08T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-09T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-10T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-09T09:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T13:03:23.874Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651eb492a63f43833472040e\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb2\",\r\n                \"name\": \"Hapag-Lloyd\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MSW\",\r\n            \"carrierServiceName\": null,\r\n            \"vesselImoNumber\": \"9330549\",\r\n            \"vesselName\": \"AS CLAUDIA\",\r\n            \"sourceName\": \"HAPAG\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-28T16:06:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-27T15:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-26T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T04:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-09T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T13:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-12T21:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-11T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-25T17:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-26T11:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T22:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T22:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T19:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-13T22:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T12:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T11:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T19:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-15T01:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-27T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-26T07:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-16T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-17T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T07:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T07:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T15:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-20T00:30:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T02:30:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T10:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T12:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-22T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T12:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T23:01:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T10:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T13:05:22.359Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651eb492a63f43833472040f\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n                \"name\": \"CMA CGM\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MEDCARIB\",\r\n            \"carrierServiceName\": \"Mediterranean Caribbean (MEDCARIB)\",\r\n            \"vesselImoNumber\": \"9948217\",\r\n            \"vesselName\": \"CMA CGM EXCELLENCE\",\r\n            \"sourceName\": \"CMA\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-08T06:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-07T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-03T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-04T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-10T08:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-09T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T22:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-09T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-13T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-14T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-12T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-18T22:59:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-17T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T18:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-20T04:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-19T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-03T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-31T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-05T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T16:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-02T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-07T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-06T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-06T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-02T10:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-08T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-09T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-10T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-09T09:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T13:05:22.358Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651eb502a63f438334720432\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb2\",\r\n                \"name\": \"Hapag-Lloyd\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MSW\",\r\n            \"carrierServiceName\": null,\r\n            \"vesselImoNumber\": \"9330549\",\r\n            \"vesselName\": \"AS CLAUDIA\",\r\n            \"sourceName\": \"HAPAG\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-28T16:06:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-27T15:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-26T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T04:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-09T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T13:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-12T21:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-11T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-25T17:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-26T11:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T22:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T22:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T19:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-13T22:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T12:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T11:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T19:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-15T01:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-27T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-26T07:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-16T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-17T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T07:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T07:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T15:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-20T00:30:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T02:30:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T10:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T12:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-22T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T12:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T23:01:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T10:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T13:07:14.894Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651eb502a63f438334720433\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n                \"name\": \"CMA CGM\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MEDCARIB\",\r\n            \"carrierServiceName\": \"Mediterranean Caribbean (MEDCARIB)\",\r\n            \"vesselImoNumber\": \"9948217\",\r\n            \"vesselName\": \"CMA CGM EXCELLENCE\",\r\n            \"sourceName\": \"CMA\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-08T06:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-07T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-03T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-04T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-10T08:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-09T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T22:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-09T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-13T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-14T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-12T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-18T22:59:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-17T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T18:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-20T04:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-19T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-03T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-31T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-05T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T16:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-02T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-07T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-06T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-06T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-02T10:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-08T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-09T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-10T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-09T09:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T13:07:14.895Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651eb867a63f4383347204dc\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb2\",\r\n                \"name\": \"Hapag-Lloyd\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MSW\",\r\n            \"carrierServiceName\": null,\r\n            \"vesselImoNumber\": \"9330549\",\r\n            \"vesselName\": \"AS CLAUDIA\",\r\n            \"sourceName\": \"HAPAG\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-28T16:06:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-27T15:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-26T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T04:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-09T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T13:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-12T21:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-11T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-25T17:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-26T11:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T22:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T22:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T19:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-13T22:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T12:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T11:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T19:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-15T01:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-27T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-26T07:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-16T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-17T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T07:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T07:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T15:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-20T00:30:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T02:30:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T10:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T12:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-22T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T12:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T23:01:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T10:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T13:21:43.099Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651eb867a63f4383347204dd\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n                \"name\": \"CMA CGM\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MEDCARIB\",\r\n            \"carrierServiceName\": \"Mediterranean Caribbean (MEDCARIB)\",\r\n            \"vesselImoNumber\": \"9948217\",\r\n            \"vesselName\": \"CMA CGM EXCELLENCE\",\r\n            \"sourceName\": \"CMA\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-08T06:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-07T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-03T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-04T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-10T08:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-09T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T22:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-09T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-13T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-14T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-12T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-18T22:59:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-17T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T18:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-20T04:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-19T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-03T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-31T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-05T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T16:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-02T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-07T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-06T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-06T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-02T10:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-08T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-09T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-10T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-09T09:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T13:21:43.099Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651eb9c3a63f438334720544\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb2\",\r\n                \"name\": \"Hapag-Lloyd\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MSW\",\r\n            \"carrierServiceName\": null,\r\n            \"vesselImoNumber\": \"9330549\",\r\n            \"vesselName\": \"AS CLAUDIA\",\r\n            \"sourceName\": \"HAPAG\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-28T16:06:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-27T15:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-26T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T04:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-09T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T13:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-12T21:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-11T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-25T17:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-26T11:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T22:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T22:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T19:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-13T22:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T12:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T11:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T19:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-15T01:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-27T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-26T07:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-16T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-17T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T07:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T07:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T15:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-20T00:30:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T02:30:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T10:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T12:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-22T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T12:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T23:01:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T10:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T13:27:31.532Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651eb9c3a63f438334720545\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n                \"name\": \"CMA CGM\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MEDCARIB\",\r\n            \"carrierServiceName\": \"Mediterranean Caribbean (MEDCARIB)\",\r\n            \"vesselImoNumber\": \"9948217\",\r\n            \"vesselName\": \"CMA CGM EXCELLENCE\",\r\n            \"sourceName\": \"CMA\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-08T06:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-07T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-03T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-04T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-10T08:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-09T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T22:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-09T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-13T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-14T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-12T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-18T22:59:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-17T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T18:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-20T04:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-19T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-03T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-31T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-05T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T16:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-02T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-07T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-06T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-06T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-02T10:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-08T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-09T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-10T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-09T09:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T13:27:31.533Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651eba26a63f43833472056a\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb2\",\r\n                \"name\": \"Hapag-Lloyd\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MSW\",\r\n            \"carrierServiceName\": null,\r\n            \"vesselImoNumber\": \"9330549\",\r\n            \"vesselName\": \"AS CLAUDIA\",\r\n            \"sourceName\": \"HAPAG\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-28T16:06:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-27T15:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-26T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T04:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-09T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T13:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-12T21:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-11T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-25T17:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-26T11:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T22:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T22:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T19:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-13T22:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T12:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T11:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T19:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-15T01:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-27T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-26T07:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-16T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-17T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T07:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T07:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T15:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-20T00:30:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T02:30:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T10:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T12:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-22T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T12:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T23:01:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T10:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T13:29:10.926Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651eba26a63f43833472056b\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n                \"name\": \"CMA CGM\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MEDCARIB\",\r\n            \"carrierServiceName\": \"Mediterranean Caribbean (MEDCARIB)\",\r\n            \"vesselImoNumber\": \"9948217\",\r\n            \"vesselName\": \"CMA CGM EXCELLENCE\",\r\n            \"sourceName\": \"CMA\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-08T06:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-07T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-03T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-04T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-10T08:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-09T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T22:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-09T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-13T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-14T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-12T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-18T22:59:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-17T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T18:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-20T04:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-19T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-03T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-31T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-05T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T16:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-02T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-07T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-06T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-06T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-02T10:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-08T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-09T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-10T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-09T09:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T13:29:10.927Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651ec704a63f438334720691\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb2\",\r\n                \"name\": \"Hapag-Lloyd\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MSW\",\r\n            \"carrierServiceName\": null,\r\n            \"vesselImoNumber\": \"9330549\",\r\n            \"vesselName\": \"AS CLAUDIA\",\r\n            \"sourceName\": \"HAPAG\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-28T16:06:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-27T15:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-26T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T04:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-09T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T13:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-12T21:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-11T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-25T17:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-26T11:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T22:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T22:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T19:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-13T22:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T12:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T11:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T19:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-15T01:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-27T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-26T07:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-16T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-17T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T07:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T07:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T15:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-20T00:30:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T02:30:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T10:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T12:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-22T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T12:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T23:01:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T10:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T14:24:04.592Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651ec704a63f438334720692\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n                \"name\": \"CMA CGM\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MEDCARIB\",\r\n            \"carrierServiceName\": \"Mediterranean Caribbean (MEDCARIB)\",\r\n            \"vesselImoNumber\": \"9948217\",\r\n            \"vesselName\": \"CMA CGM EXCELLENCE\",\r\n            \"sourceName\": \"CMA\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-08T06:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-07T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-03T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-04T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-10T08:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-09T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T22:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-09T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-13T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-14T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-12T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-18T22:59:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-17T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T18:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-20T04:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-19T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-03T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-31T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-05T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T16:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-02T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-07T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-06T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-06T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-02T10:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-08T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-09T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-10T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-09T09:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T14:24:04.592Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651ec80fa63f4383347206b5\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb2\",\r\n                \"name\": \"Hapag-Lloyd\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MSW\",\r\n            \"carrierServiceName\": null,\r\n            \"vesselImoNumber\": \"9330549\",\r\n            \"vesselName\": \"AS CLAUDIA\",\r\n            \"sourceName\": \"HAPAG\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-28T16:06:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-27T15:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-26T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T04:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-09T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T13:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-12T21:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-11T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-25T17:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-26T11:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T22:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T22:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T19:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-13T22:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T12:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T11:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T19:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-15T01:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-27T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-26T07:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-16T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-17T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T07:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T07:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T15:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-20T00:30:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T02:30:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T10:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T12:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-22T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T12:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T23:01:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T10:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T14:28:31.841Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651ec80fa63f4383347206b6\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n                \"name\": \"CMA CGM\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MEDCARIB\",\r\n            \"carrierServiceName\": \"Mediterranean Caribbean (MEDCARIB)\",\r\n            \"vesselImoNumber\": \"9948217\",\r\n            \"vesselName\": \"CMA CGM EXCELLENCE\",\r\n            \"sourceName\": \"CMA\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-08T06:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-07T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-03T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-04T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-10T08:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-09T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T22:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-09T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-13T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-14T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-12T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-18T22:59:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-17T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T18:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-20T04:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-19T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-03T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-31T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-05T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T16:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-02T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-07T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-06T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-06T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-02T10:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-08T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-09T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-10T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-09T09:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T14:28:31.842Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651ec86ba63f4383347206fd\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb2\",\r\n                \"name\": \"Hapag-Lloyd\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MSW\",\r\n            \"carrierServiceName\": null,\r\n            \"vesselImoNumber\": \"9330549\",\r\n            \"vesselName\": \"AS CLAUDIA\",\r\n            \"sourceName\": \"HAPAG\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-28T16:06:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-27T15:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-26T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T04:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-09T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T13:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-12T21:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-11T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-25T17:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-26T11:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T22:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T22:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T19:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-13T22:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T12:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T11:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T19:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-15T01:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-27T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-26T07:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-16T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-17T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T07:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T07:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T15:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-20T00:30:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T02:30:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T10:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T12:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-22T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T12:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T23:01:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T10:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T14:30:03.693Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651ec86ba63f4383347206fe\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n                \"name\": \"CMA CGM\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MEDCARIB\",\r\n            \"carrierServiceName\": \"Mediterranean Caribbean (MEDCARIB)\",\r\n            \"vesselImoNumber\": \"9948217\",\r\n            \"vesselName\": \"CMA CGM EXCELLENCE\",\r\n            \"sourceName\": \"CMA\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-08T06:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-07T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-03T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-04T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-10T08:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-09T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T22:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-09T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-13T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-14T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-12T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-18T22:59:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-17T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T18:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-20T04:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-19T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-03T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-31T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-05T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T16:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-02T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-07T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-06T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-06T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-02T10:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-08T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-09T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-10T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-09T09:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T14:30:03.688Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651ec8b4a63f438334720745\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb2\",\r\n                \"name\": \"Hapag-Lloyd\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MSW\",\r\n            \"carrierServiceName\": null,\r\n            \"vesselImoNumber\": \"9330549\",\r\n            \"vesselName\": \"AS CLAUDIA\",\r\n            \"sourceName\": \"HAPAG\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-28T16:06:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-27T15:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-26T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T04:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-09T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T13:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-12T21:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-11T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-25T17:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-26T11:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T22:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T22:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T19:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-13T22:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T12:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T11:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T19:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-15T01:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-27T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-26T07:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-16T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-17T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T07:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T07:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T15:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-20T00:30:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T02:30:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T10:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T12:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-22T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T12:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T23:01:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T10:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T14:31:16.191Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651ec8b4a63f438334720746\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n                \"name\": \"CMA CGM\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MEDCARIB\",\r\n            \"carrierServiceName\": \"Mediterranean Caribbean (MEDCARIB)\",\r\n            \"vesselImoNumber\": \"9948217\",\r\n            \"vesselName\": \"CMA CGM EXCELLENCE\",\r\n            \"sourceName\": \"CMA\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-08T06:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-07T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-03T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-04T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-10T08:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-09T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T22:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-09T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-13T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-14T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-12T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-18T22:59:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-17T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T18:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-20T04:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-19T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-03T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-31T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-05T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T16:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-02T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-07T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-06T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-06T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-02T10:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-08T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-09T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-10T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-09T09:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T14:31:16.191Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651ecab9a63f4383347207e7\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb2\",\r\n                \"name\": \"Hapag-Lloyd\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MSW\",\r\n            \"carrierServiceName\": null,\r\n            \"vesselImoNumber\": \"9330549\",\r\n            \"vesselName\": \"AS CLAUDIA\",\r\n            \"sourceName\": \"HAPAG\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-28T16:06:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-27T15:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-26T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T04:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-23T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-09T12:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-09T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T13:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-13T15:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-12T21:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-11T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-25T17:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-26T11:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-22T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T22:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T22:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"338S\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T03:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"342N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T17:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T19:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-13T22:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T12:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T11:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T11:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-14T19:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-15T01:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-30T04:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-27T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-26T07:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-16T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-17T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-17T14:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-17T07:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-16T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-13T07:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T00:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-19T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-21T21:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-21T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-18T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-18T15:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-20T00:30:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T02:30:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-23T06:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-23T10:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-21T12:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-22T07:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-24T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-23T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-24T12:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T07:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"342N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"346S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-23T23:01:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-28T10:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-25T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-25T10:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T14:39:53.393Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"NEXT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651ecab9a63f4383347207e8\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n                \"name\": \"CMA CGM\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MEDCARIB\",\r\n            \"carrierServiceName\": \"Mediterranean Caribbean (MEDCARIB)\",\r\n            \"vesselImoNumber\": \"9948217\",\r\n            \"vesselName\": \"CMA CGM EXCELLENCE\",\r\n            \"sourceName\": \"CMA\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-09T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-08T06:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-07T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-03T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-04T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-11T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-10T08:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-09T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T22:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-09T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-12T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-12T00:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-11T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-13T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-14T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-14T02:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-06T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-12T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-19T06:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-18T22:59:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-17T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T18:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGWN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-21T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-20T04:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-19T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-13T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-17T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-30T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-31T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-27T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-20T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-30T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-02T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-03T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-31T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-05T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-06T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-02T16:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-02T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-30T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-02T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-07T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-06T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-06T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-02T10:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-06T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-08T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:30:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-08T09:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-09T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVHJS1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-11-10T23:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-11-08T15:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-11-03T09:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-11-09T09:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T14:39:53.392Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"CURRENT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651ed5f3a63f438334720a1f\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n                \"name\": \"CMA CGM\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MEDCARIB\",\r\n            \"carrierServiceName\": \"Mediterranean Caribbean (MEDCARIB)\",\r\n            \"vesselImoNumber\": \"9635652\",\r\n            \"vesselName\": \"CMA CGM VOLTAIRE\",\r\n            \"sourceName\": \"CMA\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-03T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"SOCIEDAD IND PUERTO AGUADULCE\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-03T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-02T18:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-09-02T12:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-08-29T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-08-30T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-05T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": \"TERMINAL PORTUARIO EUROANDINO\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-06T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-05T03:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-09-04T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-01T22:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-04T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-07T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"DP WORLD POSORJA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-07T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-07T00:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-09-07T00:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-04T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-06T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-08T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": \"INARPI S.A - TPG-4\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-10T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-09T02:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-09-09T02:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-04T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-07T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-14T06:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"unLocationCode\": \"CRMOB\",\r\n                    \"locationName\": \"MOIN\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": \"APM TERMINALS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-14T06:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-13T22:59:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-09-12T18:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-08T18:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-12T18:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-16T05:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVGMN1MA\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": \"CARTAGENA CONTECAR\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-16T05:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-15T04:30:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-09-14T22:30:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-11T20:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-12T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-25T22:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"unLocationCode\": \"ESALG\",\r\n                    \"locationName\": \"ALGECIRAS\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"TOTAL TERMINAL INTL ALGECIRAS\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-25T22:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-22T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-09-22T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-15T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-25T08:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-28T22:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"unLocationCode\": \"MTMLA\",\r\n                    \"locationName\": \"MALTA(FREEPORT)\",\r\n                    \"country\": \"MT\",\r\n                    \"timezone\": \"Europe/Malta\",\r\n                    \"portTerminalLocation\": \"MALTA FREE PORT TERMINAL LTD\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-30T22:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-28T12:24:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-09-28T12:24:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-25T07:24:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-26T14:24:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-10-01T22:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-10-02T22:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"TERMINAL DARSENA TOSCANA\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-10-02T22:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-29T07:30:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-09-29T06:30:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-26T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-28T13:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": \"GENOA TERMINAL\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-10-03T22:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-02T13:27:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-02T12:27:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-28T09:30:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-02T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-04T22:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"unLocationCode\": \"FRMRS\",\r\n                    \"locationName\": \"MARSEILLE\",\r\n                    \"country\": \"FR\",\r\n                    \"timezone\": \"Europe/Paris\",\r\n                    \"portTerminalLocation\": \"TERMINAL MED EUROPE POSTE 156-157\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-04T22:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-04T14:30:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-04T14:30:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-29T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-04T08:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-05T22:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"0DVH9S1MA\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": \"BARCELONA EUROPE SOUTH TER BEST\",\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-06T22:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-04T14:00:00+00:00\",\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": \"2023-10-04T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-29T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-05T08:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T15:27:47.762Z\",\r\n            \"__v\": 0\r\n        },\r\n        {\r\n            \"origin\": {\r\n                \"countryCode\": \"CO\",\r\n                \"address\": \"COBUN Buenaventura\",\r\n                \"code\": \"COBUN\"\r\n            },\r\n            \"schedules\": {\r\n                \"type\": \"CURRENT\",\r\n                \"beginDateTime\": \"\",\r\n                \"endDateTime\": \"\"\r\n            },\r\n            \"destination\": {\r\n                \"countryCode\": \"ES\",\r\n                \"address\": \"ESBCN Barcelona\",\r\n                \"code\": \"ESBCN\"\r\n            },\r\n            \"_id\": \"651ed5f3a63f438334720a20\",\r\n            \"tenant\": \"64921d2ea1727236e13bcf8f\",\r\n            \"user\": {\r\n                \"_id\": \"64921d28a1727236e13bcb9d\",\r\n                \"firstName\": \"User\",\r\n                \"lastName\": \"Dummy\"\r\n            },\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb2\",\r\n                \"name\": \"Hapag-Lloyd\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd.png\",\r\n                \"logo2x\": \"https://storage.googleapis.com/carriers_logos/Hapag-Lloyd%402x.png\"\r\n            },\r\n            \"carrierServiceCode\": \"MSW\",\r\n            \"carrierServiceName\": null,\r\n            \"vesselImoNumber\": \"9751107\",\r\n            \"vesselName\": \"GEMLIK EXPRESS\",\r\n            \"sourceName\": \"HAPAG\",\r\n            \"portCalls\": [\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"335N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-08-31T02:20:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"335N\",\r\n                    \"unLocationCode\": \"COBUN\",\r\n                    \"locationName\": \"BUENAVENTURA\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-08-31T16:25:00+00:00\",\r\n                    \"cyCutOff\": \"2023-08-29T22:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-08-29T22:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-08-29T21:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-08-28T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-08-28T22:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"335N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-04T03:18:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"335N\",\r\n                    \"unLocationCode\": \"PEPAI\",\r\n                    \"locationName\": \"PAITA\",\r\n                    \"country\": \"PE\",\r\n                    \"timezone\": \"America/Lima\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-04T12:18:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-03T03:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-03T03:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-02T21:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-08-30T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-08-29T22:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"335N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-05T12:12:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"335N\",\r\n                    \"unLocationCode\": \"ECPSJ\",\r\n                    \"locationName\": \"POSORJA\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-06T01:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-04T13:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-04T13:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-04T13:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-01T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-04T22:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"335N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-06T04:36:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"335N\",\r\n                    \"unLocationCode\": \"ECGYE\",\r\n                    \"locationName\": \"GUAYAQUIL\",\r\n                    \"country\": \"EC\",\r\n                    \"timezone\": \"America/Guayaquil\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-07T08:06:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-05T23:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-05T23:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-05T23:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-01T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-04T15:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"335N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-11T00:12:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"335N\",\r\n                    \"unLocationCode\": \"PAMIT\",\r\n                    \"locationName\": \"MANZANILLO (PA)\",\r\n                    \"country\": \"PA\",\r\n                    \"timezone\": \"America/Panama\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-11T09:42:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-09T17:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-09T17:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-09T17:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-06T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-09T17:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"335N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-11T23:06:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"335N\",\r\n                    \"unLocationCode\": \"CRLIO\",\r\n                    \"locationName\": \"PUERTO LIMON\",\r\n                    \"country\": \"CR\",\r\n                    \"timezone\": \"America/Costa_Rica\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-12T06:30:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-11T09:59:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-11T09:59:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-09T07:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-07T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-11T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"335N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-14T17:12:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"335N\",\r\n                    \"unLocationCode\": \"COCTG\",\r\n                    \"locationName\": \"CARTAGENA (COLOMBIA)\",\r\n                    \"country\": \"CO\",\r\n                    \"timezone\": \"America/Bogota\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-15T09:36:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-13T15:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-13T15:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-12T17:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-12T15:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-11T14:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"339S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-25T20:42:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"339S\",\r\n                    \"unLocationCode\": \"MAPTM\",\r\n                    \"locationName\": \"TANGER MED\",\r\n                    \"country\": \"MA\",\r\n                    \"timezone\": \"Africa/Casablanca\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-25T20:42:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-24T12:30:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-24T12:30:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-24T06:30:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-21T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-22T16:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"339S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-26T20:36:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"339S\",\r\n                    \"unLocationCode\": \"ESAGP\",\r\n                    \"locationName\": \"MALAGA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-27T05:42:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-25T17:30:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-25T17:30:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-21T14:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-22T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-21T10:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"339S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-28T05:54:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"339S\",\r\n                    \"unLocationCode\": \"ESVLC\",\r\n                    \"locationName\": \"VALENCIA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-09-29T13:18:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-27T06:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-27T06:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-26T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-26T08:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-25T10:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"339S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-10-01T10:42:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"339S\",\r\n                    \"unLocationCode\": \"ITCVV\",\r\n                    \"locationName\": \"CIVITAVECCHIA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-10-01T18:52:00+00:00\",\r\n                    \"cyCutOff\": \"2023-09-29T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-09-29T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-09-29T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-27T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-09-28T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"339S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-10-03T01:24:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"339S\",\r\n                    \"unLocationCode\": \"ITLIV\",\r\n                    \"locationName\": \"LIVORNO (LEGHORN)\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-10-03T16:42:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-02T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-02T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-02T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-02T15:00:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"339S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-10-04T03:42:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"339S\",\r\n                    \"unLocationCode\": \"ITGOA\",\r\n                    \"locationName\": \"GENOA\",\r\n                    \"country\": \"IT\",\r\n                    \"timezone\": \"Europe/Rome\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"ACT\",\r\n                    \"eventDatetime\": \"2023-10-04T22:30:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-03T16:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-03T16:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-03T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-09-28T16:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-02T11:30:00+00:00\"\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"339S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"ARRI\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-05T23:00:00+00:00\",\r\n                    \"cyCutOff\": null,\r\n                    \"fclCutOff\": null,\r\n                    \"vgmCutOff\": null,\r\n                    \"dgCutOff\": null,\r\n                    \"siCutOff\": null\r\n                },\r\n                {\r\n                    \"importVoyageNumber\": \"335N\",\r\n                    \"portCallStatusCode\": null,\r\n                    \"exportVoyageNumber\": \"339S\",\r\n                    \"unLocationCode\": \"ESBCN\",\r\n                    \"locationName\": \"BARCELONA\",\r\n                    \"country\": \"ES\",\r\n                    \"timezone\": \"Europe/Madrid\",\r\n                    \"portTerminalLocation\": null,\r\n                    \"facilityTypeCode\": null,\r\n                    \"facilitySmdgCode\": null,\r\n                    \"otherFacility\": null,\r\n                    \"delayReasonCode\": null,\r\n                    \"changeRemark\": null,\r\n                    \"transportEventTypeCode\": \"DEPA\",\r\n                    \"eventClassifierCode\": \"EST\",\r\n                    \"eventDatetime\": \"2023-10-06T18:00:00+00:00\",\r\n                    \"cyCutOff\": \"2023-10-04T18:00:00+00:00\",\r\n                    \"fclCutOff\": \"2023-10-04T18:00:00+00:00\",\r\n                    \"vgmCutOff\": \"2023-10-04T16:00:00+00:00\",\r\n                    \"dgCutOff\": \"2023-10-02T10:00:00+00:00\",\r\n                    \"siCutOff\": \"2023-10-03T10:00:00+00:00\"\r\n                }\r\n            ],\r\n            \"createdAt\": \"2023-10-05T15:27:47.761Z\",\r\n            \"__v\": 0\r\n        }\r\n    ]\r\n}"}],"_postman_id":"1be5ccdf-b219-4661-90f1-8934153bf359"}],"id":"ce525776-d590-4bb8-b873-3a04295d5480","description":"<p>The Schedule module provides endpoints for obtaining schedule information for a specific origin and destination.</p>\n","_postman_id":"ce525776-d590-4bb8-b873-3a04295d5480"},{"name":"Port Intelligence","item":[{"name":"portIntelligence","id":"05948b89-173c-4b7e-ab90-34a547f14fc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"locode\": \"AEDXB\",\r\n    \"daysBack\": 30,\r\n    \"dateLatest\": \"2023-10-14\",\r\n    \"time\": \"2023-10-14\",\r\n    \"searchedBy\": \"User Dummy\",\r\n    \"portStatisticsCheck\": true,\r\n    \"portDwellCheck\": true,\r\n    \"portCongestionByVesselCheck\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/insights/port-intelligence","description":"<h1 id=\"port-intelligence\">Port Intelligence</h1>\n<p>This endpoint provides intelligence data related to a specific port, including port statistics, port dwell times, and port congestion data.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><strong>Method:</strong> PORT</p>\n</li>\n<li><p><strong>URL:</strong> <code>/api/v2/insights/port-intelligence</code></p>\n</li>\n</ul>\n<h3 id=\"headers\">Headers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authorization</td>\n<td>Bearer [Authorization Token]</td>\n<td>String</td>\n</tr>\n<tr>\n<td>Accept-Language</td>\n<td>en</td>\n<td>String</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<p>The response contains various fields and data related to port intelligence. Below is the detailed structure of the response:</p>\n<h3 id=\"port-statistics-data\">Port Statistics Data</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ok</code></td>\n<td>Indicates if the data retrieval was successful.</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td><code>un_location_code</code></td>\n<td>UN Location code of the port.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>is_port_congested</code></td>\n<td>Port congestion status (null in this example).</td>\n<td>Null</td>\n</tr>\n<tr>\n<td><code>anchorage_time</code></td>\n<td>Data related to anchorage time.</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>- <code>average</code></td>\n<td>Average anchorage time.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- <code>median</code></td>\n<td>Median anchorage time.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- <code>min</code></td>\n<td>Minimum anchorage time.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- <code>max</code></td>\n<td>Maximum anchorage time.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- <code>vessel_count</code></td>\n<td>Number of vessels at anchorage.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td><code>berthing_time</code></td>\n<td>Data related to berthing time.</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>- <code>average</code></td>\n<td>Average berthing time.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- <code>median</code></td>\n<td>Median berthing time.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- <code>min</code></td>\n<td>Minimum berthing time.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- <code>max</code></td>\n<td>Maximum berthing time.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- <code>vessel_count</code></td>\n<td>Number of vessels at berth.</td>\n<td>Integer</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"port-dwell-data\">Port Dwell Data</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>portDwellData</code></td>\n<td>Data related to port dwell times (can be null).</td>\n<td>Null</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"port-congestion-by-vessel-data\">Port Congestion by Vessel Data</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ok</code></td>\n<td>Indicates if the data retrieval was successful.</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td><code>un_location_code</code></td>\n<td>UN Location code of the port.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>number_of_vessels_at_anchor</code></td>\n<td>Number of vessels at anchor.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td><code>number_of_vessels_at_berth</code></td>\n<td>Number of vessels at berth.</td>\n<td>Integer</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"vessels-at-anchor\">Vessels at Anchor</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>vessels_at_anchor</code></td>\n<td>Details of vessels at anchor.</td>\n<td>Array of Objects</td>\n</tr>\n<tr>\n<td>- <code>vessel_imo_number</code></td>\n<td>IMO number of the vessel.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>- <code>vessel_name</code></td>\n<td>Name of the vessel.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- <code>since</code></td>\n<td>Date and time since the vessel is at anchor (date and time format).</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"vessels-at-berth\">Vessels at Berth</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>vessels_at_berth</code></td>\n<td>Details of vessels at berth.</td>\n<td>Array of Objects</td>\n</tr>\n<tr>\n<td>- <code>vessel_imo_number</code></td>\n<td>IMO number of the vessel.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>- <code>vessel_name</code></td>\n<td>Name of the vessel.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- <code>since</code></td>\n<td>Date and time since the vessel is at berth (date and time format).</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"additional-data\">Additional Data</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>portCode</code></td>\n<td>Port code.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>searchedBy</code></td>\n<td>User who performed the search.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>requestedDate</code></td>\n<td>Date and time of the request (date and time format).</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"port-statistics-data-chart\">Port Statistics Data Chart</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>portStatisticsDataChart</code></td>\n<td>Chart data for port statistics.</td>\n<td>Array of Objects</td>\n</tr>\n<tr>\n<td>- <code>date</code></td>\n<td>Date in a specific format.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- <code>averageAnchorageTime</code></td>\n<td>Average anchorage time for the date.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- <code>averageBerthingTime</code></td>\n<td>Average berthing time for the date.</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"port-dwell-data-chart\">Port Dwell Data Chart</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>portDwellDataChart</code></td>\n<td>Chart data for port dwell times.</td>\n<td>Array of Objects</td>\n</tr>\n<tr>\n<td>- <code>date</code></td>\n<td>Date in a specific format.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- <code>averageImportDwellTime</code></td>\n<td>Average import dwell time for the date.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- <code>averageExportDwellTime</code></td>\n<td>Average export dwell time for the date.</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"port-congestion-by-vessel-data-chart\">Port Congestion by Vessel Data Chart</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>portCongestionByVesselDataChart</code></td>\n<td>Chart data for port congestion by vessel.</td>\n<td>Array of Objects</td>\n</tr>\n<tr>\n<td>- <code>date</code></td>\n<td>Date in a specific format.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- <code>anchor</code></td>\n<td>Number of vessels at anchor.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>- <code>berth</code></td>\n<td>Number of vessels at berth.</td>\n<td>Integer</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","insights","port-intelligence"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"fbb8d0a1-adca-4544-9b17-a0ff93163033","name":"portIntelligence","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"locode\": \"AEDXB\",\r\n    \"daysBack\": 30,\r\n    \"dateLatest\": \"2023-10-14\",\r\n    \"time\": \"2023-10-14\",\r\n    \"searchedBy\": \"User Dummy\",\r\n  \"portStatisticsCheck\": true,\r\n  \"portDwellCheck\": true,\r\n  \"portCongestionByVesselCheck\": true\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/insights/port-intelligence"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"05948b89-173c-4b7e-ab90-34a547f14fc9"},{"name":"ports","id":"5505bf27-60fb-469b-abf4-91a859642e06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"pageNumber\": 1,\r\n    \"portsPerPage\": 10,\r\n    \"searchCode\": \"a\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/insights/port-intelligence/ports","description":"<h1 id=\"ports\">Ports</h1>\n<p>This endpoint provides intelligence data related to a specific port, including port statistics, port dwell times, and port congestion data.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>/api/v2/insights/port-intelligence/ports</code></p>\n</li>\n</ul>\n<h3 id=\"headers\">Headers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authorization</td>\n<td>Bearer [Token]</td>\n<td>String</td>\n</tr>\n<tr>\n<td>Accept-Language</td>\n<td>en</td>\n<td>String</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-body\">Request Body</h3>\n<p>The request body should be a JSON object with the following fields:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pageNumber</code></td>\n<td>Page number for results.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td><code>portsPerPage</code></td>\n<td>Number of ports per page.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td><code>searchCode</code></td>\n<td>Search code for ports.</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<p>The response provides a list of port codes that match the search criteria and the total number of available pages.</p>\n<h3 id=\"list-of-ports\">List of Ports</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>listofPorts</code></td>\n<td>List of port codes that match the search criteria.</td>\n<td>Array of Strings</td>\n</tr>\n<tr>\n<td><code>totalPages</code></td>\n<td>Total number of pages of port data available.</td>\n<td>Integer</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","insights","port-intelligence","ports"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"2929c160-c26b-47d0-8638-f5735760f31d","name":"ports","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"pageNumber\": 1,\r\n    \"portsPerPage\": 10,\r\n    \"searchCode\": \"a\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/insights/port-intelligence/ports"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5505bf27-60fb-469b-abf4-91a859642e06"},{"name":"ports-for-map","id":"b2d80e14-36f3-4b55-a7d7-b4616e34bca1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"url":"{{URL}}/api/v2/insights/port-intelligence/ports-for-map","description":"<h1 id=\"ports-for-map\">Ports for Map</h1>\n<p>This endpoint provides data related to ports for use in map applications, including port codes, location data, and additional details.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response provides an array of objects containing port information for use in map applications.</p>\n<h3 id=\"port-data\">Port Data</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>_id</code></td>\n<td>Unique identifier for the port entry.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>codeCountry</code></td>\n<td>Country code for the port.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>Name of the port.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>code</code></td>\n<td>Port code.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>latitude</code></td>\n<td>Latitude coordinate of the port.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>longitude</code></td>\n<td>Longitude coordinate of the port.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>createdAt</code></td>\n<td>Date and time of port entry creation (date and time format).</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","insights","port-intelligence","ports-for-map"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"31b8bbd1-de7b-4564-80c0-dc988d71fb9f","name":"ports-for-map","originalRequest":{"method":"POST","header":[],"url":"{{URL}}/api/v2/insights/port-intelligence/ports-for-map"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b2d80e14-36f3-4b55-a7d7-b4616e34bca1"},{"name":"portsSearchHistory","id":"9427ceed-01fc-4b3f-ae66-0335900283d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"url":"{{URL}}/api/v2/insights/port-intelligence/port-search-history","description":"<h1 id=\"port-search-history\">Port Search History</h1>\n<p>This endpoint provides search history data for port searches, including the port code searched for, the user who performed the search, and the creation date of the search entry.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response provides an array of objects containing port search history information.</p>\n<h3 id=\"port-search-history-data\">Port Search History Data</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>_id</code></td>\n<td>Unique identifier for the search history entry.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>Data related to the port search.</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>- <code>portCode</code></td>\n<td>Port code that was searched for.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>creationUser</code></td>\n<td>User who performed the search.</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>- <code>_id</code></td>\n<td>Unique identifier for the user.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- <code>firstName</code></td>\n<td>First name of the user.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- <code>lastName</code></td>\n<td>Last name of the user.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>createdAt</code></td>\n<td>Date and time of search entry creation (date and time format).</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","insights","port-intelligence","port-search-history"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"89880868-3650-40f1-8f85-7a61b29bcec7","name":"portsSearchHistory","originalRequest":{"method":"POST","header":[],"url":"{{URL}}/api/v2/insights/port-intelligence/port-search-history"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9427ceed-01fc-4b3f-ae66-0335900283d3"},{"name":"portsSearchHistoryDetail","id":"730a9a9b-24d4-4cae-ace0-85d082a1c8aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"url":"{{URL}}/api/v2/insights/port-intelligence/port-search-history/65240378b4d82d1c11ed88b7","description":"<h1 id=\"port-search-history-details\">Port Search History Details</h1>\n<p>This endpoint provides detailed search history information for a specific port search. It includes data about the port search, the user who performed it, and relevant statistics and congestion information.</p>\n<p>StartFragment### Endpoint</p>\n<ul>\n<li><p><strong>URL</strong>: <code>{{URL}}/api/v2/insights/port-intelligence/port-search-history/{{id}}</code></p>\n</li>\n<li><p><strong>Method HTTP</strong>: GET</p>\n</li>\n<li><p><strong>Headers</strong>:</p>\n<ul>\n<li><code>Authorization:</code> EndFragment</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response provides detailed information about the specific port search.</p>\n<h3 id=\"port-search-history-details-data\">Port Search History Details Data</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Data Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data</code></td>\n<td>Data related to the port search.</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>- <code>portCode</code></td>\n<td>Port code that was searched for.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- <code>searchedBy</code></td>\n<td>Name of the user who performed the search.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- <code>requestedDate</code></td>\n<td>Date and time when the search was requested (date and time format).</td>\n<td>String</td>\n</tr>\n<tr>\n<td>- <code>portStatisticsData</code></td>\n<td>Port statistics data, including anchorage and berthing times.</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>-- <code>anchorage_time</code></td>\n<td>Anchorage time statistics.</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>--- <code>average</code></td>\n<td>Average anchorage time.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>--- <code>median</code></td>\n<td>Median anchorage time.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>--- <code>min</code></td>\n<td>Minimum anchorage time.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>--- <code>max</code></td>\n<td>Maximum anchorage time.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>--- <code>vessel_count</code></td>\n<td>Number of vessels at anchor.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>-- <code>berthing_time</code></td>\n<td>Berthing time statistics.</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>--- <code>average</code></td>\n<td>Average berthing time.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>--- <code>median</code></td>\n<td>Median berthing time.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>--- <code>min</code></td>\n<td>Minimum berthing time.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>--- <code>max</code></td>\n<td>Maximum berthing time.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>--- <code>vessel_count</code></td>\n<td>Number of vessels at berth.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>-- <code>un_location_code</code></td>\n<td>UN location code for the port.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>-- <code>is_port_congested</code></td>\n<td>Port congestion status (null if not available).</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td><code>portDwellData</code></td>\n<td>Port dwell data (null if not available).</td>\n<td>Object</td>\n</tr>\n<tr>\n<td><code>portCongestionByVesselData</code></td>\n<td>Port congestion data by vessel.</td>\n<td>Object</td>\n</tr>\n<tr>\n<td>-- <code>un_location_code</code></td>\n<td>UN location code for the port.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>-- <code>number_of_vessels_at_anchor</code></td>\n<td>Number of vessels at anchor.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>-- <code>number_of_vessels_at_berth</code></td>\n<td>Number of vessels at berth.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>-- <code>vessels_at_anchor</code></td>\n<td>List of vessels at anchor.</td>\n<td>Array</td>\n</tr>\n<tr>\n<td>--- <code>vessel_imo_number</code></td>\n<td>Vessel's IMO number.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>--- <code>vessel_name</code></td>\n<td>Vessel's name.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>--- <code>since</code></td>\n<td>Date and time when the vessel arrived (date and time format).</td>\n<td>String</td>\n</tr>\n<tr>\n<td>--- <code>_id</code></td>\n<td>Unique identifier for the vessel entry.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>-- <code>vessels_at_berth</code></td>\n<td>List of vessels at berth.</td>\n<td>Array</td>\n</tr>\n<tr>\n<td>--- <code>vessel_imo_number</code></td>\n<td>Vessel's IMO number.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>--- <code>vessel_name</code></td>\n<td>Vessel's name.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>--- <code>since</code></td>\n<td>Date and time when the vessel arrived (date and time format).</td>\n<td>String</td>\n</tr>\n<tr>\n<td>--- <code>_id</code></td>\n<td>Unique identifier for the vessel entry.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>portStatisticsDataChart</code></td>\n<td>Chart data for port statistics.</td>\n<td>Array</td>\n</tr>\n<tr>\n<td>-- <code>date</code></td>\n<td>Date (in a specific format) for the statistics data.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>-- <code>averageAnchorageTime</code></td>\n<td>Average anchorage time for the date (formatted time).</td>\n<td>String</td>\n</tr>\n<tr>\n<td>-- <code>averageBerthingTime</code></td>\n<td>Average berthing time for the date (formatted time).</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>portDwellDataChart</code></td>\n<td>Chart data for port dwell statistics (null if not available).</td>\n<td>Array</td>\n</tr>\n<tr>\n<td>-- <code>date</code></td>\n<td>Date (in a specific format) for the dwell statistics data.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>-- <code>averageImportDwellTime</code></td>\n<td>Average import dwell time for the date (formatted time).</td>\n<td>String</td>\n</tr>\n<tr>\n<td>-- <code>averageExportDwellTime</code></td>\n<td>Average export dwell time for the date (formatted time).</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>vesselsAtPortDataChart</code></td>\n<td>Chart data for vessels at the port (empty if not available).</td>\n<td>Array</td>\n</tr>\n<tr>\n<td>-- <code>date</code></td>\n<td>Date (in a specific format) for the vessels data.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>-- <code>vesselsAtPort</code></td>\n<td>Number of vessels at the port.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td><code>portCongestionByVesselDataChart</code></td>\n<td>Chart data for port congestion by vessel.</td>\n<td>Array</td>\n</tr>\n<tr>\n<td>-- <code>date</code></td>\n<td>Date (in a specific format) for the congestion data.</td>\n<td>String</td>\n</tr>\n<tr>\n<td>-- <code>anchor</code></td>\n<td>Number of vessels at anchor.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>-- <code>berth</code></td>\n<td>Number of vessels at berth.</td>\n<td>Integer</td>\n</tr>\n</tbody>\n</table>\n</div><p>This table describes the structure of the response for detailed port search history, including specific port data, statistics, dwell information, vessel congestion, and chart data.</p>\n<p>If you have any further questions or need additional information, please feel free to ask.</p>\n","urlObject":{"path":["api","v2","insights","port-intelligence","port-search-history","65240378b4d82d1c11ed88b7"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"4265e44f-921b-4935-ae79-e273bf35d824","name":"portsSearchHistoryDetail","originalRequest":{"method":"POST","header":[],"url":"{{URL}}/api/v2/insights/port-intelligence/port-search-history/65240378b4d82d1c11ed88b7"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"730a9a9b-24d4-4cae-ace0-85d082a1c8aa"}],"id":"aa5d3960-0fef-4bd0-81bc-7515e2378510","_postman_id":"aa5d3960-0fef-4bd0-81bc-7515e2378510","description":""},{"name":"Plans","item":[{"name":"Plans","id":"2c51b416-7007-4b1a-8caa-6d1d12a98f0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"660dbdfb5ab6928b7fc089d4\",\r\n    \"isFavorite\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/plans","description":"<p>This endpoint is used to query the plans.</p>\n","urlObject":{"path":["api","v2","plans"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"3b5e8fee-6f3d-4553-a442-c6655f9eee99","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/plans"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"80e-QedAjfqVrZTgvZ0cBb2Iohy/0eY\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 04 Apr 2024 15:23:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"64557b162ab9d195ef57d618\",\n        \"name\": \"Basic\",\n        \"fixedPrice\": 0,\n        \"features\": [\n            {\n                \"name\": \"plans_number_of_users\",\n                \"value\": 5,\n                \"_id\": \"645460977ed6d1afa122d15a\"\n            },\n            {\n                \"name\": \"plans_number_of_collaborators\",\n                \"value\": 100,\n                \"valueLabel\": \"plans_unlimited\",\n                \"_id\": \"645460977ed6d1afa122d15b\"\n            },\n            {\n                \"name\": \"plans_number_of_shipments_per_month\",\n                \"value\": 10,\n                \"_id\": \"645460977ed6d1afa122d15c\"\n            },\n            {\n                \"name\": \"plans_document_storage\",\n                \"value\": 250,\n                \"valueLabel\": \"plans_up_to_250_GB\",\n                \"_id\": \"645460977ed6d1afa122d15d\"\n            }\n        ]\n    },\n    {\n        \"_id\": \"64557b162ab9d195ef57d615\",\n        \"name\": \"Starter\",\n        \"fixedPrice\": 199,\n        \"features\": [\n            {\n                \"name\": \"plans_number_of_users\",\n                \"value\": 2,\n                \"_id\": \"645460407ed6d1afa122d152\"\n            },\n            {\n                \"name\": \"plans_number_of_collaborators\",\n                \"value\": 10,\n                \"valueLabel\": \"plans_unlimited\",\n                \"_id\": \"645460407ed6d1afa122d153\"\n            },\n            {\n                \"name\": \"plans_number_of_shipments_per_month\",\n                \"value\": 250,\n                \"_id\": \"645460407ed6d1afa122d154\"\n            },\n            {\n                \"name\": \"plans_document_storage\",\n                \"value\": 500,\n                \"valueLabel\": \"plans_up_to_500_GB\",\n                \"_id\": \"645460407ed6d1afa122d155\"\n            }\n        ]\n    },\n    {\n        \"_id\": \"64557b162ab9d195ef57d612\",\n        \"name\": \"Professional\",\n        \"fixedPrice\": 349,\n        \"features\": [\n            {\n                \"name\": \"plans_number_of_users\",\n                \"value\": 5,\n                \"_id\": \"64545ff27ed6d1afa122d14a\"\n            },\n            {\n                \"name\": \"plans_number_of_collaborators\",\n                \"value\": 20,\n                \"valueLabel\": \"plans_unlimited\",\n                \"_id\": \"64545ff27ed6d1afa122d14b\"\n            },\n            {\n                \"name\": \"plans_number_of_shipments_per_month\",\n                \"value\": 3,\n                \"_id\": \"64545ff27ed6d1afa122d14c\"\n            },\n            {\n                \"name\": \"plans_document_storage\",\n                \"value\": 1000,\n                \"valueLabel\": \"plans_up_to_1_TB\",\n                \"_id\": \"64545ff27ed6d1afa122d14d\"\n            },\n            {\n                \"_id\": \"660ec5dd0925506ebdc14add\",\n                \"name\": \"plans_hours_call\",\n                \"value\": 1\n            }\n        ]\n    },\n    {\n        \"_id\": \"64557b162ab9d195ef57d60f\",\n        \"name\": \"Enterprise\",\n        \"fixedPrice\": 599,\n        \"features\": [\n            {\n                \"name\": \"plans_number_of_users\",\n                \"value\": 100,\n                \"_id\": \"64545f4c7ed6d1afa122d142\"\n            },\n            {\n                \"name\": \"plans_number_of_collaborators\",\n                \"value\": -1,\n                \"valueLabel\": \"plans_unlimited\",\n                \"_id\": \"64545f4c7ed6d1afa122d143\"\n            },\n            {\n                \"name\": \"plans_number_of_shipments_per_month\",\n                \"value\": 1000,\n                \"_id\": \"64545f4c7ed6d1afa122d144\"\n            },\n            {\n                \"name\": \"plans_document_storage\",\n                \"value\": 2000,\n                \"valueLabel\": \"plans_up_to_2_TB\",\n                \"_id\": \"64545f4c7ed6d1afa122d145\"\n            },\n            {\n                \"_id\": \"660ec5dd0925506ebdc14ae2\",\n                \"name\": \"plans_hours_call\",\n                \"value\": 2\n            }\n        ]\n    }\n]"}],"_postman_id":"2c51b416-7007-4b1a-8caa-6d1d12a98f0f"},{"name":"VisibilityPlanAll","id":"050a3b01-ce79-4b89-95d5-d146b6a294f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/plan-visibility-all","description":"<p>This endpoint is used to query the plans Visibility.</p>\n","urlObject":{"path":["api","v2","plan-visibility-all"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"0774fd51-c62b-403c-89f1-58a39be24aea","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/plan-visibility-all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"e69-meUe6+Hh0pO5X6lCSFYey6wGtpw\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 04 Apr 2024 15:31:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"64b8707401f0bff3ba5be6b1\",\n        \"name\": \"None\",\n        \"isPublic\": true,\n        \"features\": [\n            {\n                \"name\": \"plan_visibility_ocean\",\n                \"type\": \"sea\",\n                \"value\": 0,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"_id\": \"6453f2df70c72bac5134e9db\"\n            },\n            {\n                \"name\": \"plan_visibility_air\",\n                \"type\": \"air\",\n                \"value\": 0,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"_id\": \"6453f2df70c72bac5134e9dc\"\n            },\n            {\n                \"name\": \"plan_visibility_inland\",\n                \"type\": \"land\",\n                \"value\": 0,\n                \"valueLabel\": \"plan_visibility_cooming_soon\",\n                \"_id\": \"6453f2df70c72bac5134e9dd\"\n            }\n        ]\n    },\n    {\n        \"_id\": \"64d6973782ec98cb0dec7db8\",\n        \"name\": \"Terminal 49\",\n        \"isPublic\": false,\n        \"features\": [\n            {\n                \"name\": \"plan_visibility_ocean\",\n                \"type\": \"sea\",\n                \"value\": 8,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"_id\": \"6453f2df70c72bac5134e9db\"\n            },\n            {\n                \"name\": \"plan_visibility_air\",\n                \"type\": \"air\",\n                \"value\": 5,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"_id\": \"6453f2df70c72bac5134e9dc\"\n            },\n            {\n                \"name\": \"plan_visibility_inland\",\n                \"type\": \"land\",\n                \"value\": -1,\n                \"valueLabel\": \"plan_visibility_cooming_soon\",\n                \"_id\": \"6453f2df70c72bac5134e9dd\"\n            }\n        ]\n    },\n    {\n        \"_id\": \"6455579f2ab9d195ef57c7f5\",\n        \"name\": \"Basic\",\n        \"isPublic\": false,\n        \"features\": [\n            {\n                \"name\": \"plan_visibility_ocean\",\n                \"type\": \"sea\",\n                \"value\": 0,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"_id\": \"6453f2df70c72bac5134e9db\"\n            },\n            {\n                \"name\": \"plan_visibility_air\",\n                \"type\": \"air\",\n                \"value\": 0,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"_id\": \"6453f2df70c72bac5134e9dc\"\n            },\n            {\n                \"name\": \"plan_visibility_inland\",\n                \"type\": \"land\",\n                \"value\": 0,\n                \"valueLabel\": \"plan_visibility_cooming_soon\",\n                \"_id\": \"6453f2df70c72bac5134e9dd\"\n            }\n        ]\n    },\n    {\n        \"_id\": \"64546d7079a25b2aa93e946b\",\n        \"name\": \"Standard\",\n        \"isPublic\": true,\n        \"features\": [\n            {\n                \"name\": \"plan_visibility_ocean\",\n                \"type\": \"sea\",\n                \"value\": 0.25,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"stripeProductId\": \"prod_NpuRYt97fJVQsS\",\n                \"_id\": \"64546d7079a25b2aa93e946c\"\n            },\n            {\n                \"name\": \"plan_visibility_air\",\n                \"type\": \"air\",\n                \"value\": 4,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"stripeProductId\": \"prod_NpuR7964MViytV\",\n                \"_id\": \"64546d7079a25b2aa93e946d\"\n            },\n            {\n                \"name\": \"plan_visibility_inland\",\n                \"type\": \"land\",\n                \"value\": -1,\n                \"valueLabel\": \"plan_visibility_cooming_soon\",\n                \"_id\": \"64546d7079a25b2aa93e946e\"\n            }\n        ]\n    },\n    {\n        \"_id\": \"64546c5d46bd8f753a478203\",\n        \"name\": \"Plus\",\n        \"isPublic\": true,\n        \"features\": [\n            {\n                \"name\": \"plan_visibility_ocean\",\n                \"type\": \"sea\",\n                \"value\": 4,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"stripeProductId\": \"prod_NpuNj49MXRPdhQ\",\n                \"_id\": \"64546c5d46bd8f753a478204\"\n            },\n            {\n                \"name\": \"plan_visibility_air\",\n                \"type\": \"air\",\n                \"value\": 5,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"stripeProductId\": \"prod_NpuN7TC6vdWYxv\",\n                \"_id\": \"64546c5d46bd8f753a478205\"\n            },\n            {\n                \"name\": \"plan_visibility_inland\",\n                \"type\": \"land\",\n                \"value\": -1,\n                \"valueLabel\": \"plan_visibility_cooming_soon\",\n                \"_id\": \"64546c5d46bd8f753a478206\"\n            }\n        ]\n    },\n    {\n        \"_id\": \"64546c1d46bd8f753a4781fe\",\n        \"name\": \"Premium\",\n        \"isPublic\": false,\n        \"features\": [\n            {\n                \"name\": \"plan_visibility_ocean\",\n                \"type\": \"sea\",\n                \"value\": 8,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"stripeProductId\": \"prod_NpuMlMOuUCRpGz\",\n                \"_id\": \"64546c1d46bd8f753a4781ff\"\n            },\n            {\n                \"name\": \"plan_visibility_air\",\n                \"type\": \"air\",\n                \"value\": 5,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"stripeProductId\": \"prod_NpuMBr0p4MokNn\",\n                \"_id\": \"64546c1d46bd8f753a478200\"\n            },\n            {\n                \"name\": \"plan_visibility_inland\",\n                \"type\": \"land\",\n                \"value\": -1,\n                \"valueLabel\": \"plan_visibility_cooming_soon\",\n                \"_id\": \"64546c1d46bd8f753a478201\"\n            }\n        ]\n    },\n    {\n        \"_id\": \"6571d62cdd2c09ed1aa63dd4\",\n        \"name\": \"Premium\",\n        \"isPublic\": true,\n        \"features\": [\n            {\n                \"name\": \"plan_visibility_ocean\",\n                \"type\": \"sea\",\n                \"value\": 8,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"stripeProductId\": \"prod_NpuMlMOuUCRpGz\",\n                \"_id\": \"64546c1d46bd8f753a4781ff\"\n            },\n            {\n                \"name\": \"plan_visibility_air\",\n                \"type\": \"air\",\n                \"value\": 5,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"stripeProductId\": \"prod_NpuMBr0p4MokNn\",\n                \"_id\": \"64546c1d46bd8f753a478200\"\n            },\n            {\n                \"name\": \"plan_visibility_inland\",\n                \"type\": \"land\",\n                \"value\": -1,\n                \"valueLabel\": \"plan_visibility_cooming_soon\",\n                \"_id\": \"64546c1d46bd8f753a478201\"\n            }\n        ]\n    }\n]"}],"_postman_id":"050a3b01-ce79-4b89-95d5-d146b6a294f0"},{"name":"VisibilityPlan","id":"45786783-92e8-4458-a74b-f1e0e64fa691","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/plan-visibility","description":"<p>This endpoint is used to query the plans Visibility.</p>\n","urlObject":{"path":["api","v2","plan-visibility"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"8335892f-9d14-450b-a227-8403960acaa8","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/plan-visibility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"832-cxl63cUPhehav7MMeNSLQSHFHGU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 04 Apr 2024 15:38:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"64b8707401f0bff3ba5be6b1\",\n        \"name\": \"None\",\n        \"features\": [\n            {\n                \"name\": \"plan_visibility_ocean\",\n                \"type\": \"sea\",\n                \"value\": 0,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"_id\": \"6453f2df70c72bac5134e9db\"\n            },\n            {\n                \"name\": \"plan_visibility_air\",\n                \"type\": \"air\",\n                \"value\": 0,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"_id\": \"6453f2df70c72bac5134e9dc\"\n            },\n            {\n                \"name\": \"plan_visibility_inland\",\n                \"type\": \"land\",\n                \"value\": 0,\n                \"valueLabel\": \"plan_visibility_cooming_soon\",\n                \"_id\": \"6453f2df70c72bac5134e9dd\"\n            }\n        ]\n    },\n    {\n        \"_id\": \"64546d7079a25b2aa93e946b\",\n        \"name\": \"Standard\",\n        \"features\": [\n            {\n                \"name\": \"plan_visibility_ocean\",\n                \"type\": \"sea\",\n                \"value\": 0.25,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"stripeProductId\": \"prod_NpuRYt97fJVQsS\",\n                \"_id\": \"64546d7079a25b2aa93e946c\"\n            },\n            {\n                \"name\": \"plan_visibility_air\",\n                \"type\": \"air\",\n                \"value\": 4,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"stripeProductId\": \"prod_NpuR7964MViytV\",\n                \"_id\": \"64546d7079a25b2aa93e946d\"\n            },\n            {\n                \"name\": \"plan_visibility_inland\",\n                \"type\": \"land\",\n                \"value\": -1,\n                \"valueLabel\": \"plan_visibility_cooming_soon\",\n                \"_id\": \"64546d7079a25b2aa93e946e\"\n            }\n        ]\n    },\n    {\n        \"_id\": \"64546c5d46bd8f753a478203\",\n        \"name\": \"Plus\",\n        \"features\": [\n            {\n                \"name\": \"plan_visibility_ocean\",\n                \"type\": \"sea\",\n                \"value\": 4,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"stripeProductId\": \"prod_NpuNj49MXRPdhQ\",\n                \"_id\": \"64546c5d46bd8f753a478204\"\n            },\n            {\n                \"name\": \"plan_visibility_air\",\n                \"type\": \"air\",\n                \"value\": 5,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"stripeProductId\": \"prod_NpuN7TC6vdWYxv\",\n                \"_id\": \"64546c5d46bd8f753a478205\"\n            },\n            {\n                \"name\": \"plan_visibility_inland\",\n                \"type\": \"land\",\n                \"value\": -1,\n                \"valueLabel\": \"plan_visibility_cooming_soon\",\n                \"_id\": \"64546c5d46bd8f753a478206\"\n            }\n        ]\n    },\n    {\n        \"_id\": \"6571d62cdd2c09ed1aa63dd4\",\n        \"name\": \"Premium\",\n        \"features\": [\n            {\n                \"name\": \"plan_visibility_ocean\",\n                \"type\": \"sea\",\n                \"value\": 8,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"stripeProductId\": \"prod_NpuMlMOuUCRpGz\",\n                \"_id\": \"64546c1d46bd8f753a4781ff\"\n            },\n            {\n                \"name\": \"plan_visibility_air\",\n                \"type\": \"air\",\n                \"value\": 5,\n                \"valueLabel\": \"plan_visibility_per_shipment\",\n                \"stripeProductId\": \"prod_NpuMBr0p4MokNn\",\n                \"_id\": \"64546c1d46bd8f753a478200\"\n            },\n            {\n                \"name\": \"plan_visibility_inland\",\n                \"type\": \"land\",\n                \"value\": -1,\n                \"valueLabel\": \"plan_visibility_cooming_soon\",\n                \"_id\": \"64546c1d46bd8f753a478201\"\n            }\n        ]\n    }\n]"}],"_postman_id":"45786783-92e8-4458-a74b-f1e0e64fa691"},{"name":"saveDefaultVisibility","id":"cb0a1968-a1b1-481e-9b3a-db393243a384","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"company\": \"652ef636f357f3b6d359b8d1\",\r\n    \"planVisibility\": \"64546d7079a25b2aa93e946b\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipper/saveDefaultVisibility","description":"<p>This endpoint allows saving the default plan visibility that the user will have when creating a shipment.  </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>company</td>\n<td>ID of the company associated with the plan</td>\n</tr>\n<tr>\n<td>planVisibility</td>\n<td>ID plan Visibility</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","shipper","saveDefaultVisibility"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"29bfba83-93bf-44f1-b981-856c2466f47c","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"company\": \"652ef636f357f3b6d359b8d1\",\r\n    \"planVisibility\": \"64546d7079a25b2aa93e946b\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipper/saveDefaultVisibility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"239"},{"key":"ETag","value":"W/\"ef-IeZR66KT1y6Wo2PZaH0jrGS3uO8\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 04 Apr 2024 21:23:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"660f1a5a5ab6928b7f375f54\",\n    \"company\": \"652ef636f357f3b6d359b8d1\",\n    \"tenant\": \"64961f8c8da8d89e404a941b\",\n    \"__v\": 0,\n    \"createdAt\": \"2024-04-04T21:23:39.567Z\",\n    \"planVisibility\": \"64546d7079a25b2aa93e946b\",\n    \"userCreated\": \"64961c54416606c8874e1e60\"\n}"}],"_postman_id":"cb0a1968-a1b1-481e-9b3a-db393243a384"}],"id":"606fef55-3b35-4417-8d06-db75fd83057d","_postman_id":"606fef55-3b35-4417-8d06-db75fd83057d","description":""},{"name":"Invoice","item":[{"name":"Invoices","id":"53121b92-809d-42c3-a911-f6d8255282bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/v2/invoices","description":"<h2 id=\"get-invoice\">Get Invoice</h2>\n<p>This endpoint brings the invoices.EndFragment</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><p><strong>URL</strong>: <code>/api/v2/invoices</code></p>\n</li>\n<li><p><strong>Method HTTP</strong>: GET</p>\n</li>\n<li><p><strong>Headers</strong>:</p>\n<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location -g --request GET 'https://yourserver.com/api/v2/invoices'\n\n</code></pre>\n","urlObject":{"path":["api","v2","invoices"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"0169a62c-c427-40e2-9cfa-924014df4efc","name":"Example","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/api/v2/invoices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Apr 2024 16:55:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"827a-cIfwZXtT0s4Eh8xQGTsRue1Q3dI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Via","value":"1.1 google"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=gWHnPFnO5N%2FSOauhvfd0%2F4f2fWzXhxeJRoEQdMOQL90d9iAEqj0Agi1R9Slh8uR9PyNsLwHdzT%2FsOsIpBuaNfX5ZUJ%2BnAWEv%2Fx0UMgKQbG1SHGvy7RPY0qXNjL%2FwEmEK01wtdtq7GXtma4AU%2BgCQ\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"86ea95c5f8d8824c-GYE"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6579f32a1ad24826083d439a\",\n        \"plan\": {\n            \"_id\": \"64557b162ab9d195ef57d615\",\n            \"name\": \"Starter\"\n        },\n        \"number\": \"AAE9CD9C-0001\",\n        \"description\": \"Change Plan\",\n        \"htmlReceipt\": \"<table class=\\\"st-Wrapper\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 480px; min-width: 480px; max-width: 480px;\\\"><tbody><tr><td><table class=\\\"st-Preheader st-Width st-Width--mobile\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"480\\\" style=\\\"min-width: 480px;\\\"><tbody><tr><td align=\\\"center\\\" height=\\\"0\\\" style=\\\"border: 0; margin: 0; padding: 0; color: #ffffff; display: none !important; font-size: 1px; line-height: 1px; max-height: 0; max-width: 0; mso-hide: all !important; opacity: 0; overflow: hidden; visibility: hidden;\\\"><span class=\\\"st-Delink st-Delink--preheader\\\" style=\\\"color: #ffffff; text-decoration: none;\\\">Your receipt from Cargologik #2279-1010\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;\\u200c&nbsp;</span></td></tr></tbody></table><table class=\\\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"><tbody><tr><td height=\\\"58\\\" style=\\\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\\\"><div class=\\\"st-Spacer st-Spacer--filler\\\">&nbsp;</div></td></tr></tbody></table><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"\\\"><tbody><tr><td valign=\\\"middle\\\" height=\\\"32\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;height: 32px;\\\"><a style=\\\"border: 0; margin: 0; padding: 0; text-decoration: none; outline: 0;;\\\" href=\\\"http://cargologik.com\\\" target=\\\"_self\\\"><!--[if mso]><v:roundrectxmlns:v=\\\"urn:schemas-microsoft-com:vml\\\"xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\"style=\\\"height:32; width:32;\\\"arcsize=\\\"100%\\\"strokecolor=\\\"white\\\"fillcolor=\\\"white\\\"><v:fillsrc=\\\"https://files.stripe.com/files/MDB8YWNjdF8xR241NkVLTW5UbW5BR21QfGZfbGl2ZV9Hdk9tMWVvWU96N1hvY1hGV0RJSUxIdHk00d5hVFR8r\\\"type=\\\"frame\\\"size=\\\"32px,32px\\\"></v:fill></v:roundrect><![endif]--><!--[if !mso]> <!----><div style=\\\"width: 32px;height: 32px;background-color: white;border-radius: 100%; box-shadow: 0 2px 5px 0 rgb(50 50 93 / 10%), 0 1px 1px 0 rgb(0 0 0 / 7%);\\\"><div style=\\\"border-radius: 100%;width: 32px;height: 32px;text-align: center;background-color: white;background-position: center;background: url('https://files.stripe.com/files/MDB8YWNjdF8xR241NkVLTW5UbW5BR21QfGZfbGl2ZV9Hdk9tMWVvWU96N1hvY1hGV0RJSUxIdHk00d5hVFR8r');background-origin: border-box;background-size: contain;background-position: center;background-repeat: no-repeat;line-height: 100%;\\\"><div><div><!-- <![endif]--></div></div></div></div></a></td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 12px;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;\\\">&nbsp;</span></td><td valign=\\\"middle\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;font-weight: 500;color: rgb(255, 255, 255);font-size: 16px;\\\">Cargologik</span></td></tr></tbody></table><table class=\\\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"><tbody><tr><td height=\\\"32\\\" style=\\\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\\\"><div class=\\\"st-Spacer st-Spacer--filler\\\">&nbsp;</div></td></tr></tbody></table><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td align=\\\"\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 100%; width: 482px; border-radius: 12px;box-shadow: 0 2px 5px 0 rgb(50 50 93 / 10%), 0 1px 1px 0 rgb(0 0 0 / 7%);\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td align=\\\"\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 100%; width: 482px; border-radius: 12px; background-color: #e3e8ee; padding: 1px;\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%; background-color: #ffffff; border-radius: 12px;\\\"><tbody><tr><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;\\\"><table class=\\\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"><tbody><tr><td height=\\\"32\\\" style=\\\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\\\"><div class=\\\"st-Spacer st-Spacer--filler\\\">&nbsp;</div></td></tr></tbody></table><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 32px; width: 32px; font-size: 1px;\\\">&nbsp;</td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 100%;\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td align=\\\"\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 100%; padding-bottom: 2px;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;color: #7A7A7A;font-size: 14px;line-height: 20px;font-weight: 500;\\\">Receipt from Cargologik</span></td></tr></tbody></table><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td align=\\\"\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 100%; padding-bottom: 2px;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;color: #1A1A1A;font-size: 36px;line-height: 40px;font-weight: 600;\\\">$129.00</span></td></tr></tbody></table><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td align=\\\"\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 100%;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;color: #7A7A7A;font-size: 14px;line-height: 24px;font-weight: 500;\\\">Paid December 13, 2023</span></td></tr></tbody></table><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td colspan=\\\"1\\\" height=\\\"16\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;height: 16px;font-size: 1px;line-height: 1px;mso-line-height-rule: exactly;\\\">&nbsp;</td></tr><tr><td height=\\\"1\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;height: 1px;font-size: 1px; background-color: #ebebeb; line-height: 1px;\\\">&nbsp;</td></tr><tr><td colspan=\\\"1\\\" height=\\\"12\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;height: 12px;font-size: 1px;line-height: 1px;mso-line-height-rule: exactly;\\\">&nbsp;</td></tr></tbody></table></td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 76px; max-width: 76px;\\\"><img src=\\\"https://stripe-images.s3.amazonaws.com/emails/invoices_invoice_illustration.png\\\" width=\\\"94\\\" height=\\\"91\\\" style=\\\"border: 0; margin: 0 auto; padding: 0; display: block; border-radius: 8px;\\\" alt=\\\"invoice illustration\\\"></td></tr></tbody></table><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"\\\"><tbody><tr><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;\\\"><a style=\\\"border: 0; margin: 0; padding: 0; text-decoration: none; outline: 0;;\\\" href=\\\"https://pay.stripe.com/invoice/acct_1Gn56EKMnTmnAGmP/test_YWNjdF8xR241NkVLTW5UbW5BR21QLF9QQkpVTE1pdXNJZjFFcXhsaDRJNHFJbENKeXIySWMxLDkzMDMxNzIx0200z8COXW0T/pdf?s=em\\\" target=\\\"_self\\\"><img src=\\\"https://stripe-images.s3.amazonaws.com/emails/invoices_arrow_down.png\\\" height=\\\"12\\\" width=\\\"12\\\" style=\\\"border: 0;line-height: 100%;margin-right: 4px; position: relative; top: 1px;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;color: #7A7A7A;font-size: 14px;line-height: 16px;font-weight: 500;\\\">Download invoice</span></a></td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 16px; width: 16px; font-size: 1px;\\\">&nbsp;</td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;\\\"><a style=\\\"border: 0; margin: 0; padding: 0; text-decoration: none; outline: 0;;\\\" href=\\\"https://dashboard.stripe.com/receipts/invoices/CAcaFwoVYWNjdF8xR241NkVLTW5UbW5BR21QKKnm56sGMgaCT3hFEho6LxZ8L5wtsegkpIvithhozWI0t9BmEF_leiSbg4PpLjfD46L1yf1pE6lhNxp41NFE/pdf?s=em\\\" target=\\\"_self\\\"><img src=\\\"https://stripe-images.s3.amazonaws.com/emails/invoices_arrow_down.png\\\" height=\\\"12\\\" width=\\\"12\\\" style=\\\"border: 0;line-height: 100%;margin-right: 4px; position: relative; top: 1px;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;color: #7A7A7A;font-size: 14px;line-height: 16px;font-weight: 500;\\\">Download receipt</span></a></td></tr></tbody></table><table class=\\\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"><tbody><tr><td height=\\\"32\\\" style=\\\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\\\"><div class=\\\"st-Spacer st-Spacer--filler\\\">&nbsp;</div></td></tr></tbody></table><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%\\\"><tbody><tr><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;vertical-align: top;white-space: nowrap;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;color: #7A7A7A;font-size: 14px;line-height: 16px;\\\">Receipt number</span></td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 24px;\\\">&nbsp;</td><td align=\\\"right\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;color: #1A1A1A;font-size: 14px;line-height: 16px;\\\">2279-1010</span></td></tr><tr><td colspan=\\\"2\\\" height=\\\"8\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;height: 8px;font-size: 1px;line-height: 1px;mso-line-height-rule: exactly;\\\">&nbsp;</td></tr><tr><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;vertical-align: top;white-space: nowrap;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;color: #7A7A7A;font-size: 14px;line-height: 16px;\\\">Invoice number</span></td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 24px;\\\">&nbsp;</td><td align=\\\"right\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;color: #1A1A1A;font-size: 14px;line-height: 16px;\\\">AAE9CD9C-0001</span></td></tr><tr><td colspan=\\\"2\\\" height=\\\"8\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;height: 8px;font-size: 1px;line-height: 1px;mso-line-height-rule: exactly;\\\">&nbsp;</td></tr><tr><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;vertical-align: top;white-space: nowrap;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;color: #7A7A7A;font-size: 14px;line-height: 16px;\\\">Payment method</span></td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 24px;\\\">&nbsp;</td><td align=\\\"right\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;color: #1A1A1A;font-size: 14px;line-height: 16px;\\\"><span><img alt=\\\"Mastercard\\\" height=\\\"16\\\" src=\\\"https://stripe-images.s3.amazonaws.com/emails/receipt_assets/card/mastercard-dark@2x.png\\\" style=\\\"border: 0; margin: 0; padding: 0; vertical-align: text-bottom;\\\" width=\\\"75\\\"></span><span>- 3222</span></span></td></tr></tbody></table></td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 32px; width: 32px; font-size: 1px;\\\">&nbsp;</td></tr></tbody></table><table class=\\\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"><tbody><tr><td height=\\\"24\\\" style=\\\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\\\"><div class=\\\"st-Spacer st-Spacer--filler\\\">&nbsp;</div></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table><table class=\\\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"><tbody><tr><td height=\\\"20\\\" style=\\\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\\\"><div class=\\\"st-Spacer st-Spacer--filler\\\">&nbsp;</div></td></tr></tbody></table><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td align=\\\"\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 100%; width: 482px; border-radius: 12px;box-shadow: 0 2px 5px 0 rgb(50 50 93 / 10%), 0 1px 1px 0 rgb(0 0 0 / 7%);\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td align=\\\"\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 100%; width: 482px; border-radius: 12px; background-color: #e3e8ee; padding: 1px;\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%; background-color: #ffffff; border-radius: 12px;\\\"><tbody><tr><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;\\\"><table class=\\\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"><tbody><tr><td height=\\\"32\\\" style=\\\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\\\"><div class=\\\"st-Spacer st-Spacer--filler\\\">&nbsp;</div></td></tr></tbody></table><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 32px; width: 32px; font-size: 1px;\\\">&nbsp;</td><td nowrap=\\\"\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 100%;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;color: #1A1A1A;font-size: 16px;line-height: 20px;font-weight: 500;white-space: nowrap;\\\">Receipt #2279-1010</span></td></tr></tbody></table><table class=\\\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"><tbody><tr><td height=\\\"26\\\" style=\\\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\\\"><div class=\\\"st-Spacer st-Spacer--filler\\\">&nbsp;</div></td></tr></tbody></table><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 32px; width: 32px; font-size: 1px;\\\">&nbsp;</td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;padding-left: 0px;\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td align=\\\"\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 100%;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;color: #1A1A1A;font-size: 14px;line-height: 16px;font-weight: 500;word-break: break-word;\\\">Starter</span></td></tr></tbody></table><table class=\\\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"><tbody><tr><td height=\\\"3\\\" style=\\\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\\\"><div class=\\\"st-Spacer st-Spacer--filler\\\">&nbsp;</div></td></tr></tbody></table><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td align=\\\"\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 100%;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;color: #999999;font-size: 12px;line-height: 14px;\\\">Qty 1</span></td></tr></tbody></table></td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 16px; width: 16px; font-size: 1px;\\\">&nbsp;</td><td align=\\\"right\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;text-align: right; vertical-align: top;\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td align=\\\"right\\\" nowrap=\\\"\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 100%;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;color: #1A1A1A;font-size: 14px;line-height: 16px;font-weight: 500;white-space: nowrap;\\\">$122.00</span></td></tr></tbody></table></td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 32px; width: 32px; font-size: 1px;\\\">&nbsp;</td></tr><tr><td colspan=\\\"5\\\" height=\\\"24\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;height: 24px;font-size: 1px;line-height: 1px;mso-line-height-rule: exactly;\\\">&nbsp;</td></tr></tbody></table><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 32px; width: 32px; font-size: 1px;\\\">&nbsp;</td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;padding-left: 0px;\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td align=\\\"\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 100%;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;color: #1A1A1A;font-size: 14px;line-height: 16px;font-weight: 500;word-break: break-word;\\\">Payment Processing Fee 5%</span></td></tr></tbody></table><table class=\\\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"><tbody><tr><td height=\\\"3\\\" style=\\\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\\\"><div class=\\\"st-Spacer st-Spacer--filler\\\">&nbsp;</div></td></tr></tbody></table><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td align=\\\"\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 100%;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;color: #999999;font-size: 12px;line-height: 14px;\\\">Qty 1</span></td></tr></tbody></table></td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 16px; width: 16px; font-size: 1px;\\\">&nbsp;</td><td align=\\\"right\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;text-align: right; vertical-align: top;\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td align=\\\"right\\\" nowrap=\\\"\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 100%;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;color: #1A1A1A;font-size: 14px;line-height: 16px;font-weight: 500;white-space: nowrap;\\\">$7.00</span></td></tr></tbody></table></td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 32px; width: 32px; font-size: 1px;\\\">&nbsp;</td></tr><tr><td colspan=\\\"5\\\" height=\\\"0\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;height: 0px;font-size: 1px;line-height: 1px;mso-line-height-rule: exactly;\\\">&nbsp;</td></tr></tbody></table><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td colspan=\\\"3\\\" height=\\\"16\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;height: 16px;font-size: 1px;line-height: 1px;mso-line-height-rule: exactly;\\\">&nbsp;</td></tr><tr><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 32px; width: 32px; font-size: 1px;\\\">&nbsp;</td><td height=\\\"1\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;height: 1px;font-size: 1px; background-color: #ebebeb; line-height: 1px;\\\">&nbsp;</td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 32px; width: 32px; font-size: 1px;\\\">&nbsp;</td></tr><tr><td colspan=\\\"3\\\" height=\\\"16\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;height: 16px;font-size: 1px;line-height: 1px;mso-line-height-rule: exactly;\\\">&nbsp;</td></tr></tbody></table><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 32px; width: 32px; font-size: 1px;\\\">&nbsp;</td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;padding-left: 0px;\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td align=\\\"\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 100%;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;color: #1A1A1A;font-size: 14px;line-height: 16px;font-weight: 500;word-break: break-word;\\\">Total</span></td></tr></tbody></table></td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 16px; width: 16px; font-size: 1px;\\\">&nbsp;</td><td align=\\\"right\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;text-align: right; vertical-align: top;\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td align=\\\"right\\\" nowrap=\\\"\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 100%;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;color: #1A1A1A;font-size: 14px;line-height: 16px;font-weight: 500;white-space: nowrap;\\\">$129.00</span></td></tr></tbody></table></td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 32px; width: 32px; font-size: 1px;\\\">&nbsp;</td></tr><tr><td colspan=\\\"5\\\" height=\\\"0\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;height: 0px;font-size: 1px;line-height: 1px;mso-line-height-rule: exactly;\\\">&nbsp;</td></tr></tbody></table><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td colspan=\\\"3\\\" height=\\\"16\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;height: 16px;font-size: 1px;line-height: 1px;mso-line-height-rule: exactly;\\\">&nbsp;</td></tr><tr><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 32px; width: 32px; font-size: 1px;\\\">&nbsp;</td><td height=\\\"1\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;height: 1px;font-size: 1px; background-color: #ebebeb; line-height: 1px;\\\">&nbsp;</td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 32px; width: 32px; font-size: 1px;\\\">&nbsp;</td></tr><tr><td colspan=\\\"3\\\" height=\\\"16\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;height: 16px;font-size: 1px;line-height: 1px;mso-line-height-rule: exactly;\\\">&nbsp;</td></tr></tbody></table><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 32px; width: 32px; font-size: 1px;\\\">&nbsp;</td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;padding-left: 0px;\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td align=\\\"\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 100%;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;color: #1A1A1A;font-size: 14px;line-height: 16px;font-weight: 500;word-break: break-word;\\\">Amount paid</span></td></tr></tbody></table></td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 16px; width: 16px; font-size: 1px;\\\">&nbsp;</td><td align=\\\"right\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;text-align: right; vertical-align: top;\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td align=\\\"right\\\" nowrap=\\\"\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 100%;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;color: #1A1A1A;font-size: 14px;line-height: 16px;font-weight: 500;white-space: nowrap;\\\">$129.00</span></td></tr></tbody></table></td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 32px; width: 32px; font-size: 1px;\\\">&nbsp;</td></tr><tr><td colspan=\\\"5\\\" height=\\\"0\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;height: 0px;font-size: 1px;line-height: 1px;mso-line-height-rule: exactly;\\\">&nbsp;</td></tr></tbody></table><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td colspan=\\\"3\\\" height=\\\"16\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;height: 16px;font-size: 1px;line-height: 1px;mso-line-height-rule: exactly;\\\">&nbsp;</td></tr><tr><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 32px; width: 32px; font-size: 1px;\\\">&nbsp;</td><td height=\\\"1\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;height: 1px;font-size: 1px; background-color: #ebebeb; line-height: 1px;\\\">&nbsp;</td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 32px; width: 32px; font-size: 1px;\\\">&nbsp;</td></tr><tr><td colspan=\\\"3\\\" height=\\\"20\\\" style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;height: 20px;font-size: 1px;line-height: 1px;mso-line-height-rule: exactly;\\\">&nbsp;</td></tr></tbody></table><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%\\\"><tbody><tr><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 32px; width: 32px; font-size: 1px;\\\">&nbsp;</td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;font-size: 14px;line-height: 16px;color: #999999;\\\">Questions? Visit our support site at <a style=\\\"border: 0; margin: 0; padding: 0; color: #625afa !important; font-weight: bold; text-decoration: none; white-space: nowrap;\\\" href=\\\"http://www.cargologik.com\\\">http://www.cargologik.com</a> or contact us at <a style=\\\"border: 0; margin: 0; padding: 0; color: #625afa !important; font-weight: bold; text-decoration: none; white-space: nowrap;\\\" href=\\\"mailto:accounting@cargologik.com\\\">accounting@cargologik.com</a>.</td><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;min-width: 32px; width: 32px; font-size: 1px;\\\">&nbsp;</td></tr></tbody></table></td></tr></tbody></table><table class=\\\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"><tbody><tr><td height=\\\"24\\\" style=\\\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\\\"><div class=\\\"st-Spacer st-Spacer--filler\\\">&nbsp;</div></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table><table class=\\\"st-Spacer st-Spacer--standalone st-Width st-Width--mobile\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\"><tbody><tr><td height=\\\"32\\\" style=\\\"border: 0; margin: 0; padding: 0; font-size: 1px; line-height: 1px; max-height: 1px; mso-line-height-rule: exactly;\\\"><div class=\\\"st-Spacer st-Spacer--filler\\\">&nbsp;</div></td></tr></tbody></table><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width: 100%;\\\"><tbody><tr><td style=\\\"border: 0;border-collapse: collapse;margin: 0;padding: 0;width: 100%; text-align: center; color: rgb(255, 255, 255); opacity: 0.5;\\\"><span style=\\\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, sans-serif;text-decoration: none;font-size: 12px; line-height: 14px;\\\"><p style=\\\"border: 0; margin: 0; padding: 0; font-family: -apple-system, 'SF Pro Display', 'SF Pro Text', 'Helvetica', sans-serif;\\\">Powered by<a style=\\\"border: 0; margin: 0; padding: 0; text-decoration: none; outline: 0;;\\\" href=\\\"https://stripe.com\\\" target=\\\"_self\\\"><img src=\\\"https://stripe-images.s3.amazonaws.com/emails/invoices_stripe_logo_light.png\\\" height=\\\"24\\\" width=\\\"51\\\" align=\\\"middle\\\" style=\\\"border: 0;line-height: 100%;vertical-align: middle;\\\" alt=\\\"stripe logo\\\"></a>&nbsp;&nbsp;|&nbsp;&nbsp;<a style=\\\"border: 0; margin: 0; padding: 0; text-decoration: none; outline: 0; color: rgb(255, 255, 255);;\\\" href=\\\"https://stripe.com/invoicing\\\" target=\\\"_self\\\">Learn more about Stripe Invoicing</a></p></span></td></tr></tbody></table></td></tr></tbody></table>\",\n        \"totalAmount\": 129,\n        \"status\": \"paid\",\n        \"createdAt\": \"2023-12-13T18:08:42.239Z\"\n    }\n]"}],"_postman_id":"53121b92-809d-42c3-a911-f6d8255282bc"}],"id":"65a2cb47-18e0-4e2f-994e-d521cc5b62b2","_postman_id":"65a2cb47-18e0-4e2f-994e-d521cc5b62b2","description":""},{"name":"Map","item":[{"name":"Map Save","id":"3c2a737d-9ab7-46f5-b261-33c7a96aa1a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"colorMap\": \"black\",\r\n    \"showMap\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/map/config/save","description":"<h2 id=\"save-map\">Save Map</h2>\n<p>This endpoint is used to save the map style configuration</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: <code>/api/map/config/save</code></li>\n<li><strong>Method HTTP</strong>: GET</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Allowed Values</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>colorMap</td>\n<td>black, gray, white</td>\n<td>Defines the color of the map.</td>\n</tr>\n<tr>\n<td>showMap</td>\n<td>true, false</td>\n<td>Indicates whether the map should be shown or not.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","map","config","save"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"f563d6d2-93ac-4d29-afc0-851aa14374f3","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"},{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"colorMap\": \"black\",\r\n    \"showMap\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/map/config/save"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"207"},{"key":"ETag","value":"W/\"cf-VMIMSOQyabbx4XGJBrC/Y6MJp38\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Wed, 03 Apr 2024 17:06:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"configMap\": {\n        \"_id\": \"64c0052882ec98cb0dd1c627\",\n        \"creationUser\": \"649618800b7497f3261b426f\",\n        \"tenant\": \"649618800b7497f3261b426d\",\n        \"__v\": 0,\n        \"colorMap\": \"black\",\n        \"createdAt\": \"2023-07-25T17:23:52.497Z\",\n        \"showMap\": true\n    }\n}"}],"_postman_id":"3c2a737d-9ab7-46f5-b261-33c7a96aa1a8"},{"name":"Map","id":"9a637792-835d-406c-b0ee-348d9e166ef0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/map/config","description":"<h2 id=\"map\">Map</h2>\n<p>This endpoint serves to query the map style.EndFragment</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><p><strong>URL</strong>: <code>/api/map/config</code></p>\n</li>\n<li><p><strong>Method HTTP</strong>: Post</p>\n</li>\n<li><p><strong>Headers</strong>:</p>\n<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["api","v2","map","config"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"ebd62865-556e-48f4-90fc-6f1e83adb413","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"},{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"/api/v2/map/config"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"ETag","value":"W/\"31-A1zZQaFyNtsJ+kIiEhwFr5fbp2M\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Wed, 03 Apr 2024 17:18:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"configMap\": {\n        \"colorMap\": \"white\",\n        \"showMap\": true\n    }\n}"}],"_postman_id":"9a637792-835d-406c-b0ee-348d9e166ef0"}],"id":"689fe133-8512-4bfb-bce4-2facf3cbcd97","_postman_id":"689fe133-8512-4bfb-bce4-2facf3cbcd97","description":""},{"name":"Message","item":[{"name":"getMessagesInteraction","id":"31694bff-06a3-4af7-817c-2a7c59199d1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/v2/messages/getMessagesInteraction","description":"<h2 id=\"get-message\">Get Message</h2>\n<p>This endpoint is used to visualize interactions of sent messages.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: /api/v2/messages/getMessagesInteraction</li>\n<li><strong>Method HTTP</strong>: GET</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>interaction</td>\n<td>Object containing information related to an interaction.</td>\n</tr>\n<tr>\n<td>- category</td>\n<td>Indicates the category of the interaction, which in this case is \"shipments\".</td>\n</tr>\n<tr>\n<td>- channelId</td>\n<td>Represents the unique identifier of the channel associated with the interaction.</td>\n</tr>\n<tr>\n<td>- name</td>\n<td>Specifies the name of the interaction, which is \"M233_CANAD-_COSTA_FAK\".</td>\n</tr>\n<tr>\n<td>members</td>\n<td>An array representing members associated with this interaction, which is currently empty.</td>\n</tr>\n<tr>\n<td>_id</td>\n<td>Represents the unique identifier of this JSON object.</td>\n</tr>\n<tr>\n<td>user</td>\n<td>Indicates the user associated with this interaction.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Contains the message associated with this interaction.</td>\n</tr>\n<tr>\n<td>notification</td>\n<td>Indicates the notification status associated with this interaction.</td>\n</tr>\n<tr>\n<td>updatedAt</td>\n<td>Specifies the timestamp indicating when this JSON object was last updated.</td>\n</tr>\n<tr>\n<td>userInteraction</td>\n<td>Represents the unique identifier of the user interaction.</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>Specifies the timestamp indicating when this JSON object was created.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","messages","getMessagesInteraction"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"4d56aaca-d7af-4a91-a8ce-f9c7a9a5e943","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"},{"key":"Accept-Language","value":"en","type":"text"}],"url":"/api/v2/messages/getMessagesInteraction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"31d5-+sOtWhKhTznRmMmc8LqBFZpFeJM\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Wed, 03 Apr 2024 17:27:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"interaction\": {\n            \"category\": \"shipments\",\n            \"channelId\": \"6584af14a1a71c8dfd392d11\",\n            \"name\": \"M233_CANAD-_COSTA_FAK\"\n        },\n        \"members\": [],\n        \"_id\": \"660d902e5ab6928b7faf2538\",\n        \"user\": \"64961c54416606c8874e1e60\",\n        \"message\": \"wewwe\",\n        \"notification\": 1,\n        \"updatedAt\": \"2024-04-03T17:21:50.372Z\",\n        \"userInteraction\": {\n            \"_id\": \"649618800b7497f3261b426f\",\n            \"firstName\": \"Pedro Pablo\",\n            \"lastName\": \"holguin\",\n            \"urlPhotoProfile\": \"https://storage.googleapis.com/carlinlsp-dev-cargologik-app/c0144786308f196864b208dc51c76734.blob?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1743699694&Signature=YJL90evUxvb2Kxn0Z0XajYSLRGCIXgCNuh%2FQJFQosuwKXYouaLdNXIIYtv5v7KumSEATuL2ZT%2FEfXWwFfyYc8VgMEut1EVrQQTHfipRB8rLKNYigM7QlXaohCEke0t%2BJpVQapPBG3PeV5bjsRlg27iE7oC%2BaH9c9pScBwlslHItD0wvKigs%2FCtJd70sesDG%2FCiJq0EPhcUaCRGU0J6ihWeo8vD8hX472Ui1v9uYQXPyjh3oNcIMOj6zidrPwPQfj%2BmNS7isygW%2FpPDLsak8o%2BO%2FQiRZR9n1qVjWX9trJBA68x6N0pZTKjuhDCLQadhFNvzudS0lYMUPFPt0YigIDlg%3D%3D\",\n            \"photo\": {\n                \"_id\": \"658adb3ca1a71c8dfd07d87c\",\n                \"bucketFileName\": \"c0144786308f196864b208dc51c76734.blob\",\n                \"directoryBucket\": \"carlinlsp-dev-cargologik-app\"\n            }\n        },\n        \"createdAt\": \"2024-04-03T17:27:18.924Z\"\n    },\n    {\n        \"interaction\": {\n            \"category\": \"quotes\",\n            \"channelId\": \"65f32e909cf74726780a9a1b\",\n            \"name\": \"M200_ECUADOR_ECUADOR_ATTENUATOR-NET\"\n        },\n        \"members\": [],\n        \"_id\": \"65f450ad9cf74726785f6bc3\",\n        \"user\": \"64961c54416606c8874e1e60\",\n        \"message\": \"gracias\",\n        \"notification\": 5,\n        \"updatedAt\": \"2024-03-15T13:44:21.792Z\",\n        \"userInteraction\": {\n            \"_id\": \"649618800b7497f3261b426f\",\n            \"firstName\": \"Pedro Pablo\",\n            \"lastName\": \"holguin\",\n            \"urlPhotoProfile\": \"https://storage.googleapis.com/carlinlsp-dev-cargologik-app/c0144786308f196864b208dc51c76734.blob?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1743699694&Signature=YJL90evUxvb2Kxn0Z0XajYSLRGCIXgCNuh%2FQJFQosuwKXYouaLdNXIIYtv5v7KumSEATuL2ZT%2FEfXWwFfyYc8VgMEut1EVrQQTHfipRB8rLKNYigM7QlXaohCEke0t%2BJpVQapPBG3PeV5bjsRlg27iE7oC%2BaH9c9pScBwlslHItD0wvKigs%2FCtJd70sesDG%2FCiJq0EPhcUaCRGU0J6ihWeo8vD8hX472Ui1v9uYQXPyjh3oNcIMOj6zidrPwPQfj%2BmNS7isygW%2FpPDLsak8o%2BO%2FQiRZR9n1qVjWX9trJBA68x6N0pZTKjuhDCLQadhFNvzudS0lYMUPFPt0YigIDlg%3D%3D\",\n            \"photo\": {\n                \"_id\": \"658adb3ca1a71c8dfd07d87c\",\n                \"bucketFileName\": \"c0144786308f196864b208dc51c76734.blob\",\n                \"directoryBucket\": \"carlinlsp-dev-cargologik-app\"\n            }\n        },\n        \"createdAt\": \"2024-04-03T17:27:18.924Z\"\n    },\n    {\n        \"interaction\": {\n            \"category\": \"quotes\",\n            \"channelId\": \"65f330819cf74726780c03c1\",\n            \"name\": \"M201_ECUADOR_ECUADOR_-2-HEATING-FUEL\"\n        },\n        \"members\": [],\n        \"_id\": \"65f360d49cf7472678183882\",\n        \"user\": \"64961c54416606c8874e1e60\",\n        \"message\": \"df\",\n        \"notification\": 8,\n        \"updatedAt\": \"2024-03-15T13:34:14.351Z\",\n        \"userInteraction\": {\n            \"_id\": \"649618800b7497f3261b426f\",\n            \"firstName\": \"Pedro Pablo\",\n            \"lastName\": \"holguin\",\n            \"urlPhotoProfile\": \"https://storage.googleapis.com/carlinlsp-dev-cargologik-app/c0144786308f196864b208dc51c76734.blob?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1743699694&Signature=YJL90evUxvb2Kxn0Z0XajYSLRGCIXgCNuh%2FQJFQosuwKXYouaLdNXIIYtv5v7KumSEATuL2ZT%2FEfXWwFfyYc8VgMEut1EVrQQTHfipRB8rLKNYigM7QlXaohCEke0t%2BJpVQapPBG3PeV5bjsRlg27iE7oC%2BaH9c9pScBwlslHItD0wvKigs%2FCtJd70sesDG%2FCiJq0EPhcUaCRGU0J6ihWeo8vD8hX472Ui1v9uYQXPyjh3oNcIMOj6zidrPwPQfj%2BmNS7isygW%2FpPDLsak8o%2BO%2FQiRZR9n1qVjWX9trJBA68x6N0pZTKjuhDCLQadhFNvzudS0lYMUPFPt0YigIDlg%3D%3D\",\n            \"photo\": {\n                \"_id\": \"658adb3ca1a71c8dfd07d87c\",\n                \"bucketFileName\": \"c0144786308f196864b208dc51c76734.blob\",\n                \"directoryBucket\": \"carlinlsp-dev-cargologik-app\"\n            }\n        },\n        \"createdAt\": \"2024-04-03T17:27:18.924Z\"\n    },\n    {\n        \"interaction\": {\n            \"category\": \"quotes\",\n            \"channelId\": \"65eb23279b305ef8c3851878\",\n            \"name\": \"M155_COSTA_CANADA_16-BIT-MICROCON\"\n        },\n        \"members\": [],\n        \"_id\": \"65f346fb9cf747267811f7d7\",\n        \"user\": \"64961c54416606c8874e1e60\",\n        \"message\": \"es\",\n        \"notification\": 8,\n        \"updatedAt\": \"2024-03-14T18:50:44.281Z\",\n        \"userInteraction\": {\n            \"_id\": \"649618800b7497f3261b426f\",\n            \"firstName\": \"Pedro Pablo\",\n            \"lastName\": \"holguin\",\n            \"urlPhotoProfile\": \"https://storage.googleapis.com/carlinlsp-dev-cargologik-app/c0144786308f196864b208dc51c76734.blob?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1743699694&Signature=YJL90evUxvb2Kxn0Z0XajYSLRGCIXgCNuh%2FQJFQosuwKXYouaLdNXIIYtv5v7KumSEATuL2ZT%2FEfXWwFfyYc8VgMEut1EVrQQTHfipRB8rLKNYigM7QlXaohCEke0t%2BJpVQapPBG3PeV5bjsRlg27iE7oC%2BaH9c9pScBwlslHItD0wvKigs%2FCtJd70sesDG%2FCiJq0EPhcUaCRGU0J6ihWeo8vD8hX472Ui1v9uYQXPyjh3oNcIMOj6zidrPwPQfj%2BmNS7isygW%2FpPDLsak8o%2BO%2FQiRZR9n1qVjWX9trJBA68x6N0pZTKjuhDCLQadhFNvzudS0lYMUPFPt0YigIDlg%3D%3D\",\n            \"photo\": {\n                \"_id\": \"658adb3ca1a71c8dfd07d87c\",\n                \"bucketFileName\": \"c0144786308f196864b208dc51c76734.blob\",\n                \"directoryBucket\": \"carlinlsp-dev-cargologik-app\"\n            }\n        },\n        \"createdAt\": \"2024-04-03T17:27:18.924Z\"\n    },\n    {\n        \"interaction\": {\n            \"category\": \"shipments\",\n            \"channelId\": \"65df52309b305ef8c36ac590\",\n            \"name\": \"M257_ECUADOR_ECUADOR_-2-HEATING-FUEL\"\n        },\n        \"members\": [],\n        \"_id\": \"65f1848e9cf74726785abe8c\",\n        \"user\": \"64961c54416606c8874e1e60\",\n        \"message\": \"No sabes cómo te deseo No sabes cómo te he soñado Si tú supieras que me muero Por tu amor, y por tus labios  Si tú supieras que soy sincero Que yo soy derecho y no te fallo Si tú supieras lo que te quiero Podría darte todo hasta mis ojos  Pero tú ya tienes otro Un tipo frío y aburrido Un tonto que es un reprimido Eso no te queda a ti No te va\",\n        \"notification\": 8,\n        \"updatedAt\": \"2024-03-13T15:46:19.497Z\",\n        \"userInteraction\": {\n            \"_id\": \"649618800b7497f3261b426f\",\n            \"firstName\": \"Pedro Pablo\",\n            \"lastName\": \"holguin\",\n            \"urlPhotoProfile\": \"https://storage.googleapis.com/carlinlsp-dev-cargologik-app/c0144786308f196864b208dc51c76734.blob?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1743699694&Signature=YJL90evUxvb2Kxn0Z0XajYSLRGCIXgCNuh%2FQJFQosuwKXYouaLdNXIIYtv5v7KumSEATuL2ZT%2FEfXWwFfyYc8VgMEut1EVrQQTHfipRB8rLKNYigM7QlXaohCEke0t%2BJpVQapPBG3PeV5bjsRlg27iE7oC%2BaH9c9pScBwlslHItD0wvKigs%2FCtJd70sesDG%2FCiJq0EPhcUaCRGU0J6ihWeo8vD8hX472Ui1v9uYQXPyjh3oNcIMOj6zidrPwPQfj%2BmNS7isygW%2FpPDLsak8o%2BO%2FQiRZR9n1qVjWX9trJBA68x6N0pZTKjuhDCLQadhFNvzudS0lYMUPFPt0YigIDlg%3D%3D\",\n            \"photo\": {\n                \"_id\": \"658adb3ca1a71c8dfd07d87c\",\n                \"bucketFileName\": \"c0144786308f196864b208dc51c76734.blob\",\n                \"directoryBucket\": \"carlinlsp-dev-cargologik-app\"\n            }\n        },\n        \"createdAt\": \"2024-04-03T17:27:18.924Z\"\n    },\n    {\n        \"interaction\": {\n            \"category\": \"bookings\",\n            \"channelId\": \"65d9f4d51498a389108e1c54\",\n            \"name\": \"M11_CANADA_MX_FAK\"\n        },\n        \"members\": [],\n        \"_id\": \"65e85f0c9b305ef8c3b29c3e\",\n        \"user\": \"64961c54416606c8874e1e60\",\n        \"message\": \"ghhghg\",\n        \"notification\": 0,\n        \"updatedAt\": \"2024-03-06T13:39:52.003Z\",\n        \"userInteraction\": {\n            \"_id\": \"64961c54416606c8874e1e60\",\n            \"firstName\": \"Shipper\",\n            \"lastName\": \"Pedro\",\n            \"urlPhotoProfile\": \"https://storage.googleapis.com/shipperpedro-dev-com/22602e1eaa510c58020a4a34bfca2129.blob?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1743699694&Signature=PML97crJ19oDgjcIytBYagRBjYm3u8mparYTG0dNe804K37grGCE5GQYnhxw3ALTEEGVyhcomuzSg4Zkm6yPw3m%2FNRoYGhWpYye%2BGUGjH7Ov44T7%2FPq%2F7oo0CN1VRnRmaCvtlOB2W%2FS876%2F0zG25loHRSoLEj7Rm9E8reO73O71T82ogfBVKj5AYuP9ofCbQ2er5jO3bFhQsF7Oaz5u5KX09zxhjgxXK0NBKyAxIVZDmiMe25pt2wGKCqx5kfveDCwUBwwHuwQ%2BPm4JxTnctUqfaH7eXCMS1o8wM6dDI%2Fdiz%2F9Ni8m%2Fkd7qvuBnbAJEA9bOpZna0cbFe3j8YHOiwfg%3D%3D\",\n            \"photo\": {\n                \"_id\": \"658c7fa3a1a71c8dfd46df0c\",\n                \"bucketFileName\": \"22602e1eaa510c58020a4a34bfca2129.blob\",\n                \"directoryBucket\": \"shipperpedro-dev-com\"\n            }\n        },\n        \"createdAt\": \"2024-04-03T17:27:18.924Z\"\n    },\n    {\n        \"interaction\": {\n            \"category\": \"quotes\",\n            \"channelId\": \"65e78ff09b305ef8c381b7ca\",\n            \"name\": \"M148_CANADA_CHINA_ABACAVIR-SULFAT\"\n        },\n        \"members\": [],\n        \"_id\": \"65e867489b305ef8c3b42046\",\n        \"user\": \"64961c54416606c8874e1e60\",\n        \"message\": \"kjkj\",\n        \"notification\": 0,\n        \"updatedAt\": \"2024-03-06T13:15:18.721Z\",\n        \"userInteraction\": {\n            \"_id\": \"64961c54416606c8874e1e60\",\n            \"firstName\": \"Shipper\",\n            \"lastName\": \"Pedro\",\n            \"urlPhotoProfile\": \"https://storage.googleapis.com/shipperpedro-dev-com/22602e1eaa510c58020a4a34bfca2129.blob?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1743699694&Signature=PML97crJ19oDgjcIytBYagRBjYm3u8mparYTG0dNe804K37grGCE5GQYnhxw3ALTEEGVyhcomuzSg4Zkm6yPw3m%2FNRoYGhWpYye%2BGUGjH7Ov44T7%2FPq%2F7oo0CN1VRnRmaCvtlOB2W%2FS876%2F0zG25loHRSoLEj7Rm9E8reO73O71T82ogfBVKj5AYuP9ofCbQ2er5jO3bFhQsF7Oaz5u5KX09zxhjgxXK0NBKyAxIVZDmiMe25pt2wGKCqx5kfveDCwUBwwHuwQ%2BPm4JxTnctUqfaH7eXCMS1o8wM6dDI%2Fdiz%2F9Ni8m%2Fkd7qvuBnbAJEA9bOpZna0cbFe3j8YHOiwfg%3D%3D\",\n            \"photo\": {\n                \"_id\": \"658c7fa3a1a71c8dfd46df0c\",\n                \"bucketFileName\": \"22602e1eaa510c58020a4a34bfca2129.blob\",\n                \"directoryBucket\": \"shipperpedro-dev-com\"\n            }\n        },\n        \"createdAt\": \"2024-04-03T17:27:18.924Z\"\n    },\n    {\n        \"interaction\": {\n            \"category\": \"shipments\",\n            \"channelId\": \"65ab040426f8da1212dfaa2e\",\n            \"name\": \"M28_COLOMBIA_CHICAGO_FAK\"\n        },\n        \"members\": [],\n        \"_id\": \"65e841399b305ef8c3ada230\",\n        \"user\": \"64961c54416606c8874e1e60\",\n        \"message\": \"gg\",\n        \"notification\": 0,\n        \"updatedAt\": \"2024-03-06T11:31:45.653Z\",\n        \"userInteraction\": {\n            \"_id\": \"64961c54416606c8874e1e60\",\n            \"firstName\": \"Shipper\",\n            \"lastName\": \"Pedro\",\n            \"urlPhotoProfile\": \"https://storage.googleapis.com/shipperpedro-dev-com/22602e1eaa510c58020a4a34bfca2129.blob?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1743699694&Signature=PML97crJ19oDgjcIytBYagRBjYm3u8mparYTG0dNe804K37grGCE5GQYnhxw3ALTEEGVyhcomuzSg4Zkm6yPw3m%2FNRoYGhWpYye%2BGUGjH7Ov44T7%2FPq%2F7oo0CN1VRnRmaCvtlOB2W%2FS876%2F0zG25loHRSoLEj7Rm9E8reO73O71T82ogfBVKj5AYuP9ofCbQ2er5jO3bFhQsF7Oaz5u5KX09zxhjgxXK0NBKyAxIVZDmiMe25pt2wGKCqx5kfveDCwUBwwHuwQ%2BPm4JxTnctUqfaH7eXCMS1o8wM6dDI%2Fdiz%2F9Ni8m%2Fkd7qvuBnbAJEA9bOpZna0cbFe3j8YHOiwfg%3D%3D\",\n            \"photo\": {\n                \"_id\": \"658c7fa3a1a71c8dfd46df0c\",\n                \"bucketFileName\": \"22602e1eaa510c58020a4a34bfca2129.blob\",\n                \"directoryBucket\": \"shipperpedro-dev-com\"\n            }\n        },\n        \"createdAt\": \"2024-04-03T17:27:18.924Z\"\n    },\n    {\n        \"interaction\": {\n            \"category\": \"shipments\",\n            \"channelId\": \"6579f9e8dd2c09ed1ada6ae1\",\n            \"name\": \"M2_EL_ECUADOR_ATTENUATOR-NET\"\n        },\n        \"members\": [],\n        \"_id\": \"658b255da1a71c8dfd136c15\",\n        \"user\": \"64961c54416606c8874e1e60\",\n        \"message\": \"hola\",\n        \"notification\": 0,\n        \"updatedAt\": \"2023-12-27T19:52:42.523Z\",\n        \"userInteraction\": {\n            \"_id\": \"6579f3231ad24826083d4272\",\n            \"firstName\": \"Carlos\",\n            \"lastName\": \"Caguana\",\n            \"urlPhotoProfile\": \"https://storage.googleapis.com/carlinlsp-dev-cargologik-app/c0144786308f196864b208dc51c76734.blob?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1743699694&Signature=YJL90evUxvb2Kxn0Z0XajYSLRGCIXgCNuh%2FQJFQosuwKXYouaLdNXIIYtv5v7KumSEATuL2ZT%2FEfXWwFfyYc8VgMEut1EVrQQTHfipRB8rLKNYigM7QlXaohCEke0t%2BJpVQapPBG3PeV5bjsRlg27iE7oC%2BaH9c9pScBwlslHItD0wvKigs%2FCtJd70sesDG%2FCiJq0EPhcUaCRGU0J6ihWeo8vD8hX472Ui1v9uYQXPyjh3oNcIMOj6zidrPwPQfj%2BmNS7isygW%2FpPDLsak8o%2BO%2FQiRZR9n1qVjWX9trJBA68x6N0pZTKjuhDCLQadhFNvzudS0lYMUPFPt0YigIDlg%3D%3D\",\n            \"photo\": {\n                \"_id\": \"658adb3ca1a71c8dfd07d87c\",\n                \"bucketFileName\": \"c0144786308f196864b208dc51c76734.blob\",\n                \"directoryBucket\": \"carlinlsp-dev-cargologik-app\"\n            }\n        },\n        \"createdAt\": \"2024-04-03T17:27:18.924Z\"\n    },\n    {\n        \"interaction\": {\n            \"category\": \"shipments\",\n            \"channelId\": \"655cb5f3210d37d1cf0520b4\",\n            \"name\": \"M186_CANAD-_CHINA_FAK\"\n        },\n        \"members\": [],\n        \"_id\": \"657cc48edd2c09ed1a5a4ec9\",\n        \"user\": \"64961c54416606c8874e1e60\",\n        \"message\": \"hola\",\n        \"notification\": 2,\n        \"updatedAt\": \"2023-12-26T14:04:23.226Z\",\n        \"userInteraction\": {\n            \"_id\": \"649618800b7497f3261b426f\",\n            \"firstName\": \"Pedro Pablo\",\n            \"lastName\": \"holguin\",\n            \"urlPhotoProfile\": \"https://storage.googleapis.com/carlinlsp-dev-cargologik-app/c0144786308f196864b208dc51c76734.blob?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1743699694&Signature=YJL90evUxvb2Kxn0Z0XajYSLRGCIXgCNuh%2FQJFQosuwKXYouaLdNXIIYtv5v7KumSEATuL2ZT%2FEfXWwFfyYc8VgMEut1EVrQQTHfipRB8rLKNYigM7QlXaohCEke0t%2BJpVQapPBG3PeV5bjsRlg27iE7oC%2BaH9c9pScBwlslHItD0wvKigs%2FCtJd70sesDG%2FCiJq0EPhcUaCRGU0J6ihWeo8vD8hX472Ui1v9uYQXPyjh3oNcIMOj6zidrPwPQfj%2BmNS7isygW%2FpPDLsak8o%2BO%2FQiRZR9n1qVjWX9trJBA68x6N0pZTKjuhDCLQadhFNvzudS0lYMUPFPt0YigIDlg%3D%3D\",\n            \"photo\": {\n                \"_id\": \"658adb3ca1a71c8dfd07d87c\",\n                \"bucketFileName\": \"c0144786308f196864b208dc51c76734.blob\",\n                \"directoryBucket\": \"carlinlsp-dev-cargologik-app\"\n            }\n        },\n        \"createdAt\": \"2024-04-03T17:27:18.924Z\"\n    },\n    {\n        \"interaction\": {\n            \"category\": \"bookings\",\n            \"channelId\": \"656e29dae7e2928779160559\",\n            \"name\": \"M10_CI_MX_FAK\"\n        },\n        \"members\": [],\n        \"_id\": \"657cc4aedd2c09ed1a5a5442\",\n        \"user\": \"64961c54416606c8874e1e60\",\n        \"message\": \"\",\n        \"notification\": 1,\n        \"updatedAt\": \"2023-12-15T21:27:10.317Z\",\n        \"userInteraction\": {\n            \"_id\": \"649618800b7497f3261b426f\",\n            \"firstName\": \"Pedro Pablo\",\n            \"lastName\": \"holguin\",\n            \"urlPhotoProfile\": \"https://storage.googleapis.com/carlinlsp-dev-cargologik-app/c0144786308f196864b208dc51c76734.blob?GoogleAccessId=api-admin%40cargologik.iam.gserviceaccount.com&Expires=1743699694&Signature=YJL90evUxvb2Kxn0Z0XajYSLRGCIXgCNuh%2FQJFQosuwKXYouaLdNXIIYtv5v7KumSEATuL2ZT%2FEfXWwFfyYc8VgMEut1EVrQQTHfipRB8rLKNYigM7QlXaohCEke0t%2BJpVQapPBG3PeV5bjsRlg27iE7oC%2BaH9c9pScBwlslHItD0wvKigs%2FCtJd70sesDG%2FCiJq0EPhcUaCRGU0J6ihWeo8vD8hX472Ui1v9uYQXPyjh3oNcIMOj6zidrPwPQfj%2BmNS7isygW%2FpPDLsak8o%2BO%2FQiRZR9n1qVjWX9trJBA68x6N0pZTKjuhDCLQadhFNvzudS0lYMUPFPt0YigIDlg%3D%3D\",\n            \"photo\": {\n                \"_id\": \"658adb3ca1a71c8dfd07d87c\",\n                \"bucketFileName\": \"c0144786308f196864b208dc51c76734.blob\",\n                \"directoryBucket\": \"carlinlsp-dev-cargologik-app\"\n            }\n        },\n        \"createdAt\": \"2024-04-03T17:27:18.925Z\"\n    }\n]"}],"_postman_id":"31694bff-06a3-4af7-817c-2a7c59199d1b"},{"name":"readMessage","id":"187b7a14-e732-4bfa-b670-6f5965aa772f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"660d902e5ab6928b7faf2538\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/messages/readMessage","description":"<h2 id=\"read-message\">Read Message</h2>\n<p>This endpoint is used to mark the message as read.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<ul>\n<li><strong>URL</strong>: /api/v2/messages/readMessage</li>\n<li><strong>Method HTTP</strong>: Put</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Identifier of the interaction's ID</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","messages","readMessage"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"d35634e5-a810-43a7-8558-ee5cf1041497","name":"Example","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"},{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"660d902e5ab6928b7faf2538\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/messages/readMessage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"undefined"},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,POST,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, *"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"348"},{"key":"ETag","value":"W/\"15c-v3TzsbEdHwINhZ9fDVWFoWXo2UI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Wed, 03 Apr 2024 17:51:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"interaction\": {\n        \"category\": \"shipments\",\n        \"channelId\": \"6584af14a1a71c8dfd392d11\",\n        \"name\": \"M233_CANAD-_COSTA_FAK\"\n    },\n    \"members\": [],\n    \"_id\": \"660d902e5ab6928b7faf2538\",\n    \"user\": \"64961c54416606c8874e1e60\",\n    \"message\": \"wewwe\",\n    \"notification\": 0,\n    \"updatedAt\": \"2024-04-03T17:21:50.372Z\",\n    \"userInteraction\": \"649618800b7497f3261b426f\",\n    \"createdAt\": \"2024-04-03T17:51:11.849Z\"\n}"}],"_postman_id":"187b7a14-e732-4bfa-b670-6f5965aa772f"}],"id":"a6a3083b-6aef-458c-99b8-b4bb5ad21582","_postman_id":"a6a3083b-6aef-458c-99b8-b4bb5ad21582","description":""},{"name":"Billing","item":[{"name":"Listing Cards","id":"fa5becb4-bec9-47c0-bd2b-46ba3b294ca6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<h2 id=\"description\">Description</h2>\n<p>This API provides the functionality to list all registered cards for a specific company. The company is identified by the ID provided as the last parameter in the URL.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/billing/list-cards/{company_id}</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: GET</p>\n</li>\n</ul>\n<h2 id=\"parameters\">Parameters</h2>\n<ul>\n<li><p><strong>company_id</strong>: The ID of the company for which the cards will be listed.</p>\n<ul>\n<li><p>Type: String</p>\n</li>\n<li><p>Example: <code>64e65296ece6348426eaef98</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON object with the following properties:</p>\n<ul>\n<li><p><strong>object</strong>: Type of the object, always \"list\".</p>\n</li>\n<li><p><strong>data</strong>: List of registered cards.</p>\n<ul>\n<li><p><strong>id</strong>: Card ID.</p>\n</li>\n<li><p><strong>object</strong>: Type of the object, always \"card\".</p>\n</li>\n<li><p><strong>address_city</strong>: City of the address associated with the card.</p>\n</li>\n<li><p><strong>address_country</strong>: Country of the address associated with the card.</p>\n</li>\n<li><p><strong>address_line1</strong>: Address line 1 associated with the card.</p>\n</li>\n<li><p><strong>address_line1_check</strong>: Address check (available or unavailable).</p>\n</li>\n<li><p><strong>address_line2</strong>: Address line 2 associated with the card.</p>\n</li>\n<li><p><strong>address_state</strong>: State of the address associated with the card.</p>\n</li>\n<li><p><strong>address_zip</strong>: ZIP code of the address associated with the card.</p>\n</li>\n<li><p><strong>address_zip_check</strong>: ZIP code check (available or unavailable).</p>\n</li>\n<li><p><strong>brand</strong>: Card brand (e.g., Visa, Mastercard).</p>\n</li>\n<li><p><strong>country</strong>: Country code of the card (ISO 3166-1 alpha-2).</p>\n</li>\n<li><p><strong>customer</strong>: Customer ID associated with the card.</p>\n</li>\n<li><p><strong>cvc_check</strong>: CVC check (available or unavailable).</p>\n</li>\n<li><p><strong>dynamic_last4</strong>: Dynamic last 4 digits of the card (if applicable).</p>\n</li>\n<li><p><strong>exp_month</strong>: Card expiration month.</p>\n</li>\n<li><p><strong>exp_year</strong>: Card expiration year.</p>\n</li>\n<li><p><strong>fingerprint</strong>: Card fingerprint.</p>\n</li>\n<li><p><strong>funding</strong>: Card funding type (e.g., credit, debit).</p>\n</li>\n<li><p><strong>last4</strong>: Last 4 digits of the card.</p>\n</li>\n<li><p><strong>metadata</strong>: Additional metadata associated with the card.</p>\n</li>\n<li><p><strong>name</strong>: Name of the cardholder.</p>\n</li>\n<li><p><strong>tokenization_method</strong>: Tokenization method used (if applicable).</p>\n</li>\n<li><p><strong>wallet</strong>: Information about the digital wallet associated with the card (if applicable).</p>\n</li>\n<li><p><strong>updatedAt</strong>: Date and time of the last update to the card.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>has_more</strong>: Indicates whether there are more cards to be listed.</p>\n</li>\n<li><p><strong>url</strong>: URL to access more information about the customer's cards.</p>\n</li>\n</ul>\n<h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code{\n    \"object\": \"list\",\n    \"data\": [\n        {\n            \"id\": \"card_1NiLyDKMnTmnAGmPRbVvwMSr\",\n            \"object\": \"card\",\n            \"address_city\": \"Teste\",\n            \"address_country\": \"Teste\",\n            \"address_line1\": \"Teste\",\n            \"address_line1_check\": \"unavailable\",\n            \"address_line2\": \"\",\n            \"address_state\": \"Brazil\",\n            \"address_zip\": \"141548\",\n            \"address_zip_check\": \"unavailable\",\n            \"brand\": \"Visa\",\n            \"country\": \"EC\",\n            \"customer\": \"cus_OVMh3Tx175wyxl\",\n            \"cvc_check\": \"unavailable\",\n            \"dynamic_last4\": null,\n            \"exp_month\": 2,\n            \"exp_year\": 2028,\n            \"fingerprint\": \"wYswwGBOizLyatoL\",\n            \"funding\": \"credit\",\n            \"last4\": \"0007\",\n            \"metadata\": {},\n            \"name\": \"TEST\",\n            \"tokenization_method\": null,\n            \"wallet\": null,\n            \"updatedAt\": \"2023-08-23T18:40:23.228Z\"\n        }\n    ],\n    \"has_more\": false,\n    \"url\": \"/v1/customers/cus_OVMh3Tx175wyxl/sources\"\n}\n\n</code></pre><h2 id=\"usage-examples\">Usage Examples</h2>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codecurl -X GET \"https://logunsa.cargologik.app/api/v2/billing/list-cards/64e65296ece6348426eaef98\" \\\n     -H \"Authorization: \n\n</code></pre><p>Replace <code>YOUR_AUTHORIZATION_TOKEN</code> with a valid authorization token to authenticate the request.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"fa5becb4-bec9-47c0-bd2b-46ba3b294ca6"},{"name":"Add Credit Card","id":"73df06fd-229d-44e4-95e1-02b18e02a8f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"card\": {\r\n        \"name\": \"Lucas Silva\",\r\n        \"number\": \"4242424242424242\",\r\n        \"exp_month\": \"12\",\r\n        \"exp_year\": \"2024\",\r\n        \"cvc\": \"922\",\r\n        \"address_city\": \"Hortolandia\",\r\n        \"address_country\": \"Brazil\",\r\n        \"address_line1\": \"Rua José Roberto Diogo\",\r\n        \"address_line2\": null,\r\n        \"address_state\": \"São Paulo\",\r\n        \"address_zip\": \"13186150\"\r\n    },\r\n    \"companyId\": \"658c848c66611094affd5673\",\r\n    \"isDefaultCard\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/billing/add-credit-card","description":"<p>Description</p>\n<p>This API provides the functionality to add a new credit card to a specific company.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/billing/add-credit-card</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: POST</p>\n</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p>The API expects a JSON object in the request body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code{\n    \"card\": {\n        \"name\": \"Lucas Silva\",\n        \"number\": \"4242424242424242\",\n        \"exp_month\": \"12\",\n        \"exp_year\": \"2024\",\n        \"cvc\": \"922\",\n        \"address_city\": \"Hortolandia\",\n        \"address_country\": \"Brazil\",\n        \"address_line1\": \"Rua José Roberto Diogo\",\n        \"address_line2\": null,\n        \"address_state\": \"São Paulo\",\n        \"address_zip\": \"13186150\"\n    },\n    \"companyId\": \"658c848c66611094affd5673\",\n    \"isDefaultCard\": true\n}\n\n</code></pre><h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><p><strong>card</strong>: Object containing the credit card details.</p>\n<ul>\n<li><p><strong>name</strong>: Name of the cardholder.</p>\n</li>\n<li><p><strong>number</strong>: Credit card number.</p>\n</li>\n<li><p><strong>exp_month</strong>: Expiration month of the card.</p>\n</li>\n<li><p><strong>exp_year</strong>: Expiration year of the card.</p>\n</li>\n<li><p><strong>cvc</strong>: Card Verification Code.</p>\n</li>\n<li><p><strong>address_city</strong>: City in the cardholder's address.</p>\n</li>\n<li><p><strong>address_country</strong>: Country in the cardholder's address.</p>\n</li>\n<li><p><strong>address_line1</strong>: Address line 1 of the cardholder.</p>\n</li>\n<li><p><strong>address_line2</strong>: Address line 2 of the cardholder (optional).</p>\n</li>\n<li><p><strong>address_state</strong>: State in the cardholder's address.</p>\n</li>\n<li><p><strong>address_zip</strong>: ZIP code in the cardholder's address.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>companyId</strong>: ID of the company to which the card will be added.</p>\n<ul>\n<li><p>Type: String</p>\n</li>\n<li><p>Example: <code>658c848c66611094affd5673</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong>isDefaultCard</strong>: Boolean indicating whether this is the default card for the company.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON object with the following properties upon successful addition of the credit card:</p>\n<ul>\n<li><p><strong>_id</strong>: Internal ID of the credit card entry.</p>\n</li>\n<li><p><strong>companyId</strong>: ID of the company to which the card was added.</p>\n</li>\n<li><p><strong>cardId</strong>: ID of the added credit card.</p>\n</li>\n<li><p><strong>customerId</strong>: ID of the customer associated with the card.</p>\n</li>\n<li><p><strong>createdAt</strong>: Timestamp indicating when the card was added.</p>\n</li>\n<li><p><strong>updatedAt</strong>: Timestamp indicating when the card entry was last updated.</p>\n</li>\n<li><p><strong>__v</strong>: Version number of the card entry.</p>\n</li>\n</ul>\n<h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code{\n    \"_id\": \"658c848c66611094affd57a2\",\n    \"companyId\": \"658c848c66611094affd5673\",\n    \"cardId\": \"card_1P1srzKMnTmnAGmPubmumWmy\",\n    \"customerId\": \"cus_PGaby565FcDnHj\",\n    \"createdAt\": \"2023-12-27T20:09:48.890Z\",\n    \"__v\": 0,\n    \"updatedAt\": \"2024-04-04T16:10:32.962Z\"\n}\n\n</code></pre><h2 id=\"usage-examples\">Usage Examples</h2>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codecurl -X POST \"https://honeywelltestin.cargologik.app/api/v2/billing/add-credit-card\" \\\n     -H \"Content-Type: application/json\" \\\n     -H \"Authorization:  \\\n     -d '{\n           \"card\": {\n               \"name\": \"Lucas Silva\",\n               \"number\": \"4242424242424242\",\n               \"exp_month\": \"12\",\n               \"exp_year\": \"2024\",\n               \"cvc\": \"922\",\n               \"address_city\": \"Hortolandia\",\n               \"address_country\": \"Brazil\",\n               \"address_line1\": \"Rua José Roberto Diogo\",\n               \"address_line2\": null,\n               \"address_state\": \"São Paulo\",\n               \"address_zip\": \"13186150\"\n           },\n           \"companyId\": \"658c848c66611094affd5673\",\n           \"isDefaultCard\": true\n         }'\n\n</code></pre><p>Replace <code>YOUR_AUTHORIZATION_TOKEN</code> with a valid authorization token to authenticate the request.</p>\n","urlObject":{"path":["api","v2","billing","add-credit-card"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"73df06fd-229d-44e4-95e1-02b18e02a8f9"},{"name":"Update Credit Card","id":"8ce81eb6-671d-4e66-8a87-f1bd8e2f5d3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cardId\": \"card_1P1srzKMnTmnAGmPubmumWmy\",\r\n    \"customer\": {\r\n        \"name\": \"Lucas S C Silva\",\r\n        \"email\": \"lucasscsilv@outlook.com\"\r\n    },\r\n    \"card\": {\r\n        \"exp_month\": \"10\",\r\n        \"exp_year\": \"2029\",\r\n        \"address_city\": \"Campinas\",\r\n        \"address_country\": \"Turkey\",\r\n        \"address_line1\": \"Campinas\",\r\n        \"address_line2\": null,\r\n        \"address_state\": \"São Paulo\",\r\n        \"address_zip\": \"13186150\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/billing/update-card-details","description":"<h2 id=\"description\">Description</h2>\n<p>This API provides the functionality to update the details of an existing credit card associated with a specific company.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/billing/update-card-details</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: PUT</p>\n</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p>The API expects a JSON object in the request body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code{\n    \"cardId\": \"card_1P1srzKMnTmnAGmPubmumWmy\",\n    \"customer\": {\n        \"name\": \"Lucas S C Silva\",\n        \"email\": \"lucasscsilv@outlook.com\"\n    },\n    \"card\": {\n        \"exp_month\": \"10\",\n        \"exp_year\": \"2029\",\n        \"address_city\": \"Campinas\",\n        \"address_country\": \"Turkey\",\n        \"address_line1\": \"Campinas\",\n        \"address_line2\": null,\n        \"address_state\": \"São Paulo\",\n        \"address_zip\": \"13186150\"\n    }\n}\n\n</code></pre><h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><p><strong>cardId</strong>: ID of the card to be updated.</p>\n<ul>\n<li><p>Type: String</p>\n</li>\n<li><p>Example: <code>card_1P1srzKMnTmnAGmPubmumWmy</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong>customer</strong>: Object containing customer details.</p>\n<ul>\n<li><p><strong>name</strong>: Updated name of the customer.</p>\n</li>\n<li><p><strong>email</strong>: Updated email address of the customer.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>card</strong>: Object containing updated card details.</p>\n<ul>\n<li><p><strong>exp_month</strong>: Updated expiration month of the card.</p>\n</li>\n<li><p><strong>exp_year</strong>: Updated expiration year of the card.</p>\n</li>\n<li><p><strong>address_city</strong>: Updated city in the cardholder's address.</p>\n</li>\n<li><p><strong>address_country</strong>: Updated country in the cardholder's address.</p>\n</li>\n<li><p><strong>address_line1</strong>: Updated address line 1 of the cardholder.</p>\n</li>\n<li><p><strong>address_line2</strong>: Updated address line 2 of the cardholder (optional).</p>\n</li>\n<li><p><strong>address_state</strong>: Updated state in the cardholder's address.</p>\n</li>\n<li><p><strong>address_zip</strong>: Updated ZIP code in the cardholder's address.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON object with the following properties upon successful update of the card details:</p>\n<ul>\n<li><p><strong>id</strong>: ID of the updated card.</p>\n</li>\n<li><p><strong>object</strong>: Type of the object, always \"card\".</p>\n</li>\n<li><p><strong>address_city</strong>: Updated city in the cardholder's address.</p>\n</li>\n<li><p><strong>address_country</strong>: Updated country in the cardholder's address.</p>\n</li>\n<li><p><strong>address_line1</strong>: Updated address line 1 of the cardholder.</p>\n</li>\n<li><p><strong>address_line1_check</strong>: Address check status (pass or fail).</p>\n</li>\n<li><p><strong>address_line2</strong>: Updated address line 2 of the cardholder (optional).</p>\n</li>\n<li><p><strong>address_state</strong>: Updated state in the cardholder's address.</p>\n</li>\n<li><p><strong>address_zip</strong>: Updated ZIP code in the cardholder's address.</p>\n</li>\n<li><p><strong>address_zip_check</strong>: ZIP code check status (pass or fail).</p>\n</li>\n<li><p><strong>brand</strong>: Card brand.</p>\n</li>\n<li><p><strong>country</strong>: Country code of the card (ISO 3166-1 alpha-2).</p>\n</li>\n<li><p><strong>customer</strong>: ID of the customer associated with the card.</p>\n</li>\n<li><p><strong>cvc_check</strong>: CVC check status (pass or fail).</p>\n</li>\n<li><p><strong>dynamic_last4</strong>: Dynamic last 4 digits of the card (if applicable).</p>\n</li>\n<li><p><strong>exp_month</strong>: Updated expiration month of the card.</p>\n</li>\n<li><p><strong>exp_year</strong>: Updated expiration year of the card.</p>\n</li>\n<li><p><strong>fingerprint</strong>: Card fingerprint.</p>\n</li>\n<li><p><strong>funding</strong>: Card funding type (e.g., credit, debit).</p>\n</li>\n<li><p><strong>last4</strong>: Last 4 digits of the card.</p>\n</li>\n<li><p><strong>metadata</strong>: Additional metadata associated with the card.</p>\n</li>\n<li><p><strong>name</strong>: Name of the cardholder.</p>\n</li>\n<li><p><strong>tokenization_method</strong>: Tokenization method used (if applicable).</p>\n</li>\n<li><p><strong>wallet</strong>: Information about the digital wallet associated with the card (if applicable).</p>\n</li>\n<li><p><strong>updatedAt</strong>: Timestamp indicating when the card details were last updated.</p>\n</li>\n</ul>\n<h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code{\n    \"id\": \"card_1P1srzKMnTmnAGmPubmumWmy\",\n    \"object\": \"card\",\n    \"address_city\": \"Campinas\",\n    \"address_country\": \"Turkey\",\n    \"address_line1\": \"Campinas\",\n    \"address_line1_check\": \"pass\",\n    \"address_line2\": null,\n    \"address_state\": \"São Paulo\",\n    \"address_zip\": \"13186150\",\n    \"address_zip_check\": \"pass\",\n    \"brand\": \"Visa\",\n    \"country\": \"US\",\n    \"customer\": \"cus_PGaby565FcDnHj\",\n    \"cvc_check\": \"pass\",\n    \"dynamic_last4\": null,\n    \"exp_month\": 10,\n    \"exp_year\": 2029,\n    \"fingerprint\": \"50o1ck0pfidubMLQ\",\n    \"funding\": \"credit\",\n    \"last4\": \"4242\",\n    \"metadata\": {},\n    \"name\": \"Lucas Silva\",\n    \"tokenization_method\": null,\n    \"wallet\": null,\n    \"updatedAt\": \"2024-04-04T16:14:40.753Z\"\n}\n\n</code></pre><h2 id=\"usage-examples\">Usage Examples</h2>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codecurl -X PUT \"https://honeywelltestin.cargologik.app/api/v2/billing/update-card-details\" \\\n     -H \"Content-Type: application/json\" \\\n     -H \"Authorization:  \\\n     -d '{\n           \"cardId\": \"card_1P1srzKMnTmnAGmPubmumWmy\",\n           \"customer\": {\n               \"name\": \"Lucas S C Silva\",\n               \"email\": \"lucasscsilv@outlook.com\"\n           },\n           \"card\": {\n               \"exp_month\": \"10\",\n               \"exp_year\": \"2029\",\n               \"address_city\": \"Campinas\",\n               \"address_country\": \"Turkey\",\n               \"address_line1\": \"Campinas\",\n               \"address_line2\": null,\n               \"address_state\": \"São Paulo\",\n               \"address_zip\": \"13186150\"\n           }\n         }'\n\n</code></pre><p>Replace <code>YOUR_AUTHORIZATION_TOKEN</code> with a valid authorization token to authenticate the request.</p>\n","urlObject":{"path":["api","v2","billing","update-card-details"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ce81eb6-671d-4e66-8a87-f1bd8e2f5d3c"},{"name":"Delete Card","id":"ba6164f6-8105-4677-8bc0-244c77a6b5f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"ba6164f6-8105-4677-8bc0-244c77a6b5f4"},{"name":"Usage Report","id":"68e08718-4139-48a3-a0a7-6b3b6fe6e7b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v2/billing/usage-report","description":"<h1 id=\"api-documentation-for-usage-report\">API Documentation for Usage Report</h1>\n<h2 id=\"description\">Description</h2>\n<p>This API provides the functionality to retrieve the usage report based on the account's plan. The report includes various metrics such as the number of users, collaborators, shipments, size of documents, and account balance.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/billing/usage-report</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: GET</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON object with the following properties:</p>\n<ul>\n<li><p><strong>countUsers</strong>: Number of users associated with the account.</p>\n</li>\n<li><p><strong>countCollaborators</strong>: Number of collaborators associated with the account.</p>\n</li>\n<li><p><strong>countShipment</strong>: Number of shipments made.</p>\n</li>\n<li><p><strong>sizeDocuments</strong>: Size of documents stored, represented in bytes.</p>\n</li>\n<li><p><strong>countBalance</strong>: Account balance based on the usage.</p>\n</li>\n</ul>\n<h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code{\n    \"countUsers\": 1,\n    \"countCollaborators\": 1,\n    \"countShipment\": 0,\n    \"sizeDocuments\": \"0 bytes\",\n    \"countBalance\": 0\n}\n\n</code></pre><h3 id=\"property-details\">Property Details</h3>\n<ul>\n<li><p><strong>countUsers</strong>: Integer</p>\n<ul>\n<li>Number of users associated with the account.</li>\n</ul>\n</li>\n<li><p><strong>countCollaborators</strong>: Integer</p>\n<ul>\n<li>Number of collaborators associated with the account.</li>\n</ul>\n</li>\n<li><p><strong>countShipment</strong>: Integer</p>\n<ul>\n<li>Number of shipments made by the account.</li>\n</ul>\n</li>\n<li><p><strong>sizeDocuments</strong>: String</p>\n<ul>\n<li>Size of documents stored, represented in bytes.</li>\n</ul>\n</li>\n<li><p><strong>countBalance</strong>: Integer</p>\n<ul>\n<li>Account balance based on the usage.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"usage-examples\">Usage Examples</h2>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codecurl -X GET \"https://honeywelltestin.cargologik.app/api/v2/billing/usage-report\" \\\n     -H \"Authorization: \n\n</code></pre><p>Replace <code>YOUR_AUTHORIZATION_TOKEN</code> with a valid authorization token to authenticate the request.</p>\n","urlObject":{"path":["api","v2","billing","usage-report"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"68e08718-4139-48a3-a0a7-6b3b6fe6e7b1"},{"name":"Remove Card","id":"fd3b7539-8732-42a9-b00e-11b9887f5d8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{URL}}/api/v2/billing/remove-card","description":"<h1 id=\"api-documentation-for-remove-card\">API Documentation for Remove Card</h1>\n<h2 id=\"description\">Description</h2>\n<p>This API endpoint allows you to remove a credit card associated with a customer from the billing system.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/billing/remove-card</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: POST</p>\n</li>\n</ul>\n<h2 id=\"request-payload\">Request Payload</h2>\n<p>The API expects a JSON object in the request body with the following fields:</p>\n<ul>\n<li><p><strong>id</strong>: String (Required)</p>\n<ul>\n<li>The unique identifier of the card to be removed.</li>\n</ul>\n</li>\n<li><p><strong>object</strong>: String (Required)</p>\n<ul>\n<li>Type of the object, which should be \"card\".</li>\n</ul>\n</li>\n<li><p><strong>address_city</strong>: String</p>\n<ul>\n<li>City of the cardholder's address.</li>\n</ul>\n</li>\n<li><p><strong>address_country</strong>: String</p>\n<ul>\n<li>Country of the cardholder's address.</li>\n</ul>\n</li>\n<li><p><strong>address_line1</strong>: String</p>\n<ul>\n<li>Line 1 of the cardholder's address.</li>\n</ul>\n</li>\n<li><p><strong>address_line1_check</strong>: String</p>\n<ul>\n<li>Check on address line 1, can be \"pass\", \"fail\", or null.</li>\n</ul>\n</li>\n<li><p><strong>address_line2</strong>: String</p>\n<ul>\n<li>Line 2 of the cardholder's address.</li>\n</ul>\n</li>\n<li><p><strong>address_state</strong>: String</p>\n<ul>\n<li>State of the cardholder's address.</li>\n</ul>\n</li>\n<li><p><strong>address_zip</strong>: String</p>\n<ul>\n<li>ZIP code of the cardholder's address.</li>\n</ul>\n</li>\n<li><p><strong>address_zip_check</strong>: String</p>\n<ul>\n<li>Check on ZIP code, can be \"pass\", \"fail\", or null.</li>\n</ul>\n</li>\n<li><p><strong>brand</strong>: String</p>\n<ul>\n<li>Brand of the card (e.g., Visa, MasterCard).</li>\n</ul>\n</li>\n<li><p><strong>country</strong>: String</p>\n<ul>\n<li>Country code of the card (e.g., US, CA).</li>\n</ul>\n</li>\n<li><p><strong>customer</strong>: String (Required)</p>\n<ul>\n<li>The unique identifier of the customer to whom the card belongs.</li>\n</ul>\n</li>\n<li><p><strong>cvc_check</strong>: String</p>\n<ul>\n<li>Check on CVC, can be \"pass\", \"fail\", or null.</li>\n</ul>\n</li>\n<li><p><strong>dynamic_last4</strong>: String</p>\n<ul>\n<li>Last 4 digits of the card number.</li>\n</ul>\n</li>\n<li><p><strong>exp_month</strong>: Integer</p>\n<ul>\n<li>Expiry month of the card.</li>\n</ul>\n</li>\n<li><p><strong>exp_year</strong>: Integer</p>\n<ul>\n<li>Expiry year of the card.</li>\n</ul>\n</li>\n<li><p><strong>fingerprint</strong>: String</p>\n<ul>\n<li>Unique fingerprint for the card.</li>\n</ul>\n</li>\n<li><p><strong>funding</strong>: String</p>\n<ul>\n<li>Type of funding (e.g., credit, debit).</li>\n</ul>\n</li>\n<li><p><strong>last4</strong>: String</p>\n<ul>\n<li>Last 4 digits of the card number.</li>\n</ul>\n</li>\n<li><p><strong>metadata</strong>: Object</p>\n<ul>\n<li>Additional metadata for the card.</li>\n</ul>\n</li>\n<li><p><strong>name</strong>: String</p>\n<ul>\n<li>Name of the cardholder.</li>\n</ul>\n</li>\n<li><p><strong>tokenization_method</strong>: String</p>\n<ul>\n<li>Tokenization method used, if any.</li>\n</ul>\n</li>\n<li><p><strong>wallet</strong>: String</p>\n<ul>\n<li>Wallet used for the transaction, if any.</li>\n</ul>\n</li>\n<li><p><strong>isDemo</strong>: Boolean</p>\n<ul>\n<li>Indicates whether the card is for demo purposes.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON response with the following field:</p>\n<ul>\n<li><p><strong>status</strong>: String</p>\n<ul>\n<li>Indicates the status of the operation. Possible values are \"success\".</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"example-usage\">Example Usage</h2>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codecurl -X POST \"https://cargologik.app/api/v2/billing/remove-card\" \\\n     -H \"Authorization: \\\n     -H \"Content-Type: application/json\" \\\n     -d '{\n           \"id\": \"card_1P3OMwKMnTmnAGmPlJg67NgJ\",\n           \"object\": \"card\",\n           \"address_city\": \"\",\n           \"address_country\": \"\",\n           \"address_line1\": \"\",\n           \"address_line1_check\": null,\n           \"address_line2\": \"\",\n           \"address_state\": \"\",\n           \"address_zip\": \"\",\n           \"address_zip_check\": null,\n           \"brand\": \"Visa\",\n           \"country\": \"US\",\n           \"customer\": \"cus_PtAiNnE9n0wYAo\",\n           \"cvc_check\": \"pass\",\n           \"dynamic_last4\": null,\n           \"exp_month\": 2,\n           \"exp_year\": 2027,\n           \"fingerprint\": \"50o1ck0pfidubMLQ\",\n           \"funding\": \"credit\",\n           \"last4\": \"4242\",\n           \"metadata\": {},\n           \"name\": \"Lucas Silva\",\n           \"tokenization_method\": null,\n           \"wallet\": null,\n           \"isDemo\": true\n         }'\n\n</code></pre><p>Replace <code>YOUR_ACCESS_TOKEN</code> with the actual access token obtained after authentication.</p>\n","urlObject":{"path":["api","v2","billing","remove-card"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd3b7539-8732-42a9-b00e-11b9887f5d8b"}],"id":"16626b90-cb83-455b-9ce6-ba24ad5f052b","_postman_id":"16626b90-cb83-455b-9ce6-ba24ad5f052b","description":""},{"name":"Insights","item":[{"name":"Get Insight Relatory","id":"6d20401d-0368-45f6-b46d-f0c517cfc08b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{URL}}/api/v2/insights","description":"<h1 id=\"api-documentation-for-insights\">API Documentation for Insights</h1>\n<h2 id=\"description\">Description</h2>\n<p>This API provides insights based on various parameters such as section, category, and filters. It allows you to analyze data related to team, date, shipper, quotes, bookings, and shipments based on specific filters and periodicity.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/insights</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: POST</p>\n</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p>The API expects a JSON object in the request body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code{\n    \"section\": {\n        \"view\": \"team\",\n        \"date\": {\n            \"created\": true,\n            \"replied\": true,\n            \"actionRequired\": true,\n            \"cancelled\": true,\n            \"active\": true,\n            \"awaitingResponse\": true,\n            \"accepted\": true,\n            \"rejected\": true\n        },\n        \"periodicity\": \"week\"\n    },\n    \"category\": \"quote\",\n    \"filters\": {\n        \"date\": {\n            \"periodicity\": \"\"\n        },\n        \"freightType\": [\n            \"Air\",\n            \"Ocean\"\n        ],\n        \"locations\": {\n            \"cityOrigin\": \"\",\n            \"PortOrigin\": \"\",\n            \"AirPortOrigin\": \"\",\n            \"countryOrigin\": \"\",\n            \"cityDestination\": \"\",\n            \"PortDestination\": \"\",\n            \"AirPortDestination\": \"\",\n            \"countryDestination\": \"\"\n        }\n    }\n}\n\n</code></pre><h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><p><strong>section</strong>: Object</p>\n<ul>\n<li><p><strong>view</strong>: String</p>\n<ul>\n<li>Possible values: <code>team</code>, <code>date</code>, <code>shipper</code></li>\n</ul>\n</li>\n<li><p><strong>date</strong>: Object</p>\n<ul>\n<li>Various date-related keys with boolean values indicating whether to consider these in the insight.</li>\n</ul>\n</li>\n<li><p><strong>periodicity</strong>: String</p>\n<ul>\n<li>Possible values: <code>week</code>, <code>month</code>, <code>quarter</code>, <code>year</code></li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>category</strong>: String</p>\n<ul>\n<li>Possible values: <code>quote</code>, <code>booking</code>, <code>shipments</code></li>\n</ul>\n</li>\n<li><p><strong>filters</strong>: Object</p>\n<ul>\n<li><p><strong>date</strong>: Object</p>\n<ul>\n<li><strong>periodicity</strong>: String<ul>\n<li>Possible values: <code>week</code>, <code>month</code>, <code>quarter</code>, <code>year</code></li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>freightType</strong>: Array</p>\n<ul>\n<li>Possible values: <code>Air</code>, <code>Ocean</code></li>\n</ul>\n</li>\n<li><p><strong>locations</strong>: Object</p>\n<ul>\n<li>Various location-related keys with string values.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON object with the following properties:</p>\n<ul>\n<li><p><strong>graph</strong>: Array of objects</p>\n<ul>\n<li><p><strong>label</strong>: String</p>\n<ul>\n<li>Label for the data point.</li>\n</ul>\n</li>\n<li><p><strong>data</strong>: Array of objects</p>\n<ul>\n<li><p><strong>key</strong>: String</p>\n<ul>\n<li>Key for the data point.</li>\n</ul>\n</li>\n<li><p><strong>value</strong>: Integer</p>\n<ul>\n<li>Value for the data point.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>fields</strong>: Array of Strings</p>\n<ul>\n<li>Names of the fields in the data.</li>\n</ul>\n</li>\n<li><p><strong>dataTable</strong>: Array of Arrays</p>\n<ul>\n<li>Data table containing labels and values.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code{\n    \"graph\": [\n        {\n            \"label\": \"Lucas Silva\",\n            \"data\": [\n                {\n                    \"key\": \"createdShipments\",\n                    \"value\": 19\n                }\n            ]\n        }\n    ],\n    \"fields\": [\n        \"teamMember\",\n        \"createdShipments\"\n    ],\n    \"dataTable\": [\n        [\n            \"Total\",\n            19\n        ],\n        [\n            \"Lucas Silva\",\n            19\n        ]\n    ]\n}\n\n</code></pre><h2 id=\"usage-examples\">Usage Examples</h2>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codecurl -X POST \"https://honeywelltestin.cargologik.app/api/v2/insights\" \\\n     -H \"Content-Type: application/json\" \\\n     -H \"Authorization:  \\\n     -d '{\n           \"section\": {\n               \"view\": \"team\",\n               \"date\": {\n                   \"created\": true,\n                   \"replied\": true,\n                   \"actionRequired\": true,\n                   \"cancelled\": true,\n                   \"active\": true,\n                   \"awaitingResponse\": true,\n                   \"accepted\": true,\n                   \"rejected\": true\n               },\n               \"periodicity\": \"week\"\n           },\n           \"category\": \"quote\",\n           \"filters\": {\n               \"date\": {\n                   \"periodicity\": \"\"\n               },\n               \"freightType\": [\n                   \"Air\",\n                   \"Ocean\"\n               ],\n               \"locations\": {\n                   \"cityOrigin\": \"\",\n                   \"PortOrigin\": \"\",\n                   \"AirPortOrigin\": \"\",\n                   \"countryOrigin\": \"\",\n                   \"cityDestination\": \"\",\n                   \"PortDestination\": \"\",\n                   \"AirPortDestination\": \"\",\n                   \"countryDestination\": \"\"\n               }\n           }\n         }'\n\n</code></pre><p>Replace <code>YOUR_AUTHORIZATION_TOKEN</code> with a valid authorization token to authenticate the request.</p>\n","urlObject":{"path":["api","v2","insights"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d20401d-0368-45f6-b46d-f0c517cfc08b"}],"id":"73dbbb00-9276-4f88-b03d-c5c7335f4cba","_postman_id":"73dbbb00-9276-4f88-b03d-c5c7335f4cba","description":""},{"name":"Privacy","item":[{"name":"Privacy Policy","id":"649e01ef-e60c-4abc-8cfd-bbbb826e7c6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/assets/documents/privacy-policy.html","description":"<h1 id=\"api-documentation-for-retrieving-privacy-policy\">API Documentation for Retrieving Privacy Policy</h1>\n<h2 id=\"description\">Description</h2>\n<p>This API endpoint allows you to retrieve the privacy policy of the company, which contains important information about data protection and terms of service for customers. The API returns an HTML page containing all the details of the privacy policy.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/assets/documents/privacy-policy.html</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: GET</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns an HTML page as the response, which contains the complete privacy policy of the company.</p>\n<h2 id=\"usage-examples\">Usage Examples</h2>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codecurl -X GET \"https://cargologik.app/assets/documents/privacy-policy.html\"\n\n</code></pre>","urlObject":{"path":["assets","documents","privacy-policy.html"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"649e01ef-e60c-4abc-8cfd-bbbb826e7c6a"}],"id":"5b804822-571f-4617-814b-892aca09c35a","_postman_id":"5b804822-571f-4617-814b-892aca09c35a","description":""},{"name":"Users","item":[{"name":"List Team Members","id":"affa746b-18a6-4d05-95f6-d8123a3f4798","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v2/users/list-team-members","description":"<h1 id=\"api-documentation-for-listing-team-members\">API Documentation for Listing Team Members</h1>\n<h2 id=\"description\">Description</h2>\n<p>This API endpoint allows you to retrieve information about the team members who are part of the company's team. The API returns a JSON object containing details such as user ID, first name, last name, email, phone number, role, status, and other related information about each team member.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/users/list-team-members</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: GET</p>\n</li>\n</ul>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<ul>\n<li><p><strong>limit</strong>: Integer</p>\n<ul>\n<li>Number of items to return per page (default is 10).</li>\n</ul>\n</li>\n<li><p><strong>page</strong>: Integer</p>\n<ul>\n<li>Page number to retrieve (default is 1).</li>\n</ul>\n</li>\n<li><p><strong>search</strong>: String</p>\n<ul>\n<li>Search term to filter team members by name, email, or phone number (default is empty).</li>\n</ul>\n</li>\n<li><p><strong>sort</strong>: String</p>\n<ul>\n<li>Sorting criteria in the format <code>field:order</code>, where field can be <code>firstName</code>, <code>lastName</code>, <code>email</code>, <code>phone</code>, etc., and order can be <code>asc</code> (ascending) or <code>desc</code> (descending) (default is <code>firstName:asc</code>).</li>\n</ul>\n</li>\n<li><p><strong>company</strong>: String</p>\n<ul>\n<li>Company ID to filter team members by company (required).</li>\n</ul>\n</li>\n<li><p><strong>status</strong>: String</p>\n<ul>\n<li>Status of the team members to filter (e.g., <code>active</code>, <code>inactive</code>) (default is <code>active</code>).</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<ul>\n<li><p><strong>Authorization</strong>:</p>\n<ul>\n<li>Access token obtained after authentication.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON object with the following properties:</p>\n<ul>\n<li><p><strong>data</strong>: Array</p>\n<ul>\n<li>Array of team member objects containing user details, role, status, etc.</li>\n</ul>\n</li>\n<li><p><strong>totalItems</strong>: Integer</p>\n<ul>\n<li>Total number of team members.</li>\n</ul>\n</li>\n<li><p><strong>limit</strong>: Integer</p>\n<ul>\n<li>Limit of items per page.</li>\n</ul>\n</li>\n<li><p><strong>totalPages</strong>: Integer</p>\n<ul>\n<li>Total number of pages based on the limit.</li>\n</ul>\n</li>\n<li><p><strong>page</strong>: Integer</p>\n<ul>\n<li>Current page number.</li>\n</ul>\n</li>\n<li><p><strong>pagingCounter</strong>: Integer</p>\n<ul>\n<li>Counter for the current page.</li>\n</ul>\n</li>\n<li><p><strong>hasPrevPage</strong>: Boolean</p>\n<ul>\n<li>Indicates if there is a previous page.</li>\n</ul>\n</li>\n<li><p><strong>hasNextPage</strong>: Boolean</p>\n<ul>\n<li>Indicates if there is a next page.</li>\n</ul>\n</li>\n<li><p><strong>prevPage</strong>: Integer or null</p>\n<ul>\n<li>Previous page number or null if no previous page.</li>\n</ul>\n</li>\n<li><p><strong>nextPage</strong>: Integer or null</p>\n<ul>\n<li>Next page number or null if no next page.</li>\n</ul>\n</li>\n<li><p><strong>active</strong>: Integer</p>\n<ul>\n<li>Number of active team members.</li>\n</ul>\n</li>\n<li><p><strong>filters</strong>: Array</p>\n<ul>\n<li>Array of filter objects containing field and values used for filtering the team members.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code{\n    \"data\": [\n        {\n            \"_id\": \"658c848c66611094affd5685\",\n            \"user\": {\n                \"_id\": \"658c848c66611094affd5683\",\n                \"firstName\": \"Lucas\",\n                \"lastName\": \"Silva\",\n                \"email\": \"lucas.silva+honeywell@cargologik.com\",\n                \"countryPhoneCode\": \"br\",\n                \"phone\": \"19989255452\",\n                \"urlPhotoProfile\": \"\",\n                \"joinDate\": \"2023-12-27T20:09:48.640Z\",\n                \"rates\": true,\n                \"createdAt\": \"2023-12-27T20:09:48.642Z\",\n                \"lastLogin\": \"2024-04-04T18:00:53.567Z\"\n            },\n            \"role\": \"admin\",\n            \"status\": \"active\",\n            \"mainContact\": true,\n            \"showPlansVisibilityShipment\": true,\n            \"createdAt\": \"2023-12-27T20:09:48.657Z\"\n        }\n    ],\n    \"totalItems\": 1,\n    \"limit\": 10,\n    \"totalPages\": 1,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null,\n    \"active\": 1,\n    \"filters\": [\n        {\n            \"field\": \"name\",\n            \"values\": [\n                \"Lucas Silva\"\n            ]\n        },\n        {\n            \"field\": \"email\",\n            \"values\": [\n                \"lucas.silva+honeywell@cargologik.com\"\n            ]\n        },\n        {\n            \"field\": \"phone\",\n            \"values\": [\n                \"19989255452\"\n            ]\n        }\n    ]\n}\n\n</code></pre><h2 id=\"usage-examples\">Usage Examples</h2>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codecurl -X GET \"https://cargologik.app/api/v2/users/list-team-members?limit=10&amp;page=1&amp;search=&amp;sort=firstName:asc&amp;company=658c848c66611094affd5673&amp;status=active\" \\\n     -H \"Authorization: \n\n</code></pre><p>Replace <code>YOUR_ACCESS_TOKEN</code> with the actual access token obtained after authentication.</p>\n","urlObject":{"path":["api","v2","users","list-team-members"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"affa746b-18a6-4d05-95f6-d8123a3f4798"},{"name":"Team Member","id":"b005bed1-d2e7-4ea3-8c89-0740962127c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{URL}}/api/v2/users/update-team-member/{userId}","description":"<h1 id=\"api-documentation-for-updating-team-member\">API Documentation for Updating Team Member</h1>\n<h2 id=\"description\">Description</h2>\n<p>This API endpoint allows you to update the details of a specific team member using their user ID. The API accepts a JSON object in the request body containing the updated information for the team member and returns a JSON object with the updated details.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/users/update-team-member/{userId}</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: PUT</p>\n</li>\n</ul>\n<h2 id=\"path-parameters\">Path Parameters</h2>\n<ul>\n<li><strong>{userId}</strong>: String<ul>\n<li>The unique identifier of the team member to be updated.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p>The API expects a JSON object in the request body with the following fields:</p>\n<ul>\n<li><p><strong>firstName</strong>: String</p>\n<ul>\n<li>Updated first name of the team member.</li>\n</ul>\n</li>\n<li><p><strong>lastName</strong>: String</p>\n<ul>\n<li>Updated last name of the team member.</li>\n</ul>\n</li>\n<li><p><strong>phone</strong>: String</p>\n<ul>\n<li>Updated phone number of the team member.</li>\n</ul>\n</li>\n<li><p><strong>countryPhoneCode</strong>: String</p>\n<ul>\n<li>Updated country phone code of the team member.</li>\n</ul>\n</li>\n<li><p><strong>rates</strong>: Boolean</p>\n<ul>\n<li>Updated rates status of the team member (<code>true</code> or <code>false</code>).</li>\n</ul>\n</li>\n<li><p><strong>showPlansVisibilityShipment</strong>: Boolean</p>\n<ul>\n<li>Updated visibility status of plans for shipments (<code>true</code> or <code>false</code>).</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<ul>\n<li><strong>Authorization</strong>: Bearer YOUR_ACCESS_TOKEN<ul>\n<li>Access token obtained after authentication.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON object with the following properties upon successful update:</p>\n<ul>\n<li><p><strong>_id</strong>: String</p>\n<ul>\n<li>User ID of the updated team member.</li>\n</ul>\n</li>\n<li><p><strong>firstName</strong>: String</p>\n<ul>\n<li>Updated first name of the team member.</li>\n</ul>\n</li>\n<li><p><strong>lastName</strong>: String</p>\n<ul>\n<li>Updated last name of the team member.</li>\n</ul>\n</li>\n<li><p><strong>email</strong>: String</p>\n<ul>\n<li>Email of the team member.</li>\n</ul>\n</li>\n<li><p><strong>mainContact</strong>: Boolean</p>\n<ul>\n<li>Indicates if the team member is the main contact.</li>\n</ul>\n</li>\n<li><p><strong>countryPhoneCode</strong>: String</p>\n<ul>\n<li>Updated country phone code of the team member.</li>\n</ul>\n</li>\n<li><p><strong>phone</strong>: String</p>\n<ul>\n<li>Updated phone number of the team member.</li>\n</ul>\n</li>\n<li><p><strong>urlPhotoProfile</strong>: String</p>\n<ul>\n<li>URL of the team member's profile photo.</li>\n</ul>\n</li>\n<li><p><strong>joinDate</strong>: String (ISO 8601 format)</p>\n<ul>\n<li>Date when the team member joined.</li>\n</ul>\n</li>\n<li><p><strong>rates</strong>: Boolean</p>\n<ul>\n<li>Updated rates status of the team member.</li>\n</ul>\n</li>\n<li><p><strong>createdAt</strong>: String (ISO 8601 format)</p>\n<ul>\n<li>Date when the team member was created.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code{\n    \"_id\": \"658c848c66611094affd5683\",\n    \"firstName\": \"Lucas S\",\n    \"lastName\": \"Silva\",\n    \"email\": \"lucas.silva+honeywell@cargologik.com\",\n    \"mainContact\": true,\n    \"countryPhoneCode\": \"br\",\n    \"phone\": \"19989255452\",\n    \"urlPhotoProfile\": \"\",\n    \"joinDate\": \"2023-12-27T20:09:48.640Z\",\n    \"rates\": true,\n    \"createdAt\": \"2023-12-27T20:09:48.642Z\"\n}\n\n</code></pre><h2 id=\"usage-examples\">Usage Examples</h2>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codecurl -X PUT \"https://cargologik.app/api/v2/users/update-team-member/658c848c66611094affd5683\" \\\n     -H \"Authorization:  \\\n     -H \"Content-Type: application/json\" \\\n     -d '{\n           \"firstName\": \"Lucas S\",\n           \"lastName\": \"Silva\",\n           \"phone\": \"19989255452\",\n           \"countryPhoneCode\": \"br\",\n           \"rates\": true,\n           \"showPlansVisibilityShipment\": true\n         }'\n\n</code></pre><p>Replace <code>YOUR_ACCESS_TOKEN</code> with the actual access token obtained after authentication.</p>\n","urlObject":{"path":["api","v2","users","update-team-member","{userId}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b005bed1-d2e7-4ea3-8c89-0740962127c4"},{"name":"Assign User management","id":"066329b5-1c16-49f5-a2a5-45c9130eb113","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<h1 id=\"api-documentation-for-assigning-team-management\">API Documentation for Assigning Team Management</h1>\n<h2 id=\"description\">Description</h2>\n<p>This API endpoint allows you to assign team management to a user for a specific company. By doing so, the user gains access to various company-related information, such as shipments, quotes, bookings, etc. The API accepts a JSON object in the request body containing the user ID, company ID, and type of assignment, and returns a JSON object with the assignment details.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/users/assign-team-management</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: POST</p>\n</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p>The API expects a JSON object in the request body with the following fields:</p>\n<ul>\n<li><p><strong>user</strong>: String</p>\n<ul>\n<li>The unique identifier of the user to whom the management is being assigned.</li>\n</ul>\n</li>\n<li><p><strong>company</strong>: String</p>\n<ul>\n<li>The unique identifier of the company to which the user is being assigned.</li>\n</ul>\n</li>\n<li><p><strong>type</strong>: String</p>\n<ul>\n<li>Type of assignment (<code>company</code>, <code>team</code>, etc.).</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<ul>\n<li><strong>Authorization</strong>: Bearer YOUR_ACCESS_TOKEN<ul>\n<li>Access token obtained after authentication.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON object with the following properties upon successful assignment:</p>\n<ul>\n<li><p><strong>_id</strong>: String</p>\n<ul>\n<li>Unique identifier of the assignment.</li>\n</ul>\n</li>\n<li><p><strong>user</strong>: String</p>\n<ul>\n<li>User ID of the assigned user.</li>\n</ul>\n</li>\n<li><p><strong>company</strong>: String</p>\n<ul>\n<li>Company ID of the assigned company.</li>\n</ul>\n</li>\n<li><p><strong>type</strong>: String</p>\n<ul>\n<li>Type of assignment (<code>company</code>, <code>team</code>, etc.).</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code{\n    \"_id\": \"658c853d13ed5aef1bdc47e8\",\n    \"user\": \"658c848c66611094affd5683\",\n    \"company\": \"658c853da1a71c8dfd47a18a\",\n    \"type\": \"company\"\n}\n\n</code></pre><h2 id=\"usage-examples\">Usage Examples</h2>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codecurl -X POST \"https://cargologik.app/api/v2/users/assign-team-management\" \\\n     -H \"Authorization:  \\\n     -H \"Content-Type: application/json\" \\\n     -d '{\n           \"user\": \"658c848c66611094affd5683\",\n           \"company\": \"658c853da1a71c8dfd47a18a\",\n           \"type\": \"company\"\n         }'\n\n</code></pre><p>Replace <code>YOUR_ACCESS_TOKEN</code> with the actual access token obtained after authentication.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"066329b5-1c16-49f5-a2a5-45c9130eb113"},{"name":"Unassign User","id":"55008ddf-f8de-4670-82ff-ccbe542af185","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{URL}}/api/v2/users/unassign-team-management/{assignmentId}","description":"<h1 id=\"api-documentation-for-unassigning-team-management\">API Documentation for Unassigning Team Management</h1>\n<h2 id=\"description\">Description</h2>\n<p>This API endpoint allows you to unassign team management from a user for a specific company. By doing so, the user loses access to various company-related information, such as shipments, quotes, bookings, etc. The API accepts a JSON object in the request body containing the user ID and does not return any response body upon successful unassignment.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/users/unassign-team-management/{assignmentId}</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: PUT</p>\n</li>\n</ul>\n<h2 id=\"path-parameter\">Path Parameter</h2>\n<ul>\n<li><strong>{assignmentId}</strong>: String<ul>\n<li>The unique identifier of the assignment to be unassigned.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<ul>\n<li><p><strong>Authorization</strong>:</p>\n<ul>\n<li>Access token obtained after authentication.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>This API does not return a response body upon successful unassignment. A successful HTTP status code (2xx) indicates that the unassignment was completed successfully.</p>\n<h2 id=\"example-usage\">Example Usage</h2>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codecurl -X PUT \"https://cargologik.app/api/v2/users/unassign-team-management/658c853d13ed5aef1bdc47e8\" \\\n     -H \"Authorization:  \\\n     -H \"Content-Type: application/json\"\n\n</code></pre><p>Replace <code>YOUR_ACCESS_TOKEN</code> with the actual access token obtained after authentication.</p>\n","urlObject":{"path":["api","v2","users","unassign-team-management","{assignmentId}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"55008ddf-f8de-4670-82ff-ccbe542af185"},{"name":"Assign All Company","id":"75ccd871-714c-453a-bc69-40e4ea50a3cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{URL}}/api/v2/users/assign-all-company","description":"<h1 id=\"api-documentation-for-assigning-all-company-access\">API Documentation for Assigning All Company Access</h1>\n<h2 id=\"description\">Description</h2>\n<p>This API endpoint allows you to assign access to all companies from a list to a specific user. By doing so, the user gains access to various company-related information across multiple companies. The API accepts a JSON object in the request body containing the user ID, type of assignment, and company type, and does not return any response body upon successful assignment.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/users/assign-all-company</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: POST</p>\n</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p>The API expects a JSON object in the request body with the following fields:</p>\n<ul>\n<li><p><strong>user</strong>: String</p>\n<ul>\n<li>The unique identifier of the user to whom access is being assigned.</li>\n</ul>\n</li>\n<li><p><strong>type</strong>: String</p>\n<ul>\n<li>Type of assignment (<code>company</code>, <code>team</code>, etc.).</li>\n</ul>\n</li>\n<li><p><strong>companyType</strong>: String</p>\n<ul>\n<li>Type of company (<code>shipper</code>, <code>carrier</code>, etc.).</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<ul>\n<li><p><strong>Authorization</strong>:</p>\n<ul>\n<li>Access token obtained after authentication.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>This API does not return a response body upon successful assignment. A successful HTTP status code (2xx), typically 200, indicates that the assignment was completed successfully.</p>\n<h2 id=\"example-usage\">Example Usage</h2>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codecurl -X POST \"https://cargologik.app/api/v2/users/assign-all-company\" \\\n     -H \"Authorization:  \\\n     -H \"Content-Type: application/json\" \\\n     -d '{\n           \"user\": \"658c848c66611094affd5683\",\n           \"type\": \"company\",\n           \"companyType\": \"shipper\"\n         }'\n\n</code></pre><p>Replace <code>YOUR_ACCESS_TOKEN</code> with the actual access token obtained after authentication.</p>\n","urlObject":{"path":["api","v2","users","assign-all-company"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"75ccd871-714c-453a-bc69-40e4ea50a3cf"},{"name":"Assign All Geocode","id":"a5e5f57e-06e9-4c74-b328-5da91d717f35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{URL}}/api/v2/users/assign-all-geocode","description":"<h1 id=\"api-documentation-for-assigning-all-geocode-access\">API Documentation for Assigning All Geocode Access</h1>\n<h2 id=\"description\">Description</h2>\n<p>This API endpoint allows you to assign access to all countries to a specific user. By doing so, the user gains access to various geocode-related functionalities across multiple countries, such as creating shipments, bookings, quotes, etc. The API accepts a JSON object in the request body containing the user ID, type of assignment, and company type, and returns a success status code 200 upon successful assignment.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/users/assign-all-geocode</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: POST</p>\n</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p>The API expects a JSON object in the request body with the following fields:</p>\n<ul>\n<li><p><strong>user</strong>: String</p>\n<ul>\n<li>The unique identifier of the user to whom access is being assigned.</li>\n</ul>\n</li>\n<li><p><strong>type</strong>: String</p>\n<ul>\n<li>Type of assignment (<code>origin</code>, <code>destination</code>, etc.).</li>\n</ul>\n</li>\n<li><p><strong>companyType</strong>: String (Optional)</p>\n<ul>\n<li>Type of company (<code>shipper</code>, <code>carrier</code>, etc.). This field can be left empty if not applicable.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<ul>\n<li><p><strong>Authorization</strong>:</p>\n<ul>\n<li>Access token obtained after authentication.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a success status code 200 upon successful assignment. There is no response body returned.</p>\n<h2 id=\"example-usage\">Example Usage</h2>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codecurl -X POST \"https://cargologik.app/api/v2/users/assign-all-geocode\" \\\n     -H \"Authorization: \\\n     -H \"Content-Type: application/json\" \\\n     -d '{\n           \"user\": \"658c848c66611094affd5683\",\n           \"type\": \"origin\",\n           \"companyType\": \"\"\n         }'\n\n</code></pre><p>Replace <code>YOUR_ACCESS_TOKEN</code> with the actual access token obtained after authentication.</p>\n","urlObject":{"path":["api","v2","users","assign-all-geocode"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5e5f57e-06e9-4c74-b328-5da91d717f35"},{"name":"Unassign all Team","id":"2c67cf6e-efea-4042-bb0e-c0afaff0d57c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{URL}}/api/v2/users/unassign-all-team-management","description":"<h1 id=\"api-documentation-for-unassigning-all-team-management\">API Documentation for Unassigning All Team Management</h1>\n<h2 id=\"description\">Description</h2>\n<p>This API endpoint allows you to unassign team management from all users of a specific company. By doing so, all users belonging to the specified company type will lose their management access. The API accepts a JSON object in the request body containing the user ID, type of assignment, and company type, and returns a JSON response with a \"status\" field set to \"success\" upon successful unassignment.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/users/unassign-all-team-management</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: POST</p>\n</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p>The API expects a JSON object in the request body with the following fields:</p>\n<ul>\n<li><p><strong>user</strong>: String</p>\n<ul>\n<li>The unique identifier of the user initiating the unassignment.</li>\n</ul>\n</li>\n<li><p><strong>type</strong>: String</p>\n<ul>\n<li>Type of assignment (<code>company</code>, <code>team</code>, etc.).</li>\n</ul>\n</li>\n<li><p><strong>companyType</strong>: String</p>\n<ul>\n<li>Type of company (<code>shipper</code>, <code>carrier</code>, etc.).</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<ul>\n<li><p><strong>Authorization</strong>:</p>\n<ul>\n<li>Access token obtained after authentication.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON response with a \"status\" field set to \"success\" upon successful unassignment.</p>\n<h2 id=\"example-usage\">Example Usage</h2>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codecurl -X POST \"https://cargologik.app/api/v2/users/unassign-all-team-management\" \\\n     -H \"Authorization: \\\n     -H \"Content-Type: application/json\" \\\n     -d '{\n           \"user\": \"658c848c66611094affd5683\",\n           \"type\": \"company\",\n           \"companyType\": \"shipper\"\n         }'\n\n</code></pre><p>Replace <code>YOUR_ACCESS_TOKEN</code> with the actual access token obtained after authentication.</p>\n","urlObject":{"path":["api","v2","users","unassign-all-team-management"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c67cf6e-efea-4042-bb0e-c0afaff0d57c"},{"name":"List All Team Managment","id":"d71c8a82-4f5c-4c93-972f-6ed946936a1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v2/users/list-team-management","description":"<h1 id=\"api-documentation-for-listing-team-management\">API Documentation for Listing Team Management</h1>\n<h2 id=\"description\">Description</h2>\n<p>This API endpoint allows you to list team management assignments based on specific query parameters. You can filter the results by user ID, type of assignment, and company type. The API accepts query parameters in the URL to specify the limit, page, search criteria, user ID, type of assignment, and company type. The API returns a JSON response with an array of management assignments, along with pagination details.</p>\n<ul>\n<li><strong>URL</strong>: <code>https://cargologik.app/api/v2/users/list-team-management</code></li>\n<li><strong>HTTP Method</strong>: GET</li>\n</ul>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<p>The API expects the following query parameters:</p>\n<ul>\n<li><strong>limit</strong>: Integer (Optional)<ul>\n<li>The maximum number of items to return. Default is 1000.</li>\n</ul>\n</li>\n<li><strong>page</strong>: Integer (Optional)<ul>\n<li>The page number of the results to return. Default is 1.</li>\n</ul>\n</li>\n<li><strong>search</strong>: String (Optional)<ul>\n<li>Search criteria. Can be left empty.</li>\n</ul>\n</li>\n<li><strong>user</strong>: String (Required)<ul>\n<li>The unique identifier of the user whose assignments you want to list.</li>\n</ul>\n</li>\n<li><strong>type</strong>: String (Required)<ul>\n<li>Type of assignment (<code>shipper</code>, <code>lsp</code>, <code>origin</code>, <code>destination</code>).</li>\n</ul>\n</li>\n<li><strong>companyType</strong>: String (Required)<ul>\n<li>Type of company (<code>shipper</code>, <code>carrier</code>, etc.).</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<ul>\n<li><strong>Authorization</strong>: Bearer YOUR_ACCESS_TOKEN<ul>\n<li>Access token obtained after authentication.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON response with the following fields:</p>\n<ul>\n<li><strong>data</strong>: Array<ul>\n<li>An array of objects representing the management assignments.</li>\n</ul>\n</li>\n<li><strong>totalItems</strong>: Integer<ul>\n<li>Total number of items matching the query criteria.</li>\n</ul>\n</li>\n<li><strong>limit</strong>: Integer<ul>\n<li>The limit value used for pagination.</li>\n</ul>\n</li>\n<li><strong>totalPages</strong>: Integer<ul>\n<li>Total number of pages based on the limit and total items.</li>\n</ul>\n</li>\n<li><strong>page</strong>: Integer<ul>\n<li>The current page number.</li>\n</ul>\n</li>\n<li><strong>pagingCounter</strong>: Integer<ul>\n<li>The starting index of the returned items relative to the total number of items.</li>\n</ul>\n</li>\n<li><strong>hasPrevPage</strong>: Boolean<ul>\n<li>Indicates whether a previous page exists.</li>\n</ul>\n</li>\n<li><strong>hasNextPage</strong>: Boolean<ul>\n<li>Indicates whether a next page exists.</li>\n</ul>\n</li>\n<li><strong>prevPage</strong>: Integer or null<ul>\n<li>The page number of the previous page or null if it doesn't exist.</li>\n</ul>\n</li>\n<li><strong>nextPage</strong>: Integer or null<ul>\n<li>The page number of the next page or null if it doesn't exist.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"example-usage\">Example Usage</h2>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codecurl -X GET \"https://cargologik.app/api/v2/users/list-team-management?limit=1000&amp;page=1&amp;search=&amp;user=658c848c66611094affd5683&amp;type=company&amp;companyType=shipper\" \\\n     -H \"Authorization: Bearer YOUR_ACCESS_TOKEN\"\n\n</code></pre><p>Replace <code>YOUR_ACCESS_TOKEN</code> with the actual access token obtained after authentication.</p>\n","urlObject":{"path":["api","v2","users","list-team-management"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d71c8a82-4f5c-4c93-972f-6ed946936a1f"},{"name":"List Member Shippers","id":"ac760454-3170-4e56-aa02-3a20d42efee7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v2/companies/list-shippers","description":"<h1 id=\"api-documentation-for-listing-shippers\">API Documentation for Listing Shippers</h1>\n<h2 id=\"description\">Description</h2>\n<p>This API endpoint allows you to list all registered shippers based on specific query parameters. You can filter the results by limit, page, sorting order, search criteria, and status. The API returns a JSON response with an array of shippers, along with pagination details and filters.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/companies/list-shippers</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: GET</p>\n</li>\n</ul>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<p>The API expects the following query parameters:</p>\n<ul>\n<li><p><strong>limit</strong>: Integer (Optional)</p>\n<ul>\n<li>The maximum number of shippers to return. Default is 20.</li>\n</ul>\n</li>\n<li><p><strong>page</strong>: Integer (Optional)</p>\n<ul>\n<li>The page number of the results to return. Default is 1.</li>\n</ul>\n</li>\n<li><p><strong>sort</strong>: String (Optional)</p>\n<ul>\n<li>Sorting order. Format is <code>field:order</code>, e.g., <code>name:asc</code> or <code>createdAt:desc</code>.</li>\n</ul>\n</li>\n<li><p><strong>search</strong>: String (Optional)</p>\n<ul>\n<li>Search criteria. Can be left empty.</li>\n</ul>\n</li>\n<li><p><strong>status</strong>: String (Optional)</p>\n<ul>\n<li>Filter by status (<code>active</code>, <code>pending</code>, etc.).</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON response with the following fields:</p>\n<ul>\n<li><p><strong>data</strong>: Array</p>\n<ul>\n<li>An array of objects representing the shippers.</li>\n</ul>\n</li>\n<li><p><strong>totalItems</strong>: Integer</p>\n<ul>\n<li>Total number of shippers matching the query criteria.</li>\n</ul>\n</li>\n<li><p><strong>limit</strong>: Integer</p>\n<ul>\n<li>The limit value used for pagination.</li>\n</ul>\n</li>\n<li><p><strong>totalPages</strong>: Integer</p>\n<ul>\n<li>Total number of pages based on the limit and total items.</li>\n</ul>\n</li>\n<li><p><strong>page</strong>: Integer</p>\n<ul>\n<li>The current page number.</li>\n</ul>\n</li>\n<li><p><strong>pagingCounter</strong>: Integer</p>\n<ul>\n<li>The starting index of the returned items relative to the total number of items.</li>\n</ul>\n</li>\n<li><p><strong>hasPrevPage</strong>: Boolean</p>\n<ul>\n<li>Indicates whether a previous page exists.</li>\n</ul>\n</li>\n<li><p><strong>hasNextPage</strong>: Boolean</p>\n<ul>\n<li>Indicates whether a next page exists.</li>\n</ul>\n</li>\n<li><p><strong>prevPage</strong>: Integer or null</p>\n<ul>\n<li>The page number of the previous page or null if it doesn't exist.</li>\n</ul>\n</li>\n<li><p><strong>nextPage</strong>: Integer or null</p>\n<ul>\n<li>The page number of the next page or null if it doesn't exist.</li>\n</ul>\n</li>\n<li><p><strong>active</strong>: Integer</p>\n<ul>\n<li>Number of shippers with status <code>active</code>.</li>\n</ul>\n</li>\n<li><p><strong>pending</strong>: Integer</p>\n<ul>\n<li>Number of shippers with status <code>pending</code>.</li>\n</ul>\n</li>\n<li><p><strong>filters</strong>: Array</p>\n<ul>\n<li>An array of objects representing the applied filters and their values.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"example-usage\">Example Usage</h2>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codecurl -X GET \"https://cargologik.app/api/v2/companies/list-shippers?limit=20&amp;page=1&amp;sort=name:asc&amp;search=&amp;status=active\" \\\n     -H \"Authorization:\n\n</code></pre><p>Replace <code>YOUR_ACCESS_TOKEN</code> with the actual access token obtained after authentication.</p>\n","urlObject":{"path":["api","v2","companies","list-shippers"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac760454-3170-4e56-aa02-3a20d42efee7"},{"name":"Resend Invitation","id":"0ab4aa35-156a-4778-8a41-7a7bec1935b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{URL}}/api/v2/users/resend-invitation","description":"<h1 id=\"api-documentation-for-resending-invitation\">API Documentation for Resending Invitation</h1>\n<h2 id=\"description\">Description</h2>\n<p>This API endpoint allows you to resend an invitation to a user who is registered in the system of a specific company. The API accepts a JSON object in the request body containing the user details and returns a JSON response with the user details upon successful invitation resend.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/users/resend-invitation</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: POST</p>\n</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p>The API expects a JSON object in the request body with the following fields:</p>\n<ul>\n<li><p><strong>user</strong>: Object</p>\n<ul>\n<li><p>Contains the details of the user to whom the invitation needs to be resent.</p>\n<ul>\n<li><p><strong>_id</strong>: String (Required)</p>\n<ul>\n<li>The unique identifier of the user.</li>\n</ul>\n</li>\n<li><p><strong>firstName</strong>: String (Required)</p>\n<ul>\n<li>The first name of the user.</li>\n</ul>\n</li>\n<li><p><strong>lastName</strong>: String (Required)</p>\n<ul>\n<li>The last name of the user.</li>\n</ul>\n</li>\n<li><p><strong>email</strong>: String (Required)</p>\n<ul>\n<li>The email address of the user.</li>\n</ul>\n</li>\n<li><p><strong>country</strong>: String (Required)</p>\n<ul>\n<li>The country of the user.</li>\n</ul>\n</li>\n<li><p><strong>countryPhoneCode</strong>: String (Required)</p>\n<ul>\n<li>The country phone code of the user.</li>\n</ul>\n</li>\n<li><p><strong>phone</strong>: String (Required)</p>\n<ul>\n<li>The phone number of the user.</li>\n</ul>\n</li>\n<li><p><strong>urlPhotoProfile</strong>: String (Optional)</p>\n<ul>\n<li>The URL of the user's profile photo.</li>\n</ul>\n</li>\n<li><p><strong>rates</strong>: Boolean (Optional)</p>\n<ul>\n<li>Indicates whether the user has rates.</li>\n</ul>\n</li>\n<li><p><strong>createdAt</strong>: String (Required)</p>\n<ul>\n<li>The creation date of the user.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<ul>\n<li><p><strong>Authorization</strong>:</p>\n<ul>\n<li>Access token obtained after authentication.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON response with the following fields:</p>\n<ul>\n<li><p><strong>_id</strong>: String</p>\n<ul>\n<li>The unique identifier of the user.</li>\n</ul>\n</li>\n<li><p><strong>firstName</strong>: String</p>\n<ul>\n<li>The first name of the user.</li>\n</ul>\n</li>\n<li><p><strong>lastName</strong>: String</p>\n<ul>\n<li>The last name of the user.</li>\n</ul>\n</li>\n<li><p><strong>email</strong>: String</p>\n<ul>\n<li>The email address of the user.</li>\n</ul>\n</li>\n<li><p><strong>country</strong>: String</p>\n<ul>\n<li>The country of the user.</li>\n</ul>\n</li>\n<li><p><strong>countryPhoneCode</strong>: String</p>\n<ul>\n<li>The country phone code of the user.</li>\n</ul>\n</li>\n<li><p><strong>phone</strong>: String</p>\n<ul>\n<li>The phone number of the user.</li>\n</ul>\n</li>\n<li><p><strong>urlPhotoProfile</strong>: String</p>\n<ul>\n<li>The URL of the user's profile photo.</li>\n</ul>\n</li>\n<li><p><strong>rates</strong>: Boolean</p>\n<ul>\n<li>Indicates whether the user has rates.</li>\n</ul>\n</li>\n<li><p><strong>createdAt</strong>: String</p>\n<ul>\n<li>The creation date of the user.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"example-usage\">Example Usage</h2>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codecurl -X POST \"https://cargologik.app/api/v2/users/resend-invitation\" \\\n     -H \"Authorization:  \\\n     -H \"Content-Type: application/json\" \\\n     -d '{\n           \"user\": {\n               \"_id\": \"660efdd0241a9f1c2ca23455\",\n               \"firstName\": \"Teste\",\n               \"lastName\": \"Teste\",\n               \"email\": \"lucas.silva+honeywell1@cargologik.com\",\n               \"country\": \"Brazil\",\n               \"countryPhoneCode\": \"br\",\n               \"phone\": \"(19) 98925-5452\",\n               \"urlPhotoProfile\": \"\",\n               \"rates\": false,\n               \"createdAt\": \"2024-04-04T19:21:52.231Z\"\n           }\n         }'\n\n</code></pre><p>Replace <code>YOUR_ACCESS_TOKEN</code> with the actual access token obtained after authentication.</p>\n","urlObject":{"path":["api","v2","users","resend-invitation"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ab4aa35-156a-4778-8a41-7a7bec1935b9"},{"name":"Disable User","id":"b74d5036-3f33-41c9-a6df-e7bfa25f26c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{URL}}//api/v2/users/update-team-member/{userId}","description":"<h1 id=\"api-documentation-for-updating-team-member-status\">API Documentation for Updating Team Member Status</h1>\n<h2 id=\"description\">Description</h2>\n<p>This API endpoint allows you to update the status of a team member in the system to \"rejected\", effectively deactivating the user. The API accepts a JSON object in the request body containing the status field and returns a JSON response with the updated user details upon successful status update.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/users/update-team-member/{userId}</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: PUT</p>\n</li>\n</ul>\n<h2 id=\"url-parameters\">URL Parameters</h2>\n<ul>\n<li><p><strong>{userId}</strong>: String (Required)</p>\n<ul>\n<li>The unique identifier of the user whose status needs to be updated.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p>The API expects a JSON object in the request body with the following fields:</p>\n<ul>\n<li><p><strong>status</strong>: String (Required)</p>\n<ul>\n<li>The new status to be set for the user. Possible values are \"rejected\".</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<ul>\n<li><p><strong>Authorization</strong>:</p>\n<ul>\n<li>Access token obtained after authentication.</li>\n</ul>\n</li>\n<li><p><strong>Content-Type</strong>: application/json</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON response with the following fields:</p>\n<ul>\n<li><p><strong>_id</strong>: String</p>\n<ul>\n<li>The unique identifier of the user.</li>\n</ul>\n</li>\n<li><p><strong>firstName</strong>: String</p>\n<ul>\n<li>The first name of the user.</li>\n</ul>\n</li>\n<li><p><strong>lastName</strong>: String</p>\n<ul>\n<li>The last name of the user.</li>\n</ul>\n</li>\n<li><p><strong>email</strong>: String</p>\n<ul>\n<li>The email address of the user.</li>\n</ul>\n</li>\n<li><p><strong>mainContact</strong>: Boolean</p>\n<ul>\n<li>Indicates whether the user is the main contact.</li>\n</ul>\n</li>\n<li><p><strong>country</strong>: String</p>\n<ul>\n<li>The country of the user.</li>\n</ul>\n</li>\n<li><p><strong>countryPhoneCode</strong>: String</p>\n<ul>\n<li>The country phone code of the user.</li>\n</ul>\n</li>\n<li><p><strong>phone</strong>: String</p>\n<ul>\n<li>The phone number of the user.</li>\n</ul>\n</li>\n<li><p><strong>urlPhotoProfile</strong>: String</p>\n<ul>\n<li>The URL of the user's profile photo.</li>\n</ul>\n</li>\n<li><p><strong>rates</strong>: Boolean</p>\n<ul>\n<li>Indicates whether the user has rates.</li>\n</ul>\n</li>\n<li><p><strong>createdAt</strong>: String</p>\n<ul>\n<li>The creation date of the user.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"example-usage\">Example Usage</h2>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codecurl -X PUT \"https://cargologik.app/api/v2/users/update-team-member/660efdd0241a9f1c2ca23455\" \\\n     -H \"Authorization:  \\\n     -H \"Content-Type: application/json\" \\\n     -d '{\n           \"status\": \"rejected\"\n         }'\n\n</code></pre><p>Replace <code>YOUR_ACCESS_TOKEN</code> with the actual access token obtained after authentication.</p>\n","urlObject":{"path":["","api","v2","users","update-team-member","{userId}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b74d5036-3f33-41c9-a6df-e7bfa25f26c2"},{"name":"Enable User","id":"a0f3fb13-3870-4574-b171-3c44430e8900","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v2/users/update-team-member/{userId}","description":"<h1 id=\"api-documentation-for-updating-team-member-status\">API Documentation for Updating Team Member Status</h1>\n<h2 id=\"description\">Description</h2>\n<p>This API endpoint allows you to update the status of a team member in the system to \"active\", effectively reactivating the user. The API accepts a JSON object in the request body containing the status field and returns a JSON response with the updated user details upon successful status update.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/users/update-team-member/{userId}</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: PUT</p>\n</li>\n</ul>\n<h2 id=\"url-parameters\">URL Parameters</h2>\n<ul>\n<li><p><strong>{userId}</strong>: String (Required)</p>\n<ul>\n<li>The unique identifier of the user whose status needs to be updated.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p>The API expects a JSON object in the request body with the following fields:</p>\n<ul>\n<li><p><strong>status</strong>: String (Required)</p>\n<ul>\n<li>The new status to be set for the user. Possible values are \"active\".</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<ul>\n<li><p><strong>Authorization</strong>:</p>\n<ul>\n<li>Access token obtained after authentication.</li>\n</ul>\n</li>\n<li><p><strong>Content-Type</strong>: application/json</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON response with the following fields:</p>\n<ul>\n<li><p><strong>_id</strong>: String</p>\n<ul>\n<li>The unique identifier of the user.</li>\n</ul>\n</li>\n<li><p><strong>firstName</strong>: String</p>\n<ul>\n<li>The first name of the user.</li>\n</ul>\n</li>\n<li><p><strong>lastName</strong>: String</p>\n<ul>\n<li>The last name of the user.</li>\n</ul>\n</li>\n<li><p><strong>email</strong>: String</p>\n<ul>\n<li>The email address of the user.</li>\n</ul>\n</li>\n<li><p><strong>mainContact</strong>: Boolean</p>\n<ul>\n<li>Indicates whether the user is the main contact.</li>\n</ul>\n</li>\n<li><p><strong>country</strong>: String</p>\n<ul>\n<li>The country of the user.</li>\n</ul>\n</li>\n<li><p><strong>countryPhoneCode</strong>: String</p>\n<ul>\n<li>The country phone code of the user.</li>\n</ul>\n</li>\n<li><p><strong>phone</strong>: String</p>\n<ul>\n<li>The phone number of the user.</li>\n</ul>\n</li>\n<li><p><strong>urlPhotoProfile</strong>: String</p>\n<ul>\n<li>The URL of the user's profile photo.</li>\n</ul>\n</li>\n<li><p><strong>rates</strong>: Boolean</p>\n<ul>\n<li>Indicates whether the user has rates.</li>\n</ul>\n</li>\n<li><p><strong>createdAt</strong>: String</p>\n<ul>\n<li>The creation date of the user.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"example-usage\">Example Usage</h2>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codecurl -X PUT \"https://cargologik.app/api/v2/users/update-team-member/660efdd0241a9f1c2ca23455\" \\\n     -H \"Authorization:  \\\n     -H \"Content-Type: application/json\" \\\n     -d '{\n           \"status\": \"active\"\n         }'\n\n</code></pre><p>Replace <code>YOUR_ACCESS_TOKEN</code> with the actual access token obtained after authentication.</p>\n","urlObject":{"path":["api","v2","users","update-team-member","{userId}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0f3fb13-3870-4574-b171-3c44430e8900"},{"name":"Users Assign Pricing","id":"a22297dd-0e12-4d24-ae12-eb3265e79dea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v2/users/users-assign-pricing","description":"<h2 id=\"description\">Description</h2>\n<p>This API endpoint retrieves the assigned pricing details for users associated with a specific company.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/users/users-assign-pricing</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: GET</p>\n</li>\n</ul>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<p>The API accepts the following query parameters:</p>\n<ul>\n<li><p><strong>company</strong>: String (Required)</p>\n<ul>\n<li>The unique identifier of the company for which you want to retrieve the assigned pricing details.</li>\n</ul>\n</li>\n<li><p><strong>rate</strong>: Boolean (Optional)</p>\n<ul>\n<li>Specifies whether to include rate information in the response. Possible values are <code>true</code> or <code>false</code>.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON array containing objects with the following fields:</p>\n<ul>\n<li><p><strong>role</strong>: String</p>\n<ul>\n<li>The role of the user within the company (e.g., admin, user, etc.).</li>\n</ul>\n</li>\n<li><p><strong>_id</strong>: String</p>\n<ul>\n<li>The unique identifier of the user.</li>\n</ul>\n</li>\n<li><p><strong>firstName</strong>: String</p>\n<ul>\n<li>The first name of the user.</li>\n</ul>\n</li>\n<li><p><strong>lastName</strong>: String</p>\n<ul>\n<li>The last name of the user.</li>\n</ul>\n</li>\n<li><p><strong>email</strong>: String</p>\n<ul>\n<li>The email address of the user.</li>\n</ul>\n</li>\n<li><p><strong>urlPhotoProfile</strong>: String</p>\n<ul>\n<li>The URL to the user's profile photo (if available).</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"example\">Example</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code[\n    {\n        \"role\": \"admin\",\n        \"_id\": \"658c848c66611094affd5683\",\n        \"firstName\": \"Lucas S\",\n        \"lastName\": \"Silva\",\n        \"email\": \"lucas.silva+honeywell@cargologik.com\",\n        \"urlPhotoProfile\": \"\"\n    }\n]\n\n</code></pre><h2 id=\"error-responses\">Error Responses</h2>\n<ul>\n<li><p><strong>400 Bad Request</strong>: If the required <code>company</code> parameter is missing or invalid.</p>\n</li>\n<li><p><strong>500 Internal Server Error</strong>: If there's an issue with the server.</p>\n</li>\n</ul>\n<p>Always ensure to handle potential error responses in your implementation.</p>\n","urlObject":{"path":["api","v2","users","users-assign-pricing"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a22297dd-0e12-4d24-ae12-eb3265e79dea"},{"name":"Expand Shipments","id":"a0d29223-3b17-4587-96e4-9dc0a00c2abd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{URL}}/api/v2/users/expand-shipments","description":"<h1 id=\"api-documentation-for-expand-shipments\">API Documentation for Expand Shipments</h1>\n<h2 id=\"description\">Description</h2>\n<p>This API endpoint is used to toggle the expand shipments setting for a specific user.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://prime.cargologik.app/api/v2/users/expand-shipments</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: PUT</p>\n</li>\n</ul>\n<h2 id=\"request-payload\">Request Payload</h2>\n<p>The API expects a JSON object in the request body with the following fields:</p>\n<ul>\n<li><p><strong>user</strong>: String (Required)</p>\n<ul>\n<li>The unique identifier of the user for whom you want to toggle the expand shipments setting.</li>\n</ul>\n</li>\n<li><p><strong>isExpandShipments</strong>: Boolean (Required)</p>\n<ul>\n<li>Specifies whether to expand shipments for the user. Possible values are <code>true</code> or <code>false</code>.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON object with the following field:</p>\n<ul>\n<li><p><strong>status</strong>: String</p>\n<ul>\n<li>Indicates the status of the operation. Possible values are <code>success</code> or an error message.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"example-request-payload\">Example Request Payload</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code{\n    \"user\": \"64b162cae8a6a05360eb5f3b\",\n    \"isExpandShipments\": true\n}\n\n</code></pre><h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code{\n    \"status\": \"success\"\n}\n\n</code></pre><h2 id=\"error-responses\">Error Responses</h2>\n<ul>\n<li><p><strong>400 Bad Request</strong>: If the required <code>user</code> or <code>isExpandShipments</code> parameter is missing or invalid.</p>\n</li>\n<li><p><strong>500 Internal Server Error</strong>: If there's an issue with the server.</p>\n</li>\n</ul>\n<p>Always ensure to handle potential error responses in your implementation.</p>\n","urlObject":{"path":["api","v2","users","expand-shipments"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0d29223-3b17-4587-96e4-9dc0a00c2abd"},{"name":"Update Sort","id":"d6e29811-2f04-4867-a297-2df9c5411c1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{URL}}/api/v2/users/update-sort","description":"<h1 id=\"api-documentation-for-update-sort-of-opentrack-events\">API Documentation for Update Sort of OpenTrack Events</h1>\n<h2 id=\"description\">Description</h2>\n<p>This API endpoint is used to update the sort order of OpenTrack events for a specific user associated with a shipment.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/users/update-sort</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: PUT</p>\n</li>\n</ul>\n<h2 id=\"authentication\">Authentication</h2>\n<p>This API requires authentication to ensure data security and user authorization.</p>\n<ul>\n<li><strong>Authorization</strong>: Bearer Token<ul>\n<li>Include an authentication token in the request header for authorization. The token is typically obtained after a successful login or through an OAuth process.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"request-payload\">Request Payload</h2>\n<p>The API expects a JSON object in the request body with the following fields:</p>\n<ul>\n<li><strong>user</strong>: String (Required)<ul>\n<li>The unique identifier of the user for whom you want to update the sort order of OpenTrack events.</li>\n</ul>\n</li>\n<li><strong>sort</strong>: String (Required)<ul>\n<li>Specifies the sort order for OpenTrack events. Possible values are <code>asc</code> (ascending) or <code>desc</code> (descending).</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON object with the following field:</p>\n<ul>\n<li><strong>status</strong>: String<ul>\n<li>Indicates the status of the operation. Possible values are <code>success</code> or an error message.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"example-request-payload\">Example Request Payload</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code{\n    \"user\": \"64cbf9d2b91e5d99301a03af\",\n    \"sort\": \"desc\"\n}\n\n</code></pre><h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code{\n    \"status\": \"success\"\n}\n\n</code></pre><h2 id=\"error-responses\">Error Responses</h2>\n<ul>\n<li><strong>400 Bad Request</strong>: If the required <code>user</code> or <code>sort</code> parameter is missing or invalid.</li>\n<li><strong>401 Unauthorized</strong>: If the authentication token is missing or invalid.</li>\n<li><strong>500 Internal Server Error</strong>: If there's an issue with the server.</li>\n</ul>\n","urlObject":{"path":["api","v2","users","update-sort"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6e29811-2f04-4867-a297-2df9c5411c1d"},{"name":"Account Managers","id":"ea1def46-fc87-4381-b8a3-02c03f10ffbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/v2/users/list-account-managers?limit=5&page=1&search=&sort=firstName:asc&company=64da539b82ec98cb0d973c67","description":"<h1 id=\"api-documentation-for-list-account-managers\">API Documentation for List Account Managers</h1>\n<h2 id=\"description\">Description</h2>\n<p>This API endpoint fetches a list of account managers associated with a specific company. The list can be paginated, sorted, and filtered.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/users/list-account-managers</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: GET</p>\n</li>\n</ul>\n<h2 id=\"authentication\">Authentication</h2>\n<p>This API requires authentication to ensure data security and user authorization.</p>\n<ul>\n<li><strong>Authorization</strong>: Bearer Token<ul>\n<li>Include an authentication token in the request header for authorization. The token is typically obtained after a successful login or through an OAuth process.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<p>The API supports the following query parameters:</p>\n<ul>\n<li><p><strong>limit</strong>: Integer (Optional)</p>\n<ul>\n<li>Specifies the maximum number of account managers to return per page. Default is 5.</li>\n</ul>\n</li>\n<li><p><strong>page</strong>: Integer (Optional)</p>\n<ul>\n<li>Specifies the page number of the results to return. Default is 1.</li>\n</ul>\n</li>\n<li><p><strong>search</strong>: String (Optional)</p>\n<ul>\n<li>Allows for searching account managers by name or email. Default is an empty string.</li>\n</ul>\n</li>\n<li><p><strong>sort</strong>: String (Optional)</p>\n<ul>\n<li>Specifies the sorting order of the account managers. Format is <code>field:order</code>. Example: <code>firstName:asc</code>.</li>\n</ul>\n</li>\n<li><p><strong>company</strong>: String (Required)</p>\n<ul>\n<li>The unique identifier of the company for which you want to fetch the account managers.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON object with the following fields:</p>\n<ul>\n<li><p><strong>data</strong>: Array</p>\n<ul>\n<li>An array of account managers with the following fields:<ul>\n<li><p><strong>_id</strong>: String</p>\n<ul>\n<li>The unique identifier of the account manager record.</li>\n</ul>\n</li>\n<li><p><strong>user</strong>: Object</p>\n<ul>\n<li>Details of the user associated with the account manager.<ul>\n<li><p><strong>_id</strong>: String</p>\n<ul>\n<li>The unique identifier of the user.</li>\n</ul>\n</li>\n<li><p><strong>firstName</strong>: String</p>\n<ul>\n<li>The first name of the user.</li>\n</ul>\n</li>\n<li><p><strong>lastName</strong>: String</p>\n<ul>\n<li>The last name of the user.</li>\n</ul>\n</li>\n<li><p><strong>email</strong>: String</p>\n<ul>\n<li>The email address of the user.</li>\n</ul>\n</li>\n<li><p><strong>phone</strong>: String (Optional)</p>\n<ul>\n<li>The phone number of the user.</li>\n</ul>\n</li>\n<li><p><strong>createdAt</strong>: String</p>\n<ul>\n<li>The date and time when the user was created.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>role</strong>: String</p>\n<ul>\n<li>The role of the account manager (e.g., \"owner\", \"admin\").</li>\n</ul>\n</li>\n<li><p><strong>mainContact</strong>: Boolean</p>\n<ul>\n<li>Indicates whether the account manager is the main contact for the company.</li>\n</ul>\n</li>\n<li><p><strong>createdAt</strong>: String</p>\n<ul>\n<li>The date and time when the account manager record was created.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>totalItems</strong>: Integer</p>\n<ul>\n<li>The total number of account managers matching the query parameters.</li>\n</ul>\n</li>\n<li><p><strong>limit</strong>: Integer</p>\n<ul>\n<li>The maximum number of account managers returned per page.</li>\n</ul>\n</li>\n<li><p><strong>totalPages</strong>: Integer</p>\n<ul>\n<li>The total number of pages based on the <code>limit</code> and total items.</li>\n</ul>\n</li>\n<li><p><strong>page</strong>: Integer</p>\n<ul>\n<li>The current page number.</li>\n</ul>\n</li>\n<li><p><strong>pagingCounter</strong>: Integer</p>\n<ul>\n<li>The counter for pagination.</li>\n</ul>\n</li>\n<li><p><strong>hasPrevPage</strong>: Boolean</p>\n<ul>\n<li>Indicates if there is a previous page.</li>\n</ul>\n</li>\n<li><p><strong>hasNextPage</strong>: Boolean</p>\n<ul>\n<li>Indicates if there is a next page.</li>\n</ul>\n</li>\n<li><p><strong>prevPage</strong>: Integer or null</p>\n<ul>\n<li>The previous page number or null if no previous page.</li>\n</ul>\n</li>\n<li><p><strong>nextPage</strong>: Integer or null</p>\n<ul>\n<li>The next page number or null if no next page.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"example-request\">Example Request</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>httpCopy codeGET https://prime.cargologik.app/api/v2/users/list-account-managers?limit=5&amp;page=1&amp;search=&amp;sort=firstName:asc&amp;company=64da539b82ec98cb0d973c67\nAuthorization:\n\n</code></pre><h2 id=\"example-response\">Example Response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopy code{\n    \"data\": [\n        {\n            \"_id\": \"66042bb99d1cb9333ff95a0a\",\n            \"user\": {\n                \"_id\": \"66042bb99d1cb9333ff95a07\",\n                \"firstName\": \"Carlos\",\n                \"lastName\": \"Caguana\",\n                \"email\": \"carlosveloper+team1@hotmail.com\",\n                \"phone\": \"099 394 2225\",\n                \"createdAt\": \"2024-03-27T14:22:49.954Z\"\n            },\n            \"role\": \"owner\",\n            \"mainContact\": true,\n            \"createdAt\": \"2024-03-27T14:22:49.972Z\"\n        },\n        // ... (other account managers)\n    ],\n    \"totalItems\": 6,\n    \"limit\": 5,\n    \"totalPages\": 2,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": true,\n    \"prevPage\": null,\n    \"nextPage\": 2\n}\n\n</code></pre><h2 id=\"error-responses\">Error Responses</h2>\n<ul>\n<li><p><strong>400 Bad Request</strong>: If the required <code>company</code> parameter is missing or invalid.</p>\n</li>\n<li><p><strong>401 Unauthorized</strong>: If the authentication token is missing or invalid.</p>\n</li>\n<li><p><strong>500 Internal Server Error</strong>: If there's an issue with the server.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","v2","users","list-account-managers"],"host":["{{URL}}"],"query":[{"key":"limit","value":"5"},{"key":"page","value":"1"},{"key":"search","value":""},{"key":"sort","value":"firstName:asc"},{"key":"company","value":"64da539b82ec98cb0d973c67"}],"variable":[]}},"response":[],"_postman_id":"ea1def46-fc87-4381-b8a3-02c03f10ffbf"}],"id":"a44159a4-58df-4cea-8883-fae74a13d5bc","_postman_id":"a44159a4-58df-4cea-8883-fae74a13d5bc","description":""},{"name":"Shipper Contract Rates","item":[{"name":"Create New Rate","id":"cbc14d78-a0cb-474c-b7f8-3de56a1de191","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shipper\": {\r\n        \"_id\": \"64961c56a1727236e1959277\",\r\n        \"name\": \"Shipper Pedro\"\r\n    },\r\n    \"carrier\": {\r\n        \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n        \"name\": \"CMA CGM\",\r\n        \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\"\r\n    },\r\n    \"commodity\": \"FAK\",\r\n    \"shipmentType\": \"FCL\",\r\n    \"cityOrigin\": {\r\n        \"address\": \"Costa Rica\"\r\n    },\r\n    \"cityDestination\": {\r\n        \"address\": \"Canada\"\r\n    },\r\n    \"portOrigin\": null,\r\n    \"portDestination\": null,\r\n    \"oneTimeRate\": false,\r\n    \"freight\": [\r\n        {\r\n            \"id\": \"65e778d3d64681d443a68fdc\",\r\n            \"key\": \"twenty\",\r\n            \"charge\": \"20'\",\r\n            \"chargeBasis\": \"container\",\r\n            \"buyRate\": 20,\r\n            \"sellRate\": 400,\r\n            \"minBuyRate\": null,\r\n            \"minSellRate\": null\r\n        }\r\n    ],\r\n    \"freightSurcharge\": [\r\n        {\r\n            \"id\": \"649618810b7497f3261b427b\",\r\n            \"key\": \"fob\",\r\n            \"charge\": \"FOB\",\r\n            \"chargeBasis\": \"amount\",\r\n            \"buyRate\": 100,\r\n            \"sellRate\": 200,\r\n            \"minBuyRate\": \"\",\r\n            \"minSellRate\": \"\"\r\n        }\r\n    ],\r\n    \"origin\": [],\r\n    \"destination\": [],\r\n    \"transitTime\": \"\",\r\n    \"tranShipment\": \"\",\r\n    \"frequency\": \"\",\r\n    \"freeDays\": 10,\r\n    \"validityFrom\": \"2024-03-01T19:56:03.000Z\",\r\n    \"validityTo\": \"2024-04-05T19:56:03.000Z\",\r\n    \"referenceRate\": \"65e778d3d64681d443a68fdb\",\r\n    \"subTotalFreight\": {\r\n        \"buyRate\": 20,\r\n        \"sellRate\": 400\r\n    },\r\n    \"subTotalFreightSurcharge\": {\r\n        \"buyRate\": 100,\r\n        \"sellRate\": 200\r\n    },\r\n    \"subTotalOrigin\": {\r\n        \"buyRate\": 0,\r\n        \"sellRate\": 0\r\n    },\r\n    \"subTotalDestination\": {\r\n        \"buyRate\": 0,\r\n        \"sellRate\": 0\r\n    },\r\n    \"total\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipper-rate/create-rate","description":"<h2 id=\"create-new-rate\">Create New Rate</h2>\n<p>This endpoint allows you to create a new shipping rate in the system.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/shipper-rate/create-rate</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipper</td>\n<td>Information about the shipper (the person or company sending the shipment).</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>Information about the carrier (the shipping company).</td>\n</tr>\n<tr>\n<td>commodity</td>\n<td>Type of commodity (e.g., FAK - \"Freight All Kinds\").</td>\n</tr>\n<tr>\n<td>shipmentType</td>\n<td>Type of shipment (e.g., \"FCL\", \"LCL\", \"FTL\", \"LTL\" \"plane\").</td>\n</tr>\n<tr>\n<td>cityOrigin</td>\n<td>Origin city of the shipment.</td>\n</tr>\n<tr>\n<td>cityDestination</td>\n<td>Destination city of the shipment.</td>\n</tr>\n<tr>\n<td>portOrigin</td>\n<td>Origin port of the shipment (if applicable).</td>\n</tr>\n<tr>\n<td>portDestination</td>\n<td>Destination port of the shipment (if applicable).</td>\n</tr>\n<tr>\n<td>oneTimeRate</td>\n<td>Indicates if the rate is one-time (true/false).</td>\n</tr>\n<tr>\n<td>freight</td>\n<td>Details of the freight rate.</td>\n</tr>\n<tr>\n<td>freightSurcharge</td>\n<td>Details of the freight surcharge.</td>\n</tr>\n<tr>\n<td>origin</td>\n<td>Additional details about the origin of the shipment.</td>\n</tr>\n<tr>\n<td>destination</td>\n<td>Additional details about the destination of the shipment.</td>\n</tr>\n<tr>\n<td>transitTime</td>\n<td>Estimated transit time.</td>\n</tr>\n<tr>\n<td>tranShipment</td>\n<td>Information about transshipments (if applicable).</td>\n</tr>\n<tr>\n<td>frequency</td>\n<td>Frequency of the transportation service.</td>\n</tr>\n<tr>\n<td>freeDays</td>\n<td>Free days before additional charges apply.</td>\n</tr>\n<tr>\n<td>validityFrom</td>\n<td>Start date and time of the rate validity.</td>\n</tr>\n<tr>\n<td>validityTo</td>\n<td>End date and time of the rate validity.</td>\n</tr>\n<tr>\n<td>referenceRate</td>\n<td>Reference to another related rate.</td>\n</tr>\n<tr>\n<td>subTotalFreight</td>\n<td>Subtotal of the freight rate.</td>\n</tr>\n<tr>\n<td>subTotalFreightSurcharge</td>\n<td>Subtotal of the freight surcharge.</td>\n</tr>\n<tr>\n<td>subTotalOrigin</td>\n<td>Subtotal of additional origin charges.</td>\n</tr>\n<tr>\n<td>subTotalDestination</td>\n<td>Subtotal of additional destination charges.</td>\n</tr>\n<tr>\n<td>total</td>\n<td>Total cost of the rate.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"shipper\": {\n        \"_id\": \"64961c56a1727236e1959277\",\n        \"name\": \"Shipper Pedro\"\n    },\n    \"carrier\": {\n        \"_id\": \"6019c700e3e6248a7fd73cb5\",\n        \"name\": \"CMA CGM\",\n        \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\"\n    },\n    \"commodity\": \"FAK\",\n    \"shipmentType\": \"FCL\",\n    \"cityOrigin\": {\n        \"address\": \"Costa Rica\"\n    },\n    \"cityDestination\": {\n        \"address\": \"Canada\"\n    },\n    \"portOrigin\": null,\n    \"portDestination\": null,\n    \"oneTimeRate\": false,\n    \"freight\": [\n        {\n            \"id\": \"65e778d3d64681d443a68fdc\",\n            \"key\": \"twenty\",\n            \"charge\": \"20'\",\n            \"chargeBasis\": \"container\",\n            \"buyRate\": 20,\n            \"sellRate\": 400,\n            \"minBuyRate\": null,\n            \"minSellRate\": null\n        }\n    ],\n    \"freightSurcharge\": [\n        {\n            \"id\": \"649618810b7497f3261b427b\",\n            \"key\": \"fob\",\n            \"charge\": \"FOB\",\n            \"chargeBasis\": \"amount\",\n            \"buyRate\": 100,\n            \"sellRate\": 200,\n            \"minBuyRate\": \"\",\n            \"minSellRate\": \"\"\n        }\n    ],\n    \"origin\": [],\n    \"destination\": [],\n    \"transitTime\": \"\",\n    \"tranShipment\": \"\",\n    \"frequency\": \"\",\n    \"freeDays\": 10,\n    \"validityFrom\": \"2024-03-01T19:56:03.000Z\",\n    \"validityTo\": \"2024-04-05T19:56:03.000Z\",\n    \"referenceRate\": \"65e778d3d64681d443a68fdb\",\n    \"subTotalFreight\": {\n        \"buyRate\": 20,\n        \"sellRate\": 400\n    },\n    \"subTotalFreightSurcharge\": {\n        \"buyRate\": 100,\n        \"sellRate\": 200\n    },\n    \"subTotalOrigin\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"subTotalDestination\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"total\": 600\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","shipper-rate","create-rate"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"a24ac1b9-bcdc-4f65-bc6e-1505eed65f77","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"shipper\": {\r\n        \"_id\": \"64961c56a1727236e1959277\",\r\n        \"name\": \"Shipper Pedro\"\r\n    },\r\n    \"carrier\": {\r\n        \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n        \"name\": \"CMA CGM\",\r\n        \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\"\r\n    },\r\n    \"commodity\": \"FAK\",\r\n    \"shipmentType\": \"FCL\",\r\n    \"cityOrigin\": {\r\n        \"address\": \"Costa Rica\"\r\n    },\r\n    \"cityDestination\": {\r\n        \"address\": \"Canada\"\r\n    },\r\n    \"portOrigin\": null,\r\n    \"portDestination\": null,\r\n    \"oneTimeRate\": false,\r\n    \"freight\": [\r\n        {\r\n            \"id\": \"65e778d3d64681d443a68fdc\",\r\n            \"key\": \"twenty\",\r\n            \"charge\": \"20'\",\r\n            \"chargeBasis\": \"container\",\r\n            \"buyRate\": 20,\r\n            \"sellRate\": 400,\r\n            \"minBuyRate\": null,\r\n            \"minSellRate\": null\r\n        }\r\n    ],\r\n    \"freightSurcharge\": [\r\n        {\r\n            \"id\": \"649618810b7497f3261b427b\",\r\n            \"key\": \"fob\",\r\n            \"charge\": \"FOB\",\r\n            \"chargeBasis\": \"amount\",\r\n            \"buyRate\": 100,\r\n            \"sellRate\": 200,\r\n            \"minBuyRate\": \"\",\r\n            \"minSellRate\": \"\"\r\n        }\r\n    ],\r\n    \"origin\": [],\r\n    \"destination\": [],\r\n    \"transitTime\": \"\",\r\n    \"tranShipment\": \"\",\r\n    \"frequency\": \"\",\r\n    \"freeDays\": 10,\r\n    \"validityFrom\": \"2024-03-01T19:56:03.000Z\",\r\n    \"validityTo\": \"2024-04-05T19:56:03.000Z\",\r\n    \"referenceRate\": \"65e778d3d64681d443a68fdb\",\r\n    \"subTotalFreight\": {\r\n        \"buyRate\": 20,\r\n        \"sellRate\": 400\r\n    },\r\n    \"subTotalFreightSurcharge\": {\r\n        \"buyRate\": 100,\r\n        \"sellRate\": 200\r\n    },\r\n    \"subTotalOrigin\": {\r\n        \"buyRate\": 0,\r\n        \"sellRate\": 0\r\n    },\r\n    \"subTotalDestination\": {\r\n        \"buyRate\": 0,\r\n        \"sellRate\": 0\r\n    },\r\n    \"total\": 600\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipper-rate/create-rate"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"tenant\": \"649618800b7497f3261b426d\",\n    \"carrier\": \"6019c700e3e6248a7fd73cb5\",\n    \"shipper\": \"64961c56a1727236e1959277\",\n    \"referenceRate\": \"65e778d3d64681d443a68fdb\",\n    \"isAlert\": false,\n    \"oneTimeRate\": false,\n    \"freight\": [\n        {\n            \"charge\": \"20'\",\n            \"buyRate\": 20,\n            \"minBuyRate\": null,\n            \"sellRate\": 400,\n            \"minSellRate\": null,\n            \"chargeBasis\": \"container\",\n            \"key\": \"twenty\",\n            \"_id\": \"66100937c8800268979f2da3\"\n        }\n    ],\n    \"freightSurcharge\": [\n        {\n            \"charge\": \"FOB\",\n            \"buyRate\": 100,\n            \"minBuyRate\": null,\n            \"sellRate\": 200,\n            \"minSellRate\": null,\n            \"chargeBasis\": \"amount\",\n            \"key\": \"fob\",\n            \"_id\": \"66100937c8800268979f2da4\"\n        }\n    ],\n    \"origin\": [],\n    \"destination\": [],\n    \"validityFrom\": \"2024-03-01T14:22:47.000Z\",\n    \"validityTo\": \"2024-04-05T14:22:47.000Z\",\n    \"commodity\": \"FAK\",\n    \"shipmentType\": \"FCL\",\n    \"cityOrigin\": {\n        \"address\": \"Costa Rica\"\n    },\n    \"cityDestination\": {\n        \"address\": \"Canada\"\n    },\n    \"portOrigin\": null,\n    \"portDestination\": null,\n    \"transitTime\": \"\",\n    \"tranShipment\": \"\",\n    \"frequency\": \"\",\n    \"freeDays\": 10,\n    \"subTotalFreight\": {\n        \"buyRate\": 20,\n        \"sellRate\": 400\n    },\n    \"subTotalFreightSurcharges\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"subTotalOrigin\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"subTotalDestination\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"totalBuy\": 0,\n    \"total\": 600,\n    \"_id\": \"66100937c8800268979f2da2\",\n    \"createdAt\": \"2024-04-05T14:22:47.398Z\",\n    \"__v\": 0\n}"}],"_postman_id":"cbc14d78-a0cb-474c-b7f8-3de56a1de191"},{"name":"List Rates","id":"a4ac4679-6b1e-4c49-8fe1-53dba3215e32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"limit\": 15,\r\n    \"page\": 1,\r\n    \"search\": \"\",\r\n    \"fields\": [\r\n        \"commodity\",\r\n        \"shipmentType\",\r\n        \"cityOrigin.address\",\r\n        \"cityDestination.address\",\r\n        \"portOrigin.address\",\r\n        \"portDestination.address\",\r\n        \"carrier.name\",\r\n        \"transitTime\",\r\n        \"tranShipment\",\r\n        \"frequency\",\r\n        \"freeDays\",\r\n        \"validityFrom\",\r\n        \"validityTo\"\r\n    ],\r\n    \"filter\": {\r\n        \"shipmentType\": \"FCL\",\r\n        \"status\": \"expired\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipper-rate/list-rates","description":"<h2 id=\"list-contract-rates\">List Contract Rates</h2>\n<p>This endpoint retrieves a list of shipping rates from the system.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/shipper-rate/list-rates</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>The maximum number of results to return per page.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>The page number of results to retrieve.</td>\n</tr>\n<tr>\n<td>search</td>\n<td>The search term (empty string in this case).</td>\n</tr>\n<tr>\n<td>fields</td>\n<td>An array of fields to include in the results.</td>\n</tr>\n<tr>\n<td>filter.shipmentType</td>\n<td>Filters results by shipment type (e.g., \"FCL\", \"LCL\", \"AIR\").</td>\n</tr>\n<tr>\n<td>filter.status</td>\n<td>Filters results by status (e.g., 'expired', 'future', 'active').</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"limit\": 15,\n    \"page\": 1,\n    \"search\": \"\",\n    \"fields\": [\n        \"commodity\",\n        \"shipmentType\",\n        \"cityOrigin.address\",\n        \"cityDestination.address\",\n        \"portOrigin.address\",\n        \"portDestination.address\",\n        \"carrier.name\",\n        \"transitTime\",\n        \"tranShipment\",\n        \"frequency\",\n        \"freeDays\",\n        \"validityFrom\",\n        \"validityTo\"\n    ],\n    \"filter\": {\n        \"shipmentType\": \"FCL\",\n        \"status\": \"expired\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","shipper-rate","list-rates"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"cdbd5d5c-d026-4df5-b8bb-62127ebb4430","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"limit\": 15,\r\n    \"page\": 1,\r\n    \"search\": \"\",\r\n    \"fields\": [\r\n        \"commodity\",\r\n        \"shipmentType\",\r\n        \"cityOrigin.address\",\r\n        \"cityDestination.address\",\r\n        \"portOrigin.address\",\r\n        \"portDestination.address\",\r\n        \"carrier.name\",\r\n        \"transitTime\",\r\n        \"tranShipment\",\r\n        \"frequency\",\r\n        \"freeDays\",\r\n        \"validityFrom\",\r\n        \"validityTo\"\r\n    ],\r\n    \"filter\": {\r\n        \"shipmentType\": \"FCL\",\r\n        \"status\": \"expired\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipper-rate/list-rates"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"_id\": \"65d8a780c6b924f026b78078\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"carrier\": {\r\n                \"_id\": \"60e4aeb16c6a34f2f0f35218\",\r\n                \"name\": \"Atlantic Container Line\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Atlantic%20Container Line.png\"\r\n            },\r\n            \"shipper\": {\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"isAlert\": true,\r\n            \"oneTimeRate\": false,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 3100,\r\n                    \"buyRateAlert\": 3200,\r\n                    \"isAlert\": true,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 4000,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"twenty\",\r\n                    \"_id\": \"65d8a8b701d1c220d69e2c59\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [],\r\n            \"origin\": [],\r\n            \"destination\": [],\r\n            \"validityFrom\": \"2024-02-01T14:11:12.000Z\",\r\n            \"validityTo\": \"2024-03-09T14:11:12.000Z\",\r\n            \"commodity\": \"FAK\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"cityOrigin\": {\r\n                \"address\": \"Canada\"\r\n            },\r\n            \"portDestination\": {\r\n                \"address\": \"GRACL Achladi\"\r\n            },\r\n            \"transitTime\": \"\",\r\n            \"tranShipment\": \"\",\r\n            \"frequency\": \"\",\r\n            \"freeDays\": null\r\n        },\r\n        {\r\n            \"_id\": \"6508aeff77bd5f1c47e75b48\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73caf\",\r\n                \"name\": \"Maersk\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Maersk.png\"\r\n            },\r\n            \"shipper\": {\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"isAlert\": false,\r\n            \"oneTimeRate\": false,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 290,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 400,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"twenty\",\r\n                    \"_id\": \"651334a3e972d1f946fc2964\"\r\n                },\r\n                {\r\n                    \"charge\": \"40'\",\r\n                    \"buyRate\": 100,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 400,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"fourty\",\r\n                    \"_id\": \"650a11d3671924b653436613\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [\r\n                {\r\n                    \"charge\": \"Docs fee ggggggggggg gg\",\r\n                    \"buyRate\": 180,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 500,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"ebs\",\r\n                    \"_id\": \"651334b6e972d1f946fc297f\"\r\n                },\r\n                {\r\n                    \"charge\": \"FOB\",\r\n                    \"buyRate\": 50,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 100,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"fob\",\r\n                    \"_id\": \"6508aeff77bd5f1c47e75b4d\"\r\n                },\r\n                {\r\n                    \"charge\": \"HJHJ\",\r\n                    \"buyRate\": 100,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 200,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"undefined\",\r\n                    \"_id\": \"6508aeff77bd5f1c47e75b4e\"\r\n                }\r\n            ],\r\n            \"origin\": [],\r\n            \"destination\": [],\r\n            \"validityFrom\": \"2023-09-01T21:11:15.000Z\",\r\n            \"validityTo\": \"2023-09-30T21:11:15.000Z\",\r\n            \"commodity\": \"FAK\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"cityOrigin\": {\r\n                \"address\": \"California, EE. UU.\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Barcelona, España\"\r\n            },\r\n            \"transitTime\": \"\",\r\n            \"tranShipment\": \"\",\r\n            \"frequency\": \"HH HHHHHHHHHHHHHHHHHHHHHHHHHHHHH H\",\r\n            \"freeDays\": null\r\n        },\r\n        {\r\n            \"_id\": \"6508bbf31009d9efc2a2b473\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73caf\",\r\n                \"name\": \"Maersk\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Maersk.png\"\r\n            },\r\n            \"shipper\": {\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"isAlert\": false,\r\n            \"oneTimeRate\": false,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 250,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 400,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"650a107b671924b653436397\"\r\n                },\r\n                {\r\n                    \"charge\": \"40'\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"fourty\",\r\n                    \"_id\": \"650a14948b166c52dea025b6\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [\r\n                {\r\n                    \"charge\": \"Docs fee ggggggggggg gg\",\r\n                    \"buyRate\": 520,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 620,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": null,\r\n                    \"_id\": \"6508bbf31009d9efc2a2b475\"\r\n                },\r\n                {\r\n                    \"charge\": \"TEST 1\",\r\n                    \"buyRate\": 800,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 900,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"6508bbf31009d9efc2a2b476\"\r\n                }\r\n            ],\r\n            \"origin\": [],\r\n            \"destination\": [],\r\n            \"validityFrom\": \"2023-07-31T05:00:00.000Z\",\r\n            \"validityTo\": \"2023-12-31T05:00:00.000Z\",\r\n            \"commodity\": \"Steel\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"cityOrigin\": {\r\n                \"address\": \"Oslo\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Dubai\"\r\n            },\r\n            \"transitTime\": \"\",\r\n            \"tranShipment\": \"\",\r\n            \"frequency\": \"\",\r\n            \"freeDays\": null\r\n        },\r\n        {\r\n            \"_id\": \"6509c5d2950db93c8a19657d\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb6\",\r\n                \"name\": \"COSCO\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/cosco.png\"\r\n            },\r\n            \"shipper\": {\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"isAlert\": false,\r\n            \"oneTimeRate\": false,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 150,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 300,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"twenty\",\r\n                    \"_id\": \"651735657a32fca86ad56aed\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [\r\n                {\r\n                    \"charge\": \"FOB\",\r\n                    \"buyRate\": 200,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 400,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"fob\",\r\n                    \"_id\": \"6517356c7a32fca86ad56b00\"\r\n                },\r\n                {\r\n                    \"charge\": \"TY\",\r\n                    \"buyRate\": 100,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": 500,\r\n                    \"sellRate\": 300,\r\n                    \"minSellRate\": 800,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"undefined\",\r\n                    \"_id\": \"651735707a32fca86ad56b12\"\r\n                }\r\n            ],\r\n            \"origin\": [],\r\n            \"destination\": [],\r\n            \"validityFrom\": \"2023-09-01T19:54:47.000Z\",\r\n            \"validityTo\": \"2023-10-07T19:54:47.000Z\",\r\n            \"commodity\": \"FAK\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"cityOrigin\": {\r\n                \"address\": \"California, EE. UU.\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Barcelona, España\"\r\n            },\r\n            \"transitTime\": \"\",\r\n            \"tranShipment\": \"\",\r\n            \"frequency\": \"\",\r\n            \"freeDays\": null\r\n        },\r\n        {\r\n            \"_id\": \"650a0db8671924b653435ff4\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73caf\",\r\n                \"name\": \"Maersk\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Maersk.png\"\r\n            },\r\n            \"shipper\": {\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"isAlert\": false,\r\n            \"oneTimeRate\": false,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 259,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 316,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"6512063373837dd9ddcaa29b\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [\r\n                {\r\n                    \"charge\": \"Docs fee ggggggggggg gg\",\r\n                    \"buyRate\": 500,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 580,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": null,\r\n                    \"_id\": \"650cb2156cab461780a77aea\"\r\n                },\r\n                {\r\n                    \"charge\": \"TEST 1\",\r\n                    \"buyRate\": 750,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 900,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"65314b1c9f2b5ccaa6abccf9\"\r\n                }\r\n            ],\r\n            \"origin\": [],\r\n            \"destination\": [\r\n                {\r\n                    \"charge\": \"NEW\",\r\n                    \"buyRate\": 100,\r\n                    \"minBuyRate\": 200,\r\n                    \"sellRate\": 300,\r\n                    \"minSellRate\": 200,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"undefined\",\r\n                    \"_id\": \"65314a199f2b5ccaa6abccca\"\r\n                }\r\n            ],\r\n            \"validityFrom\": \"2023-07-31T05:00:00.000Z\",\r\n            \"validityTo\": \"2023-12-31T05:00:00.000Z\",\r\n            \"commodity\": \"Steel\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"cityOrigin\": {\r\n                \"address\": \"Oslo\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Dubai\"\r\n            },\r\n            \"transitTime\": \"\",\r\n            \"tranShipment\": \"\",\r\n            \"frequency\": \"\",\r\n            \"freeDays\": 22\r\n        },\r\n        {\r\n            \"_id\": \"650b0f57e2c0bd08e5c43c2c\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73caf\",\r\n                \"name\": \"Maersk\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Maersk.png\"\r\n            },\r\n            \"shipper\": {\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"isAlert\": false,\r\n            \"oneTimeRate\": false,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 250,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 324,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"650b0f57e2c0bd08e5c43c2d\"\r\n                },\r\n                {\r\n                    \"charge\": \"40'\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 100,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"fourty\",\r\n                    \"_id\": \"650b0f57e2c0bd08e5c43c2e\"\r\n                },\r\n                {\r\n                    \"charge\": \"40' HC\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 150,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"fourtyHC\",\r\n                    \"_id\": \"650b0f57e2c0bd08e5c43c2f\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [\r\n                {\r\n                    \"charge\": \"Docs fee ggggggggggg gg\",\r\n                    \"buyRate\": 520,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 620,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": null,\r\n                    \"_id\": \"650b0f57e2c0bd08e5c43c30\"\r\n                },\r\n                {\r\n                    \"charge\": \"TEST 1\",\r\n                    \"buyRate\": 800,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 900,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"650b0f57e2c0bd08e5c43c31\"\r\n                }\r\n            ],\r\n            \"origin\": [],\r\n            \"destination\": [],\r\n            \"validityFrom\": \"2023-07-31T05:00:00.000Z\",\r\n            \"validityTo\": \"2023-12-31T05:00:00.000Z\",\r\n            \"commodity\": \"Steel\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"cityOrigin\": {\r\n                \"address\": \"Oslo\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Dubai\"\r\n            },\r\n            \"transitTime\": \"\",\r\n            \"tranShipment\": \"\",\r\n            \"frequency\": \"\",\r\n            \"freeDays\": null\r\n        },\r\n        {\r\n            \"_id\": \"650b17bee2c0bd08e5c4460f\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb6\",\r\n                \"name\": \"COSCO\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/cosco.png\"\r\n            },\r\n            \"shipper\": {\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"isAlert\": false,\r\n            \"oneTimeRate\": false,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 150,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 200,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"twenty\",\r\n                    \"_id\": \"650b17bee2c0bd08e5c44610\"\r\n                },\r\n                {\r\n                    \"charge\": \"40'\",\r\n                    \"buyRate\": 100,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"fourty\",\r\n                    \"_id\": \"650cb20f6cab461780a77ac7\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [\r\n                {\r\n                    \"charge\": \"FOB\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"fob\",\r\n                    \"_id\": \"650b17bee2c0bd08e5c44612\"\r\n                },\r\n                {\r\n                    \"charge\": \"TY\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"undefined\",\r\n                    \"_id\": \"650b17bee2c0bd08e5c44613\"\r\n                },\r\n                {\r\n                    \"charge\": \"THO\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"tho\",\r\n                    \"_id\": \"650b17bee2c0bd08e5c44614\"\r\n                },\r\n                {\r\n                    \"charge\": \"THD\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"thd\",\r\n                    \"_id\": \"650b17bee2c0bd08e5c44615\"\r\n                },\r\n                {\r\n                    \"charge\": \"TEST 2\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"undefined\",\r\n                    \"_id\": \"650b17bee2c0bd08e5c44616\"\r\n                },\r\n                {\r\n                    \"charge\": \"TEST 1\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"undefined\",\r\n                    \"_id\": \"650b17bee2c0bd08e5c44617\"\r\n                },\r\n                {\r\n                    \"charge\": \"PPP\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"undefined\",\r\n                    \"_id\": \"650b17bee2c0bd08e5c44618\"\r\n                },\r\n                {\r\n                    \"charge\": \"NEW\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"undefined\",\r\n                    \"_id\": \"650b17bee2c0bd08e5c44619\"\r\n                },\r\n                {\r\n                    \"charge\": \"JK\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"undefined\",\r\n                    \"_id\": \"650b17bee2c0bd08e5c4461a\"\r\n                },\r\n                {\r\n                    \"charge\": \"HJHJ\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"undefined\",\r\n                    \"_id\": \"650b17bee2c0bd08e5c4461b\"\r\n                }\r\n            ],\r\n            \"origin\": [\r\n                {\r\n                    \"charge\": \"JJ\",\r\n                    \"buyRate\": 200,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 300,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"650b17bee2c0bd08e5c4461c\"\r\n                }\r\n            ],\r\n            \"destination\": [\r\n                {\r\n                    \"charge\": \"KL\",\r\n                    \"buyRate\": 50,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 100,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": null,\r\n                    \"_id\": \"650b17bee2c0bd08e5c4461d\"\r\n                }\r\n            ],\r\n            \"validityFrom\": \"2023-09-01T19:54:47.000Z\",\r\n            \"validityTo\": \"2023-10-07T19:54:47.000Z\",\r\n            \"commodity\": \"FAK\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"cityOrigin\": {\r\n                \"address\": \"California, EE. UU.\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Barcelona, España\"\r\n            },\r\n            \"transitTime\": \"\",\r\n            \"tranShipment\": \"\",\r\n            \"frequency\": \"\",\r\n            \"freeDays\": 22\r\n        },\r\n        {\r\n            \"_id\": \"65133417e972d1f946fc2782\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73caf\",\r\n                \"name\": \"Maersk\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Maersk.png\"\r\n            },\r\n            \"isAlert\": false,\r\n            \"oneTimeRate\": false,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 290,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 300,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"twenty\",\r\n                    \"_id\": \"651334e8e972d1f946fc2ac8\"\r\n                },\r\n                {\r\n                    \"charge\": \"40'\",\r\n                    \"buyRate\": 100,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 200,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"fourty\",\r\n                    \"_id\": \"65133417e972d1f946fc2784\"\r\n                },\r\n                {\r\n                    \"charge\": \"40' HC\",\r\n                    \"buyRate\": 50,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 100,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"fourtyHC\",\r\n                    \"_id\": \"65133417e972d1f946fc2785\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [\r\n                {\r\n                    \"charge\": \"Docs fee ggggggggggg gg\",\r\n                    \"buyRate\": 180,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 300,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"ebs\",\r\n                    \"_id\": \"651334e2e972d1f946fc2ab0\"\r\n                },\r\n                {\r\n                    \"charge\": \"FOB\",\r\n                    \"buyRate\": 50,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 100,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"fob\",\r\n                    \"_id\": \"65133417e972d1f946fc2787\"\r\n                },\r\n                {\r\n                    \"charge\": \"HJHJ\",\r\n                    \"buyRate\": 100,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 200,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"undefined\",\r\n                    \"_id\": \"65133417e972d1f946fc2788\"\r\n                }\r\n            ],\r\n            \"origin\": [],\r\n            \"destination\": [],\r\n            \"validityFrom\": \"2023-09-01T21:11:15.000Z\",\r\n            \"validityTo\": \"2023-09-30T21:11:15.000Z\",\r\n            \"commodity\": \"FAK\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"cityOrigin\": {\r\n                \"address\": \"California, EE. UU.\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Barcelona, España\"\r\n            },\r\n            \"transitTime\": \"\",\r\n            \"tranShipment\": \"\",\r\n            \"frequency\": \"HH HHHHHHHHHHHHHHHHHHHHHHHHHHHHH H\",\r\n            \"freeDays\": 22\r\n        },\r\n        {\r\n            \"_id\": \"651e2cbafbb760e307b7dc53\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cae\",\r\n                \"name\": \"MSC\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/msc-logo.png\"\r\n            },\r\n            \"shipper\": {\r\n                \"name\": \"Company new 5\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"isAlert\": false,\r\n            \"oneTimeRate\": false,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 250,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 350,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"651e2cbafbb760e307b7dc54\"\r\n                },\r\n                {\r\n                    \"charge\": \"40'\",\r\n                    \"buyRate\": 500,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 600,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"651e2cbafbb760e307b7dc55\"\r\n                },\r\n                {\r\n                    \"charge\": \"40' HC\",\r\n                    \"buyRate\": 600,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 700,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"651e2cbafbb760e307b7dc56\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [],\r\n            \"origin\": [],\r\n            \"destination\": [],\r\n            \"validityFrom\": \"2023-02-02T03:25:46.000Z\",\r\n            \"validityTo\": \"2024-01-03T03:25:46.000Z\",\r\n            \"commodity\": \"Aluminized Steel Sheet\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"cityOrigin\": {\r\n                \"address\": \"Miami\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"São Gonçalo\"\r\n            },\r\n            \"portOrigin\": {\r\n                \"address\": \"USMIA\"\r\n            },\r\n            \"portDestination\": {\r\n                \"address\": \"BRPEC\"\r\n            },\r\n            \"transitTime\": \"30\",\r\n            \"tranShipment\": \"1\",\r\n            \"frequency\": \"7\",\r\n            \"freeDays\": null\r\n        },\r\n        {\r\n            \"_id\": \"651e2cdcfbb760e307b7dc9c\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cae\",\r\n                \"name\": \"MSC\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/msc-logo.png\"\r\n            },\r\n            \"shipper\": {\r\n                \"name\": \"Company new 5\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"isAlert\": false,\r\n            \"oneTimeRate\": false,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 250,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 350,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"651e2cdcfbb760e307b7dc9d\"\r\n                },\r\n                {\r\n                    \"charge\": \"40'\",\r\n                    \"buyRate\": 500,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 600,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"651e2cdcfbb760e307b7dc9e\"\r\n                },\r\n                {\r\n                    \"charge\": \"40' HC\",\r\n                    \"buyRate\": 600,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 700,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"651e2cdcfbb760e307b7dc9f\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [],\r\n            \"origin\": [],\r\n            \"destination\": [],\r\n            \"validityFrom\": \"2023-01-02T03:26:20.000Z\",\r\n            \"validityTo\": \"2024-01-01T03:26:20.000Z\",\r\n            \"commodity\": \"Aluminized Steel Sheet\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"cityOrigin\": {\r\n                \"address\": \"Miami\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Rio Grande\"\r\n            },\r\n            \"portOrigin\": {\r\n                \"address\": \"USMIA\"\r\n            },\r\n            \"portDestination\": {\r\n                \"address\": \"BRRIG\"\r\n            },\r\n            \"transitTime\": \"30\",\r\n            \"tranShipment\": \"1\",\r\n            \"frequency\": \"7\",\r\n            \"freeDays\": null\r\n        },\r\n        {\r\n            \"_id\": \"66100937c8800268979f2da2\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n                \"name\": \"CMA CGM\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\"\r\n            },\r\n            \"shipper\": {\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"isAlert\": false,\r\n            \"oneTimeRate\": false,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 20,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 400,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"twenty\",\r\n                    \"_id\": \"66100937c8800268979f2da3\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [\r\n                {\r\n                    \"charge\": \"FOB\",\r\n                    \"buyRate\": 100,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 200,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"fob\",\r\n                    \"_id\": \"66100937c8800268979f2da4\"\r\n                }\r\n            ],\r\n            \"origin\": [],\r\n            \"destination\": [],\r\n            \"validityFrom\": \"2024-03-01T14:22:47.000Z\",\r\n            \"validityTo\": \"2024-04-05T14:22:47.000Z\",\r\n            \"commodity\": \"FAK\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"cityOrigin\": {\r\n                \"address\": \"Costa Rica\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Canada\"\r\n            },\r\n            \"transitTime\": \"\",\r\n            \"tranShipment\": \"\",\r\n            \"frequency\": \"\",\r\n            \"freeDays\": 10\r\n        }\r\n    ],\r\n    \"status\": \"success\",\r\n    \"pagingCounter\": 15,\r\n    \"totalPages\": 1,\r\n    \"hasPrevPage\": true,\r\n    \"hasNextPage\": false,\r\n    \"prevPage\": 0,\r\n    \"nextPage\": null,\r\n    \"totalItems\": 11,\r\n    \"page\": 1,\r\n    \"limit\": 15,\r\n    \"active\": 0,\r\n    \"future\": 0,\r\n    \"sold\": 11\r\n}"}],"_postman_id":"a4ac4679-6b1e-4c49-8fe1-53dba3215e32"},{"name":"Update Rate","id":"2a7247dc-d120-40ec-9c82-57b3744c4db9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transitTime\": \"\",\r\n    \"tranShipment\": \"Transhipment\",\r\n    \"frequency\": \"\",\r\n    \"freeDays\": 10,\r\n    \"validityFrom\": \"2024 Mar 01\",\r\n    \"validityTo\": \"2024 Apr 30\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipper-rate/update-rate/66100937c8800268979f2da2","description":"<h2 id=\"update-rate\">Update Rate</h2>\n<p>This endpoint allows you to update an existing shipping rate in the system.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/shipper-rate/update-rate/:rateId</code></li>\n<li><strong>Method HTTP</strong>: PUT</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>transitTime</td>\n<td>The estimated transit time for the shipment.</td>\n</tr>\n<tr>\n<td>tranShipment</td>\n<td>Indicates if there is a transshipment.</td>\n</tr>\n<tr>\n<td>frequency</td>\n<td>The frequency of the transportation service.</td>\n</tr>\n<tr>\n<td>freeDays</td>\n<td>The number of free days before additional charges apply.</td>\n</tr>\n<tr>\n<td>validityFrom</td>\n<td>The start date of the rate validity (2024 Mar 01 in this case).</td>\n</tr>\n<tr>\n<td>validityTo</td>\n<td>The end date of the rate validity (2024 Apr 30 in this case).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"transitTime\": \"\",\n    \"tranShipment\": \"Transhipment\",\n    \"frequency\": \"\",\n    \"freeDays\": 10,\n    \"validityFrom\": \"2024 Mar 01\",\n    \"validityTo\": \"2024 Apr 30\"\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","shipper-rate","update-rate","66100937c8800268979f2da2"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"e2b6c2f2-c079-4999-b50f-e0ca2fd82a6c","name":"Example","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"transitTime\": \"\",\r\n    \"tranShipment\": \"Transhipment\",\r\n    \"frequency\": \"\",\r\n    \"freeDays\": 10,\r\n    \"validityFrom\": \"2024 Mar 01\",\r\n    \"validityTo\": \"2024 Apr 30\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipper-rate/update-rate/66100937c8800268979f2da2"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cityOrigin\": {\n        \"address\": \"Costa Rica\"\n    },\n    \"cityDestination\": {\n        \"address\": \"Canada\"\n    },\n    \"subTotalFreight\": {\n        \"buyRate\": 20,\n        \"sellRate\": 400\n    },\n    \"subTotalFreightSurcharges\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"subTotalOrigin\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"subTotalDestination\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"_id\": \"66100937c8800268979f2da2\",\n    \"tenant\": \"649618800b7497f3261b426d\",\n    \"carrier\": {\n        \"_id\": \"6019c700e3e6248a7fd73cb5\",\n        \"name\": \"CMA CGM\"\n    },\n    \"shipper\": \"64961c56a1727236e1959277\",\n    \"referenceRate\": \"65e778d3d64681d443a68fdb\",\n    \"isAlert\": false,\n    \"oneTimeRate\": false,\n    \"freight\": [\n        {\n            \"charge\": \"20'\",\n            \"buyRate\": 20,\n            \"minBuyRate\": null,\n            \"sellRate\": 400,\n            \"minSellRate\": null,\n            \"chargeBasis\": \"container\",\n            \"key\": \"twenty\",\n            \"_id\": \"66100937c8800268979f2da3\"\n        }\n    ],\n    \"freightSurcharge\": [\n        {\n            \"charge\": \"FOB\",\n            \"buyRate\": 100,\n            \"minBuyRate\": null,\n            \"sellRate\": 200,\n            \"minSellRate\": null,\n            \"chargeBasis\": \"amount\",\n            \"key\": \"fob\",\n            \"_id\": \"66100937c8800268979f2da4\"\n        }\n    ],\n    \"origin\": [],\n    \"destination\": [],\n    \"validityFrom\": \"2024-03-01T05:00:00.000Z\",\n    \"validityTo\": \"2024-04-30T05:00:00.000Z\",\n    \"commodity\": \"FAK\",\n    \"shipmentType\": \"FCL\",\n    \"portOrigin\": null,\n    \"portDestination\": null,\n    \"transitTime\": \"\",\n    \"tranShipment\": \"Transhipment\",\n    \"frequency\": \"\",\n    \"freeDays\": 10,\n    \"totalBuy\": 0,\n    \"total\": 600,\n    \"createdAt\": \"2024-04-05T14:22:47.398Z\",\n    \"__v\": 0\n}"}],"_postman_id":"2a7247dc-d120-40ec-9c82-57b3744c4db9"},{"name":"Delete Rate","id":"7ebca949-45bc-4272-9d94-16694c0e1bf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}/api/v2/shipper-rate/delete-rate/:rateId","description":"<h2 id=\"delete-rate\">Delete Rate</h2>\n<p>This endpoint allows you to delete an existing shipping rate from the system.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/shipper-rate/delete-rate/:rateId</code></li>\n<li><strong>Method HTTP</strong>: DELETE</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<ul>\n<li><code>rateId</code> (Required): The unique identifier of the rate you wish to delete.</li>\n</ul>\n","urlObject":{"path":["api","v2","shipper-rate","delete-rate",":rateId"],"host":["{{URL}}"],"query":[],"variable":[{"type":"any","value":"","key":"rateId"}]}},"response":[{"id":"f29147f1-0f32-474d-b3c7-b71b5a1c511d","name":"Example","originalRequest":{"method":"DELETE","header":[{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"url":{"raw":"{{URL}}/api/v2/shipper-rate/delete-rate/:rateId","host":["{{URL}}"],"path":["api","v2","shipper-rate","delete-rate",":rateId"],"variable":[{"key":"rateId","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"acknowledged\": true,\n    \"deletedCount\": 1\n}"}],"_postman_id":"7ebca949-45bc-4272-9d94-16694c0e1bf7"},{"name":"Get Contract Rates Alert","id":"6d73dc85-a7a0-426a-8978-3ee28bf528fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/v2/shipper-rate/get-contract-rate-alert","description":"<h2 id=\"get-contract-rates-alert\">Get Contract Rates Alert</h2>\n<p>This endpoint retrieves the contract rates alert from the system.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/shipper-rate/get-contract-rate-alert</code></li>\n<li><strong>Method HTTP</strong>: GET</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["api","v2","shipper-rate","get-contract-rate-alert"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"53b8ab1d-5311-4088-a669-09b6669d3693","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"url":"{{URL}}/api/v2/shipper-rate/get-contract-rate-alert"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"cityOrigin\": {\r\n            \"address\": \"Canada\"\r\n        },\r\n        \"subTotalFreight\": {\r\n            \"buyRate\": 3000,\r\n            \"sellRate\": 4000\r\n        },\r\n        \"subTotalFreightSurcharges\": {\r\n            \"buyRate\": 0,\r\n            \"sellRate\": 0\r\n        },\r\n        \"subTotalOrigin\": {\r\n            \"buyRate\": 0,\r\n            \"sellRate\": 0\r\n        },\r\n        \"subTotalDestination\": {\r\n            \"buyRate\": 0,\r\n            \"sellRate\": 0\r\n        },\r\n        \"_id\": \"65d8a780c6b924f026b78078\",\r\n        \"tenant\": \"649618800b7497f3261b426d\",\r\n        \"carrier\": \"60e4aeb16c6a34f2f0f35218\",\r\n        \"shipper\": \"64961c56a1727236e1959277\",\r\n        \"referenceRate\": \"65d3cb8890f4459c348720a7\",\r\n        \"isAlert\": true,\r\n        \"oneTimeRate\": false,\r\n        \"freight\": [\r\n            {\r\n                \"charge\": \"20'\",\r\n                \"buyRate\": 3100,\r\n                \"buyRateAlert\": 3200,\r\n                \"isAlert\": true,\r\n                \"minBuyRate\": null,\r\n                \"sellRate\": 4000,\r\n                \"minSellRate\": null,\r\n                \"chargeBasis\": \"container\",\r\n                \"key\": \"twenty\",\r\n                \"_id\": \"65d8a8b701d1c220d69e2c59\"\r\n            }\r\n        ],\r\n        \"freightSurcharge\": [],\r\n        \"origin\": [],\r\n        \"destination\": [],\r\n        \"validityFrom\": \"2024-02-01T14:11:12.000Z\",\r\n        \"validityTo\": \"2024-03-09T14:11:12.000Z\",\r\n        \"commodity\": \"FAK\",\r\n        \"shipmentType\": \"FCL\",\r\n        \"portOrigin\": null,\r\n        \"portDestination\": {\r\n            \"address\": \"GRACL Achladi\"\r\n        },\r\n        \"transitTime\": \"\",\r\n        \"tranShipment\": \"\",\r\n        \"frequency\": \"\",\r\n        \"freeDays\": null,\r\n        \"totalBuy\": 0,\r\n        \"total\": 4000,\r\n        \"createdAt\": \"2024-02-23T14:11:12.030Z\",\r\n        \"__v\": 0\r\n    }\r\n]"}],"_postman_id":"6d73dc85-a7a0-426a-8978-3ee28bf528fa"}],"id":"40571c62-8027-4b00-9262-0d46ed4d3693","description":"<h1 id=\"definition\">Definition</h1>\n<p>The Shipper Contract Rates module provides several endpoints. Here is a list of possible endpoints and their descriptions.</p>\n","_postman_id":"40571c62-8027-4b00-9262-0d46ed4d3693"},{"name":"Lsp Contract Rates","item":[{"name":"Create New Rate","id":"740e4991-8a4d-4227-8bf3-c9e7f21f2673","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"lsp\": {\r\n\t\t\"_id\": \"64cac22182ec98cb0dc43cb4\",\r\n\t\t\"name\": \"Shipper\"\r\n\t},\r\n\t\"carrier\": {\r\n\t\t\"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n\t\t\"name\": \"CMA CGM\",\r\n\t\t\"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\"\r\n\t},\r\n\t\"commodity\": \"FAK\",\r\n\t\"shipmentType\": \"FCL\",\r\n\t\"cityOrigin\": {\r\n\t\t\"address\": \"Costa Rica\"\r\n\t},\r\n\t\"cityDestination\": {\r\n\t\t\"address\": \"Canada\"\r\n\t},\r\n\t\"portOrigin\": null,\r\n\t\"portDestination\": null,\r\n\t\"oneTimeRate\": false,\r\n\t\"freight\": [\r\n\t\t{\r\n\t\t\t\"id\": \"65e778d3d64681d443a68fdc\",\r\n\t\t\t\"key\": \"twenty\",\r\n\t\t\t\"charge\": \"20'\",\r\n\t\t\t\"chargeBasis\": \"container\",\r\n\t\t\t\"buyRate\": 20,\r\n\t\t\t\"sellRate\": 400,\r\n\t\t\t\"minBuyRate\": null,\r\n\t\t\t\"minSellRate\": null\r\n\t\t}\r\n\t],\r\n\t\"freightSurcharge\": [],\r\n\t\"origin\": [],\r\n\t\"destination\": [],\r\n\t\"transitTime\": \"\",\r\n\t\"tranShipment\": \"\",\r\n\t\"frequency\": \"\",\r\n\t\"freeDays\": 10,\r\n\t\"validityFrom\": \"2024-03-01T19:56:03.000Z\",\r\n\t\"validityTo\": \"2024-05-11T05:00:00.000Z\",\r\n\t\"referenceRate\": \"65e778d3d64681d443a68fdb\",\r\n\t\"subTotalFreight\": {\r\n\t\t\"buyRate\": 20,\r\n\t\t\"sellRate\": 400\r\n\t},\r\n\t\"subTotalFreightSurcharge\": {\r\n\t\t\"buyRate\": 0,\r\n\t\t\"sellRate\": 0\r\n\t},\r\n\t\"subTotalOrigin\": {\r\n\t\t\"buyRate\": 0,\r\n\t\t\"sellRate\": 0\r\n\t},\r\n\t\"subTotalDestination\": {\r\n\t\t\"buyRate\": 0,\r\n\t\t\"sellRate\": 0\r\n\t},\r\n\t\"total\": 400\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/lsp-rate/create-rate","description":"<h2 id=\"create-new-rate\">Create New Rate</h2>\n<p>This endpoint allows you to create a new shipping rate in the system.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/lsp-rate/create-rate</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>lsp</td>\n<td>Information about the shipper (the person or company sending the shipment).</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>Information about the carrier (the shipping company).</td>\n</tr>\n<tr>\n<td>commodity</td>\n<td>Type of commodity (e.g., FAK - \"Freight All Kinds\").</td>\n</tr>\n<tr>\n<td>shipmentType</td>\n<td>Type of shipment (e.g., \"FCL\", \"LCL\", \"FTL\", \"LTL\" \"plane\").</td>\n</tr>\n<tr>\n<td>cityOrigin</td>\n<td>Origin city of the shipment.</td>\n</tr>\n<tr>\n<td>cityDestination</td>\n<td>Destination city of the shipment.</td>\n</tr>\n<tr>\n<td>portOrigin</td>\n<td>Origin port of the shipment (if applicable).</td>\n</tr>\n<tr>\n<td>portDestination</td>\n<td>Destination port of the shipment (if applicable).</td>\n</tr>\n<tr>\n<td>oneTimeRate</td>\n<td>Indicates if the rate is one-time (true/false).</td>\n</tr>\n<tr>\n<td>freight</td>\n<td>Details of the freight rate.</td>\n</tr>\n<tr>\n<td>freightSurcharge</td>\n<td>Details of the freight surcharge.</td>\n</tr>\n<tr>\n<td>origin</td>\n<td>Additional details about the origin of the shipment.</td>\n</tr>\n<tr>\n<td>destination</td>\n<td>Additional details about the destination of the shipment.</td>\n</tr>\n<tr>\n<td>transitTime</td>\n<td>Estimated transit time.</td>\n</tr>\n<tr>\n<td>tranShipment</td>\n<td>Information about transshipments (if applicable).</td>\n</tr>\n<tr>\n<td>frequency</td>\n<td>Frequency of the transportation service.</td>\n</tr>\n<tr>\n<td>freeDays</td>\n<td>Free days before additional charges apply.</td>\n</tr>\n<tr>\n<td>validityFrom</td>\n<td>Start date and time of the rate validity.</td>\n</tr>\n<tr>\n<td>validityTo</td>\n<td>End date and time of the rate validity.</td>\n</tr>\n<tr>\n<td>referenceRate</td>\n<td>Reference to another related rate.</td>\n</tr>\n<tr>\n<td>subTotalFreight</td>\n<td>Subtotal of the freight rate.</td>\n</tr>\n<tr>\n<td>subTotalFreightSurcharge</td>\n<td>Subtotal of the freight surcharge.</td>\n</tr>\n<tr>\n<td>subTotalOrigin</td>\n<td>Subtotal of additional origin charges.</td>\n</tr>\n<tr>\n<td>subTotalDestination</td>\n<td>Subtotal of additional destination charges.</td>\n</tr>\n<tr>\n<td>total</td>\n<td>Total cost of the rate.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"shipper\": {\n        \"_id\": \"64961c56a1727236e1959277\",\n        \"name\": \"Shipper Pedro\"\n    },\n    \"carrier\": {\n        \"_id\": \"6019c700e3e6248a7fd73cb5\",\n        \"name\": \"CMA CGM\",\n        \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\"\n    },\n    \"commodity\": \"FAK\",\n    \"shipmentType\": \"FCL\",\n    \"cityOrigin\": {\n        \"address\": \"Costa Rica\"\n    },\n    \"cityDestination\": {\n        \"address\": \"Canada\"\n    },\n    \"portOrigin\": null,\n    \"portDestination\": null,\n    \"oneTimeRate\": false,\n    \"freight\": [\n        {\n            \"id\": \"65e778d3d64681d443a68fdc\",\n            \"key\": \"twenty\",\n            \"charge\": \"20'\",\n            \"chargeBasis\": \"container\",\n            \"buyRate\": 20,\n            \"sellRate\": 400,\n            \"minBuyRate\": null,\n            \"minSellRate\": null\n        }\n    ],\n    \"freightSurcharge\": [\n        {\n            \"id\": \"649618810b7497f3261b427b\",\n            \"key\": \"fob\",\n            \"charge\": \"FOB\",\n            \"chargeBasis\": \"amount\",\n            \"buyRate\": 100,\n            \"sellRate\": 200,\n            \"minBuyRate\": \"\",\n            \"minSellRate\": \"\"\n        }\n    ],\n    \"origin\": [],\n    \"destination\": [],\n    \"transitTime\": \"\",\n    \"tranShipment\": \"\",\n    \"frequency\": \"\",\n    \"freeDays\": 10,\n    \"validityFrom\": \"2024-03-01T19:56:03.000Z\",\n    \"validityTo\": \"2024-04-05T19:56:03.000Z\",\n    \"referenceRate\": \"65e778d3d64681d443a68fdb\",\n    \"subTotalFreight\": {\n        \"buyRate\": 20,\n        \"sellRate\": 400\n    },\n    \"subTotalFreightSurcharge\": {\n        \"buyRate\": 100,\n        \"sellRate\": 200\n    },\n    \"subTotalOrigin\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"subTotalDestination\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"total\": 600\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","lsp-rate","create-rate"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"aeb4cd9f-48fc-40de-8bef-af25444c1522","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"lsp\": {\r\n        \"_id\": \"64cac22182ec98cb0dc43cb4\",\r\n        \"name\": \"Shipper\"\r\n    },\r\n    \"carrier\": {\r\n        \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n        \"name\": \"CMA CGM\",\r\n        \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\"\r\n    },\r\n    \"commodity\": \"FAK\",\r\n    \"shipmentType\": \"FCL\",\r\n    \"cityOrigin\": {\r\n        \"address\": \"Costa Rica\"\r\n    },\r\n    \"cityDestination\": {\r\n        \"address\": \"Canada\"\r\n    },\r\n    \"portOrigin\": null,\r\n    \"portDestination\": null,\r\n    \"oneTimeRate\": false,\r\n    \"freight\": [\r\n        {\r\n            \"id\": \"65e778d3d64681d443a68fdc\",\r\n            \"key\": \"twenty\",\r\n            \"charge\": \"20'\",\r\n            \"chargeBasis\": \"container\",\r\n            \"buyRate\": 20,\r\n            \"sellRate\": 400,\r\n            \"minBuyRate\": null,\r\n            \"minSellRate\": null\r\n        }\r\n    ],\r\n    \"freightSurcharge\": [],\r\n    \"origin\": [],\r\n    \"destination\": [],\r\n    \"transitTime\": \"\",\r\n    \"tranShipment\": \"\",\r\n    \"frequency\": \"\",\r\n    \"freeDays\": 10,\r\n    \"validityFrom\": \"2024-03-01T19:56:03.000Z\",\r\n    \"validityTo\": \"2024-05-11T05:00:00.000Z\",\r\n    \"referenceRate\": \"65e778d3d64681d443a68fdb\",\r\n    \"subTotalFreight\": {\r\n        \"buyRate\": 20,\r\n        \"sellRate\": 400\r\n    },\r\n    \"subTotalFreightSurcharge\": {\r\n        \"buyRate\": 0,\r\n        \"sellRate\": 0\r\n    },\r\n    \"subTotalOrigin\": {\r\n        \"buyRate\": 0,\r\n        \"sellRate\": 0\r\n    },\r\n    \"subTotalDestination\": {\r\n        \"buyRate\": 0,\r\n        \"sellRate\": 0\r\n    },\r\n    \"total\": 400\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/shipper-rate/create-rate"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"tenant\": \"649618800b7497f3261b426d\",\n    \"carrier\": \"6019c700e3e6248a7fd73cb5\",\n    \"lsp\": \"64cac22182ec98cb0dc43cb4\",\n    \"referenceRate\": \"65e778d3d64681d443a68fdb\",\n    \"isAlert\": false,\n    \"oneTimeRate\": false,\n    \"freight\": [\n        {\n            \"charge\": \"20'\",\n            \"buyRate\": 20,\n            \"minBuyRate\": null,\n            \"sellRate\": 400,\n            \"minSellRate\": null,\n            \"chargeBasis\": \"container\",\n            \"key\": \"twenty\",\n            \"_id\": \"6610139bc8800268979f36be\"\n        }\n    ],\n    \"freightSurcharge\": [],\n    \"origin\": [],\n    \"destination\": [],\n    \"validityFrom\": \"2024-03-01T15:07:07.000Z\",\n    \"validityTo\": \"2024-05-11T15:07:07.000Z\",\n    \"commodity\": \"FAK\",\n    \"shipmentType\": \"FCL\",\n    \"cityOrigin\": {\n        \"address\": \"Costa Rica\"\n    },\n    \"cityDestination\": {\n        \"address\": \"Canada\"\n    },\n    \"portOrigin\": null,\n    \"portDestination\": null,\n    \"transitTime\": \"\",\n    \"tranShipment\": \"\",\n    \"frequency\": \"\",\n    \"freeDays\": 10,\n    \"subTotalFreight\": {\n        \"buyRate\": 20,\n        \"sellRate\": 400\n    },\n    \"subTotalFreightSurcharges\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"subTotalOrigin\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"subTotalDestination\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"totalBuy\": 0,\n    \"total\": 400,\n    \"_id\": \"6610139bc8800268979f36bd\",\n    \"createdAt\": \"2024-04-05T15:07:07.018Z\",\n    \"__v\": 0\n}"}],"_postman_id":"740e4991-8a4d-4227-8bf3-c9e7f21f2673"},{"name":"List Rates","id":"731c980a-529f-4a9b-91d7-ffa259a2d4db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"limit\": 15,\r\n    \"page\": 1,\r\n    \"search\": \"\",\r\n    \"fields\": [\r\n        \"commodity\",\r\n        \"shipmentType\",\r\n        \"cityOrigin.address\",\r\n        \"cityDestination.address\",\r\n        \"portOrigin.address\",\r\n        \"portDestination.address\",\r\n        \"carrier.name\",\r\n        \"transitTime\",\r\n        \"tranShipment\",\r\n        \"frequency\",\r\n        \"freeDays\",\r\n        \"validityFrom\",\r\n        \"validityTo\"\r\n    ],\r\n    \"filter\": {\r\n        \"shipmentType\": \"FCL\",\r\n        \"status\": \"expired\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/lsp-rate/list-rates","description":"<h2 id=\"list-contract-rates\">List Contract Rates</h2>\n<p>This endpoint retrieves a list of shipping rates from the system.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/lsp-rate/list-rates</code></li>\n<li><strong>Method HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>The maximum number of results to return per page.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>The page number of results to retrieve.</td>\n</tr>\n<tr>\n<td>search</td>\n<td>The search term (empty string in this case).</td>\n</tr>\n<tr>\n<td>fields</td>\n<td>An array of fields to include in the results.</td>\n</tr>\n<tr>\n<td>filter.shipmentType</td>\n<td>Filters results by shipment type (e.g., \"FCL\", \"LCL\", \"AIR\").</td>\n</tr>\n<tr>\n<td>filter.status</td>\n<td>Filters results by status (e.g., 'expired', 'future', 'active').</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"limit\": 15,\n    \"page\": 1,\n    \"search\": \"\",\n    \"fields\": [\n        \"commodity\",\n        \"shipmentType\",\n        \"cityOrigin.address\",\n        \"cityDestination.address\",\n        \"portOrigin.address\",\n        \"portDestination.address\",\n        \"carrier.name\",\n        \"transitTime\",\n        \"tranShipment\",\n        \"frequency\",\n        \"freeDays\",\n        \"validityFrom\",\n        \"validityTo\"\n    ],\n    \"filter\": {\n        \"shipmentType\": \"FCL\",\n        \"status\": \"expired\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","lsp-rate","list-rates"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"7f8b6127-d4e4-4a4a-98df-c48568bc8c61","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"limit\": 15,\r\n    \"page\": 1,\r\n    \"search\": \"\",\r\n    \"fields\": [\r\n        \"commodity\",\r\n        \"shipmentType\",\r\n        \"cityOrigin.address\",\r\n        \"cityDestination.address\",\r\n        \"portOrigin.address\",\r\n        \"portDestination.address\",\r\n        \"carrier.name\",\r\n        \"transitTime\",\r\n        \"tranShipment\",\r\n        \"frequency\",\r\n        \"freeDays\",\r\n        \"validityFrom\",\r\n        \"validityTo\"\r\n    ],\r\n    \"filter\": {\r\n        \"shipmentType\": \"FCL\",\r\n        \"status\": \"expired\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipper-rate/list-rates"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"_id\": \"65d8a780c6b924f026b78078\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"carrier\": {\r\n                \"_id\": \"60e4aeb16c6a34f2f0f35218\",\r\n                \"name\": \"Atlantic Container Line\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Atlantic%20Container Line.png\"\r\n            },\r\n            \"shipper\": {\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"isAlert\": true,\r\n            \"oneTimeRate\": false,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 3100,\r\n                    \"buyRateAlert\": 3200,\r\n                    \"isAlert\": true,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 4000,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"twenty\",\r\n                    \"_id\": \"65d8a8b701d1c220d69e2c59\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [],\r\n            \"origin\": [],\r\n            \"destination\": [],\r\n            \"validityFrom\": \"2024-02-01T14:11:12.000Z\",\r\n            \"validityTo\": \"2024-03-09T14:11:12.000Z\",\r\n            \"commodity\": \"FAK\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"cityOrigin\": {\r\n                \"address\": \"Canada\"\r\n            },\r\n            \"portDestination\": {\r\n                \"address\": \"GRACL Achladi\"\r\n            },\r\n            \"transitTime\": \"\",\r\n            \"tranShipment\": \"\",\r\n            \"frequency\": \"\",\r\n            \"freeDays\": null\r\n        },\r\n        {\r\n            \"_id\": \"6508aeff77bd5f1c47e75b48\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73caf\",\r\n                \"name\": \"Maersk\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Maersk.png\"\r\n            },\r\n            \"shipper\": {\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"isAlert\": false,\r\n            \"oneTimeRate\": false,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 290,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 400,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"twenty\",\r\n                    \"_id\": \"651334a3e972d1f946fc2964\"\r\n                },\r\n                {\r\n                    \"charge\": \"40'\",\r\n                    \"buyRate\": 100,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 400,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"fourty\",\r\n                    \"_id\": \"650a11d3671924b653436613\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [\r\n                {\r\n                    \"charge\": \"Docs fee ggggggggggg gg\",\r\n                    \"buyRate\": 180,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 500,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"ebs\",\r\n                    \"_id\": \"651334b6e972d1f946fc297f\"\r\n                },\r\n                {\r\n                    \"charge\": \"FOB\",\r\n                    \"buyRate\": 50,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 100,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"fob\",\r\n                    \"_id\": \"6508aeff77bd5f1c47e75b4d\"\r\n                },\r\n                {\r\n                    \"charge\": \"HJHJ\",\r\n                    \"buyRate\": 100,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 200,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"undefined\",\r\n                    \"_id\": \"6508aeff77bd5f1c47e75b4e\"\r\n                }\r\n            ],\r\n            \"origin\": [],\r\n            \"destination\": [],\r\n            \"validityFrom\": \"2023-09-01T21:11:15.000Z\",\r\n            \"validityTo\": \"2023-09-30T21:11:15.000Z\",\r\n            \"commodity\": \"FAK\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"cityOrigin\": {\r\n                \"address\": \"California, EE. UU.\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Barcelona, España\"\r\n            },\r\n            \"transitTime\": \"\",\r\n            \"tranShipment\": \"\",\r\n            \"frequency\": \"HH HHHHHHHHHHHHHHHHHHHHHHHHHHHHH H\",\r\n            \"freeDays\": null\r\n        },\r\n        {\r\n            \"_id\": \"6508bbf31009d9efc2a2b473\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73caf\",\r\n                \"name\": \"Maersk\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Maersk.png\"\r\n            },\r\n            \"shipper\": {\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"isAlert\": false,\r\n            \"oneTimeRate\": false,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 250,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 400,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"650a107b671924b653436397\"\r\n                },\r\n                {\r\n                    \"charge\": \"40'\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"fourty\",\r\n                    \"_id\": \"650a14948b166c52dea025b6\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [\r\n                {\r\n                    \"charge\": \"Docs fee ggggggggggg gg\",\r\n                    \"buyRate\": 520,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 620,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": null,\r\n                    \"_id\": \"6508bbf31009d9efc2a2b475\"\r\n                },\r\n                {\r\n                    \"charge\": \"TEST 1\",\r\n                    \"buyRate\": 800,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 900,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"6508bbf31009d9efc2a2b476\"\r\n                }\r\n            ],\r\n            \"origin\": [],\r\n            \"destination\": [],\r\n            \"validityFrom\": \"2023-07-31T05:00:00.000Z\",\r\n            \"validityTo\": \"2023-12-31T05:00:00.000Z\",\r\n            \"commodity\": \"Steel\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"cityOrigin\": {\r\n                \"address\": \"Oslo\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Dubai\"\r\n            },\r\n            \"transitTime\": \"\",\r\n            \"tranShipment\": \"\",\r\n            \"frequency\": \"\",\r\n            \"freeDays\": null\r\n        },\r\n        {\r\n            \"_id\": \"6509c5d2950db93c8a19657d\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb6\",\r\n                \"name\": \"COSCO\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/cosco.png\"\r\n            },\r\n            \"shipper\": {\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"isAlert\": false,\r\n            \"oneTimeRate\": false,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 150,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 300,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"twenty\",\r\n                    \"_id\": \"651735657a32fca86ad56aed\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [\r\n                {\r\n                    \"charge\": \"FOB\",\r\n                    \"buyRate\": 200,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 400,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"fob\",\r\n                    \"_id\": \"6517356c7a32fca86ad56b00\"\r\n                },\r\n                {\r\n                    \"charge\": \"TY\",\r\n                    \"buyRate\": 100,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": 500,\r\n                    \"sellRate\": 300,\r\n                    \"minSellRate\": 800,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"undefined\",\r\n                    \"_id\": \"651735707a32fca86ad56b12\"\r\n                }\r\n            ],\r\n            \"origin\": [],\r\n            \"destination\": [],\r\n            \"validityFrom\": \"2023-09-01T19:54:47.000Z\",\r\n            \"validityTo\": \"2023-10-07T19:54:47.000Z\",\r\n            \"commodity\": \"FAK\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"cityOrigin\": {\r\n                \"address\": \"California, EE. UU.\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Barcelona, España\"\r\n            },\r\n            \"transitTime\": \"\",\r\n            \"tranShipment\": \"\",\r\n            \"frequency\": \"\",\r\n            \"freeDays\": null\r\n        },\r\n        {\r\n            \"_id\": \"650a0db8671924b653435ff4\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73caf\",\r\n                \"name\": \"Maersk\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Maersk.png\"\r\n            },\r\n            \"shipper\": {\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"isAlert\": false,\r\n            \"oneTimeRate\": false,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 259,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 316,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"6512063373837dd9ddcaa29b\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [\r\n                {\r\n                    \"charge\": \"Docs fee ggggggggggg gg\",\r\n                    \"buyRate\": 500,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 580,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": null,\r\n                    \"_id\": \"650cb2156cab461780a77aea\"\r\n                },\r\n                {\r\n                    \"charge\": \"TEST 1\",\r\n                    \"buyRate\": 750,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 900,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"65314b1c9f2b5ccaa6abccf9\"\r\n                }\r\n            ],\r\n            \"origin\": [],\r\n            \"destination\": [\r\n                {\r\n                    \"charge\": \"NEW\",\r\n                    \"buyRate\": 100,\r\n                    \"minBuyRate\": 200,\r\n                    \"sellRate\": 300,\r\n                    \"minSellRate\": 200,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"undefined\",\r\n                    \"_id\": \"65314a199f2b5ccaa6abccca\"\r\n                }\r\n            ],\r\n            \"validityFrom\": \"2023-07-31T05:00:00.000Z\",\r\n            \"validityTo\": \"2023-12-31T05:00:00.000Z\",\r\n            \"commodity\": \"Steel\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"cityOrigin\": {\r\n                \"address\": \"Oslo\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Dubai\"\r\n            },\r\n            \"transitTime\": \"\",\r\n            \"tranShipment\": \"\",\r\n            \"frequency\": \"\",\r\n            \"freeDays\": 22\r\n        },\r\n        {\r\n            \"_id\": \"650b0f57e2c0bd08e5c43c2c\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73caf\",\r\n                \"name\": \"Maersk\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Maersk.png\"\r\n            },\r\n            \"shipper\": {\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"isAlert\": false,\r\n            \"oneTimeRate\": false,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 250,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 324,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"650b0f57e2c0bd08e5c43c2d\"\r\n                },\r\n                {\r\n                    \"charge\": \"40'\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 100,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"fourty\",\r\n                    \"_id\": \"650b0f57e2c0bd08e5c43c2e\"\r\n                },\r\n                {\r\n                    \"charge\": \"40' HC\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 150,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"fourtyHC\",\r\n                    \"_id\": \"650b0f57e2c0bd08e5c43c2f\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [\r\n                {\r\n                    \"charge\": \"Docs fee ggggggggggg gg\",\r\n                    \"buyRate\": 520,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 620,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": null,\r\n                    \"_id\": \"650b0f57e2c0bd08e5c43c30\"\r\n                },\r\n                {\r\n                    \"charge\": \"TEST 1\",\r\n                    \"buyRate\": 800,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 900,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"650b0f57e2c0bd08e5c43c31\"\r\n                }\r\n            ],\r\n            \"origin\": [],\r\n            \"destination\": [],\r\n            \"validityFrom\": \"2023-07-31T05:00:00.000Z\",\r\n            \"validityTo\": \"2023-12-31T05:00:00.000Z\",\r\n            \"commodity\": \"Steel\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"cityOrigin\": {\r\n                \"address\": \"Oslo\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Dubai\"\r\n            },\r\n            \"transitTime\": \"\",\r\n            \"tranShipment\": \"\",\r\n            \"frequency\": \"\",\r\n            \"freeDays\": null\r\n        },\r\n        {\r\n            \"_id\": \"650b17bee2c0bd08e5c4460f\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb6\",\r\n                \"name\": \"COSCO\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/cosco.png\"\r\n            },\r\n            \"shipper\": {\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"isAlert\": false,\r\n            \"oneTimeRate\": false,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 150,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 200,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"twenty\",\r\n                    \"_id\": \"650b17bee2c0bd08e5c44610\"\r\n                },\r\n                {\r\n                    \"charge\": \"40'\",\r\n                    \"buyRate\": 100,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"fourty\",\r\n                    \"_id\": \"650cb20f6cab461780a77ac7\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [\r\n                {\r\n                    \"charge\": \"FOB\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"fob\",\r\n                    \"_id\": \"650b17bee2c0bd08e5c44612\"\r\n                },\r\n                {\r\n                    \"charge\": \"TY\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"undefined\",\r\n                    \"_id\": \"650b17bee2c0bd08e5c44613\"\r\n                },\r\n                {\r\n                    \"charge\": \"THO\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"tho\",\r\n                    \"_id\": \"650b17bee2c0bd08e5c44614\"\r\n                },\r\n                {\r\n                    \"charge\": \"THD\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"thd\",\r\n                    \"_id\": \"650b17bee2c0bd08e5c44615\"\r\n                },\r\n                {\r\n                    \"charge\": \"TEST 2\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"undefined\",\r\n                    \"_id\": \"650b17bee2c0bd08e5c44616\"\r\n                },\r\n                {\r\n                    \"charge\": \"TEST 1\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"undefined\",\r\n                    \"_id\": \"650b17bee2c0bd08e5c44617\"\r\n                },\r\n                {\r\n                    \"charge\": \"PPP\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"undefined\",\r\n                    \"_id\": \"650b17bee2c0bd08e5c44618\"\r\n                },\r\n                {\r\n                    \"charge\": \"NEW\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"undefined\",\r\n                    \"_id\": \"650b17bee2c0bd08e5c44619\"\r\n                },\r\n                {\r\n                    \"charge\": \"JK\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"undefined\",\r\n                    \"_id\": \"650b17bee2c0bd08e5c4461a\"\r\n                },\r\n                {\r\n                    \"charge\": \"HJHJ\",\r\n                    \"buyRate\": 0,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 0,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"undefined\",\r\n                    \"_id\": \"650b17bee2c0bd08e5c4461b\"\r\n                }\r\n            ],\r\n            \"origin\": [\r\n                {\r\n                    \"charge\": \"JJ\",\r\n                    \"buyRate\": 200,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 300,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"650b17bee2c0bd08e5c4461c\"\r\n                }\r\n            ],\r\n            \"destination\": [\r\n                {\r\n                    \"charge\": \"KL\",\r\n                    \"buyRate\": 50,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 100,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": null,\r\n                    \"_id\": \"650b17bee2c0bd08e5c4461d\"\r\n                }\r\n            ],\r\n            \"validityFrom\": \"2023-09-01T19:54:47.000Z\",\r\n            \"validityTo\": \"2023-10-07T19:54:47.000Z\",\r\n            \"commodity\": \"FAK\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"cityOrigin\": {\r\n                \"address\": \"California, EE. UU.\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Barcelona, España\"\r\n            },\r\n            \"transitTime\": \"\",\r\n            \"tranShipment\": \"\",\r\n            \"frequency\": \"\",\r\n            \"freeDays\": 22\r\n        },\r\n        {\r\n            \"_id\": \"65133417e972d1f946fc2782\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73caf\",\r\n                \"name\": \"Maersk\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/Maersk.png\"\r\n            },\r\n            \"isAlert\": false,\r\n            \"oneTimeRate\": false,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 290,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 300,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"twenty\",\r\n                    \"_id\": \"651334e8e972d1f946fc2ac8\"\r\n                },\r\n                {\r\n                    \"charge\": \"40'\",\r\n                    \"buyRate\": 100,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 200,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"fourty\",\r\n                    \"_id\": \"65133417e972d1f946fc2784\"\r\n                },\r\n                {\r\n                    \"charge\": \"40' HC\",\r\n                    \"buyRate\": 50,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 100,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"fourtyHC\",\r\n                    \"_id\": \"65133417e972d1f946fc2785\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [\r\n                {\r\n                    \"charge\": \"Docs fee ggggggggggg gg\",\r\n                    \"buyRate\": 180,\r\n                    \"buyRateAlert\": 0,\r\n                    \"isAlert\": false,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 300,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"ebs\",\r\n                    \"_id\": \"651334e2e972d1f946fc2ab0\"\r\n                },\r\n                {\r\n                    \"charge\": \"FOB\",\r\n                    \"buyRate\": 50,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 100,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"fob\",\r\n                    \"_id\": \"65133417e972d1f946fc2787\"\r\n                },\r\n                {\r\n                    \"charge\": \"HJHJ\",\r\n                    \"buyRate\": 100,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 200,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"undefined\",\r\n                    \"_id\": \"65133417e972d1f946fc2788\"\r\n                }\r\n            ],\r\n            \"origin\": [],\r\n            \"destination\": [],\r\n            \"validityFrom\": \"2023-09-01T21:11:15.000Z\",\r\n            \"validityTo\": \"2023-09-30T21:11:15.000Z\",\r\n            \"commodity\": \"FAK\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"cityOrigin\": {\r\n                \"address\": \"California, EE. UU.\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Barcelona, España\"\r\n            },\r\n            \"transitTime\": \"\",\r\n            \"tranShipment\": \"\",\r\n            \"frequency\": \"HH HHHHHHHHHHHHHHHHHHHHHHHHHHHHH H\",\r\n            \"freeDays\": 22\r\n        },\r\n        {\r\n            \"_id\": \"651e2cbafbb760e307b7dc53\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cae\",\r\n                \"name\": \"MSC\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/msc-logo.png\"\r\n            },\r\n            \"shipper\": {\r\n                \"name\": \"Company new 5\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"isAlert\": false,\r\n            \"oneTimeRate\": false,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 250,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 350,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"651e2cbafbb760e307b7dc54\"\r\n                },\r\n                {\r\n                    \"charge\": \"40'\",\r\n                    \"buyRate\": 500,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 600,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"651e2cbafbb760e307b7dc55\"\r\n                },\r\n                {\r\n                    \"charge\": \"40' HC\",\r\n                    \"buyRate\": 600,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 700,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"651e2cbafbb760e307b7dc56\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [],\r\n            \"origin\": [],\r\n            \"destination\": [],\r\n            \"validityFrom\": \"2023-02-02T03:25:46.000Z\",\r\n            \"validityTo\": \"2024-01-03T03:25:46.000Z\",\r\n            \"commodity\": \"Aluminized Steel Sheet\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"cityOrigin\": {\r\n                \"address\": \"Miami\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"São Gonçalo\"\r\n            },\r\n            \"portOrigin\": {\r\n                \"address\": \"USMIA\"\r\n            },\r\n            \"portDestination\": {\r\n                \"address\": \"BRPEC\"\r\n            },\r\n            \"transitTime\": \"30\",\r\n            \"tranShipment\": \"1\",\r\n            \"frequency\": \"7\",\r\n            \"freeDays\": null\r\n        },\r\n        {\r\n            \"_id\": \"651e2cdcfbb760e307b7dc9c\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cae\",\r\n                \"name\": \"MSC\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/msc-logo.png\"\r\n            },\r\n            \"shipper\": {\r\n                \"name\": \"Company new 5\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"isAlert\": false,\r\n            \"oneTimeRate\": false,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 250,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 350,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"651e2cdcfbb760e307b7dc9d\"\r\n                },\r\n                {\r\n                    \"charge\": \"40'\",\r\n                    \"buyRate\": 500,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 600,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"651e2cdcfbb760e307b7dc9e\"\r\n                },\r\n                {\r\n                    \"charge\": \"40' HC\",\r\n                    \"buyRate\": 600,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 700,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": null,\r\n                    \"_id\": \"651e2cdcfbb760e307b7dc9f\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [],\r\n            \"origin\": [],\r\n            \"destination\": [],\r\n            \"validityFrom\": \"2023-01-02T03:26:20.000Z\",\r\n            \"validityTo\": \"2024-01-01T03:26:20.000Z\",\r\n            \"commodity\": \"Aluminized Steel Sheet\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"cityOrigin\": {\r\n                \"address\": \"Miami\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Rio Grande\"\r\n            },\r\n            \"portOrigin\": {\r\n                \"address\": \"USMIA\"\r\n            },\r\n            \"portDestination\": {\r\n                \"address\": \"BRRIG\"\r\n            },\r\n            \"transitTime\": \"30\",\r\n            \"tranShipment\": \"1\",\r\n            \"frequency\": \"7\",\r\n            \"freeDays\": null\r\n        },\r\n        {\r\n            \"_id\": \"66100937c8800268979f2da2\",\r\n            \"tenant\": \"649618800b7497f3261b426d\",\r\n            \"carrier\": {\r\n                \"_id\": \"6019c700e3e6248a7fd73cb5\",\r\n                \"name\": \"CMA CGM\",\r\n                \"logo\": \"https://storage.googleapis.com/carriers_logos/CMA-CGM.png\"\r\n            },\r\n            \"shipper\": {\r\n                \"name\": \"Shipper Pedro\",\r\n                \"type\": \"shipper\"\r\n            },\r\n            \"isAlert\": false,\r\n            \"oneTimeRate\": false,\r\n            \"freight\": [\r\n                {\r\n                    \"charge\": \"20'\",\r\n                    \"buyRate\": 20,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 400,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"container\",\r\n                    \"key\": \"twenty\",\r\n                    \"_id\": \"66100937c8800268979f2da3\"\r\n                }\r\n            ],\r\n            \"freightSurcharge\": [\r\n                {\r\n                    \"charge\": \"FOB\",\r\n                    \"buyRate\": 100,\r\n                    \"minBuyRate\": null,\r\n                    \"sellRate\": 200,\r\n                    \"minSellRate\": null,\r\n                    \"chargeBasis\": \"amount\",\r\n                    \"key\": \"fob\",\r\n                    \"_id\": \"66100937c8800268979f2da4\"\r\n                }\r\n            ],\r\n            \"origin\": [],\r\n            \"destination\": [],\r\n            \"validityFrom\": \"2024-03-01T14:22:47.000Z\",\r\n            \"validityTo\": \"2024-04-05T14:22:47.000Z\",\r\n            \"commodity\": \"FAK\",\r\n            \"shipmentType\": \"FCL\",\r\n            \"cityOrigin\": {\r\n                \"address\": \"Costa Rica\"\r\n            },\r\n            \"cityDestination\": {\r\n                \"address\": \"Canada\"\r\n            },\r\n            \"transitTime\": \"\",\r\n            \"tranShipment\": \"\",\r\n            \"frequency\": \"\",\r\n            \"freeDays\": 10\r\n        }\r\n    ],\r\n    \"status\": \"success\",\r\n    \"pagingCounter\": 15,\r\n    \"totalPages\": 1,\r\n    \"hasPrevPage\": true,\r\n    \"hasNextPage\": false,\r\n    \"prevPage\": 0,\r\n    \"nextPage\": null,\r\n    \"totalItems\": 11,\r\n    \"page\": 1,\r\n    \"limit\": 15,\r\n    \"active\": 0,\r\n    \"future\": 0,\r\n    \"sold\": 11\r\n}"}],"_postman_id":"731c980a-529f-4a9b-91d7-ffa259a2d4db"},{"name":"Update Rate","id":"852e6d3b-659e-4018-8b9b-291fd2e433ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transitTime\": \"\",\r\n    \"tranShipment\": \"Transhipment\",\r\n    \"frequency\": \"\",\r\n    \"freeDays\": 10,\r\n    \"validityFrom\": \"2024 Mar 01\",\r\n    \"validityTo\": \"2024 Apr 30\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/lsp-rate/update-rate/66100937c8800268979f2da2","description":"<h2 id=\"update-rate\">Update Rate</h2>\n<p>This endpoint allows you to update an existing shipping rate in the system.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/shipper-rate/update-rate/:rateId</code></li>\n<li><strong>Method HTTP</strong>: PUT</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>transitTime</td>\n<td>The estimated transit time for the shipment.</td>\n</tr>\n<tr>\n<td>tranShipment</td>\n<td>Indicates if there is a transshipment.</td>\n</tr>\n<tr>\n<td>frequency</td>\n<td>The frequency of the transportation service.</td>\n</tr>\n<tr>\n<td>freeDays</td>\n<td>The number of free days before additional charges apply.</td>\n</tr>\n<tr>\n<td>validityFrom</td>\n<td>The start date of the rate validity (2024 Mar 01 in this case).</td>\n</tr>\n<tr>\n<td>validityTo</td>\n<td>The end date of the rate validity (2024 Apr 30 in this case).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"transitTime\": \"\",\n    \"tranShipment\": \"Transhipment\",\n    \"frequency\": \"\",\n    \"freeDays\": 10,\n    \"validityFrom\": \"2024 Mar 01\",\n    \"validityTo\": \"2024 Apr 30\"\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","lsp-rate","update-rate","66100937c8800268979f2da2"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"368d8059-bbb9-4b5a-a4e2-beb29b3351f9","name":"Example","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"transitTime\": \"\",\r\n    \"tranShipment\": \"Transhipment\",\r\n    \"frequency\": \"\",\r\n    \"freeDays\": 10,\r\n    \"validityFrom\": \"2024 Mar 01\",\r\n    \"validityTo\": \"2024 Apr 30\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/shipper-rate/update-rate/66100937c8800268979f2da2"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cityOrigin\": {\n        \"address\": \"Costa Rica\"\n    },\n    \"cityDestination\": {\n        \"address\": \"Canada\"\n    },\n    \"subTotalFreight\": {\n        \"buyRate\": 20,\n        \"sellRate\": 400\n    },\n    \"subTotalFreightSurcharges\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"subTotalOrigin\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"subTotalDestination\": {\n        \"buyRate\": 0,\n        \"sellRate\": 0\n    },\n    \"_id\": \"66100937c8800268979f2da2\",\n    \"tenant\": \"649618800b7497f3261b426d\",\n    \"carrier\": {\n        \"_id\": \"6019c700e3e6248a7fd73cb5\",\n        \"name\": \"CMA CGM\"\n    },\n    \"shipper\": \"64961c56a1727236e1959277\",\n    \"referenceRate\": \"65e778d3d64681d443a68fdb\",\n    \"isAlert\": false,\n    \"oneTimeRate\": false,\n    \"freight\": [\n        {\n            \"charge\": \"20'\",\n            \"buyRate\": 20,\n            \"minBuyRate\": null,\n            \"sellRate\": 400,\n            \"minSellRate\": null,\n            \"chargeBasis\": \"container\",\n            \"key\": \"twenty\",\n            \"_id\": \"66100937c8800268979f2da3\"\n        }\n    ],\n    \"freightSurcharge\": [\n        {\n            \"charge\": \"FOB\",\n            \"buyRate\": 100,\n            \"minBuyRate\": null,\n            \"sellRate\": 200,\n            \"minSellRate\": null,\n            \"chargeBasis\": \"amount\",\n            \"key\": \"fob\",\n            \"_id\": \"66100937c8800268979f2da4\"\n        }\n    ],\n    \"origin\": [],\n    \"destination\": [],\n    \"validityFrom\": \"2024-03-01T05:00:00.000Z\",\n    \"validityTo\": \"2024-04-30T05:00:00.000Z\",\n    \"commodity\": \"FAK\",\n    \"shipmentType\": \"FCL\",\n    \"portOrigin\": null,\n    \"portDestination\": null,\n    \"transitTime\": \"\",\n    \"tranShipment\": \"Transhipment\",\n    \"frequency\": \"\",\n    \"freeDays\": 10,\n    \"totalBuy\": 0,\n    \"total\": 600,\n    \"createdAt\": \"2024-04-05T14:22:47.398Z\",\n    \"__v\": 0\n}"}],"_postman_id":"852e6d3b-659e-4018-8b9b-291fd2e433ce"},{"name":"Delete Rate","id":"f9af2179-9cf8-4c89-8f7b-91f37b5ebc3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}/api/v2/lsp-rate/delete-rate/:rateId","description":"<h2 id=\"delete-rate\">Delete Rate</h2>\n<p>This endpoint allows you to delete an existing shipping rate from the system.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/shipper-rate/delete-rate/:rateId</code></li>\n<li><strong>Method HTTP</strong>: DELETE</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<ul>\n<li><code>rateId</code> (Required): The unique identifier of the rate you wish to delete.</li>\n</ul>\n","urlObject":{"path":["api","v2","lsp-rate","delete-rate",":rateId"],"host":["{{URL}}"],"query":[],"variable":[{"id":"b47fb618-f218-4e3f-8207-dead9ae0a0c0","type":"any","value":"","key":"rateId"}]}},"response":[{"id":"0480e2d0-416b-4d82-b4f6-09387eb53211","name":"Example","originalRequest":{"method":"DELETE","header":[{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"url":{"raw":"{{URL}}/api/v2/shipper-rate/delete-rate/:rateId","host":["{{URL}}"],"path":["api","v2","shipper-rate","delete-rate",":rateId"],"variable":[{"key":"rateId","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"acknowledged\": true,\n    \"deletedCount\": 1\n}"}],"_postman_id":"f9af2179-9cf8-4c89-8f7b-91f37b5ebc3b"},{"name":"Get Contract Rates Alert","id":"2b909ddc-5043-47fa-b6f6-c2e6890ddbb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKENV2}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/v2/lsp-rate/get-contract-rate-alert","description":"<h2 id=\"get-contract-rates-alert\">Get Contract Rates Alert</h2>\n<p>This endpoint retrieves the contract rates alert from the system.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/shipper-rate/get-contract-rate-alert</code></li>\n<li><strong>Method HTTP</strong>: GET</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["api","v2","lsp-rate","get-contract-rate-alert"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"d1d55146-6c39-42d3-824f-3e8733d15a8b","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"},{"key":"Accept-Language","value":"en","description":"en or es","type":"text"}],"url":"{{URL}}/api/v2/shipper-rate/get-contract-rate-alert"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"cityOrigin\": {\r\n            \"address\": \"Canada\"\r\n        },\r\n        \"subTotalFreight\": {\r\n            \"buyRate\": 3000,\r\n            \"sellRate\": 4000\r\n        },\r\n        \"subTotalFreightSurcharges\": {\r\n            \"buyRate\": 0,\r\n            \"sellRate\": 0\r\n        },\r\n        \"subTotalOrigin\": {\r\n            \"buyRate\": 0,\r\n            \"sellRate\": 0\r\n        },\r\n        \"subTotalDestination\": {\r\n            \"buyRate\": 0,\r\n            \"sellRate\": 0\r\n        },\r\n        \"_id\": \"65d8a780c6b924f026b78078\",\r\n        \"tenant\": \"649618800b7497f3261b426d\",\r\n        \"carrier\": \"60e4aeb16c6a34f2f0f35218\",\r\n        \"shipper\": \"64961c56a1727236e1959277\",\r\n        \"referenceRate\": \"65d3cb8890f4459c348720a7\",\r\n        \"isAlert\": true,\r\n        \"oneTimeRate\": false,\r\n        \"freight\": [\r\n            {\r\n                \"charge\": \"20'\",\r\n                \"buyRate\": 3100,\r\n                \"buyRateAlert\": 3200,\r\n                \"isAlert\": true,\r\n                \"minBuyRate\": null,\r\n                \"sellRate\": 4000,\r\n                \"minSellRate\": null,\r\n                \"chargeBasis\": \"container\",\r\n                \"key\": \"twenty\",\r\n                \"_id\": \"65d8a8b701d1c220d69e2c59\"\r\n            }\r\n        ],\r\n        \"freightSurcharge\": [],\r\n        \"origin\": [],\r\n        \"destination\": [],\r\n        \"validityFrom\": \"2024-02-01T14:11:12.000Z\",\r\n        \"validityTo\": \"2024-03-09T14:11:12.000Z\",\r\n        \"commodity\": \"FAK\",\r\n        \"shipmentType\": \"FCL\",\r\n        \"portOrigin\": null,\r\n        \"portDestination\": {\r\n            \"address\": \"GRACL Achladi\"\r\n        },\r\n        \"transitTime\": \"\",\r\n        \"tranShipment\": \"\",\r\n        \"frequency\": \"\",\r\n        \"freeDays\": null,\r\n        \"totalBuy\": 0,\r\n        \"total\": 4000,\r\n        \"createdAt\": \"2024-02-23T14:11:12.030Z\",\r\n        \"__v\": 0\r\n    }\r\n]"}],"_postman_id":"2b909ddc-5043-47fa-b6f6-c2e6890ddbb5"}],"id":"37afb740-38da-46e0-b6df-0b7bd5836df4","description":"<h1 id=\"definition\">Definition</h1>\n<p>The Lsp Contract Rates module provides several endpoints. Here is a list of possible endpoints and their descriptions.</p>\n","_postman_id":"37afb740-38da-46e0-b6df-0b7bd5836df4"},{"name":"Login","item":[{"name":"Forgot Password","id":"271cfffa-7894-439b-b7eb-e4f6916a10f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"pedro.holgin+ad_cauti@cargologik.com\",\r\n    \"company\": \"667af008b888b7f3f80484b2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/users/forgot-password","description":"<h1 id=\"api-documentation-for-forgot-password\">API Documentation for Forgot Password</h1>\n<h2 id=\"description\">Description</h2>\n<p>This API endpoint allows you to send a password reset email to the specified email address. The email will contain a link for the user to reset their password.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/users/forgot-password</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: POST</p>\n</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p>The API expects a JSON object in the request body with the following fields:</p>\n<ul>\n<li><p><strong>email</strong>: String (Required)</p>\n<ul>\n<li>The email address for which the password reset email should be sent.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<ul>\n<li><strong>Content-Type</strong>: application/json</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON response with the following fields:</p>\n<ul>\n<li><p><strong>_id</strong>: String</p>\n<ul>\n<li>The unique identifier of the password reset request.</li>\n</ul>\n</li>\n<li><p><strong>user</strong>: Object</p>\n<ul>\n<li><p>Contains the details of the user for whom the password reset email was sent.</p>\n<ul>\n<li><p><strong>_id</strong>: String</p>\n<ul>\n<li>The unique identifier of the user.</li>\n</ul>\n</li>\n<li><p><strong>firstName</strong>: String</p>\n<ul>\n<li>The first name of the user.</li>\n</ul>\n</li>\n<li><p><strong>lastName</strong>: String</p>\n<ul>\n<li>The last name of the user.</li>\n</ul>\n</li>\n<li><p><strong>email</strong>: String</p>\n<ul>\n<li>The email address of the user.</li>\n</ul>\n</li>\n<li><p><strong>mainContact</strong>: Boolean</p>\n<ul>\n<li>Indicates whether the user is the main contact.</li>\n</ul>\n</li>\n<li><p><strong>jobTitle</strong>: String</p>\n<ul>\n<li>The job title of the user.</li>\n</ul>\n</li>\n<li><p><strong>country</strong>: String</p>\n<ul>\n<li>The country of the user.</li>\n</ul>\n</li>\n<li><p><strong>countryPhoneCode</strong>: String</p>\n<ul>\n<li>The country phone code of the user.</li>\n</ul>\n</li>\n<li><p><strong>phone</strong>: String</p>\n<ul>\n<li>The phone number of the user.</li>\n</ul>\n</li>\n<li><p><strong>devices</strong>: Array</p>\n<ul>\n<li>List of devices associated with the user.</li>\n</ul>\n</li>\n<li><p><strong>sendEmail</strong>: Boolean</p>\n<ul>\n<li>Indicates whether the user can receive emails.</li>\n</ul>\n</li>\n<li><p><strong>changePasswordRequired</strong>: Boolean</p>\n<ul>\n<li>Indicates whether the user is required to change their password.</li>\n</ul>\n</li>\n<li><p><strong>introduced</strong>: Boolean</p>\n<ul>\n<li>Indicates whether the user has been introduced.</li>\n</ul>\n</li>\n<li><p><strong>urlPhotoProfile</strong>: String</p>\n<ul>\n<li>The URL of the user's profile photo.</li>\n</ul>\n</li>\n<li><p><strong>rates</strong>: Boolean</p>\n<ul>\n<li>Indicates whether the user has rates.</li>\n</ul>\n</li>\n<li><p><strong>disable</strong>: Boolean</p>\n<ul>\n<li>Indicates whether the user is disabled.</li>\n</ul>\n</li>\n<li><p><strong>password</strong>: String</p>\n<ul>\n<li>The hashed password of the user.</li>\n</ul>\n</li>\n<li><p><strong>createdAt</strong>: String</p>\n<ul>\n<li>The creation date of the user.</li>\n</ul>\n</li>\n<li><p><strong>updatedAt</strong>: String</p>\n<ul>\n<li>The last update date of the user.</li>\n</ul>\n</li>\n<li><p><strong>joinDate</strong>: String</p>\n<ul>\n<li>The date the user joined.</li>\n</ul>\n</li>\n<li><p><strong>__v</strong>: Number</p>\n<ul>\n<li>Version key.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>company</strong>: String</p>\n<ul>\n<li>The unique identifier of the company associated with the user.</li>\n</ul>\n</li>\n<li><p><strong>tenant</strong>: Object</p>\n<ul>\n<li><p>Contains the details of the tenant.</p>\n<ul>\n<li><p><strong>_id</strong>: String</p>\n<ul>\n<li>The unique identifier of the tenant.</li>\n</ul>\n</li>\n<li><p><strong>url</strong>: String</p>\n<ul>\n<li>The URL of the tenant.</li>\n</ul>\n</li>\n<li><p><strong>tenant</strong>: String</p>\n<ul>\n<li>The name of the tenant.</li>\n</ul>\n</li>\n<li><p><strong>company</strong>: String</p>\n<ul>\n<li>The unique identifier of the company associated with the tenant.</li>\n</ul>\n</li>\n<li><p><strong>createdAt</strong>: String</p>\n<ul>\n<li>The creation date of the tenant.</li>\n</ul>\n</li>\n<li><p><strong>__v</strong>: Number</p>\n<ul>\n<li>Version key.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"example-usage\">Example Usage</h2>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codecurl -X POST \"https://cargologik.app/api/v2/users/forgot-password\" \\\n     -H \"Content-Type: application/json\" \\\n     -d '{\n           \"email\": \"lucas.silva@cargologik.com\"\n         }'\n\n</code></pre>","urlObject":{"path":["api","v2","users","forgot-password"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"271cfffa-7894-439b-b7eb-e4f6916a10f8"},{"name":"Change Password","id":"d9f77f3e-6389-40c1-81cf-770f0e3786d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{URL}}/api/v2/users/change-password","description":"<h1 id=\"api-documentation-for-change-password\">API Documentation for Change Password</h1>\n<h2 id=\"description\">Description</h2>\n<p>This API endpoint allows you to change the password of a user to a new password.</p>\n<ul>\n<li><p><strong>URL</strong>: <code>https://cargologik.app/api/v2/users/change-password</code></p>\n</li>\n<li><p><strong>HTTP Method</strong>: POST</p>\n</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p>The API expects a JSON object in the request body with the following fields:</p>\n<ul>\n<li><p><strong>userId</strong>: String (Required)</p>\n<ul>\n<li>The unique identifier of the user whose password needs to be changed.</li>\n</ul>\n</li>\n<li><p><strong>currentPassword</strong>: String (Required)</p>\n<ul>\n<li>The current password of the user for verification purposes.</li>\n</ul>\n</li>\n<li><p><strong>newPassword</strong>: String (Required)</p>\n<ul>\n<li>The new password to be set for the user.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"headers\">Headers</h2>\n<ul>\n<li><p><strong>Authorization</strong>: Bearer YOUR_ACCESS_TOKEN</p>\n<ul>\n<li>Access token obtained after authentication.</li>\n</ul>\n</li>\n<li><p><strong>Content-Type</strong>: application/json</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON response with the following fields:</p>\n<ul>\n<li><p><strong>_id</strong>: String</p>\n<ul>\n<li>The unique identifier of the user.</li>\n</ul>\n</li>\n<li><p><strong>firstName</strong>: String</p>\n<ul>\n<li>The first name of the user.</li>\n</ul>\n</li>\n<li><p><strong>lastName</strong>: String</p>\n<ul>\n<li>The last name of the user.</li>\n</ul>\n</li>\n<li><p><strong>email</strong>: String</p>\n<ul>\n<li>The email address of the user.</li>\n</ul>\n</li>\n<li><p><strong>mainContact</strong>: Boolean</p>\n<ul>\n<li>Indicates whether the user is the main contact.</li>\n</ul>\n</li>\n<li><p><strong>country</strong>: String</p>\n<ul>\n<li>The country of the user.</li>\n</ul>\n</li>\n<li><p><strong>countryPhoneCode</strong>: String</p>\n<ul>\n<li>The country phone code of the user.</li>\n</ul>\n</li>\n<li><p><strong>phone</strong>: String</p>\n<ul>\n<li>The phone number of the user.</li>\n</ul>\n</li>\n<li><p><strong>urlPhotoProfile</strong>: String</p>\n<ul>\n<li>The URL of the user's profile photo.</li>\n</ul>\n</li>\n<li><p><strong>rates</strong>: Boolean</p>\n<ul>\n<li>Indicates whether the user has rates.</li>\n</ul>\n</li>\n<li><p><strong>createdAt</strong>: String</p>\n<ul>\n<li>The creation date of the user.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"example-usage\">Example Usage</h2>\n<h3 id=\"curl-request-example\">cURL Request Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codecurl -X POST \"https://cargologik.app/api/v2/users/change-password\" \\\n     -H \"Authorization:  \\\n     -H \"Content-Type: application/json\" \\\n     -d '{\n           \"userId\": \"64f5e2421d15691f05036c52\",\n           \"currentPassword\": \"old_password\",\n           \"newPassword\": \"new_password\"\n         }'\n\n</code></pre><p>Replace <code>YOUR_ACCESS_TOKEN</code>, <code>old_password</code>, and <code>new_password</code> with the actual access token obtained after authentication, the current password of the user, and the new password to be set, respectively.</p>\n","urlObject":{"path":["api","v2","users","change-password"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9f77f3e-6389-40c1-81cf-770f0e3786d7"}],"id":"1a64552d-bd4f-4647-9aab-a754ea44bff4","_postman_id":"1a64552d-bd4f-4647-9aab-a754ea44bff4","description":""},{"name":"Charges","item":[{"name":"List Charge Basis","id":"93313cb7-b71c-4c8e-96b7-261b25ec0c00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/v2/charges/listChargeBasis","urlObject":{"path":["api","v2","charges","listChargeBasis"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"shipmentType","value":"lcl"}],"variable":[]}},"response":[],"_postman_id":"93313cb7-b71c-4c8e-96b7-261b25ec0c00"},{"name":"List Standard Charges","id":"b8628c60-fbc0-49ae-9aa3-7e04e6b6aecb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/v2/charges/listStandardCharges","urlObject":{"path":["api","v2","charges","listStandardCharges"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"shipmentType","value":null},{"disabled":true,"key":"chargeType","value":null},{"disabled":true,"key":"chargeBasis","value":null},{"disabled":true,"key":"isVisible","value":null}],"variable":[]}},"response":[],"_postman_id":"b8628c60-fbc0-49ae-9aa3-7e04e6b6aecb"},{"name":"List Custom Charges","id":"ddb6ffc0-2419-44fc-bd69-8a5f274edfb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/v2/charges/listCustomCharges","urlObject":{"path":["api","v2","charges","listCustomCharges"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"shipmentType","value":null},{"disabled":true,"key":"chargeType","value":null},{"disabled":true,"key":"createdBy","value":null},{"disabled":true,"key":"updatedBy","value":null},{"disabled":true,"key":"chargeBasis","value":null}],"variable":[]}},"response":[],"_postman_id":"ddb6ffc0-2419-44fc-bd69-8a5f274edfb9"}],"id":"af44ffd2-7430-46d0-9182-035784dff6e9","_postman_id":"af44ffd2-7430-46d0-9182-035784dff6e9","description":""},{"name":"Login User","event":[{"listen":"test","script":{"id":"0f398c5c-ccc8-453f-878b-9da511c5c84f","exec":["let jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"TOKENV2\", 'Bearer ' + jsonData.data?.token);"],"type":"text/javascript","packages":{}}}],"id":"fe042369-c825-419f-81f4-42cdf2b794bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"email\": \"sstrader@tradexcel.global\",\r\n   \"password\": \"XCBV8ofZTWlK1uB\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/users/login","description":"<h2 id=\"user-login\">User Login</h2>\n<p>The Eset endpoint is used to authenticate users and obtain an access token that must be included in subsequent requests to access protected resources.</p>\n<ul>\n<li><strong>URL</strong>: <code>{{URL}}/api/v2/users/login</code></li>\n<li><strong>Método HTTP</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"email\": \"root@mail.com\",\n   \"password\": \"TuContraseñaAquí\"\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","users","login"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"91555b39-2969-4624-9a87-e69fece82976","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"email\": \"user@cargologik.com\",\r\n   \"password\": \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/users/login"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": {\n        \"token\": \"\"\n    },\n    \"user\": {\n        \"_id\": \"637e57d4318101bf83eb654hgf\",\n        \"firstName\": \"User\",\n        \"lastName\": \"Dummy\",\n        \"email\": \"user@cargologik.com\",\n        \"urlPhotoProfile\": \"https://storage.googleapis.com/development_app_files/rokk3r/profiles/eb11ecf3-c5f9-c86f-d265-900fd50f5f64.jpg\",\n        \"jobTitle\": \"\",\n        \"rates\": true,\n        \"introduced\": true,\n        \"phone\": \"(201) 454-5454\",\n        \"mainContact\": true,\n        \"showPlansVisibilityShipment\": true,\n        \"sortEvents\": \"asc\",\n        \"isExpandShipments\": false\n    }\n}"}],"_postman_id":"fe042369-c825-419f-81f4-42cdf2b794bc"},{"name":"Get info company tenant","id":"5403cff7-5ccd-406a-850f-be4c2dcbd7a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"{{URL}}/api/v2/companies/company-tenant","description":"<h2 id=\"get-tenant-information\">Get Tenant Information</h2>\n<p>This endpoint is used to retrieve information about a specific tenant, including details about their plan and other attributes.</p>\n<ul>\n<li><strong>URL</strong>: <code>https://cargologik.stg-cargologik.app/api/v2/companies/company-tenant/cargologik</code></li>\n<li><strong>HTTP Method</strong>: GET</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-request-curl\">Example Request (cURL)</h3>\n<p>You can use the following cURL command to make a request to retrieve tenant information:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location --request GET 'https://cargologik.stg-cargologik.app/api/v2/companies/company-tenant/cargologik' \\\n--header 'Accept-Language: en'\n\n</code></pre>\n","urlObject":{"path":["api","v2","companies","company-tenant"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"7a59f1b6-c4e5-4d20-9ebf-921a85c62aa0","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"http://localhost:3000/api/v2/companies/company-tenant/rokk3r"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n   \"planVisibilityExceptions\": [],\r\n   \"_id\": \"64dced9e82ec98cb0d2e68b7\",\r\n   \"automaticQuote\": true,\r\n   \"currentPlan\": {\r\n       \"_id\": \"64557b162ab9d195ef57d60f\",\r\n       \"name\": \"Enterprise\",\r\n       \"fixedPrice\": 599,\r\n       \"features\": [\r\n           {\r\n               \"name\": \"plans_number_of_users\",\r\n               \"value\": 100,\r\n               \"_id\": \"64545f4c7ed6d1afa122d142\"\r\n           },\r\n           {\r\n               \"name\": \"plans_number_of_collaborators\",\r\n               \"value\": -1,\r\n               \"valueLabel\": \"plans_unlimited\",\r\n               \"_id\": \"64545f4c7ed6d1afa122d143\"\r\n           },\r\n           {\r\n               \"name\": \"plans_number_of_shipments_per_month\",\r\n               \"value\": 1000,\r\n               \"_id\": \"64545f4c7ed6d1afa122d144\"\r\n           },\r\n           {\r\n               \"name\": \"plans_document_storage\",\r\n               \"value\": 2000,\r\n               \"valueLabel\": \"plans_up_to_2_TB\",\r\n               \"_id\": \"64545f4c7ed6d1afa122d145\"\r\n           },\r\n           {\r\n               \"_id\": \"652582a5eb707b5d7f739d51\",\r\n               \"name\": \"plans_credits\",\r\n               \"value\": 25\r\n           },\r\n           {\r\n               \"_id\": \"652582a5eb707b5d7f739d52\",\r\n               \"name\": \"plans_hours_call\",\r\n               \"value\": 2\r\n           }\r\n       ],\r\n       \"isPublic\": true\r\n   },\r\n   \"language\": \"english\",\r\n   \"logo\": \"https://storage.googleapis.com/production_app_files/rokk3r/logo/6d58c8fe-b232-ffca-ab0d-665efb469879.png\",\r\n   \"name\": \"Cargologik\",\r\n   \"onboarded\": true,\r\n   \"type\": \"lsp\",\r\n   \"planVisibility\": {\r\n       \"_id\": \"64546c1d46bd8f753a4781fe\",\r\n       \"name\": \"Premium\",\r\n       \"isPublic\": true,\r\n       \"providers\": [\r\n           \"provider1\",\r\n           \"provider2\",\r\n           \"provider3\",\r\n           \"provider4\"\r\n       ],\r\n       \"features\": [\r\n           {\r\n               \"name\": \"plan_visibility_ocean\",\r\n               \"type\": \"sea\",\r\n               \"value\": 8,\r\n               \"valueLabel\": \"plan_visibility_per_shipment\",\r\n               \"stripeProductId\": \"prod_NpuMlMOuUCRpGz\",\r\n               \"_id\": \"64546c1d46bd8f753a4781ff\"\r\n           },\r\n           {\r\n               \"name\": \"plan_visibility_air\",\r\n               \"type\": \"air\",\r\n               \"value\": 5,\r\n               \"valueLabel\": \"plan_visibility_per_shipment\",\r\n               \"stripeProductId\": \"prod_NpuMBr0p4MokNn\",\r\n               \"_id\": \"64546c1d46bd8f753a478200\"\r\n           },\r\n           {\r\n               \"name\": \"plan_visibility_inland\",\r\n               \"type\": \"land\",\r\n               \"value\": -1,\r\n               \"valueLabel\": \"plan_visibility_cooming_soon\",\r\n               \"_id\": \"64546c1d46bd8f753a478201\"\r\n           }\r\n       ]\r\n   },\r\n   \"invoices\": [],\r\n   \"countShipment\": 0,\r\n   \"tenant\": \"64dcea7982ec98cb0d2d5128\"\r\n}\r\n"}],"_postman_id":"5403cff7-5ccd-406a-850f-be4c2dcbd7a3"},{"name":"List countries","id":"ac3ea66c-ab3d-41d8-b2bc-b28289c466b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"{{URL}}/api/v2/list-countries","description":"<h2 id=\"list-countries-supported-by-cargologik\">List Countries Supported by CargoLogik</h2>\n<p>Eset endpoint is used to get the list of countries supported by CargoLogik.</p>\n<ul>\n<li><strong>URL</strong>: <code>https://cargologik.stg-cargologik.app/api/v2/list-countries</code></li>\n<li><strong>Método HTTP</strong>: GET</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Accept-Language: en</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-example-curl\">Request Example (cURL)</h3>\n<p>You can use the following cURL command to make a request to list supported countries:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location --request GET 'https://cargologik.stg-cargologik.app/api/v2/list-countries' \\\n--header 'Accept-Language: en'\n\n</code></pre>\n","urlObject":{"path":["api","v2","list-countries"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"b6501759-84cc-44c6-95d3-b21e1a9fd263","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"{{URL}}/api/v2/list-countries"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\r\n   {\r\n       \"name\": \"Nombre del País 1\",\r\n       \"countryCode\": \"Código del País 1\"\r\n   },\r\n   {\r\n       \"name\": \"Nombre del País 2\",\r\n       \"countryCode\": \"Código del País 2\"\r\n   },\r\n   {\r\n       \"name\": \"Nombre del País 3\",\r\n       \"countryCode\": \"Código del País 3\"\r\n   }\r\n   // ... más países\r\n]"}],"_postman_id":"ac3ea66c-ab3d-41d8-b2bc-b28289c466b1"},{"name":"List Tenats","id":"3aef90e1-4095-4efe-b413-a27358153bbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"user@cargologik.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/users/list-tenants-by-user","description":"<h2 id=\"list-tenants-by-user\">List Tenants by User</h2>\n<p>This endpoint is used to obtain the list of subdomains (tenants) that a user has access to.</p>\n<ul>\n<li><strong>URL</strong>: <code>https://cargologik.stg-cargologik.app/api/v2/users/list-tenants-by-user</code></li>\n<li><strong>HTTP Method</strong>: POST</li>\n<li><strong>Headers</strong>:<ul>\n<li><code>Authorization: Bearer {{AccessToken}}</code></li>\n<li><code>Content-Type: application/json</code></li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request must include a JSON body with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"email\": \"user@cargologik.com\"\n}\n\n</code></pre>\n","urlObject":{"path":["api","v2","users","list-tenants-by-user"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"f29a09da-0f29-41e4-95cc-8f0b772e1249","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{TOKENV2}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"user@cargologik.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/v2/users/list-tenants-by-user"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    \"cargologik\"\n]"}],"_postman_id":"3aef90e1-4095-4efe-b413-a27358153bbb"}],"event":[{"listen":"prerequest","script":{"id":"c7324fe7-e968-4516-8af8-ee403e06346a","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"fa9de27c-7471-4e8f-b9ed-c5666b439aea","type":"text/javascript","packages":{},"exec":[""]}}]}