{"info":{"_postman_id":"1507102b-8c26-4565-8ed6-0fad20a82d52","name":"Moovin Courier API","description":"<html><head></head><body><h1 id=\"moovin-courier-api\">Moovin Courier API</h1>\n<p>Our API (Application Programming Interface) is a powerful tool that allows developers and businesses to integrate our courier services seamlessly into their applications and systems. By leveraging our API, you can automate various aspects of package management, tracking, and logistics, providing a streamlined experience for your users.</p>\n<p><strong>Key Features</strong>:</p>\n<ol>\n<li><p><strong>Package Creation</strong>: Easily create new packages with detailed information such as sender, recipient, package contents, and more.</p>\n</li>\n<li><p><strong>Manifest Creation</strong>: Generate manifests to group packages for efficient handling and tracking during transit.</p>\n</li>\n<li><p><strong>Package Tracking</strong>: Retrieve real-time status updates and movement history for individual packages, enabling accurate tracking and delivery predictions.</p>\n</li>\n<li><p><strong>Courier Integration</strong>: Seamlessly integrate with courier services to schedule pickups, deliveries, and manage shipping logistics.</p>\n</li>\n</ol>\n<p>For support, please contact <a href=\"https://mailto:developer@moovin.me\">developer@moovin.me</a>.</p>\n<h2 id=\"environment-variables\">Environment Variables</h2>\n<h3 id=\"development-environment\">Development Environment</h3>\n<ul>\n<li><p><code>realm</code>: morannon</p>\n</li>\n<li><p><code>client_id</code>: morannon-api</p>\n</li>\n<li><p><code>username</code>: <em>Username is issued by mail</em></p>\n</li>\n<li><p><code>password</code>: <em>Password is issued by mail</em></p>\n</li>\n<li><p><code>courier-api-server</code>: <a href=\"https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app\">https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app</a></p>\n</li>\n<li><p><code>access_token</code>: <em>It's obtained through the \"Obtain Bearer Token\"</em> <code>_POST_</code> <em>Request</em></p>\n</li>\n</ul>\n<h3 id=\"production-environment\">Production Environment</h3>\n<ul>\n<li><p><code>realm</code>: mordor</p>\n</li>\n<li><p><code>client_id</code>: mordor-api</p>\n</li>\n<li><p><code>username</code>: <em>Username is issued by mail</em></p>\n</li>\n<li><p><code>password</code>: <em>Password is issued by mail</em></p>\n</li>\n<li><p><code>courier-api-server</code>: <a href=\"https://moovin-courier-api-cr-751554444237.us-central1.run.app\">https://moovin-courier-api-cr-751554444237.us-central1.run.app</a></p>\n</li>\n<li><p><code>access_token</code>: <em>It's obtained through the \"Obtain Bearer Token\"</em> <code>_POST_</code> <em>Request</em></p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Moovin Courier API","slug":"moovin-courier-api"}],"owner":"3747624","collectionId":"1507102b-8c26-4565-8ed6-0fad20a82d52","publishedId":"2sB3HnJKb6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-06-23T22:30:42.000Z"},"item":[{"name":"Authentication","item":[{"name":"Authentication","event":[{"listen":"test","script":{"id":"7232c9e7-d9d9-4afe-80ae-1a0a5d58a27e","exec":["// Stores the token in an environment or global variable","pm.test(\"Check token\", function () {","    var jsonData = pm.response.json();","    var token = jsonData.access_token;","    pm.collectionVariables.set(\"access_token_courier\", token);  ","    pm.environmentVariables.set(\"access_token_courier\", token);  ","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"a3469518-3bd2-44b2-b592-55e765373fc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"morannon-api","type":"text"},{"key":"grant_type","value":"password","type":"text"},{"key":"username","value":"<user>","type":"text"},{"key":"password","value":"<pssword>","type":"text"},{"key":"scope","value":"openid","type":"text"}]},"url":"https://auth.moovin.me/auth/realms/morannon/protocol/openid-connect/token","description":"<p>Generates an authentication token required for accessing the other API endpoints. The token has a specific validity period, after which it expires and a new token must be generated.</p>\n<p><strong>Important Notes:</strong></p>\n<ul>\n<li><p>The <code>access_token</code> is a JWT (JSON Web Token) that encodes the user's authentication information.</p>\n</li>\n<li><p>The <code>expires_in</code> field indicates the number of seconds the token is valid. After this period, the token expires and a new token must be generated by re-authenticating.</p>\n</li>\n<li><p>Ensure your application securely stores the token and refreshes it as needed to maintain access to the API.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["auth","realms","morannon","protocol","openid-connect","token"],"host":["auth","moovin","me"],"query":[],"variable":[]}},"response":[{"id":"33193e91-70f6-41c6-883a-ac7d4101f37c","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"morannon-api","type":"text"},{"key":"grant_type","value":"password","type":"text"},{"key":"username","value":"MailAmericasSandbox","type":"text"},{"key":"password","value":"O6NhRILkEe2/","type":"text"},{"key":"scope","value":"openid","type":"text"}]},"url":"https://auth.moovin.me/auth/realms/morannon/protocol/openid-connect/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Set-Cookie","value":"KEYCLOAK_LOCALE=; Version=1; Comment=Expiring cookie; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Max-Age=0; Path=/auth/realms/morannon/; Secure; HttpOnly"},{"key":"Set-Cookie","value":"KC_RESTART=; Version=1; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Max-Age=0; Path=/auth/realms/morannon/; Secure; HttpOnly"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Date","value":"Thu, 23 May 2024 02:54:29 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3881"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJOcWl5LVdCUHZYMTVVUjItNmw4MUxHaE5pUWdmVDVseG9WSUx0bVU2a29FIn0.eyJleHAiOjE3MTY0MzY0NjksImlhdCI6MTcxNjQzMjg2OSwianRpIjoiMTM1M2MxMjgtNjg3Mi00Y2YyLTgyZTktYjFlZDQyMWVjYTM1IiwiaXNzIjoiaHR0cHM6Ly9hdXRoLm1vb3Zpbi5tZS9hdXRoL3JlYWxtcy9tb3Jhbm5vbiIsImF1ZCI6ImFjY291bnQiLCJzdWIiOiJlZGQ3ZmJjYi1mMTIxLTQ4MzgtOGU5OS1kMjI3NmVlY2FjNTQiLCJ0eXAiOiJCZWFyZXIiLCJhenAiOiJtb3Jhbm5vbi1hcGkiLCJzZXNzaW9uX3N0YXRlIjoiNzk5YTA2N2EtYzY4Ny00NDMyLTg1NGMtMTVhZjllMWQ3ZmJjIiwiYWNyIjoiMSIsImFsbG93ZWQtb3JpZ2lucyI6WyIqIl0sInJlYWxtX2FjY2VzcyI6eyJyb2xlcyI6WyJkZWZhdWx0LXJvbGVzLW1vcmFubm9uIiwib2ZmbGluZV9hY2Nlc3MiLCJ1bWFfYXV0aG9yaXphdGlvbiIsInVzZXIiXX0sInJlc291cmNlX2FjY2VzcyI6eyJhY2NvdW50Ijp7InJvbGVzIjpbIm1hbmFnZS1hY2NvdW50IiwibWFuYWdlLWFjY291bnQtbGlua3MiLCJ2aWV3LXByb2ZpbGUiXX19LCJzY29wZSI6Im9wZW5pZCBtb3Jhbm5vbi1hcGktc2NvcGUgcHJvZmlsZSBlbWFpbCIsInNpZCI6Ijc5OWEwNjdhLWM2ODctNDQzMi04NTRjLTE1YWY5ZTFkN2ZiYyIsImlkVXNlciI6MjA5MjYsImlkUHJvZmlsZSI6MjczMDYsInBhc3N3b3JkIjoiTzZOaFJJTGtFZTIvIiwiZW1haWxfdmVyaWZpZWQiOnRydWUsInJvbGUiOiJlbnRlcnByaXNlIiwicHJlZmVycmVkX3VzZXJuYW1lIjoibWFpbGFtZXJpY2Fzc2FuZGJveCIsImlkQ3JlZGVudGlhbFVzZXJFbnRlcnByaXNlIjoyMDUsInVzZXJuYW1lIjoiTWFpbEFtZXJpY2FzU2FuZGJveCJ9.I77RIbJq92-JMpT6mBsGj1vwRuGtBV76ewcQodekzF6UGMWn3uz_baEv18aE1sQNmoMJd_L9LuZY5D6zAsgpzp22Ec2FSMKf_dGnZTSVdobQk1pchciMPQGOWf1jzrN4qfLKv32-3YSMM14UWuIDSOBOt3H9Tc9odHp2Vb2TGHMlG2OYSbxt2mZ9cqgAsgm2u62Zv79KT0bnRyh3fm387zbfEASTTKwXr9hFMeDTdQ73trHmrOjtqUoXLz9hgywfMaD0Ghp-YHVcvk4uQyRG7esCq23VCoUn1HwRBhDAWBEMuRrEAWElb5OLHUo2YflPNA9feCx71_o-FL3PrA_LeA\",\n    \"expires_in\": 3600,\n    \"refresh_expires_in\": 1800,\n    \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJkNmI5NjgyYy03MGYwLTRmY2YtODM2NS0xNWVjNzI1MThlMDQifQ.eyJleHAiOjE3MTY0MzQ2NjksImlhdCI6MTcxNjQzMjg2OSwianRpIjoiMDQ2OTBiYWQtMTVkOC00YjI1LTg3NjYtZWE2MDgyZWZkMmEyIiwiaXNzIjoiaHR0cHM6Ly9hdXRoLm1vb3Zpbi5tZS9hdXRoL3JlYWxtcy9tb3Jhbm5vbiIsImF1ZCI6Imh0dHBzOi8vYXV0aC5tb292aW4ubWUvYXV0aC9yZWFsbXMvbW9yYW5ub24iLCJzdWIiOiJlZGQ3ZmJjYi1mMTIxLTQ4MzgtOGU5OS1kMjI3NmVlY2FjNTQiLCJ0eXAiOiJSZWZyZXNoIiwiYXpwIjoibW9yYW5ub24tYXBpIiwic2Vzc2lvbl9zdGF0ZSI6Ijc5OWEwNjdhLWM2ODctNDQzMi04NTRjLTE1YWY5ZTFkN2ZiYyIsInNjb3BlIjoib3BlbmlkIG1vcmFubm9uLWFwaS1zY29wZSBwcm9maWxlIGVtYWlsIiwic2lkIjoiNzk5YTA2N2EtYzY4Ny00NDMyLTg1NGMtMTVhZjllMWQ3ZmJjIn0.JKtCWfLhdZdDPgD4HxWzi6zeKB_qrg3r6Awt8sNcB1M\",\n    \"token_type\": \"Bearer\",\n    \"id_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJOcWl5LVdCUHZYMTVVUjItNmw4MUxHaE5pUWdmVDVseG9WSUx0bVU2a29FIn0.eyJleHAiOjE3MTY0MzY0NjksImlhdCI6MTcxNjQzMjg2OSwiYXV0aF90aW1lIjowLCJqdGkiOiIyYzE3ZmE0Zi1kYzM3LTRlNWUtYjg3ZC1mZTIzMDRmNTYyMGEiLCJpc3MiOiJodHRwczovL2F1dGgubW9vdmluLm1lL2F1dGgvcmVhbG1zL21vcmFubm9uIiwiYXVkIjoibW9yYW5ub24tYXBpIiwic3ViIjoiZWRkN2ZiY2ItZjEyMS00ODM4LThlOTktZDIyNzZlZWNhYzU0IiwidHlwIjoiSUQiLCJhenAiOiJtb3Jhbm5vbi1hcGkiLCJzZXNzaW9uX3N0YXRlIjoiNzk5YTA2N2EtYzY4Ny00NDMyLTg1NGMtMTVhZjllMWQ3ZmJjIiwiYXRfaGFzaCI6IkFYRC1hWHRHbnJzbmNucmt5VzNRX3ciLCJhY3IiOiIxIiwic2lkIjoiNzk5YTA2N2EtYzY4Ny00NDMyLTg1NGMtMTVhZjllMWQ3ZmJjIiwiaWRVc2VyIjoyMDkyNiwiaWRQcm9maWxlIjoyNzMwNiwicGFzc3dvcmQiOiJPNk5oUklMa0VlMi8iLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwicm9sZSI6ImVudGVycHJpc2UiLCJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiZGVmYXVsdC1yb2xlcy1tb3Jhbm5vbiIsIm9mZmxpbmVfYWNjZXNzIiwidW1hX2F1dGhvcml6YXRpb24iLCJ1c2VyIl19LCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJtYWlsYW1lcmljYXNzYW5kYm94IiwiaWRDcmVkZW50aWFsVXNlckVudGVycHJpc2UiOjIwNSwidXNlcm5hbWUiOiJNYWlsQW1lcmljYXNTYW5kYm94In0.jsuqaslv-zB5Qcg8q-ZmLpvKq6b6UcM7yRolWM5jztKXWyy9MKDd9h1KujP-vtOIwg4Rdc4uS_K75ymhldUGgHHZ4gWRGt3Tpx9Ohvyp8YTcIVwBoeqpLsCTPSTLof7_2Jj_mEYeth8A01Oto2_wxpB7c74UoODbv56AJzEdx2kElhKBFaKH_VpCqLKoPES2kycnYDepLbe32OMcWizcn4PuLtx4rszdDjApEFJYJSEUSTLPHLzKyR-b6Js_fgpakAkAa-EHALo03Y_7KGe1Lo5yJcjg7USzLBFxbyDwd10ejMaXdz5xUe0e3VTofpW80Lras3BLuZlVPI_uzroNow\",\n    \"not-before-policy\": 1686318541,\n    \"session_state\": \"799a067a-c687-4432-854c-15af9e1d7fbc\",\n    \"scope\": \"openid morannon-api-scope profile email\"\n}"}],"_postman_id":"a3469518-3bd2-44b2-b592-55e765373fc8"},{"name":"Validate Authentication token","id":"23d957df-d042-4c6d-880f-13108c1afd33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app/moovin-courier/api/v1/test-auth","description":"<p>Validates the provided authentication token to ensure it is still valid and has not expired. This endpoint helps in verifying the authenticity and validity of the token before making further API requests.</p>\n<p><strong>ENV VALUES - DEVELOPMENT</strong></p>\n<ul>\n<li><p>courier-api-server: <a href=\"https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app/\">https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app</a></p>\n</li>\n<li><p>access_token: Generated, check out the \"<em>Obtain Bearer Token</em>\" POST request</p>\n</li>\n</ul>\n","urlObject":{"path":["moovin-courier","api","v1","test-auth"],"host":["https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app"],"query":[],"variable":[]}},"response":[{"id":"dc26c00f-04b5-4a13-9426-9f68a668496e","name":"OK","originalRequest":{"method":"GET","header":[],"url":"https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app/moovin-courier/api/v1/test-auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"Origin,Access-Control-Request-Method,Access-Control-Request-Headers"},{"key":"content-type","value":"application/json"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"0"},{"key":"referrer-policy","value":"no-referrer"},{"key":"X-Cloud-Trace-Context","value":"eb7f6c411b567144e064dfac2b05fcc0;o=1"},{"key":"Date","value":"Thu, 23 May 2024 03:00:30 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"64"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": \"AUTH TEST HAS PASSED SUCCESSFULLY!!!\"\n}"}],"_postman_id":"23d957df-d042-4c6d-880f-13108c1afd33"}],"id":"d6134c24-115b-4443-ad8d-e7b88dd885fc","_postman_id":"d6134c24-115b-4443-ad8d-e7b88dd885fc","description":""},{"name":"Create Manifest","id":"bf19948e-f05f-4366-97a1-e612ba79218b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"manifest\": {\n        \"_verify\": true,\n        \"city_iso_code_dest\": \"SJO\",\n        \"city_iso_code_origin\": \"MIA\",\n        \"ctry_iso_code\": \"CR\",\n        \"ctry_name\": \"Costa Rica\",\n        \"departure_gateway\": \"\",\n        \"dert_id\": 0,\n        \"dert_name\": \"San José\",\n        \"disp_id\": 0,\n        \"disp_name\": \"\",\n        \"entry_gateway\": \"\",\n        \"manifest_ddup_type\": \"DDU\",\n        \"mnfs_date_entry\": \"15/10/2024 6:50 AM\",\n        \"mnfs_ext_number\": \"\",\n        \"mnfs_flight_date\": \"15/10/2024 5:45 AM\",\n        \"mnfs_flight_number\": \"6R4273\",\n        \"mnfs_id\": 128917,\n        \"mnfs_lnar_cdg\": \"\",\n        \"mnfs_nmr_airwaybill\": \"729-903877084\", //cambiar\n        \"mnfs_nmr_airwaybill_1\": \"\",\n        \"mnfs_ttl_physical_weight\": 8.090000000000002,\n        \"mnfs_ttl_price_value\": 120.41,\n        \"mnfs_ttl_quantity_piece\": 16,\n        \"mnfs_ttl_shipment\": 120,\n        \"origin_country\": \"US\",\n        \"transport_type_code\": \"car\"\n    },\n    \"packages\": [ \n        \"RP438292485MU3\",\n        \"RP438292485MU4\",\n        \"RP438292485MU5\"\n\n\n  \n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app/moovin-courier/api/v1/manifest","description":"<p>The manifest creation method allows for grouping previously created packages into a single manifest, facilitating the management and tracking of multiple package shipments. This method takes a set of packages and associates them with specific manifest details to efficiently organize and monitor the shipping process. Below is a description of the request format and required fields for creating a manifest.</p>\n<h4 id=\"request-format\">Request Format</h4>\n<p>The request to create a manifest consists of a JSON object with two main elements:</p>\n<ol>\n<li><p><strong>Manifest:</strong> Contains detailed information about the manifest.</p>\n</li>\n<li><p><strong>Packages:</strong> A list of package identifiers to be included in the manifest.</p>\n</li>\n</ol>\n<p><strong>Description variables in the manifest</strong></p>\n<ul>\n<li><p><strong>_verify</strong>: This variable indicates whether the manifest should be verified.</p>\n</li>\n<li><p><strong>city_iso_code_dest</strong>: ISO code of the destination city (Required).</p>\n</li>\n<li><p><strong>city_iso_code_origin</strong>: ISO code of the origin city (Required).</p>\n</li>\n<li><p><strong>ctry_iso_code</strong>: ISO code of the country (Required).</p>\n</li>\n<li><p><strong>ctry_name</strong>: Name of the country (Required).</p>\n</li>\n<li><p><strong>departure_gateway</strong>: Departure gateway.</p>\n</li>\n<li><p><strong>dert_id</strong>: Department ID.</p>\n</li>\n<li><p><strong>dert_name</strong>: Department name.</p>\n</li>\n<li><p><strong>disp_id</strong>: Disposition ID.</p>\n</li>\n<li><p><strong>disp_name</strong>: Disposition name.</p>\n</li>\n<li><p><strong>entry_gateway</strong>: Entry gateway.</p>\n</li>\n<li><p><strong>manifest_ddup_type</strong>: Manifest Duplicate Type (Required).</p>\n</li>\n<li><p><strong>mnfs_date_entry</strong>: Manifest entry date (Required).</p>\n</li>\n<li><p><strong>mnfs_ext_number</strong>: Manifest extension number (Required).</p>\n</li>\n<li><p><strong>mnfs_flight_date</strong>: Manifest flight date (Required).</p>\n</li>\n<li><p><strong>mnfs_flight_number</strong>: Manifest flight number (Required).</p>\n</li>\n<li><p><strong>mnfs_id</strong>: Manifest ID (Required).</p>\n</li>\n<li><p><strong>mnfs_lnar_cdg</strong>: Manifest line code.</p>\n</li>\n<li><p><strong>mnfs_nmr_airwaybill</strong>: Manifest airway bill number.</p>\n</li>\n<li><p><strong>mnfs_nmr_airwaybill_1</strong>: Additional manifest airway bill number.</p>\n</li>\n<li><p><strong>mnfs_ttl_physical_weight</strong>: Total physical weight in the manifest.</p>\n</li>\n<li><p><strong>mnfs_ttl_price_value</strong>: Total price value in the manifest.</p>\n</li>\n<li><p><strong>mnfs_ttl_quantity_piece</strong>: Total quantity of pieces in the manifest.</p>\n</li>\n<li><p><strong>mnfs_ttl_shipment</strong>: Total shipment value in the manifest.</p>\n</li>\n<li><p><strong>origin_country</strong>: Origin country code (Required).</p>\n</li>\n<li><p><strong>transport_type_code</strong>: Transport type code (Required).</p>\n</li>\n</ul>\n","urlObject":{"path":["moovin-courier","api","v1","manifest"],"host":["https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app"],"query":[],"variable":[]}},"response":[{"id":"0eb23f18-87ff-46ee-b0d5-9e397ac3f168","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"manifest\":\r\n        {\r\n            \"_verify\": true,\r\n            \"city_iso_code_dest\": \"SJO\",\r\n            \"city_iso_code_origin\": \"BOG\",\r\n            \"ctry_iso_code\": \"CR\",\r\n            \"ctry_name\": \"Costa Rica\",\r\n            \"departure_gateway\": \"\",\r\n            \"dert_id\": 0,\r\n            \"dert_name\": \"sanjose\",\r\n            \"disp_id\": 0,\r\n            \"disp_name\": \"\",\r\n            \"entry_gateway\": \"\",\r\n            \"manifest_ddup_type\": \"DDP\",\r\n            \"mnfs_date_entry\": \"12/06/2023 10:30 AM\",\r\n            \"mnfs_ext_number\": \"\",\r\n            \"mnfs_flight_date\": \"11/06/2023 10:30 AM\",\r\n            \"mnfs_flight_number\": \"0194\",\r\n            \"mnfs_id\": 107291,\r\n            \"mnfs_lnar_cdg\": \"\",\r\n            \"mnfs_nmr_airwaybill\": \"729-44117953\",\r\n            \"mnfs_nmr_airwaybill_1\": \"\",\r\n            \"mnfs_ttl_physical_weight\": 128.49099999999993,\r\n            \"mnfs_ttl_price_value\": 4432.420000000005,\r\n            \"mnfs_ttl_quantity_piece\": 1469.0,\r\n            \"mnfs_ttl_shipment\": 4432.420000000005,\r\n            \"origin_country\": \"CO\",\r\n            \"transport_type_code\": \"car\"\r\n        },\r\n        \"packages\":\r\n        [\r\n            \"RP114733644MU\",\r\n            \"RP113414043MU\",\r\n            \"RP113430633MU\",\r\n            \"RP113410280MU\",\r\n            \"RP113438699MU\",\r\n            \"RP113432475MU\",\r\n            \"RP113409922MU\",\r\n            \"RP113421225MU\",\r\n            \"RP113372493MU\",\r\n            \"RP113341496MU\",\r\n            \"RP113393207MU\",\r\n            \"RP113447090MU\",\r\n            \"RP113191068MU\",\r\n            \"RP113437866MU\",\r\n            \"RP113429272MU\",\r\n            \"RP113420636MU\",\r\n            \"RP113388184MU\",\r\n            \"RP113426744MU\",\r\n            \"RP113430718MU\",\r\n            \"RP113448299MU\",\r\n            \"RP113415565MU\",\r\n            \"RP113439500MU\",\r\n            \"RP113396781MU\",\r\n            \"RP113394975MU\",\r\n            \"RP113440794MU\",\r\n            \"RP113429388MU\",\r\n            \"RP113353622MU\",\r\n            \"RP113357638MU\",\r\n            \"RP113459359MU\",\r\n            \"RP113470116MU\",\r\n            \"RP113400486MU\",\r\n            \"RP113407189MU\",\r\n            \"RP113433100MU\",\r\n            \"RP113458631MU\",\r\n            \"RP113457619MU\",\r\n            \"RP113417725MU\",\r\n            \"RP113438036MU\",\r\n            \"RP113399712MU\",\r\n            \"RP113401645MU\",\r\n            \"RP113407161MU\",\r\n            \"RP113044405MU\",\r\n            \"RP113405885MU\",\r\n            \"RP113311914MU\",\r\n            \"RP113324586MU\",\r\n            \"RP113282665MU\",\r\n            \"RP113430196MU\",\r\n            \"RP113422075MU\",\r\n            \"RP113374636MU\",\r\n            \"RP113399037MU\",\r\n            \"RP113321205MU\",\r\n            \"RP113101218MU\",\r\n            \"RP113375849MU\",\r\n            \"RP113349217MU\",\r\n            \"RP113391339MU\",\r\n            \"RP113409057MU\",\r\n            \"RP113396764MU\",\r\n            \"RP113374070MU\",\r\n            \"RP113394777MU\",\r\n            \"RP113255656MU\",\r\n            \"RP113307804MU\",\r\n            \"RP113451063MU\",\r\n            \"RP113438172MU\",\r\n            \"RP113437968MU\",\r\n            \"RP113448617MU\",\r\n            \"RP113428042MU\",\r\n            \"RP113468523MU\",\r\n            \"RP113453855MU\",\r\n            \"RP113470371MU\",\r\n            \"RP113456511MU\",\r\n            \"RP113442849MU\",\r\n            \"RP113450920MU\",\r\n            \"RP113430664MU\",\r\n            \"RP113458557MU\",\r\n            \"RP113423368MU\",\r\n            \"RP113467593MU\",\r\n            \"RP113471261MU\",\r\n            \"RP113460480MU\",\r\n            \"RP113455900MU\",\r\n            \"RP113459977MU\",\r\n            \"RP113500665MU\",\r\n            \"RP113447625MU\",\r\n            \"RP113432395MU\",\r\n            \"RP113472474MU\",\r\n            \"RP113460887MU\",\r\n            \"RP113486495MU\",\r\n            \"RP113445332MU\",\r\n            \"RP113436208MU\",\r\n            \"RP113504177MU\",\r\n            \"RP113484203MU\",\r\n            \"RP113502701MU\",\r\n            \"RP113477975MU\",\r\n            \"RP113493545MU\",\r\n            \"RP113477043MU\",\r\n            \"RP113506527MU\",\r\n            \"RP113496691MU\",\r\n            \"RP113500626MU\",\r\n            \"RP113412303MU\",\r\n            \"RP113508219MU\",\r\n            \"RP113490946MU\",\r\n            \"RP113493125MU\",\r\n            \"RP113492920MU\",\r\n            \"RP113342995MU\",\r\n            \"RP113485393MU\",\r\n            \"RP113462698MU\",\r\n            \"RP113504472MU\",\r\n            \"RP113491601MU\",\r\n            \"RP113497391MU\",\r\n            \"RP113472134MU\",\r\n            \"RP113506323MU\",\r\n            \"RP113486218MU\",\r\n            \"RP113482485MU\",\r\n            \"RP113466403MU\",\r\n            \"RP113467386MU\",\r\n            \"RP113479755MU\",\r\n            \"RP113470425MU\",\r\n            \"RP113442322MU\",\r\n            \"RP113350847MU\",\r\n            \"RP113276695MU\",\r\n            \"RP113429140MU\",\r\n            \"RP113429431MU\",\r\n            \"RP113439218MU\",\r\n            \"RP113413958MU\",\r\n            \"RP113354526MU\",\r\n            \"RP113424831MU\",\r\n            \"RP113373295MU\",\r\n            \"RP113420962MU\",\r\n            \"RP113426673MU\",\r\n            \"RP113413065MU\",\r\n            \"RP113415707MU\",\r\n            \"RP113339855MU\",\r\n            \"RP113317130MU\",\r\n            \"RP113395401MU\",\r\n            \"RP113435922MU\",\r\n            \"RP113464685MU\",\r\n            \"RP113453775MU\",\r\n            \"RP113449918MU\",\r\n            \"RP113432435MU\",\r\n            \"RP113386603MU\",\r\n            \"RP113424730MU\",\r\n            \"RP113400835MU\",\r\n            \"RP113436741MU\",\r\n            \"RP113416027MU\",\r\n            \"RP113469166MU\",\r\n            \"RP113422138MU\",\r\n            \"RP113464084MU\",\r\n            \"RP113458075MU\",\r\n            \"RP113426069MU\",\r\n            \"RP113508655MU\",\r\n            \"RP113519018MU\",\r\n            \"RP113488412MU\",\r\n            \"RP113505314MU\",\r\n            \"RP113514143MU\",\r\n            \"RP113465270MU\",\r\n            \"RP113513117MU\",\r\n            \"RP113483429MU\",\r\n            \"RP113515104MU\",\r\n            \"RP113499843MU\",\r\n            \"RP113489982MU\",\r\n            \"RP113480745MU\",\r\n            \"RP113478517MU\",\r\n            \"RP113506915MU\",\r\n            \"RP113479509MU\",\r\n            \"RP113485274MU\",\r\n            \"RP113479490MU\",\r\n            \"RP113490892MU\",\r\n            \"RP113419981MU\",\r\n            \"RP113496042MU\",\r\n            \"RP113501900MU\",\r\n            \"RP113412586MU\",\r\n            \"RP113492403MU\",\r\n            \"RP113312937MU\",\r\n            \"RP113227522MU\",\r\n            \"RP113349455MU\",\r\n            \"RP113345572MU\",\r\n            \"RP113313671MU\",\r\n            \"RP113401376MU\",\r\n            \"RP113339886MU\",\r\n            \"RP113388391MU\",\r\n            \"RP113344285MU\",\r\n            \"RP113353525MU\",\r\n            \"RP113397760MU\",\r\n            \"RP113437013MU\",\r\n            \"RP113247323MU\",\r\n            \"RP113341686MU\",\r\n            \"RP113435613MU\",\r\n            \"RP113486204MU\",\r\n            \"RP113460635MU\",\r\n            \"RP113454970MU\",\r\n            \"RP113447996MU\",\r\n            \"RP113489483MU\",\r\n            \"RP113480970MU\",\r\n            \"RP113490950MU\",\r\n            \"RP113497184MU\",\r\n            \"RP113485190MU\",\r\n            \"RP113456304MU\",\r\n            \"RP113483830MU\",\r\n            \"RP113509038MU\",\r\n            \"RP113492553MU\",\r\n            \"RP113481051MU\",\r\n            \"RP113487108MU\",\r\n            \"RP113493845MU\",\r\n            \"RP113462392MU\",\r\n            \"RP113490654MU\",\r\n            \"RP113490739MU\",\r\n            \"RP113425117MU\",\r\n            \"RP113278705MU\",\r\n            \"RP113486867MU\",\r\n            \"RP113454303MU\",\r\n            \"RP113433382MU\",\r\n            \"RP113387569MU\",\r\n            \"RP113431421MU\",\r\n            \"RP113457865MU\",\r\n            \"RP113463614MU\",\r\n            \"RP113458398MU\",\r\n            \"RP113437438MU\",\r\n            \"RP113276948MU\",\r\n            \"RP113425655MU\",\r\n            \"RP113472749MU\",\r\n            \"RP113456352MU\",\r\n            \"RP113474594MU\",\r\n            \"RP113376464MU\",\r\n            \"RP113411926MU\",\r\n            \"RP113480263MU\",\r\n            \"RP113430085MU\",\r\n            \"RP113407904MU\",\r\n            \"RP113430474MU\",\r\n            \"RP113415018MU\",\r\n            \"RP113284365MU\",\r\n            \"RP113436450MU\",\r\n            \"RP113285304MU\",\r\n            \"RP113436083MU\",\r\n            \"RP113434706MU\",\r\n            \"RP113366878MU\",\r\n            \"RP113387507MU\",\r\n            \"RP113424023MU\",\r\n            \"RP113376022MU\",\r\n            \"RP113465235MU\",\r\n            \"RP113417416MU\",\r\n            \"RP113432223MU\",\r\n            \"RP113445536MU\",\r\n            \"RP113437075MU\",\r\n            \"RP113334535MU\",\r\n            \"RP113494917MU\",\r\n            \"RP113518180MU\",\r\n            \"RP113480904MU\",\r\n            \"RP113495121MU\",\r\n            \"RP113500277MU\",\r\n            \"RP113478358MU\",\r\n            \"RP113509072MU\",\r\n            \"RP113487902MU\",\r\n            \"RP113493580MU\",\r\n            \"RP113495413MU\",\r\n            \"RP113474617MU\",\r\n            \"RP113393082MU\",\r\n            \"RP113509656MU\",\r\n            \"RP113505084MU\",\r\n            \"RP113447130MU\",\r\n            \"RP113442702MU\",\r\n            \"RP113456091MU\",\r\n            \"RP113390112MU\",\r\n            \"RP113410934MU\",\r\n            \"RP113452320MU\",\r\n            \"RP113425284MU\",\r\n            \"RP113425678MU\",\r\n            \"RP113398513MU\",\r\n            \"RP113460445MU\",\r\n            \"RP113468109MU\",\r\n            \"RP113425275MU\",\r\n            \"RP113424037MU\",\r\n            \"RP113468015MU\",\r\n            \"RP113483980MU\",\r\n            \"RP113506629MU\",\r\n            \"RP113479795MU\",\r\n            \"RP113483066MU\",\r\n            \"RP113504897MU\",\r\n            \"RP113412847MU\",\r\n            \"RP113502176MU\",\r\n            \"RP113369551MU\",\r\n            \"RP113494404MU\",\r\n            \"RP113447333MU\",\r\n            \"RP113493443MU\",\r\n            \"RP113488871MU\",\r\n            \"RP113452483MU\",\r\n            \"RP113503494MU\",\r\n            \"RP113491147MU\",\r\n            \"RP113469890MU\",\r\n            \"RP113447293MU\",\r\n            \"RP113496475MU\",\r\n            \"RP113468554MU\",\r\n            \"RP113395110MU\",\r\n            \"RP113408989MU\",\r\n            \"RP113414318MU\",\r\n            \"RP113452364MU\",\r\n            \"RP113475317MU\",\r\n            \"RP113492244MU\",\r\n            \"RP113484795MU\",\r\n            \"RP113475586MU\",\r\n            \"RP113485645MU\",\r\n            \"RP113356473MU\",\r\n            \"RP113451372MU\",\r\n            \"RP113511235MU\",\r\n            \"RP113512244MU\",\r\n            \"RP113498383MU\",\r\n            \"RP113517290MU\",\r\n            \"RP113516215MU\",\r\n            \"RP113517581MU\",\r\n            \"RP113502936MU\",\r\n            \"RP113508925MU\",\r\n            \"RP113525089MU\",\r\n            \"RP113469047MU\",\r\n            \"RP113520311MU\",\r\n            \"RP113491632MU\",\r\n            \"RP113492522MU\",\r\n            \"RP113484781MU\",\r\n            \"RP113450085MU\",\r\n            \"RP113454042MU\",\r\n            \"RP113459583MU\",\r\n            \"RP113457185MU\",\r\n            \"RP113504870MU\",\r\n            \"RP113440763MU\",\r\n            \"RP113504866MU\",\r\n            \"RP113519769MU\",\r\n            \"RP113472182MU\",\r\n            \"RP113421557MU\",\r\n            \"RP113489599MU\",\r\n            \"RP113500158MU\",\r\n            \"RP113492567MU\",\r\n            \"RP113511371MU\",\r\n            \"RP113489449MU\",\r\n            \"RP113445258MU\",\r\n            \"RP113498539MU\",\r\n            \"RP113504702MU\",\r\n            \"RP113508823MU\",\r\n            \"RP113477613MU\",\r\n            \"RP113504852MU\",\r\n            \"RP113494418MU\",\r\n            \"RP113428515MU\",\r\n            \"RP113489316MU\",\r\n            \"RP113461998MU\",\r\n            \"RP113491924MU\",\r\n            \"RP113430562MU\",\r\n            \"RP113431700MU\",\r\n            \"RP113459478MU\",\r\n            \"RP113474223MU\",\r\n            \"RP113476516MU\",\r\n            \"RP113421367MU\",\r\n            \"RP113468506MU\",\r\n            \"RP113445522MU\",\r\n            \"RP113489761MU\",\r\n            \"RP113516294MU\",\r\n            \"RP113510795MU\",\r\n            \"RP113483826MU\",\r\n            \"RP113525092MU\",\r\n            \"RP113511875MU\",\r\n            \"RP113378125MU\",\r\n            \"RP113475643MU\",\r\n            \"RP113499579MU\",\r\n            \"RP113507955MU\",\r\n            \"RP113512893MU\",\r\n            \"RP113515237MU\",\r\n            \"RP113523366MU\",\r\n            \"RP113519021MU\",\r\n            \"RP113507743MU\",\r\n            \"RP113512482MU\",\r\n            \"RP113524123MU\",\r\n            \"RP113513275MU\",\r\n            \"RP113501768MU\",\r\n            \"RP113511345MU\",\r\n            \"RP113517175MU\",\r\n            \"RP113518159MU\",\r\n            \"RP113507893MU\",\r\n            \"RP113516780MU\",\r\n            \"RP113507757MU\",\r\n            \"RP113483273MU\",\r\n            \"RP113512045MU\",\r\n            \"RP113519790MU\",\r\n            \"RP113483300MU\",\r\n            \"RP113496250MU\",\r\n            \"RP113465080MU\",\r\n            \"RP113417549MU\",\r\n            \"RP113451925MU\",\r\n            \"RP113462208MU\",\r\n            \"RP113468497MU\",\r\n            \"RP113477410MU\",\r\n            \"RP113470575MU\",\r\n            \"RP113450301MU\",\r\n            \"RP113452452MU\",\r\n            \"RP113473483MU\",\r\n            \"RP113442971MU\",\r\n            \"RP113460895MU\",\r\n            \"RP113502114MU\",\r\n            \"RP113516572MU\",\r\n            \"RP113505901MU\",\r\n            \"RP113511425MU\",\r\n            \"RP113510518MU\",\r\n            \"RP113508845MU\",\r\n            \"RP113505994MU\",\r\n            \"RP113514280MU\",\r\n            \"RP113504424MU\",\r\n            \"RP113516161MU\",\r\n            \"RP113528156MU\",\r\n            \"RP113511354MU\",\r\n            \"RP113521422MU\",\r\n            \"RP113521396MU\",\r\n            \"RP113503389MU\",\r\n            \"RP113519636MU\",\r\n            \"RP113511796MU\",\r\n            \"RP113503503MU\",\r\n            \"RP113502128MU\",\r\n            \"RP113491181MU\",\r\n            \"RP113495682MU\",\r\n            \"RP113496555MU\",\r\n            \"RP113476887MU\",\r\n            \"RP113479659MU\",\r\n            \"RP113472797MU\",\r\n            \"RP113514395MU\",\r\n            \"RP113426832MU\",\r\n            \"RP113518030MU\",\r\n            \"RP113485827MU\",\r\n            \"RP113510813MU\",\r\n            \"RP113520020MU\",\r\n            \"RP113500997MU\",\r\n            \"RP113515342MU\",\r\n            \"RP113501927MU\",\r\n            \"RP113514673MU\",\r\n            \"RP113537095MU\",\r\n            \"RP113520546MU\",\r\n            \"RP113517330MU\",\r\n            \"RP113504968MU\",\r\n            \"RP113507978MU\",\r\n            \"RP113509996MU\",\r\n            \"RP113519494MU\",\r\n            \"RP113521334MU\",\r\n            \"RP113505711MU\",\r\n            \"RP113505800MU\",\r\n            \"RP113508868MU\",\r\n            \"RP113517224MU\",\r\n            \"RP113522357MU\",\r\n            \"RP113501175MU\",\r\n            \"RP113473885MU\",\r\n            \"RP113503809MU\",\r\n            \"RP113490566MU\",\r\n            \"RP113530557MU\",\r\n            \"RP113495461MU\",\r\n            \"RP113508749MU\",\r\n            \"RP113510668MU\",\r\n            \"RP113347057MU\",\r\n            \"RP113520458MU\",\r\n            \"RP113452165MU\",\r\n            \"RP113466880MU\",\r\n            \"RP113460414MU\",\r\n            \"RP113197318MU\",\r\n            \"RP113375353MU\",\r\n            \"RP113377093MU\",\r\n            \"RP113495325MU\",\r\n            \"RP113469308MU\",\r\n            \"RP113460290MU\",\r\n            \"RP113390585MU\",\r\n            \"RP113421265MU\",\r\n            \"RP113429555MU\",\r\n            \"RP113422393MU\",\r\n            \"RP113470014MU\",\r\n            \"RP113500285MU\",\r\n            \"RP113501391MU\",\r\n            \"RP113453841MU\",\r\n            \"RP113456777MU\",\r\n            \"RP113467412MU\",\r\n            \"RP113461162MU\",\r\n            \"RP113497003MU\",\r\n            \"RP113461145MU\",\r\n            \"RP113439535MU\",\r\n            \"RP113449820MU\",\r\n            \"RP113471085MU\",\r\n            \"RP113453872MU\",\r\n            \"RP113458645MU\",\r\n            \"RP113481683MU\",\r\n            \"RP113481184MU\",\r\n            \"RP113453016MU\",\r\n            \"RP113481167MU\",\r\n            \"RP113470306MU\",\r\n            \"RP113446620MU\",\r\n            \"RP113478066MU\",\r\n            \"RP113425465MU\",\r\n            \"RP113487859MU\",\r\n            \"RP113450978MU\",\r\n            \"RP113496484MU\",\r\n            \"RP113508307MU\",\r\n            \"RP113473608MU\",\r\n            \"RP113457199MU\",\r\n            \"RP113510583MU\",\r\n            \"RP113520617MU\",\r\n            \"RP113530472MU\",\r\n            \"RP113520988MU\",\r\n            \"RP113538431MU\",\r\n            \"RP113539114MU\",\r\n            \"RP113523026MU\",\r\n            \"RP113529457MU\",\r\n            \"RP113526813MU\",\r\n            \"RP113534369MU\",\r\n            \"RP113525849MU\",\r\n            \"RP113518233MU\",\r\n            \"RP113562183MU\",\r\n            \"RP113536563MU\",\r\n            \"RP113540041MU\",\r\n            \"RP113521569MU\",\r\n            \"RP113528686MU\",\r\n            \"RP113546061MU\",\r\n            \"RP113517564MU\",\r\n            \"RP113547566MU\",\r\n            \"RP113547773MU\",\r\n            \"RP113551645MU\",\r\n            \"RP113526583MU\",\r\n            \"RP113529315MU\",\r\n            \"RP113526447MU\",\r\n            \"RP113526739MU\",\r\n            \"RP113524891MU\",\r\n            \"RP113532460MU\",\r\n            \"RP113549187MU\",\r\n            \"RP113548487MU\",\r\n            \"RP113533845MU\",\r\n            \"RP113405775MU\",\r\n            \"RP113561466MU\",\r\n            \"RP113536427MU\",\r\n            \"RP113541206MU\",\r\n            \"RP113448458MU\",\r\n            \"RP113537776MU\",\r\n            \"RP113559255MU\",\r\n            \"RP113550551MU\",\r\n            \"RP113523689MU\",\r\n            \"RP113522555MU\",\r\n            \"RP113454365MU\",\r\n            \"RP113546265MU\",\r\n            \"RP113552155MU\",\r\n            \"RP113553059MU\",\r\n            \"RP113521802MU\",\r\n            \"RP113524344MU\",\r\n            \"RP113555148MU\",\r\n            \"RP113490985MU\",\r\n            \"RP113530305MU\",\r\n            \"RP113540801MU\",\r\n            \"RP113531393MU\",\r\n            \"RP113462931MU\",\r\n            \"RP113532473MU\",\r\n            \"RP113527663MU\",\r\n            \"RP113452231MU\",\r\n            \"RP113554774MU\",\r\n            \"RP113538856MU\",\r\n            \"RP113506650MU\",\r\n            \"RP113522388MU\",\r\n            \"RP113509188MU\",\r\n            \"RP113548297MU\",\r\n            \"RP113547861MU\",\r\n            \"RP113552265MU\",\r\n            \"RP113543737MU\",\r\n            \"RP113527875MU\",\r\n            \"RP113524653MU\",\r\n            \"RP113540506MU\",\r\n            \"RP113538992MU\",\r\n            \"RP113478698MU\",\r\n            \"RP113555103MU\",\r\n            \"RP113531795MU\",\r\n            \"RP113536696MU\",\r\n            \"RP113539216MU\",\r\n            \"RP113550450MU\",\r\n            \"RP113561320MU\",\r\n            \"RP113545392MU\",\r\n            \"RP113554258MU\",\r\n            \"RP113553924MU\",\r\n            \"RP113537705MU\",\r\n            \"RP113551336MU\",\r\n            \"RP113525234MU\",\r\n            \"RP113489418MU\",\r\n            \"RP113444751MU\",\r\n            \"RP113471385MU\",\r\n            \"RP113556506MU\",\r\n            \"RP113534134MU\",\r\n            \"RP113540205MU\",\r\n            \"RP113525764MU\",\r\n            \"RP113536886MU\",\r\n            \"RP113442968MU\",\r\n            \"RP113529505MU\",\r\n            \"RP113531005MU\",\r\n            \"RP113556599MU\",\r\n            \"RP113505402MU\",\r\n            \"RP113545582MU\",\r\n            \"RP113555721MU\",\r\n            \"RP113532283MU\",\r\n            \"RP113520585MU\",\r\n            \"RP113524199MU\",\r\n            \"RP113508409MU\",\r\n            \"RP113510929MU\",\r\n            \"RP113533099MU\",\r\n            \"RP113544264MU\",\r\n            \"RP113536577MU\",\r\n            \"RP113541634MU\",\r\n            \"RP113548990MU\",\r\n            \"RP113538480MU\",\r\n            \"RP113550843MU\",\r\n            \"RP113524888MU\",\r\n            \"RP113549160MU\",\r\n            \"RP113544940MU\",\r\n            \"RP113533301MU\",\r\n            \"RP113531212MU\",\r\n            \"RP113495679MU\",\r\n            \"RP113513085MU\",\r\n            \"RP113548062MU\",\r\n            \"RP113457375MU\",\r\n            \"RP113543405MU\",\r\n            \"RP113535801MU\",\r\n            \"RP113544383MU\",\r\n            \"RP113569218MU\",\r\n            \"RP113555267MU\",\r\n            \"RP113520254MU\",\r\n            \"RP113528301MU\",\r\n            \"RP113500538MU\",\r\n            \"RP113554553MU\",\r\n            \"RP113513942MU\",\r\n            \"RP113506884MU\",\r\n            \"RP113519358MU\",\r\n            \"RP113522825MU\",\r\n            \"RP113530565MU\",\r\n            \"RP113528010MU\",\r\n            \"RP113533394MU\",\r\n            \"RP113553411MU\",\r\n            \"RP113572415MU\",\r\n            \"RP113475453MU\",\r\n            \"RP113531331MU\",\r\n            \"RP113551804MU\",\r\n            \"RP113547067MU\",\r\n            \"RP113539600MU\"\r\n        ]\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app/moovin-courier/api/v1/manifest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"Origin,Access-Control-Request-Method,Access-Control-Request-Headers"},{"key":"content-type","value":"application/json"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"0"},{"key":"referrer-policy","value":"no-referrer"},{"key":"Date","value":"Thu, 23 May 2024 03:38:37 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id_manifest\": 65,\n        \"packages\": [\n            \"RP114733644MU\"\n        ]\n    }\n]"},{"id":"c943d58d-1d80-457a-b3a8-661922e31fa5","name":"Validation Paquetes no encontrados","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"manifest\": {\n        \"_verify\": true,\n        \"city_iso_code_dest\": \"SJO\",\n        \"city_iso_code_origin\": \"MIA\",\n        \"ctry_iso_code\": \"CR\",\n        \"ctry_name\": \"Costa Rica\",\n        \"departure_gateway\": \"\",\n        \"dert_id\": 0,\n        \"dert_name\": \"San José\",\n        \"disp_id\": 0,\n        \"disp_name\": \"\",\n        \"entry_gateway\": \"\",\n        \"manifest_ddup_type\": \"DDU\",\n        \"mnfs_date_entry\": \"15/10/2024 6:50 AM\",\n        \"mnfs_ext_number\": \"\",\n        \"mnfs_flight_date\": \"15/10/2024 5:45 AM\",\n        \"mnfs_flight_number\": \"6R4273\",\n        \"mnfs_id\": 128917,\n        \"mnfs_lnar_cdg\": \"\",\n        \"mnfs_nmr_airwaybill\": \"729-903877062\", //cambiar\n        \"mnfs_nmr_airwaybill_1\": \"\",\n        \"mnfs_ttl_physical_weight\": 8.090000000000002,\n        \"mnfs_ttl_price_value\": 120.41,\n        \"mnfs_ttl_quantity_piece\": 16,\n        \"mnfs_ttl_shipment\": 120,\n        \"origin_country\": \"US\",\n        \"transport_type_code\": \"car\"\n    },\n    \"packages\": [\n        \"RP438292485MU1((**\",\n        \"RP438292485MU1\"\n  \n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/moovin-courier/api/v1/manifest"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"195"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"0"},{"key":"Referrer-Policy","value":"no-referrer"}],"cookie":[],"responseTime":null,"body":"{\n    \"body\": [\n        {\n            \"enterpriseCode\": \"RP438292485MU1((**\",\n            \"message\": \"El paquete con el código: RP438292485MU1((** no fue encontrado\"\n        }\n    ],\n    \"httpCode\": 400,\n    \"message\": \"Los siguientes paquetes no se encontraron\"\n}"},{"id":"fa8fa399-51d4-46f6-8547-f8e4ea5fa068","name":"Create Manifest Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"manifest\": {\n        \"_verify\": true,\n        \"city_iso_code_dest\": \"SJO\",\n        \"city_iso_code_origin\": \"MIA\",\n        \"ctry_iso_code\": \"CR\",\n        \"ctry_name\": \"Costa Rica\",\n        \"departure_gateway\": \"\",\n        \"dert_id\": 0,\n        \"dert_name\": \"San José\",\n        \"disp_id\": 0,\n        \"disp_name\": \"\",\n        \"entry_gateway\": \"\",\n        \"manifest_ddup_type\": \"DDU\",\n        \"mnfs_date_entry\": \"15/10/2024 6:50 AM\",\n        \"mnfs_ext_number\": \"\",\n        \"mnfs_flight_date\": \"15/10/2024 5:45 AM\",\n        \"mnfs_flight_number\": \"6R4273\",\n        \"mnfs_id\": 128917,\n        \"mnfs_lnar_cdg\": \"\",\n        \"mnfs_nmr_airwaybill\": \"729-903877062\", //cambiar\n        \"mnfs_nmr_airwaybill_1\": \"\",\n        \"mnfs_ttl_physical_weight\": 8.090000000000002,\n        \"mnfs_ttl_price_value\": 120.41,\n        \"mnfs_ttl_quantity_piece\": 16,\n        \"mnfs_ttl_shipment\": 120,\n        \"origin_country\": \"US\",\n        \"transport_type_code\": \"car\"\n    },\n    \"packages\": [ \n        \"RP438292485MU1\"\n  \n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/moovin-courier/api/v1/manifest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"0"},{"key":"Referrer-Policy","value":"no-referrer"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id_manifest\": 86,\n        \"packages\": [\n            \"RP438292485MU1\"\n        ]\n    }\n]"},{"id":"7623bc66-66a2-440f-a93e-5f0c1d791273","name":"Validation Error Id Profile distinto al de session","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"manifest\": {\n        \"_verify\": true,\n        \"city_iso_code_dest\": \"SJO\",\n        \"city_iso_code_origin\": \"MIA\",\n        \"ctry_iso_code\": \"CR\",\n        \"ctry_name\": \"Costa Rica\",\n        \"departure_gateway\": \"\",\n        \"dert_id\": 0,\n        \"dert_name\": \"San José\",\n        \"disp_id\": 0,\n        \"disp_name\": \"\",\n        \"entry_gateway\": \"\",\n        \"manifest_ddup_type\": \"DDU\",\n        \"mnfs_date_entry\": \"15/10/2024 6:50 AM\",\n        \"mnfs_ext_number\": \"\",\n        \"mnfs_flight_date\": \"15/10/2024 5:45 AM\",\n        \"mnfs_flight_number\": \"6R4273\",\n        \"mnfs_id\": 128917,\n        \"mnfs_lnar_cdg\": \"\",\n        \"mnfs_nmr_airwaybill\": \"729-903877064\", //cambiar\n        \"mnfs_nmr_airwaybill_1\": \"\",\n        \"mnfs_ttl_physical_weight\": 8.090000000000002,\n        \"mnfs_ttl_price_value\": 120.41,\n        \"mnfs_ttl_quantity_piece\": 16,\n        \"mnfs_ttl_shipment\": 120,\n        \"origin_country\": \"US\",\n        \"transport_type_code\": \"car\"\n    },\n    \"packages\": [ \n        \"RP438219539MU\",\n        \"RP114733644MU\",\n        \"RP114733644MU*&JDD\"\n  \n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/moovin-courier/api/v1/manifest"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"407"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"0"},{"key":"Referrer-Policy","value":"no-referrer"}],"cookie":[],"responseTime":null,"body":"{\n    \"body\": [\n        {\n            \"enterpriseCode\": \"RP438219539MU\",\n            \"message\": \"El paquete con el código: RP438219539MU no fue encontrado\"\n        },\n        {\n            \"enterpriseCode\": \"RP114733644MU\",\n            \"message\": \"El paquete con el código: RP114733644MU no fue encontrado\"\n        },\n        {\n            \"enterpriseCode\": \"RP114733644MU*&JDD\",\n            \"message\": \"El paquete con el código: RP114733644MU*&JDD no fue encontrado\"\n        }\n    ],\n    \"httpCode\": 400,\n    \"message\": \"Los siguientes paquetes no se encontraron\"\n}"},{"id":"ec4ac2c0-7e65-4a7f-9846-1b5beea8c26e","name":"Faltante de paquetes","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"manifest\": {\n        \"_verify\": true,\n        \"city_iso_code_dest\": \"\",\n        \"city_iso_code_origin\": \"\",\n        \"ctry_iso_code\": \"CR\",\n        \"ctry_name\": \"Costa Rica\",\n        \"departure_gateway\": \"\",\n        \"dert_id\": 0,\n        \"dert_name\": \"Limon\",\n        \"disp_id\": 0,\n        \"disp_name\": \"\",\n        \"entry_gateway\": \"\",\n        \"manifest_ddup_type\": \"DDU\",\n        \"mnfs_date_entry\": \"\",\n        \"mnfs_ext_number\": \"\",\n        \"mnfs_flight_date\": \"\",\n        \"mnfs_flight_number\": \"\",\n        \"mnfs_id\": 162462,\n        \"mnfs_lnar_cdg\": \"\",\n        \"mnfs_nmr_airwaybill\": \"406-43859760\",\n        \"mnfs_nmr_airwaybill_1\": \"\",\n        \"mnfs_ttl_physical_weight\": 913.5880000000004,\n        \"mnfs_ttl_price_value\": 35910.399999999994,\n        \"mnfs_ttl_quantity_piece\": 6174,\n        \"mnfs_ttl_shipment\": 35910,\n        \"origin_country\": \"US\",\n        \"transport_type_code\": \"car\"\n    },\n    \"packages\": [\n        \"RR007177943XX\",\n        \"RR010105345XX\",\n        \"RR010541972XX\",\n        \"RR012380650XX\",\n        \"RR011640818XX\",\n        \"RR006877224XX\",\n        \"RR012031760XX\",\n        \"RR011822815XX\",\n        \"RR014259501XX\",\n        \"RR015517944XX\",\n        \"RR011442565XX\",\n        \"RR012664360XX\",\n        \"RR010188464XX\",\n        \"RR007682224XX\",\n        \"RR014233155XX\",\n        \"RR009611614XX\",\n        \"RR011265026XX\",\n        \"RR014872745XX\",\n        \"RR013086416XX\",\n        \"RR011973210XX\",\n        \"RR007204578XX\",\n        \"RR013061374XX\",\n        \"RR010752747XX\",\n        \"RR014725795XX\",\n        \"RR008061031XX\",\n        \"RR009944299XX\",\n        \"RR007549755XX\",\n        \"RR014564758XX\",\n        \"RR015949936XX\",\n        \"RR015572089XX\",\n        \"RR014625531XX\",\n        \"RR014498299XX\",\n        \"RR008593905XX\",\n        \"RR008137631XX\",\n        \"RR011247725XX\",\n        \"RR013492961XX\",\n        \"RR015347159XX\",\n        \"RR011394048XX\",\n        \"RR010113130XX\",\n        \"RR010505799XX\",\n        \"RR007450208XX\",\n        \"RR015165156XX\",\n        \"RR007895635XX\",\n        \"RR012140190XX\",\n        \"RR014399353XX\",\n        \"RR015316681XX\",\n        \"RR015695675XX\",\n        \"RR009804447XX\",\n        \"RR013737465XX\",\n        \"RR006826810XX\",\n        \"RR012453309XX\",\n        \"RR006962302XX\",\n        \"RR006890061XX\",\n        \"RR010771352XX\",\n        \"RR008496033XX\",\n        \"RR010189782XX\",\n        \"RR012405285XX\",\n        \"RR009536025XX\",\n        \"RR007190785XX\",\n        \"RR014511066XX\",\n        \"RR009070335XX\",\n        \"RR008057598XX\",\n        \"RR008786092XX\",\n        \"RR006045067XX\",\n        \"RR006785960XX\",\n        \"RR006379428XX\",\n        \"RR012628186XX\",\n        \"RR013026253XX\",\n        \"RR009123302XX\",\n        \"RR008414224XX\",\n        \"RR007906409XX\",\n        \"RR012800065XX\",\n        \"RR007527471XX\",\n        \"RR012587711XX\",\n        \"RR011834969XX\",\n        \"RR011406126XX\",\n        \"RR012199677XX\",\n        \"RR015704730XX\",\n        \"RR012959523XX\",\n        \"RR014434418XX\",\n        \"RR015916822XX\",\n        \"RR011070753XX\",\n        \"RR013491643XX\",\n        \"RR010000610XX\",\n        \"RR010947006XX\",\n        \"RR007615304XX\",\n        \"RR009876744XX\",\n        \"RR012754175XX\",\n        \"RR013630393XX\",\n        \"RR014986583XX\",\n        \"RR008354755XX\",\n        \"RR006891380XX\",\n        \"RR012064860XX\",\n        \"RR014530312XX\",\n        \"RR008723530XX\",\n        \"RR013143127XX\",\n        \"RR008869163XX\",\n        \"RR013202488XX\",\n        \"RR010689298XX\",\n        \"RR006556984XX\",\n        \"RR013210285XX\",\n        \"RR012567133XX\",\n        \"RR011585161XX\",\n        \"RR013940735XX\",\n        \"RR013270430XX\",\n        \"RR015202865XX\",\n        \"RR010283068XX\",\n        \"RR009058161XX\",\n        \"RR015595425XX\",\n        \"RR010102300XX\",\n        \"RR006415805XX\",\n        \"RR011569305XX\",\n        \"RR010264435XX\",\n        \"RR009040231XX\",\n        \"RR009850398XX\",\n        \"RR008989991XX\",\n        \"RR012379047XX\",\n        \"RR011602925XX\",\n        \"RR013322106XX\",\n        \"RR015432237XX\",\n        \"RR011535148XX\",\n        \"RR012140835XX\",\n        \"RR009741954XX\",\n        \"RR014220899XX\",\n        \"RR012531275XX\",\n        \"RR010701405XX\",\n        \"RR008138950XX\",\n        \"RR006780579XX\",\n        \"RR014899796XX\",\n        \"RR011586480XX\",\n        \"RR006707579XX\",\n        \"RR010866571XX\",\n        \"RR006923119XX\",\n        \"RR014316226XX\",\n        \"RR011632374XX\",\n        \"RR011628658XX\",\n        \"RR009114209XX\",\n        \"RR015439345XX\",\n        \"RR012519756XX\",\n        \"RR013995218XX\",\n        \"RR011226760XX\",\n        \"RR012358078XX\",\n        \"RR007689315XX\",\n        \"RR013996536XX\",\n        \"RR015383332XX\",\n        \"RR014092041XX\",\n        \"RR013723886XX\",\n        \"RR008114295XX\",\n        \"RR007994575XX\",\n        \"RR015697101XX\",\n        \"RR006340532XX\",\n        \"RR007778761XX\",\n        \"RR014173686XX\",\n        \"RR008951497XX\",\n        \"RR015380588XX\",\n        \"RR008349083XX\",\n        \"RR008232487XX\",\n        \"RR009060823XX\",\n        \"RR008950179XX\",\n        \"RR011784998XX\",\n        \"RR007337662XX\",\n        \"RR011452077XX\",\n        \"RR006745458XX\",\n        \"RR014447884XX\",\n        \"RR015060425XX\",\n        \"RR009314443XX\",\n        \"RR008178534XX\",\n        \"RR012590106XX\",\n        \"RR010570090XX\",\n        \"RR009989905XX\",\n        \"RR010090235XX\",\n        \"RR010997020XX\",\n        \"RR009272916XX\",\n        \"RR011153824XX\",\n        \"RR009387128XX\",\n        \"RR008660110XX\",\n        \"RR015737830XX\",\n        \"RR006788073XX\",\n        \"RR012906755XX\",\n        \"RR011419592XX\",\n        \"RR012793381XX\",\n        \"RR011260562XX\",\n        \"RR006258478XX\",\n        \"RR012911503XX\",\n        \"RR015916178XX\",\n        \"RR013488304XX\",\n        \"RR014890046XX\",\n        \"RR012211112XX\",\n        \"RR015801011XX\",\n        \"RR011894494XX\",\n        \"RR007268803XX\",\n        \"RR015538935XX\",\n        \"RR011482808XX\",\n        \"RR007218152XX\",\n        \"RR015074282XX\",\n        \"RR012242534XX\",\n        \"RR007091845XX\",\n        \"RR008757975XX\",\n        \"RR009025702XX\",\n        \"RR015874654XX\",\n        \"RR008737397XX\",\n        \"RR014531635XX\",\n        \"RR007929356XX\",\n        \"RR006842684XX\",\n        \"RR009624136XX\",\n        \"RR015209965XX\",\n        \"RR009187183XX\",\n        \"RR013797637XX\",\n        \"RR015569685XX\",\n        \"RR011216334XX\",\n        \"RR013208914XX\",\n        \"RR006864044XX\",\n        \"RR007371200XX\",\n        \"RR008965071XX\",\n        \"RR014794138XX\",\n        \"RR014291878XX\",\n        \"RR012075690XX\",\n        \"RR010637565XX\",\n        \"RR009658302XX\",\n        \"RR013016741XX\",\n        \"RR015656478XX\",\n        \"RR012532593XX\",\n        \"RR013798955XX\",\n        \"RR012216786XX\",\n        \"RR006902140XX\",\n        \"RR013952892XX\",\n        \"RR014979830XX\",\n        \"RR008510132XX\",\n        \"RR013901547XX\",\n        \"RR011502034XX\",\n        \"RR009609607XX\",\n        \"RR007150923XX\",\n        \"RR010751429XX\",\n        \"RR006295039XX\",\n        \"RR012305013XX\",\n        \"RR007200236XX\",\n        \"RR015781144XX\",\n        \"RR014054803XX\",\n        \"RR007526153XX\",\n        \"RR009454919XX\",\n        \"RR010653165XX\",\n        \"RR011061650XX\",\n        \"RR011552702XX\",\n        \"RR015568359XX\",\n        \"RR013149836XX\",\n        \"RR010863544XX\",\n        \"RR012280696XX\",\n        \"RR011866754XX\",\n        \"RR015493721XX\",\n        \"RR015564003XX\",\n        \"RR015017515XX\",\n        \"RR010307277XX\",\n        \"RR012902400XX\",\n        \"RR015349512XX\",\n        \"RR011831931XX\",\n        \"RR006872765XX\",\n        \"RR010424154XX\",\n        \"RR014321257XX\",\n        \"RR014715356XX\",\n        \"RR012457654XX\",\n        \"RR009237145XX\",\n        \"RR014416462XX\",\n        \"RR006373646XX\",\n        \"RR013372120XX\",\n        \"RR009947043XX\",\n        \"RR009506868XX\",\n        \"RR012135141XX\",\n        \"RR014840950XX\",\n        \"RR012282122XX\",\n        \"RR014487472XX\",\n        \"RR009755794XX\",\n        \"RR011395366XX\",\n        \"RR009350600XX\",\n        \"RR008762737XX\",\n        \"RR014079495XX\",\n        \"RR006317542XX\",\n        \"RR010099044XX\",\n        \"RR012572181XX\",\n        \"RR007522735XX\",\n        \"RR009715282XX\",\n        \"RR014427933XX\",\n        \"RR006310442XX\",\n        \"RR011311834XX\",\n        \"RR010489067XX\",\n        \"RR012843321XX\",\n        \"RR014586118XX\",\n        \"RR014605885XX\",\n        \"RR009803129XX\",\n        \"RR007539333XX\",\n        \"RR012897695XX\",\n        \"RR011505075XX\",\n        \"RR008815995XX\",\n        \"RR013438577XX\",\n        \"RR009952074XX\",\n        \"RR013047236XX\",\n        \"RR008054557XX\",\n        \"RR014327039XX\",\n        \"RR015624400XX\",\n        \"RR015210650XX\",\n        \"RR013940090XX\",\n        \"RR007397184XX\",\n        \"RR012801383XX\",\n        \"RR009022958XX\",\n        \"RR010347506XX\",\n        \"RR014795456XX\",\n        \"RR013238346XX\",\n        \"RR006807563XX\",\n        \"RR012399894XX\",\n        \"RR011233227XX\",\n        \"RR015967237XX\",\n        \"RR006795471XX\",\n        \"RR015391395XX\",\n        \"RR012039255XX\",\n        \"RR012713278XX\",\n        \"RR012875134XX\",\n        \"RR008249099XX\",\n        \"RR010508543XX\",\n        \"RR008222710XX\",\n        \"RR011152506XX\",\n        \"RR012122899XX\",\n        \"RR010855097XX\",\n        \"RR007435280XX\",\n        \"RR006699577XX\",\n        \"RR013453764XX\",\n        \"RR006872757XX\",\n        \"RR011477119XX\",\n        \"RR014043332XX\",\n        \"RR010304240XX\",\n        \"RR013076904XX\",\n        \"RR011858041XX\",\n        \"RR006796786XX\",\n        \"RR013366963XX\",\n        \"RR011548331XX\",\n        \"RR013780375XX\",\n        \"RR013905610XX\",\n        \"RR007331885XX\",\n        \"RR012113512XX\",\n        \"RR015528774XX\",\n        \"RR006888981XX\",\n        \"RR012909500XX\",\n        \"RR008159915XX\",\n        \"RR011235863XX\",\n        \"RR009692105XX\",\n        \"RR009870962XX\",\n        \"RR012616982XX\",\n        \"RR008224429XX\",\n        \"RR009805765XX\",\n        \"RR011879007XX\",\n        \"RR006905177XX\",\n        \"RR012063541XX\",\n        \"RR013060056XX\",\n        \"RR015679814XX\",\n        \"RR015214991XX\",\n        \"RR009838865XX\",\n        \"RR010397520XX\",\n        \"RR006746776XX\",\n        \"RR007823338XX\",\n        \"RR014818378XX\",\n        \"RR013042769XX\",\n        \"RR012436685XX\",\n        \"RR014626850XX\",\n        \"RR010444746XX\",\n        \"RR009291521XX\",\n        \"RR012749140XX\",\n        \"RR006927478XX\",\n        \"RR012942911XX\",\n        \"RR011278492XX\",\n        \"RR011396684XX\",\n        \"RR011323055XX\",\n        \"RR009664651XX\",\n        \"RR015050290XX\",\n        \"RR006128138XX\",\n        \"RR012826439XX\",\n        \"RR013192750XX\",\n        \"RR013283892XX\",\n        \"RR010409625XX\",\n        \"RR007933727XX\",\n        \"RR010510555XX\",\n        \"RR010521394XX\",\n        \"RR007390739XX\",\n        \"RR013417325XX\",\n        \"RR011532107XX\",\n        \"RR006475340XX\",\n        \"RR006942651XX\",\n        \"RR009669115XX\",\n        \"RR012114186XX\",\n        \"RR010859160XX\",\n        \"RR007206004XX\",\n        \"RR011184591XX\",\n        \"RR011863072XX\",\n        \"RR014318862XX\",\n        \"RR007336344XX\",\n        \"RR013569949XX\",\n        \"RR008954241XX\",\n        \"RR014123659XX\",\n        \"RR008270366XX\",\n        \"RR010063172XX\",\n        \"RR007195244XX\",\n        \"RR011810021XX\",\n        \"RR013986105XX\",\n        \"RR008214280XX\",\n        \"RR010083755XX\",\n        \"RR009968009XX\",\n        \"RR008292653XX\",\n        \"RR006575303XX\",\n        \"RR011787742XX\",\n        \"RR014127721XX\",\n        \"RR009888892XX\",\n        \"RR006878542XX\",\n        \"RR007240751XX\",\n        \"RR006670817XX\",\n        \"RR007825974XX\",\n        \"RR012501171XX\",\n        \"RR014588754XX\",\n        \"RR012136460XX\",\n        \"RR014008494XX\",\n        \"RR012777517XX\",\n        \"RR009737583XX\",\n        \"RR010371187XX\",\n        \"RR009563370XX\",\n        \"RR006610654XX\",\n        \"RR006711026XX\",\n        \"RR007009738XX\",\n        \"RR009399917XX\",\n        \"RR012508271XX\",\n        \"RR015646966XX\",\n        \"RR015231615XX\",\n        \"RR008448656XX\",\n        \"RR007387686XX\",\n        \"RR012750752XX\",\n        \"RR007417989XX\",\n        \"RR014582972XX\",\n        \"RR011931909XX\",\n        \"RR009918912XX\",\n        \"RR013706715XX\",\n        \"RR007954996XX\",\n        \"RR015510844XX\",\n        \"RR011277174XX\",\n        \"RR013825576XX\",\n        \"RR007298907XX\",\n        \"RR009770071XX\",\n        \"RR008189364XX\",\n        \"RR009674150XX\",\n        \"RR013163705XX\",\n        \"RR007275565XX\",\n        \"RR008413192XX\",\n        \"RR015645648XX\",\n        \"RR013848912XX\",\n        \"RR013428155XX\",\n        \"RR009218521XX\",\n        \"RR014656940XX\",\n        \"RR011616500XX\",\n        \"RR008593260XX\",\n        \"RR008563815XX\",\n        \"RR010091553XX\",\n        \"RR007451526XX\",\n        \"RR006245942XX\",\n        \"RR012424537XX\",\n        \"RR006174089XX\",\n        \"RR013894863XX\",\n        \"RR008398420XX\",\n        \"RR010499223XX\",\n        \"RR011606357XX\",\n        \"RR009972652XX\",\n        \"RR014628569XX\",\n        \"RR009465735XX\",\n        \"RR013027571XX\",\n        \"RR009502512XX\",\n        \"RR015261055XX\",\n        \"RR013424723XX\",\n        \"RR008424650XX\",\n        \"RR009666365XX\",\n        \"RR014106766XX\",\n        \"RR014448916XX\",\n        \"RR006303985XX\",\n        \"RR015000917XX\",\n        \"RR012474547XX\",\n        \"RR010901640XX\",\n        \"RR009432635XX\",\n        \"RR011461839XX\",\n        \"RR009985846XX\",\n        \"RR006418838XX\",\n        \"RR010231335XX\",\n        \"RR008679371XX\",\n        \"RR012218212XX\",\n        \"RR007696078XX\",\n        \"RR012451872XX\",\n        \"RR014953466XX\",\n        \"RR011134581XX\",\n        \"RR011864118XX\",\n        \"RR009665970XX\",\n        \"RR015179654XX\",\n        \"RR010852705XX\",\n        \"RR015677455XX\",\n        \"RR008907255XX\",\n        \"RR012363767XX\",\n        \"RR012745077XX\",\n        \"RR008264935XX\",\n        \"RR010329578XX\",\n        \"RR007906681XX\",\n        \"RR006617745XX\",\n        \"RR014622787XX\",\n        \"RR013509790XX\",\n        \"RR010603147XX\",\n        \"RR011959323XX\",\n        \"RR010134381XX\",\n        \"RR009414407XX\",\n        \"RR008761419XX\",\n        \"RR010270515XX\",\n        \"RR009342152XX\",\n        \"RR011946143XX\",\n        \"RR015837170XX\",\n        \"RR007361057XX\",\n        \"RR011887737XX\",\n        \"RR010419123XX\",\n        \"RR008232495XX\",\n        \"RR008396707XX\",\n        \"RR006649553XX\",\n        \"RR007323819XX\",\n        \"RR012746112XX\",\n        \"RR009199059XX\",\n        \"RR009349252XX\",\n        \"RR011085642XX\",\n        \"RR011385868XX\",\n        \"RR015177018XX\",\n        \"RR008678053XX\",\n        \"RR008524627XX\",\n        \"RR008996462XX\",\n        \"RR007103296XX\",\n        \"RR010568992XX\",\n        \"RR006162871XX\",\n        \"RR008814686XX\",\n        \"RR009802738XX\",\n        \"RR006338511XX\",\n        \"RR008972470XX\",\n        \"RR013364327XX\",\n        \"RR015356907XX\",\n        \"RR010173589XX\",\n        \"RR014564761XX\",\n        \"RR014012879XX\",\n        \"RR011998525XX\",\n        \"RR012783870XX\",\n        \"RR008849230XX\",\n        \"RR009689976XX\",\n        \"RR007983745XX\",\n        \"RR010950331XX\",\n        \"RR010253622XX\",\n        \"RR008149762XX\",\n        \"RR012143868XX\",\n        \"RR015736511XX\",\n        \"RR009841918XX\",\n        \"RR012208073XX\",\n        \"RR011317616XX\",\n        \"RR015934389XX\",\n        \"RR013093187XX\",\n        \"RR007759498XX\",\n        \"RR013072195XX\",\n        \"RR006432715XX\",\n        \"RR015866851XX\",\n        \"RR010517655XX\",\n        \"RR011767178XX\",\n        \"RR014287238XX\",\n        \"RR007788273XX\",\n        \"RR011671571XX\",\n        \"RR006408685XX\",\n        \"RR012579919XX\",\n        \"RR012185806XX\",\n        \"RR012168913XX\",\n        \"RR008390925XX\",\n        \"RR012990302XX\",\n        \"RR014587436XX\",\n        \"RR009430926XX\",\n        \"RR006777257XX\",\n        \"RR010093262XX\",\n        \"RR015844564XX\",\n        \"RR014349326XX\",\n        \"RR006150082XX\",\n        \"RR008988673XX\",\n        \"RR015072573XX\",\n        \"RR008365585XX\",\n        \"RR008214925XX\",\n        \"RR010816558XX\",\n        \"RR013434221XX\",\n        \"RR012548505XX\",\n        \"RR006229445XX\",\n        \"RR009643696XX\",\n        \"RR008437185XX\",\n        \"RR009818021XX\",\n        \"RR012226939XX\",\n        \"RR014697842XX\",\n        \"RR014007176XX\",\n        \"RR007989536XX\",\n        \"RR006066040XX\",\n        \"RR012697473XX\",\n        \"RR015527456XX\",\n        \"RR010039519XX\",\n        \"RR009662015XX\",\n        \"RR015854062XX\",\n        \"RR008008610XX\",\n        \"RR010699445XX\",\n        \"RR006265607XX\",\n        \"RR014647829XX\",\n        \"RR011389935XX\",\n        \"RR013734420XX\",\n        \"RR007205896XX\",\n        \"RR015543048XX\",\n        \"RR010022907XX\",\n        \"RR014001394XX\",\n        \"RR013912385XX\",\n        \"RR014032516XX\",\n        \"RR014194669XX\",\n        \"RR011925832XX\",\n        \"RR009953392XX\",\n        \"RR006234471XX\",\n        \"RR011513788XX\",\n        \"RR010750105XX\",\n        \"RR008940675XX\",\n        \"RR010794968XX\",\n        \"RR011443605XX\",\n        \"RR013429473XX\",\n        \"RR013452446XX\",\n        \"RR011601607XX\",\n        \"RR014852184XX\",\n        \"RR006178151XX\",\n        \"RR009914195XX\",\n        \"RR012539407XX\",\n        \"RR010314406XX\",\n        \"RR007838496XX\",\n        \"RR013012679XX\",\n        \"RR010769331XX\",\n        \"RR015150253XX\",\n        \"RR013679445XX\",\n        \"RR006677280XX\",\n        \"RR010782182XX\",\n        \"RR013421979XX\",\n        \"RR008441556XX\",\n        \"RR006772793XX\",\n        \"RR007916825XX\",\n        \"RR014348008XX\",\n        \"RR009818018XX\",\n        \"RR014714038XX\",\n        \"RR010560574XX\",\n        \"RR013806033XX\",\n        \"RR007484626XX\",\n        \"RR010456885XX\",\n        \"RR011063369XX\",\n        \"RR006635700XX\",\n        \"RR014985265XX\",\n        \"RR015470116XX\",\n        \"RR013803289XX\",\n        \"RR011781047XX\",\n        \"RR015178336XX\",\n        \"RR008838413XX\",\n        \"RR006499332XX\",\n        \"RR015161738XX\",\n        \"RR010257978XX\",\n        \"RR010527176XX\",\n        \"RR006456062XX\",\n        \"RR006477059XX\",\n        \"RR012297294XX\",\n        \"RR013745263XX\",\n        \"RR011567874XX\",\n        \"RR012083206XX\",\n        \"RR014343544XX\",\n        \"RR006266925XX\",\n        \"RR014974449XX\",\n        \"RR015294181XX\",\n        \"RR006964952XX\",\n        \"RR008273115XX\",\n        \"RR013845235XX\",\n        \"RR012374583XX\",\n        \"RR006165895XX\",\n        \"RR015921853XX\",\n        \"RR010530229XX\",\n        \"RR010308595XX\",\n        \"RR010218775XX\",\n        \"RR014581654XX\",\n        \"RR008125770XX\",\n        \"RR014227075XX\",\n        \"RR013292727XX\",\n        \"RR006092977XX\",\n        \"RR012606557XX\",\n        \"RR009028085XX\",\n        \"RR011450354XX\",\n        \"RR012085842XX\",\n        \"RR014023695XX\",\n        \"RR009974361XX\",\n        \"RR012373265XX\",\n        \"RR011433461XX\",\n        \"RR015876377XX\",\n        \"RR009031138XX\",\n        \"RR011020099XX\",\n        \"RR012352282XX\",\n        \"RR009287164XX\",\n        \"RR007682215XX\",\n        \"RR012912185XX\",\n        \"RR011704629XX\",\n        \"RR007259982XX\",\n        \"RR012763288XX\",\n        \"RR009442147XX\",\n        \"RR009404268XX\",\n        \"RR012672145XX\",\n        \"RR008686766XX\",\n        \"RR009354955XX\",\n        \"RR012485385XX\",\n        \"RR010581565XX\",\n        \"RR013574060XX\",\n        \"RR006146366XX\",\n        \"RR012596174XX\",\n        \"RR012511324XX\",\n        \"RR014029477XX\",\n        \"RR015096583XX\",\n        \"RR014325320XX\",\n        \"RR008685448XX\",\n        \"RR014572555XX\",\n        \"RR009744978XX\",\n        \"RR009880474XX\",\n        \"RR014742405XX\",\n        \"RR014344862XX\",\n        \"RR013291409XX\",\n        \"RR015703408XX\",\n        \"RR014266255XX\",\n        \"RR006534683XX\",\n        \"RR015255625XX\",\n        \"RR010178970XX\",\n        \"RR011571587XX\",\n        \"RR012805460XX\",\n        \"RR011122420XX\",\n        \"RR011152792XX\",\n        \"RR011949825XX\",\n        \"RR012742040XX\",\n        \"RR013972543XX\",\n        \"RR013503085XX\",\n        \"RR007362375XX\",\n        \"RR013479205XX\",\n        \"RR008206204XX\",\n        \"RR009297303XX\",\n        \"RR006164577XX\",\n        \"RR014267573XX\",\n        \"RR010887537XX\",\n        \"RR015190765XX\",\n        \"RR006316224XX\",\n        \"RR014907515XX\",\n        \"RR011018736XX\",\n        \"RR012473229XX\",\n        \"RR013514548XX\",\n        \"RR015587636XX\",\n        \"RR008040062XX\",\n        \"RR007023615XX\",\n        \"RR014679897XX\",\n        \"RR007207322XX\",\n        \"RR011310516XX\",\n        \"RR012146612XX\",\n        \"RR009897072XX\",\n        \"RR008035005XX\",\n        \"RR009964863XX\",\n        \"RR008466601XX\",\n        \"RR011408759XX\",\n        \"RR013171794XX\",\n        \"RR007948633XX\",\n        \"RR007499532XX\",\n        \"RR009010169XX\",\n        \"RR015018833XX\",\n        \"RR013117396XX\",\n        \"RR007373191XX\",\n        \"RR013746581XX\",\n        \"RR011434780XX\",\n        \"RR011806591XX\",\n        \"RR010974338XX\",\n        \"RR015461295XX\",\n        \"RR007949951XX\",\n        \"RR006566482XX\",\n        \"RR010787573XX\",\n        \"RR010011436XX\",\n        \"RR014894122XX\",\n        \"RR010607210XX\",\n        \"RR012795095XX\",\n        \"RR011860972XX\",\n        \"RR010931068XX\",\n        \"RR011789465XX\",\n        \"RR014342226XX\",\n        \"RR014963605XX\",\n        \"RR011073508XX\",\n        \"RR007878739XX\",\n        \"RR015059095XX\",\n        \"RR010995315XX\",\n        \"RR015910396XX\",\n        \"RR013376489XX\",\n        \"RR015843246XX\",\n        \"RR011938368XX\",\n        \"RR011934012XX\",\n        \"RR006886345XX\",\n        \"RR012381978XX\",\n        \"RR015638253XX\",\n        \"RR009154070XX\",\n        \"RR011304440XX\",\n        \"RR008386568XX\",\n        \"RR014063005XX\",\n        \"RR012888305XX\",\n        \"RR014404328XX\",\n        \"RR007161740XX\",\n        \"RR010759833XX\",\n        \"RR009179394XX\",\n        \"RR010864862XX\",\n        \"RR013365645XX\",\n        \"RR014639385XX\",\n        \"RR008064055XX\",\n        \"RR011981281XX\",\n        \"RR009670095XX\",\n        \"RR011217652XX\",\n        \"RR010873042XX\",\n        \"RR007098945XX\",\n        \"RR008712072XX\",\n        \"RR015714224XX\",\n        \"RR007460620XX\",\n        \"RR014033834XX\",\n        \"RR014646514XX\",\n        \"RR008513156XX\",\n        \"RR015588954XX\",\n        \"RR011493624XX\",\n        \"RR007999048XX\",\n        \"RR011698322XX\",\n        \"RR011506393XX\",\n        \"RR011057292XX\",\n        \"RR010904677XX\",\n        \"RR007474473XX\",\n        \"RR012645745XX\",\n        \"RR012522809XX\",\n        \"RR014663407XX\",\n        \"RR007822292XX\",\n        \"RR011328432XX\",\n        \"RR013448716XX\",\n        \"RR012308045XX\",\n        \"RR012895054XX\",\n        \"RR015879121XX\",\n        \"RR011842761XX\",\n        \"RR011308795XX\",\n        \"RR006680332XX\",\n        \"RR008239595XX\",\n        \"RR011910299XX\",\n        \"RR012560020XX\",\n        \"RR008148444XX\",\n        \"RR010106669XX\",\n        \"RR012548797XX\",\n        \"RR007795668XX\",\n        \"RR012771735XX\",\n        \"RR010632188XX\",\n        \"RR008741754XX\",\n        \"RR011280496XX\",\n        \"RR010280035XX\",\n        \"RR013379233XX\",\n        \"RR007338985XX\",\n        \"RR006760659XX\",\n        \"RR009271884XX\",\n        \"RR013123207XX\",\n        \"RR012823684XX\",\n        \"RR013254865XX\",\n        \"RR006091659XX\",\n        \"RR006188318XX\",\n        \"RR010891908XX\",\n        \"RR008523309XX\",\n        \"RR009325905XX\",\n        \"RR006627252XX\",\n        \"RR013041454XX\",\n        \"RR015081411XX\",\n        \"RR015171236XX\",\n        \"RR009499257XX\",\n        \"RR013877030XX\",\n        \"RR010789000XX\",\n        \"RR012532307XX\",\n        \"RR015639571XX\",\n        \"RR007225547XX\",\n        \"RR006384462XX\",\n        \"RR008833950XX\",\n        \"RR008857942XX\",\n        \"RR011902200XX\",\n        \"RR013354188XX\",\n        \"RR011255528XX\",\n        \"RR006887663XX\",\n        \"RR006306085XX\",\n        \"RR014717992XX\",\n        \"RR014677255XX\",\n        \"RR014908833XX\",\n        \"RR012229056XX\",\n        \"RR013139697XX\",\n        \"RR006782291XX\",\n        \"RR012456336XX\",\n        \"RR006938294XX\",\n        \"RR008047162XX\",\n        \"RR006701514XX\",\n        \"RR007239135XX\",\n        \"RR012458972XX\",\n        \"RR015569677XX\",\n        \"RR006704541XX\",\n        \"RR008353437XX\",\n        \"RR012844640XX\",\n        \"RR011726916XX\",\n        \"RR011785106XX\",\n        \"RR011357495XX\",\n        \"RR008051520XX\",\n        \"RR015458605XX\",\n        \"RR011436499XX\",\n        \"RR007166203XX\",\n        \"RR010843880XX\",\n        \"RR015728719XX\",\n        \"RR007247848XX\",\n        \"RR006611972XX\",\n        \"RR015566640XX\",\n        \"RR012169595XX\",\n        \"RR013662820XX\",\n        \"RR007928038XX\",\n        \"RR009127661XX\",\n        \"RR010357295XX\",\n        \"RR010004041XX\",\n        \"RR015238715XX\",\n        \"RR011670253XX\",\n        \"RR010885831XX\",\n        \"RR012209391XX\",\n        \"RR012597492XX\",\n        \"RR009128980XX\",\n        \"RR009941258XX\",\n        \"RR015538290XX\",\n        \"RR006656948XX\",\n        \"RR008086342XX\",\n        \"RR009703148XX\",\n        \"RR007184414XX\",\n        \"RR011457454XX\",\n        \"RR008580076XX\",\n        \"RR007461015XX\",\n        \"RR007915502XX\",\n        \"RR012746395XX\",\n        \"RR011621558XX\",\n        \"RR015790910XX\",\n        \"RR006478377XX\",\n        \"RR010657233XX\",\n        \"RR011034305XX\",\n        \"RR012518438XX\",\n        \"RR006761977XX\",\n        \"RR013713464XX\",\n        \"RR008328097XX\",\n        \"RR014538090XX\",\n        \"RR006920378XX\",\n        \"RR009646445XX\",\n        \"RR010781791XX\",\n        \"RR013079295XX\",\n        \"RR010477850XX\",\n        \"RR011339917XX\",\n        \"RR012529268XX\",\n        \"RR011544269XX\",\n        \"RR006512396XX\",\n        \"RR015900898XX\",\n        \"RR012383404XX\",\n        \"RR013439895XX\",\n        \"RR009280705XX\",\n        \"RR007518355XX\",\n        \"RR010532865XX\",\n        \"RR015805375XX\",\n        \"RR014975767XX\",\n        \"RR006948433XX\",\n        \"RR007557544XX\",\n        \"RR013720859XX\",\n        \"RR006577940XX\",\n        \"RR013828334XX\",\n        \"RR009106692XX\",\n        \"RR014964923XX\",\n        \"RR009890613XX\",\n        \"RR010417697XX\",\n        \"RR014332728XX\",\n        \"RR015234642XX\",\n        \"RR015959448XX\",\n        \"RR006016026XX\",\n        \"RR014860897XX\",\n        \"RR011958005XX\",\n        \"RR009869350XX\",\n        \"RR006300944XX\",\n        \"RR008026180XX\",\n        \"RR011547013XX\",\n        \"RR012580894XX\",\n        \"RR012104688XX\",\n        \"RR010300177XX\",\n        \"RR011478437XX\",\n        \"RR013296162XX\",\n        \"RR007672071XX\",\n        \"RR012789651XX\",\n        \"RR009049054XX\",\n        \"RR010715259XX\",\n        \"RR006021701XX\",\n        \"RR008076844XX\",\n        \"RR015610839XX\",\n        \"RR011776930XX\",\n        \"RR011840125XX\",\n        \"RR010396498XX\",\n        \"RR008291335XX\",\n        \"RR007605165XX\",\n        \"RR007382012XX\",\n        \"RR009082470XX\",\n        \"RR009726767XX\",\n        \"RR008779335XX\",\n        \"RR015820571XX\",\n        \"RR014323893XX\",\n        \"RR007208645XX\",\n        \"RR015973303XX\",\n        \"RR014190313XX\",\n        \"RR008696264XX\",\n        \"RR013997854XX\",\n        \"RR011681724XX\",\n        \"RR006254122XX\",\n        \"RR013590592XX\",\n        \"RR010183728XX\",\n        \"RR009230045XX\",\n        \"RR006334449XX\",\n        \"RR007814225XX\",\n        \"RR014378375XX\",\n        \"RR008823507XX\",\n        \"RR006570840XX\",\n        \"RR011955255XX\",\n        \"RR010615936XX\",\n        \"RR008131846XX\",\n        \"RR015617298XX\",\n        \"RR015244168XX\",\n        \"RR008458154XX\",\n        \"RR006074752XX\",\n        \"RR010199008XX\",\n        \"RR014339173XX\",\n        \"RR011876252XX\",\n        \"RR009105374XX\",\n        \"RR011697004XX\",\n        \"RR006565164XX\",\n        \"RR013829652XX\",\n        \"RR013787475XX\",\n        \"RR008350413XX\",\n        \"RR014780575XX\",\n        \"RR007579859XX\",\n        \"RR006168640XX\",\n        \"RR015485288XX\",\n        \"RR007819894XX\",\n        \"RR012918890XX\",\n        \"RR013683802XX\",\n        \"RR012999108XX\",\n        \"RR011133904XX\",\n        \"RR013919485XX\",\n        \"RR007090527XX\",\n        \"RR015606454XX\",\n        \"RR013170476XX\",\n        \"RR010976974XX\",\n        \"RR015562585XX\",\n        \"RR006718130XX\",\n        \"RR013603971XX\",\n        \"RR014809265XX\",\n        \"RR013022185XX\",\n        \"RR011711386XX\",\n        \"RR010336052XX\",\n        \"RR010128956XX\",\n        \"RR006034245XX\",\n        \"RR009588685XX\",\n        \"RR013326451XX\",\n        \"RR008018104XX\",\n        \"RR012201614XX\",\n        \"RR009137805XX\",\n        \"RR014925730XX\",\n        \"RR006999775XX\",\n        \"RR015439337XX\",\n        \"RR010671385XX\",\n        \"RR011290635XX\",\n        \"RR010045885XX\",\n        \"RR012047036XX\",\n        \"RR010082446XX\",\n        \"RR012684925XX\",\n        \"RR009945325XX\",\n        \"RR014701502XX\",\n        \"RR008097827XX\",\n        \"RR010528494XX\",\n        \"RR008752598XX\",\n        \"RR011610714XX\",\n        \"RR006145048XX\",\n        \"RR011510755XX\",\n        \"RR009925666XX\",\n        \"RR012546155XX\",\n        \"RR010823032XX\",\n        \"RR013696338XX\",\n        \"RR012289222XX\",\n        \"RR011899871XX\",\n        \"RR013909979XX\",\n        \"RR008546928XX\",\n        \"RR008525945XX\",\n        \"RR015102876XX\",\n        \"RR010614618XX\",\n        \"RR010343447XX\",\n        \"RR009375915XX\",\n        \"RR008933913XX\",\n        \"RR006583375XX\",\n        \"RR010274865XX\",\n        \"RR013602653XX\",\n        \"RR014800451XX\",\n        \"RR011192108XX\",\n        \"RR008702574XX\",\n        \"RR007940215XX\",\n        \"RR015197865XX\",\n        \"RR015357584XX\",\n        \"RR006318865XX\",\n        \"RR010754456XX\",\n        \"RR012534943XX\",\n        \"RR006915316XX\",\n        \"RR009844021XX\",\n        \"RR012359396XX\",\n        \"RR012585358XX\",\n        \"RR007285086XX\",\n        \"RR009696464XX\",\n        \"RR008164950XX\",\n        \"RR010664628XX\",\n        \"RR014609953XX\",\n        \"RR012547479XX\",\n        \"RR013281256XX\",\n        \"RR008587176XX\",\n        \"RR009332654XX\",\n        \"RR010702082XX\",\n        \"RR007749717XX\",\n        \"RR014050090XX\",\n        \"RR015073891XX\",\n        \"RR011987063XX\",\n        \"RR013166091XX\",\n        \"RR015340986XX\",\n        \"RR011471345XX\",\n        \"RR013109315XX\",\n        \"RR012286478XX\",\n        \"RR011287313XX\",\n        \"RR009530252XX\",\n        \"RR007543050XX\",\n        \"RR010413341XX\",\n        \"RR013697656XX\",\n        \"RR008162313XX\",\n        \"RR011104488XX\",\n        \"RR015598452XX\",\n        \"RR006426644XX\",\n        \"RR015020196XX\",\n        \"RR006104131XX\",\n        \"RR015223185XX\",\n        \"RR013087748XX\",\n        \"RR009659617XX\",\n        \"RR011144080XX\",\n        \"RR010810776XX\",\n        \"RR008539799XX\",\n        \"RR012060797XX\",\n        \"RR011064687XX\",\n        \"RR011649627XX\",\n        \"RR008824825XX\",\n        \"RR008252155XX\",\n        \"RR008276148XX\",\n        \"RR014354388XX\",\n        \"RR015996922XX\",\n        \"RR011541231XX\",\n        \"RR008493289XX\",\n        \"RR012178411XX\",\n        \"RR010284103XX\",\n        \"RR010475213XX\",\n        \"RR007718581XX\",\n        \"RR010599473XX\",\n        \"RR007425781XX\",\n        \"RR009538667XX\",\n        \"RR006072116XX\",\n        \"RR009963545XX\",\n        \"RR007235990XX\",\n        \"RR011112918XX\",\n        \"RR011265030XX\",\n        \"RR008836987XX\",\n        \"RR006589157XX\",\n        \"RR006928796XX\",\n        \"RR010686915XX\",\n        \"RR013437259XX\",\n        \"RR008074208XX\",\n        \"RR015830070XX\",\n        \"RR011439243XX\",\n        \"RR007663891XX\",\n        \"RR007079416XX\",\n        \"RR007177020XX\",\n        \"RR014671479XX\",\n        \"RR006207136XX\",\n        \"RR006156505XX\",\n        \"RR013657135XX\",\n        \"RR010786255XX\",\n        \"RR009295877XX\",\n        \"RR010223529XX\",\n        \"RR009949676XX\",\n        \"RR010531547XX\",\n        \"RR011407435XX\",\n        \"RR014065647XX\",\n        \"RR015443708XX\",\n        \"RR014765370XX\",\n        \"RR007613878XX\",\n        \"RR012041254XX\",\n        \"RR007804705XX\",\n        \"RR009197340XX\",\n        \"RR010402525XX\",\n        \"RR006789391XX\",\n        \"RR006332730XX\",\n        \"RR012903087XX\",\n        \"RR007224229XX\",\n        \"RR014183184XX\",\n        \"RR015554505XX\",\n        \"RR013986397XX\",\n        \"RR010466392XX\",\n        \"RR013736139XX\",\n        \"RR009586044XX\",\n        \"RR012816935XX\",\n        \"RR007149576XX\",\n        \"RR008408135XX\",\n        \"RR008167987XX\",\n        \"RR007363693XX\",\n        \"RR011494942XX\",\n        \"RR007994584XX\",\n        \"RR006383144XX\",\n        \"RR009722411XX\",\n        \"RR008193077XX\",\n        \"RR006314798XX\",\n        \"RR013756734XX\",\n        \"RR009203629XX\",\n        \"RR010054706XX\",\n        \"RR008884364XX\",\n        \"RR015006044XX\",\n        \"RR007760831XX\",\n        \"RR012320497XX\",\n        \"RR011327114XX\",\n        \"RR011542550XX\",\n        \"RR007947315XX\",\n        \"RR011246680XX\",\n        \"RR007772049XX\",\n        \"RR012976699XX\",\n        \"RR009580262XX\",\n        \"RR015233324XX\",\n        \"RR011702910XX\",\n        \"RR010772667XX\",\n        \"RR012279715XX\",\n        \"RR011638156XX\",\n        \"RR006506965XX\",\n        \"RR011277815XX\",\n        \"RR012296617XX\",\n        \"RR013671027XX\",\n        \"RR008422013XX\",\n        \"RR007489380XX\",\n        \"RR015342412XX\",\n        \"RR012129999XX\",\n        \"RR014156780XX\",\n        \"RR006726842XX\",\n        \"RR011805273XX\",\n        \"RR015948604XX\",\n        \"RR013413266XX\",\n        \"RR011782365XX\",\n        \"RR010448819XX\",\n        \"RR011648309XX\",\n        \"RR008946449XX\",\n        \"RR009962227XX\",\n        \"RR006694186XX\",\n        \"RR010127638XX\",\n        \"RR013257610XX\",\n        \"RR011705947XX\",\n        \"RR012958488XX\",\n        \"RR008165345XX\",\n        \"RR006764721XX\",\n        \"RR008790450XX\",\n        \"RR012024361XX\",\n        \"RR006094403XX\",\n        \"RR012871061XX\",\n        \"RR010237117XX\",\n        \"RR014318859XX\",\n        \"RR010598155XX\",\n        \"RR006482093XX\",\n        \"RR008654967XX\",\n        \"RR015849028XX\",\n        \"RR015509231XX\",\n        \"RR011074826XX\",\n        \"RR012327314XX\",\n        \"RR015371475XX\",\n        \"RR012687958XX\",\n        \"RR015165805XX\",\n        \"RR011421327XX\",\n        \"RR012832505XX\",\n        \"RR008689515XX\",\n        \"RR014598252XX\",\n        \"RR012101655XX\",\n        \"RR014692465XX\",\n        \"RR013124525XX\",\n        \"RR009746404XX\",\n        \"RR011388612XX\",\n        \"RR010716577XX\",\n        \"RR011900773XX\",\n        \"RR008769196XX\",\n        \"RR011995776XX\",\n        \"RR009193918XX\",\n        \"RR008065373XX\",\n        \"RR009115527XX\",\n        \"RR015627437XX\",\n        \"RR011422645XX\",\n        \"RR015511249XX\",\n        \"RR014723803XX\",\n        \"RR008649278XX\",\n        \"RR007846285XX\",\n        \"RR015901006XX\",\n        \"RR015308892XX\",\n        \"RR008413833XX\",\n        \"RR008335226XX\",\n        \"RR009612005XX\",\n        \"RR006715385XX\",\n        \"RR007142476XX\",\n        \"RR009178076XX\",\n        \"RR006295952XX\",\n        \"RR011624302XX\",\n        \"RR007756465XX\",\n        \"RR007475791XX\",\n        \"RR006095721XX\",\n        \"RR010868008XX\",\n        \"RR010953369XX\",\n        \"RR015761493XX\",\n        \"RR013449393XX\",\n        \"RR011618491XX\",\n        \"RR010426518XX\",\n        \"RR011701865XX\",\n        \"RR014271958XX\",\n        \"RR008507080XX\",\n        \"RR011737732XX\",\n        \"RR014892696XX\",\n        \"RR007648695XX\",\n        \"RR012890595XX\",\n        \"RR015675741XX\",\n        \"RR015512567XX\",\n        \"RR008183579XX\",\n        \"RR015151571XX\",\n        \"RR009339754XX\",\n        \"RR008507725XX\",\n        \"RR010847025XX\",\n        \"RR007302195XX\",\n        \"RR012351605XX\",\n        \"RR011601893XX\",\n        \"RR011423963XX\",\n        \"RR013181933XX\",\n        \"RR012099696XX\",\n        \"RR015855385XX\",\n        \"RR010010118XX\",\n        \"RR015760175XX\",\n        \"RR015262379XX\",\n        \"RR010584301XX\",\n        \"RR006582057XX\",\n        \"RR008197140XX\",\n        \"RR013110937XX\",\n        \"RR014191631XX\",\n        \"RR010605783XX\",\n        \"RR014085567XX\",\n        \"RR015328557XX\",\n        \"RR011813986XX\",\n        \"RR009904697XX\",\n        \"RR014954784XX\",\n        \"RR012833823XX\",\n        \"RR007744326XX\",\n        \"RR013568634XX\",\n        \"RR010513588XX\",\n        \"RR011042386XX\",\n        \"RR014033193XX\",\n        \"RR013233879XX\",\n        \"RR011643845XX\",\n        \"RR010278292XX\",\n        \"RR009577864XX\",\n        \"RR015014765XX\",\n        \"RR012778194XX\",\n        \"RR009691073XX\",\n        \"RR010709182XX\",\n        \"RR015865533XX\",\n        \"RR006805845XX\",\n        \"RR009033774XX\",\n        \"RR006394629XX\",\n        \"RR012152992XX\",\n        \"RR014228393XX\",\n        \"RR007738250XX\",\n        \"RR011362249XX\",\n        \"RR014840022XX\",\n        \"RR010641009XX\",\n        \"RR007979370XX\",\n        \"RR015436596XX\",\n        \"RR009281382XX\",\n        \"RR012822366XX\",\n        \"RR012031756XX\",\n        \"RR013090150XX\",\n        \"RR007511255XX\",\n        \"RR007354569XX\",\n        \"RR008885682XX\",\n        \"RR013627995XX\",\n        \"RR014457379XX\",\n        \"RR013646314XX\",\n        \"RR007040517XX\",\n        \"RR015048279XX\",\n        \"RR014465809XX\",\n        \"RR008900155XX\",\n        \"RR011731023XX\",\n        \"RR010849661XX\",\n        \"RR009060182XX\",\n        \"RR009054730XX\",\n        \"RR009615956XX\",\n        \"RR011662447XX\",\n        \"RR007483308XX\",\n        \"RR015678779XX\",\n        \"RR011482167XX\",\n        \"RR007411924XX\",\n        \"RR011974524XX\",\n        \"RR006048094XX\",\n        \"RR012114827XX\",\n        \"RR009482659XX\",\n        \"RR015732449XX\",\n        \"RR012265481XX\",\n        \"RR006450935XX\",\n        \"RR015385965XX\",\n        \"RR013329489XX\",\n        \"RR012170276XX\",\n        \"RR013741828XX\",\n        \"RR007799735XX\",\n        \"RR009164222XX\",\n        \"RR008490251XX\",\n        \"RR009004999XX\",\n        \"RR010344765XX\",\n        \"RR011150156XX\",\n        \"RR010869326XX\",\n        \"RR009635607XX\",\n        \"RR013861732XX\",\n        \"RR010388426XX\",\n        \"RR011975842XX\",\n        \"RR012641664XX\",\n        \"RR011829266XX\",\n        \"RR011193426XX\",\n        \"RR008047803XX\",\n        \"RR010387108XX\",\n        \"RR007782491XX\",\n        \"RR015223826XX\",\n        \"RR012392794XX\",\n        \"RR006276423XX\",\n        \"RR010892585XX\",\n        \"RR007013454XX\",\n        \"RR012879480XX\",\n        \"RR010434580XX\",\n        \"RR012617373XX\",\n        \"RR013116078XX\",\n        \"RR013416015XX\",\n        \"RR015024269XX\",\n        \"RR011897235XX\",\n        \"RR006714067XX\",\n        \"RR013409522XX\",\n        \"RR015673388XX\",\n        \"RR008806605XX\",\n        \"RR015870595XX\",\n        \"RR007856438XX\",\n        \"RR009121880XX\",\n        \"RR014084249XX\",\n        \"RR006425326XX\",\n        \"RR012904119XX\",\n        \"RR008309481XX\",\n        \"RR010903359XX\",\n        \"RR012659311XX\",\n        \"RR010081128XX\",\n        \"RR013842203XX\",\n        \"RR011147758XX\",\n        \"RR011468939XX\",\n        \"RR011066113XX\",\n        \"RR006466215XX\",\n        \"RR008002824XX\",\n        \"RR014921667XX\",\n        \"RR014057835XX\",\n        \"RR006030178XX\",\n        \"RR007410610XX\",\n        \"RR011710068XX\",\n        \"RR009535630XX\",\n        \"RR012607875XX\",\n        \"RR012297935XX\",\n        \"RR011844475XX\",\n        \"RR007250246XX\",\n        \"RR008016681XX\",\n        \"RR007746962XX\",\n        \"RR009161478XX\",\n        \"RR014946071XX\",\n        \"RR011173775XX\",\n        \"RR007059748XX\",\n        \"RR010992566XX\",\n        \"RR015626119XX\",\n        \"RR009852751XX\",\n        \"RR006125383XX\",\n        \"RR006571235XX\",\n        \"RR012488135XX\",\n        \"RR009611897XX\",\n        \"RR011368958XX\",\n        \"RR014929816XX\",\n        \"RR012557618XX\",\n        \"RR009057767XX\",\n        \"RR013152234XX\",\n        \"RR008102155XX\",\n        \"RR006818376XX\",\n        \"RR011325688XX\",\n        \"RR013463925XX\",\n        \"RR007725980XX\",\n        \"RR014927449XX\",\n        \"RR006791112XX\",\n        \"RR011812668XX\",\n        \"RR012423219XX\",\n        \"RR014604562XX\",\n        \"RR013218412XX\",\n        \"RR010406875XX\",\n        \"RR015450479XX\",\n        \"RR011949184XX\",\n        \"RR013232564XX\",\n        \"RR007322504XX\",\n        \"RR013906005XX\",\n        \"RR006969416XX\",\n        \"RR007831113XX\",\n        \"RR014395277XX\",\n        \"RR007901295XX\",\n        \"RR010831745XX\",\n        \"RR009129375XX\",\n        \"RR008271684XX\",\n        \"RR007383335XX\",\n        \"RR006212839XX\",\n        \"RR008755342XX\",\n        \"RR012173025XX\",\n        \"RR015738225XX\",\n        \"RR011672890XX\",\n        \"RR015438019XX\",\n        \"RR010476531XX\",\n        \"RR010155364XX\",\n        \"RR008498666XX\",\n        \"RR011617173XX\",\n        \"RR013625359XX\",\n        \"RR014060256XX\",\n        \"RR006107169XX\",\n        \"RR011580694XX\",\n        \"RR006062618XX\",\n        \"RR007590960XX\",\n        \"RR006446564XX\",\n        \"RR015252875XX\",\n        \"RR010459635XX\",\n        \"RR010030713XX\",\n        \"RR008299753XX\",\n        \"RR014214522XX\",\n        \"RR011778649XX\",\n        \"RR015928953XX\",\n        \"RR011121101XX\",\n        \"RR014672797XX\",\n        \"RR015632471XX\",\n        \"RR012889629XX\",\n        \"RR012247275XX\",\n        \"RR007720316XX\",\n        \"RR010991248XX\",\n        \"RR012030438XX\",\n        \"RR006099808XX\",\n        \"RR013860414XX\",\n        \"RR013390358XX\",\n        \"RR011244043XX\",\n        \"RR015056709XX\",\n        \"RR014206092XX\",\n        \"RR007278598XX\",\n        \"RR011973206XX\",\n        \"RR006519213XX\",\n        \"RR006878539XX\",\n        \"RR007586320XX\",\n        \"RR007355887XX\",\n        \"RR011631705XX\",\n        \"RR015112391XX\",\n        \"RR007290761XX\",\n        \"RR007578535XX\",\n        \"RR008538475XX\",\n        \"RR010997957XX\",\n        \"RR007496788XX\",\n        \"RR013564561XX\",\n        \"RR015730730XX\",\n        \"RR011907873XX\",\n        \"RR010888855XX\",\n        \"RR010811811XX\",\n        \"RR009440424XX\",\n        \"RR010620975XX\",\n        \"RR006666446XX\",\n        \"RR010315083XX\",\n        \"RR007987827XX\",\n        \"RR009352319XX\",\n        \"RR009436708XX\",\n        \"RR012223901XX\",\n        \"RR012883847XX\",\n        \"RR011125457XX\",\n        \"RR012009157XX\",\n        \"RR009006425XX\",\n        \"RR012025680XX\",\n        \"RR011852260XX\",\n        \"RR008657708XX\",\n        \"RR013724921XX\",\n        \"RR007703410XX\",\n        \"RR010412023XX\",\n        \"RR011202746XX\",\n        \"RR013840777XX\",\n        \"RR008864696XX\",\n        \"RR009000643XX\",\n        \"RR012150356XX\",\n        \"RR011522609XX\",\n        \"RR014350032XX\",\n        \"RR008797550XX\",\n        \"RR015631153XX\",\n        \"RR009837555XX\",\n        \"RR012874099XX\",\n        \"RR006924445XX\",\n        \"RR013110296XX\",\n        \"RR014455660XX\",\n        \"RR008873525XX\",\n        \"RR013723603XX\",\n        \"RR010340692XX\",\n        \"RR008536761XX\",\n        \"RR012948052XX\",\n        \"RR012737005XX\",\n        \"RR012006120XX\",\n        \"RR011027199XX\",\n        \"RR006711030XX\",\n        \"RR011942084XX\",\n        \"RR007240748XX\",\n        \"RR008058620XX\",\n        \"RR011892771XX\",\n        \"RR012637293XX\",\n        \"RR014117582XX\",\n        \"RR011405721XX\",\n        \"RR011585158XX\",\n        \"RR008308163XX\",\n        \"RR013034966XX\",\n        \"RR009343475XX\",\n        \"RR013647632XX\",\n        \"RR007864244XX\",\n        \"RR008984328XX\",\n        \"RR007945889XX\",\n        \"RR010041530XX\",\n        \"RR011416565XX\",\n        \"RR010458317XX\",\n        \"RR013471710XX\",\n        \"RR014438777XX\",\n        \"RR012582325XX\",\n        \"RR010148876XX\",\n        \"RR008318599XX\",\n        \"RR014937891XX\",\n        \"RR009421155XX\",\n        \"RR014357132XX\",\n        \"RR009318502XX\",\n        \"RR012468475XX\",\n        \"RR006904772XX\",\n        \"RR013214340XX\",\n        \"RR010661887XX\",\n        \"RR012337736XX\",\n        \"RR007256028XX\",\n        \"RR014420833XX\",\n        \"RR007492432XX\",\n        \"RR015032999XX\",\n        \"RR006221019XX\",\n        \"RR009553854XX\",\n        \"RR012070030XX\",\n        \"RR012882529XX\",\n        \"RR008040703XX\",\n        \"RR006114567XX\",\n        \"RR007599779XX\",\n        \"RR006108487XX\",\n        \"RR008643213XX\",\n        \"RR008163631XX\",\n        \"RR008381177XX\",\n        \"RR008554990XX\",\n        \"RR015140755XX\",\n        \"RR014699565XX\",\n        \"RR009539985XX\",\n        \"RR010050633XX\",\n        \"RR006199134XX\",\n        \"RR008707965XX\",\n        \"RR012974980XX\",\n        \"RR015712798XX\",\n        \"RR006111530XX\",\n        \"RR011415247XX\",\n        \"RR009005107XX\",\n        \"RR010138454XX\",\n        \"RR010553180XX\",\n        \"RR012944634XX\",\n        \"RR008990685XX\",\n        \"RR013947190XX\",\n        \"RR013542288XX\",\n        \"RR013431477XX\",\n        \"RR008222992XX\",\n        \"RR014887634XX\",\n        \"RR012257410XX\",\n        \"RR006757323XX\",\n        \"RR015633790XX\",\n        \"RR013391676XX\",\n        \"RR011991425XX\",\n        \"RR007791595XX\",\n        \"RR006105450XX\",\n        \"RR006377705XX\",\n        \"RR012245561XX\",\n        \"RR013077581XX\",\n        \"RR012943316XX\",\n        \"RR011382190XX\",\n        \"RR007755142XX\",\n        \"RR008572004XX\",\n        \"RR009387131XX\",\n        \"RR015982693XX\",\n        \"RR011736414XX\",\n        \"RR013979643XX\",\n        \"RR009786920XX\",\n        \"RR012246880XX\",\n        \"RR010019854XX\",\n        \"RR007529194XX\",\n        \"RR012212435XX\",\n        \"RR013107601XX\",\n        \"RR009614641XX\",\n        \"RR012336418XX\",\n        \"RR014284483XX\",\n        \"RR007717263XX\",\n        \"RR009873717XX\",\n        \"RR013327770XX\",\n        \"RR009248608XX\",\n        \"RR012422814XX\",\n        \"RR011642527XX\",\n        \"RR010587339XX\",\n        \"RR007647372XX\",\n        \"RR008506402XX\",\n        \"RR007667964XX\",\n        \"RR010423763XX\",\n        \"RR015259975XX\",\n        \"RR006987635XX\",\n        \"RR010711186XX\",\n        \"RR011201428XX\",\n        \"RR011382835XX\",\n        \"RR014556955XX\",\n        \"RR007662573XX\",\n        \"RR006742417XX\",\n        \"RR010553825XX\",\n        \"RR015555182XX\",\n        \"RR008756665XX\",\n        \"RR010660569XX\",\n        \"RR010694987XX\",\n        \"RR013607117XX\",\n        \"RR006457385XX\",\n        \"RR013260295XX\",\n        \"RR010101264XX\",\n        \"RR015239106XX\",\n        \"RR015129635XX\",\n        \"RR006182536XX\",\n        \"RR007967235XX\",\n        \"RR007423145XX\",\n        \"RR006681655XX\",\n        \"RR010299916XX\",\n        \"RR013626677XX\",\n        \"RR015100230XX\",\n        \"RR009868031XX\",\n        \"RR014510675XX\",\n        \"RR006743735XX\",\n        \"RR012860245XX\",\n        \"RR007372514XX\",\n        \"RR011419310XX\",\n        \"RR009850115XX\",\n        \"RR012098378XX\",\n        \"RR010399242XX\",\n        \"RR014801770XX\",\n        \"RR014758612XX\",\n        \"RR012523486XX\",\n        \"RR015217746XX\",\n        \"RR008499984XX\",\n        \"RR006371923XX\",\n        \"RR007546087XX\",\n        \"RR007340074XX\",\n        \"RR009454278XX\",\n        \"RR008484812XX\",\n        \"RR012123007XX\",\n        \"RR015027013XX\",\n        \"RR007026648XX\",\n        \"RR010806391XX\",\n        \"RR013847877XX\",\n        \"RR006554348XX\",\n        \"RR009494793XX\",\n        \"RR006592200XX\",\n        \"RR010139772XX\",\n        \"RR012197968XX\",\n        \"RR007889555XX\",\n        \"RR006018662XX\",\n        \"RR014142936XX\",\n        \"RR013231246XX\",\n        \"RR008895185XX\",\n        \"RR011997202XX\",\n        \"RR009576546XX\",\n        \"RR015981375XX\",\n        \"RR010820288XX\",\n        \"RR008214917XX\",\n        \"RR011988378XX\",\n        \"RR009203632XX\",\n        \"RR014486154XX\",\n        \"RR012496851XX\",\n        \"RR009551218XX\",\n        \"RR008184897XX\",\n        \"RR010814849XX\",\n        \"RR006630319XX\",\n        \"RR014723162XX\",\n        \"RR011909300XX\",\n        \"RR009830455XX\",\n        \"RR013640532XX\",\n        \"RR008855306XX\",\n        \"RR009207988XX\",\n        \"RR014260473XX\",\n        \"RR014237214XX\",\n        \"RR011668229XX\",\n        \"RR009216168XX\",\n        \"RR009017269XX\",\n        \"RR007126898XX\",\n        \"RR009998371XX\",\n        \"RR011772867XX\",\n        \"RR008727602XX\",\n        \"RR008298435XX\",\n        \"RR014545201XX\",\n        \"RR007174275XX\",\n        \"RR015265123XX\",\n        \"RR014614065XX\",\n        \"RR009337118XX\",\n        \"RR010102582XX\",\n        \"RR015845882XX\",\n        \"RR006578335XX\",\n        \"RR015266441XX\",\n        \"RR007727699XX\",\n        \"RR014964282XX\",\n        \"RR006833563XX\",\n        \"RR007925005XX\",\n        \"RR011458772XX\",\n        \"RR014417785XX\",\n        \"RR015729396XX\",\n        \"RR010414660XX\",\n        \"RR012627795XX\",\n        \"RR014689130XX\",\n        \"RR010585620XX\",\n        \"RR006782932XX\",\n        \"RR014398962XX\",\n        \"RR007264744XX\",\n        \"RR013160955XX\",\n        \"RR011001497XX\",\n        \"RR013469061XX\",\n        \"RR011297735XX\",\n        \"RR012960209XX\",\n        \"RR007134404XX\",\n        \"RR008667210XX\",\n        \"RR013560499XX\",\n        \"RR011120993XX\",\n        \"RR010086505XX\",\n        \"RR013108920XX\",\n        \"RR015649070XX\",\n        \"RR008176825XX\",\n        \"RR012319525XX\",\n        \"RR007754751XX\",\n        \"RR010204927XX\",\n        \"RR008191368XX\",\n        \"RR014612351XX\",\n        \"RR008249730XX\",\n        \"RR008866122XX\",\n        \"RR006976173XX\",\n        \"RR009370533XX\",\n        \"RR009571800XX\",\n        \"RR008558135XX\",\n        \"RR013583835XX\",\n        \"RR013354829XX\",\n        \"RR009891931XX\",\n        \"RR013890795XX\",\n        \"RR007576821XX\",\n        \"RR012366511XX\",\n        \"RR012723417XX\",\n        \"RR011545587XX\",\n        \"RR010670067XX\",\n        \"RR009893645XX\",\n        \"RR007517032XX\",\n        \"RR011758998XX\",\n        \"RR007707765XX\",\n        \"RR011018095XX\",\n        \"RR011845502XX\",\n        \"RR012845035XX\",\n        \"RR008891759XX\",\n        \"RR006257150XX\",\n        \"RR007127006XX\",\n        \"RR014764051XX\",\n        \"RR015535903XX\",\n        \"RR007262108XX\",\n        \"RR006067368XX\",\n        \"RR011069145XX\",\n        \"RR010902035XX\",\n        \"RR007812511XX\",\n        \"RR007135722XX\",\n        \"RR014328357XX\",\n        \"RR015919850XX\",\n        \"RR008297117XX\",\n        \"RR011377138XX\",\n        \"RR009885851XX\",\n        \"RR015068843XX\",\n        \"RR013236623XX\",\n        \"RR013858693XX\",\n        \"RR012482353XX\",\n        \"RR015824644XX\",\n        \"RR011333494XX\",\n        \"RR006115885XX\",\n        \"RR006997139XX\",\n        \"RR012305296XX\",\n        \"RR006306726XX\",\n        \"RR014371275XX\",\n        \"RR007781173XX\",\n        \"RR012763929XX\",\n        \"RR013097250XX\",\n        \"RR006529635XX\",\n        \"RR006598281XX\",\n        \"RR008029858XX\",\n        \"RR014830524XX\",\n        \"RR011013345XX\",\n        \"RR007601092XX\",\n        \"RR015211045XX\",\n        \"RR007706447XX\",\n        \"RR015238998XX\",\n        \"RR014045055XX\",\n        \"RR006732919XX\",\n        \"RR010131354XX\",\n        \"RR012413993XX\",\n        \"RR007311965XX\",\n        \"RR014272349XX\",\n        \"RR012328632XX\",\n        \"RR008618797XX\",\n        \"RR008238272XX\",\n        \"RR014695210XX\",\n        \"RR006389867XX\",\n        \"RR009415084XX\",\n        \"RR007835469XX\",\n        \"RR009310375XX\",\n        \"RR008746218XX\",\n        \"RR007980996XX\",\n        \"RR007183100XX\",\n        \"RR014538735XX\",\n        \"RR011107232XX\",\n        \"RR012290194XX\",\n        \"RR007884164XX\",\n        \"RR006701797XX\",\n        \"RR011024161XX\",\n        \"RR010946615XX\",\n        \"RR012932772XX\",\n        \"RR010061450XX\",\n        \"RR014039616XX\",\n        \"RR015663607XX\",\n        \"RR007037464XX\",\n        \"RR015049597XX\",\n        \"RR008221674XX\",\n        \"RR012161172XX\",\n        \"RR013750952XX\",\n        \"RR013843521XX\",\n        \"RR015039175XX\",\n        \"RR010433261XX\",\n        \"RR013857375XX\",\n        \"RR014077781XX\",\n        \"RR009383069XX\",\n        \"RR010171870XX\",\n        \"RR012376010XX\",\n        \"RR006063936XX\",\n        \"RR008137628XX\",\n        \"RR011095168XX\",\n        \"RR015235965XX\",\n        \"RR013084980XX\",\n        \"RR013684480XX\",\n        \"RR015134675XX\",\n        \"RR006722770XX\",\n        \"RR014674223XX\",\n        \"RR015545401XX\",\n        \"RR010250878XX\",\n        \"RR007893912XX\",\n        \"RR013700939XX\",\n        \"RR015664925XX\",\n        \"RR013284005XX\",\n        \"RR011625625XX\",\n        \"RR011127824XX\",\n        \"RR015916819XX\",\n        \"RR008166669XX\",\n        \"RR012563998XX\",\n        \"RR015157353XX\",\n        \"RR006472595XX\",\n        \"RR009144571XX\",\n        \"RR011261608XX\",\n        \"RR009970299XX\",\n        \"RR010805073XX\",\n        \"RR006271032XX\",\n        \"RR006985921XX\",\n        \"RR012061188XX\",\n        \"RR014886316XX\",\n        \"RR010780473XX\",\n        \"RR014958857XX\",\n        \"RR014519201XX\",\n        \"RR013977007XX\",\n        \"RR006414765XX\",\n        \"RR015952348XX\",\n        \"RR008412515XX\",\n        \"RR011771549XX\",\n        \"RR008351728XX\",\n        \"RR006729870XX\",\n        \"RR015396781XX\",\n        \"RR010054065XX\",\n        \"RR008532699XX\",\n        \"RR014807551XX\",\n        \"RR006743094XX\",\n        \"RR010017218XX\",\n        \"RR007108687XX\",\n        \"RR014382097XX\",\n        \"RR013466958XX\",\n        \"RR008330762XX\",\n        \"RR006550275XX\",\n        \"RR014877212XX\",\n        \"RR015720304XX\",\n        \"RR011014663XX\",\n        \"RR011394051XX\",\n        \"RR007680501XX\",\n        \"RR010944906XX\",\n        \"RR010049025XX\",\n        \"RR014691147XX\",\n        \"RR009287805XX\",\n        \"RR014638708XX\",\n        \"RR006702188XX\",\n        \"RR015471434XX\",\n        \"RR011805914XX\",\n        \"RR007595423XX\",\n        \"RR012461375XX\",\n        \"RR012572822XX\",\n        \"RR009940867XX\",\n        \"RR015927635XX\",\n        \"RR014817050XX\",\n        \"RR010107987XX\",\n        \"RR014995418XX\",\n        \"RR007198271XX\",\n        \"RR013070481XX\",\n        \"RR009552536XX\",\n        \"RR011176520XX\",\n        \"RR013795928XX\",\n        \"RR006113249XX\",\n        \"RR007968553XX\",\n        \"RR013217377XX\",\n        \"RR010382644XX\",\n        \"RR011428427XX\",\n        \"RR012481035XX\",\n        \"RR012710237XX\",\n        \"RR009575228XX\",\n        \"RR011241299XX\",\n        \"RR007096309XX\",\n        \"RR015993237XX\",\n        \"RR015482255XX\",\n        \"RR012483671XX\",\n        \"RR006750492XX\",\n        \"RR009051058XX\",\n        \"RR006543504XX\",\n        \"RR013287038XX\",\n        \"RR011879925XX\",\n        \"RR007922905XX\",\n        \"RR006489193XX\",\n        \"RR008879302XX\",\n        \"RR009788639XX\",\n        \"RR007584607XX\",\n        \"RR013028886XX\",\n        \"RR008901473XX\",\n        \"RR006144657XX\",\n        \"RR006100713XX\",\n        \"RR010541045XX\",\n        \"RR013287965XX\",\n        \"RR014092038XX\",\n        \"RR011666510XX\",\n        \"RR008097186XX\",\n        \"RR010697731XX\",\n        \"RR010308312XX\",\n        \"RR015491368XX\",\n        \"RR008059948XX\",\n        \"RR008177220XX\",\n        \"RR008274439XX\",\n        \"RR013082343XX\",\n        \"RR015343090XX\",\n        \"RR009933472XX\",\n        \"RR006082541XX\",\n        \"RR012495533XX\",\n        \"RR010001938XX\",\n        \"RR012971025XX\",\n        \"RR011262926XX\",\n        \"RR008665783XX\",\n        \"RR008293971XX\",\n        \"RR015313645XX\",\n        \"RR008098218XX\",\n        \"RR010057733XX\",\n        \"RR014787675XX\",\n        \"RR007263426XX\",\n        \"RR015900615XX\",\n        \"RR013755699XX\",\n        \"RR012616055XX\",\n        \"RR006796503XX\",\n        \"RR011728625XX\",\n        \"RR007101587XX\",\n        \"RR012073708XX\",\n        \"RR013142095XX\",\n        \"RR009700115XX\",\n        \"RR015506487XX\",\n        \"RR006732278XX\",\n        \"RR007577212XX\",\n        \"RR011476728XX\",\n        \"RR015263697XX\",\n        \"RR014169032XX\",\n        \"RR010133704XX\",\n        \"RR011396401XX\",\n        \"RR013711755XX\",\n        \"RR015852353XX\",\n        \"RR014709276XX\",\n        \"RR006890999XX\",\n        \"RR010670708XX\",\n        \"RR011708055XX\",\n        \"RR014221934XX\",\n        \"RR012771094XX\",\n        \"RR008200422XX\",\n        \"RR008340265XX\",\n        \"RR015229608XX\",\n        \"RR009762910XX\",\n        \"RR012254665XX\",\n        \"RR015147855XX\",\n        \"RR015693952XX\",\n        \"RR006460433XX\",\n        \"RR011881955XX\",\n        \"RR011012027XX\",\n        \"RR007409276XX\",\n        \"RR008902791XX\",\n        \"RR007878098XX\",\n        \"RR015381610XX\",\n        \"RR015728078XX\",\n        \"RR012391476XX\",\n        \"RR015317072XX\",\n        \"RR006671208XX\",\n        \"RR011429745XX\",\n        \"RR015451514XX\",\n        \"RR014647832XX\",\n        \"RR007807091XX\",\n        \"RR011890135XX\",\n        \"RR013692265XX\",\n        \"RR012095345XX\",\n        \"RR012603520XX\",\n        \"RR012453581XX\",\n        \"RR012125643XX\",\n        \"RR014675541XX\",\n        \"RR006388549XX\",\n        \"RR006097435XX\",\n        \"RR009255365XX\",\n        \"RR014303973XX\",\n        \"RR009627818XX\",\n        \"RR006370605XX\",\n        \"RR011862681XX\",\n        \"RR015588027XX\",\n        \"RR015111073XX\",\n        \"RR010347792XX\",\n        \"RR008400640XX\",\n        \"RR014198731XX\",\n        \"RR014738048XX\",\n        \"RR008287891XX\",\n        \"RR007865562XX\",\n        \"RR011775611XX\",\n        \"RR014881852XX\",\n        \"RR010650133XX\",\n        \"RR013884438XX\",\n        \"RR008783051XX\",\n        \"RR012463725XX\",\n        \"RR010479569XX\",\n        \"RR010515014XX\",\n        \"RR009773753XX\",\n        \"RR006995420XX\",\n        \"RR012588102XX\",\n        \"RR007585001XX\",\n        \"RR011699637XX\",\n        \"RR015108658XX\",\n        \"RR010166185XX\",\n        \"RR013560216XX\",\n        \"RR010377882XX\",\n        \"RR006667764XX\",\n        \"RR011247075XX\",\n        \"RR012248599XX\",\n        \"RR010266158XX\",\n        \"RR008346042XX\",\n        \"RR006916634XX\",\n        \"RR011468298XX\",\n        \"RR013615192XX\",\n        \"RR008664465XX\",\n        \"RR007986509XX\",\n        \"RR007466401XX\",\n        \"RR011455745XX\",\n        \"RR012732541XX\",\n        \"RR015891555XX\",\n        \"RR013382569XX\",\n        \"RR009680230XX\",\n        \"RR015620337XX\",\n        \"RR013271758XX\",\n        \"RR006790721XX\",\n        \"RR006331411XX\",\n        \"RR010696413XX\",\n        \"RR007624694XX\",\n        \"RR013956965XX\",\n        \"RR007340715XX\",\n        \"RR014838939XX\",\n        \"RR008547319XX\",\n        \"RR006145975XX\",\n        \"RR006961267XX\",\n        \"RR015017798XX\",\n        \"RR013872576XX\",\n        \"RR007220156XX\",\n        \"RR013392708XX\",\n        \"RR011591255XX\",\n        \"RR011934295XX\",\n        \"RR008244349XX\",\n        \"RR007235062XX\",\n        \"RR007969871XX\",\n        \"RR008071453XX\",\n        \"RR006267316XX\",\n        \"RR006568191XX\",\n        \"RR012602201XX\",\n        \"RR014717065XX\",\n        \"RR014831198XX\",\n        \"RR015116464XX\",\n        \"RR010154973XX\",\n        \"RR013765838XX\",\n        \"RR014502869XX\",\n        \"RR008703610XX\",\n        \"RR015232289XX\",\n        \"RR011720207XX\",\n        \"RR013196822XX\",\n        \"RR013660466XX\",\n        \"RR006527285XX\",\n        \"RR013925557XX\",\n        \"RR012361125XX\",\n        \"RR015833748XX\",\n        \"RR011251441XX\",\n        \"RR015248235XX\",\n        \"RR012042572XX\",\n        \"RR011679990XX\",\n        \"RR007206931XX\",\n        \"RR010420095XX\",\n        \"RR010251269XX\",\n        \"RR009747081XX\",\n        \"RR015346768XX\",\n        \"RR014515139XX\",\n        \"RR014981847XX\",\n        \"RR008534125XX\",\n        \"RR015323166XX\",\n        \"RR013004893XX\",\n        \"RR014249359XX\",\n        \"RR014752190XX\",\n        \"RR010267476XX\",\n        \"RR010067231XX\",\n        \"RR009783251XX\",\n        \"RR015513885XX\",\n        \"RR008170120XX\",\n        \"RR008716145XX\",\n        \"RR012044009XX\",\n        \"RR010622680XX\",\n        \"RR012285150XX\",\n        \"RR015958120XX\",\n        \"RR011196453XX\",\n        \"RR012076094XX\",\n        \"RR013598083XX\",\n        \"RR010096935XX\",\n        \"RR006436142XX\",\n        \"RR011394975XX\",\n        \"RR013297485XX\",\n        \"RR007688920XX\",\n        \"RR014346571XX\",\n        \"RR007487653XX\",\n        \"RR012895981XX\",\n        \"RR011465265XX\",\n        \"RR014300019XX\",\n        \"RR010268794XX\",\n        \"RR012045327XX\",\n        \"RR015765566XX\",\n        \"RR014245003XX\",\n        \"RR009551495XX\",\n        \"RR009668724XX\",\n        \"RR010735845XX\",\n        \"RR008614441XX\",\n        \"RR015979368XX\",\n        \"RR012899127XX\",\n        \"RR013926875XX\",\n        \"RR010491732XX\",\n        \"RR008345651XX\",\n        \"RR015324484XX\",\n        \"RR008696905XX\",\n        \"RR007552167XX\",\n        \"RR015247195XX\",\n        \"RR011710709XX\",\n        \"RR006140301XX\",\n        \"RR011593891XX\",\n        \"RR015203251XX\",\n        \"RR006876820XX\",\n        \"RR013952610XX\",\n        \"RR014368872XX\",\n        \"RR008994753XX\",\n        \"RR012126961XX\",\n        \"RR013651359XX\",\n        \"RR013856057XX\",\n        \"RR009210386XX\",\n        \"RR015359015XX\",\n        \"RR008992117XX\",\n        \"RR013609753XX\",\n        \"RR008153206XX\",\n        \"RR007006983XX\",\n        \"RR015429839XX\",\n        \"RR015953666XX\",\n        \"RR009072968XX\",\n        \"RR010225241XX\",\n        \"RR007535265XX\",\n        \"RR008658385XX\",\n        \"RR009987555XX\",\n        \"RR012726461XX\",\n        \"RR008485490XX\",\n        \"RR009687330XX\",\n        \"RR010306886XX\",\n        \"RR009296912XX\",\n        \"RR015006971XX\",\n        \"RR010668050XX\",\n        \"RR006512113XX\",\n        \"RR011755965XX\",\n        \"RR013201173XX\",\n        \"RR010536283XX\",\n        \"RR014100984XX\",\n        \"RR014177745XX\",\n        \"RR011284569XX\",\n        \"RR008500625XX\",\n        \"RR013763488XX\",\n        \"RR013322389XX\",\n        \"RR010393465XX\",\n        \"RR011084324XX\",\n        \"RR008862704XX\",\n        \"RR010055383XX\",\n        \"RR007110408XX\",\n        \"RR008168378XX\",\n        \"RR013873894XX\",\n        \"RR010119849XX\",\n        \"RR015665316XX\",\n        \"RR015910113XX\",\n        \"RR015192488XX\",\n        \"RR008026825XX\",\n        \"RR014657335XX\",\n        \"RR008220356XX\",\n        \"RR008634392XX\",\n        \"RR013386631XX\",\n        \"RR012258097XX\",\n        \"RR010625434XX\",\n        \"RR015301792XX\",\n        \"RR015842855XX\",\n        \"RR008372970XX\",\n        \"RR015776382XX\",\n        \"RR009586971XX\",\n        \"RR015586318XX\",\n        \"RR011083006XX\",\n        \"RR015435278XX\",\n        \"RR015240095XX\",\n        \"RR014990954XX\",\n        \"RR014433103XX\",\n        \"RR010079393XX\",\n        \"RR010198890XX\",\n        \"RR007681820XX\",\n        \"RR009761874XX\",\n        \"RR014148718XX\",\n        \"RR011440856XX\",\n        \"RR011015981XX\",\n        \"RR010292175XX\",\n        \"RR014680303XX\",\n        \"RR010066845XX\",\n        \"RR010410597XX\",\n        \"RR008256228XX\",\n        \"RR011296417XX\",\n        \"RR010880445XX\",\n        \"RR014426615XX\",\n        \"RR013612806XX\",\n        \"RR009441742XX\",\n        \"RR010516332XX\",\n        \"RR013918162XX\",\n        \"RR014324001XX\",\n        \"RR011168713XX\",\n        \"RR010626752XX\",\n        \"RR013693583XX\",\n        \"RR006660664XX\",\n        \"RR013737457XX\",\n        \"RR010594737XX\",\n        \"RR009824375XX\",\n        \"RR010580242XX\",\n        \"RR010376564XX\",\n        \"RR008138946XX\",\n        \"RR013020471XX\",\n        \"RR012778835XX\",\n        \"RR006069718XX\",\n        \"RR014377052XX\",\n        \"RR011298130XX\",\n        \"RR015580536XX\",\n        \"RR014828790XX\",\n        \"RR009256683XX\",\n        \"RR011144725XX\",\n        \"RR014920349XX\",\n        \"RR006352677XX\",\n        \"RR013619279XX\",\n        \"RR007020866XX\",\n        \"RR011931268XX\",\n        \"RR007666646XX\",\n        \"RR009992590XX\",\n        \"RR012352923XX\",\n        \"RR008774871XX\",\n        \"RR011000179XX\",\n        \"RR009007743XX\",\n        \"RR006834881XX\",\n        \"RR010087823XX\",\n        \"RR015607772XX\",\n        \"RR007690937XX\",\n        \"RR015801949XX\",\n        \"RR010203609XX\",\n        \"RR010040211XX\",\n        \"RR014392240XX\",\n        \"RR006637419XX\",\n        \"RR012492789XX\",\n        \"RR014195987XX\",\n        \"RR011877575XX\",\n        \"RR006351359XX\",\n        \"RR006893743XX\",\n        \"RR009395844XX\",\n        \"RR010589975XX\",\n        \"RR009225292XX\",\n        \"RR007630774XX\",\n        \"RR008559453XX\",\n        \"RR008090086XX\",\n        \"RR006555666XX\",\n        \"RR014327966XX\",\n        \"RR012167878XX\",\n        \"RR015158671XX\",\n        \"RR010525467XX\",\n        \"RR007157382XX\",\n        \"RR014206733XX\",\n        \"RR006620152XX\",\n        \"RR014861932XX\",\n        \"RR014656295XX\",\n        \"RR012550518XX\",\n        \"RR010252587XX\",\n        \"RR008831596XX\",\n        \"RR009321838XX\",\n        \"RR012133432XX\",\n        \"RR012429273XX\",\n        \"RR012146895XX\",\n        \"RR009650808XX\",\n        \"RR014641123XX\",\n        \"RR007949024XX\",\n        \"RR011646872XX\",\n        \"RR014642441XX\",\n        \"RR008348689XX\",\n        \"RR007488971XX\",\n        \"RR006891107XX\",\n        \"RR007097627XX\",\n        \"RR010988822XX\",\n        \"RR013850275XX\",\n        \"RR007838213XX\",\n        \"RR008443265XX\",\n        \"RR007610845XX\",\n        \"RR014411085XX\",\n        \"RR007583575XX\",\n        \"RR010016827XX\",\n        \"RR010281359XX\",\n        \"RR011184319XX\",\n        \"RR006124706XX\",\n        \"RR011096486XX\",\n        \"RR014860614XX\",\n        \"RR015822008XX\",\n        \"RR013321065XX\",\n        \"RR013959710XX\",\n        \"RR006424008XX\",\n        \"RR007614913XX\",\n        \"RR015819865XX\",\n        \"RR006090335XX\",\n        \"RR015567968XX\",\n        \"RR011538816XX\",\n        \"RR012765641XX\",\n        \"RR007047890XX\",\n        \"RR014270630XX\",\n        \"RR009351928XX\",\n        \"RR007821615XX\",\n        \"RR006377064XX\",\n        \"RR009140226XX\",\n        \"RR014888952XX\",\n        \"RR012221548XX\",\n        \"RR009684585XX\",\n        \"RR015752103XX\",\n        \"RR012334068XX\",\n        \"RR010389744XX\",\n        \"RR013752661XX\",\n        \"RR015446094XX\",\n        \"RR007185091XX\",\n        \"RR015976335XX\",\n        \"RR007002638XX\",\n        \"RR006841370XX\",\n        \"RR009166855XX\",\n        \"RR013666906XX\",\n        \"RR006706255XX\",\n        \"RR014895445XX\",\n        \"RR014046373XX\",\n        \"RR008375724XX\",\n        \"RR008113618XX\",\n        \"RR007885482XX\",\n        \"RR014153752XX\",\n        \"RR010465715XX\",\n        \"RR010900321XX\",\n        \"RR010993884XX\",\n        \"RR006632028XX\",\n        \"RR015878086XX\",\n        \"RR009231369XX\",\n        \"RR009019622XX\",\n        \"RR014991345XX\",\n        \"RR011906555XX\",\n        \"RR009238469XX\",\n        \"RR015132039XX\",\n        \"RR008421622XX\",\n        \"RR008070135XX\",\n        \"RR011822166XX\",\n        \"RR007384659XX\",\n        \"RR006028165XX\",\n        \"RR013580140XX\",\n        \"RR009544747XX\",\n        \"RR013769260XX\",\n        \"RR011118059XX\",\n        \"RR015542657XX\",\n        \"RR014870112XX\",\n        \"RR010964830XX\",\n        \"RR010254013XX\",\n        \"RR015382938XX\",\n        \"RR007400467XX\",\n        \"RR006442219XX\",\n        \"RR008587817XX\",\n        \"RR009251292XX\",\n        \"RR010609856XX\",\n        \"RR015010415XX\",\n        \"RR011759106XX\",\n        \"RR013423405XX\",\n        \"RR012549188XX\",\n        \"RR009681558XX\",\n        \"RR008204778XX\",\n        \"RR010175298XX\",\n        \"RR013002257XX\",\n        \"RR009202314XX\",\n        \"RR008933272XX\",\n        \"RR008916380XX\",\n        \"RR010121856XX\",\n        \"RR012509590XX\",\n        \"RR011345356XX\",\n        \"RR007333317XX\",\n        \"RR006117311XX\",\n        \"RR008169696XX\",\n        \"RR013003575XX\",\n        \"RR014546520XX\",\n        \"RR015589345XX\",\n        \"RR006088323XX\",\n        \"RR006898207XX\",\n        \"RR011083933XX\",\n        \"RR015831398XX\",\n        \"RR006337476XX\",\n        \"RR012506562XX\",\n        \"RR015483579XX\",\n        \"RR008261903XX\",\n        \"RR015936742XX\",\n        \"RR013904574XX\",\n        \"RR014465168XX\",\n        \"RR011505716XX\",\n        \"RR013561534XX\",\n        \"RR013485563XX\",\n        \"RR008155842XX\",\n        \"RR006711953XX\",\n        \"RR015934106XX\",\n        \"RR012235136XX\",\n        \"RR014999763XX\",\n        \"RR006836595XX\",\n        \"RR008072771XX\",\n        \"RR015398218XX\",\n        \"RR008419615XX\",\n        \"RR010528211XX\",\n        \"RR013126234XX\",\n        \"RR007498497XX\",\n        \"RR006417510XX\",\n        \"RR009999690XX\",\n        \"RR007698445XX\",\n        \"RR008310175XX\",\n        \"RR011127183XX\",\n        \"RR008776308XX\",\n        \"RR014968355XX\",\n        \"RR010591700XX\",\n        \"RR007129642XX\",\n        \"RR013935982XX\",\n        \"RR013532762XX\",\n        \"RR013674054XX\",\n        \"RR008751915XX\",\n        \"RR011186955XX\",\n        \"RR008175507XX\",\n        \"RR012216503XX\",\n        \"RR014302655XX\",\n        \"RR011262285XX\",\n        \"RR013427755XX\",\n        \"RR012152706XX\",\n        \"RR010621361XX\",\n        \"RR010112749XX\",\n        \"RR014516457XX\",\n        \"RR014274061XX\",\n        \"RR013903256XX\",\n        \"RR006238544XX\",\n        \"RR007665328XX\",\n        \"RR010932103XX\",\n        \"RR010156400XX\",\n        \"RR009439094XX\",\n        \"RR011943116XX\",\n        \"RR014422542XX\",\n        \"RR010036778XX\",\n        \"RR011667197XX\",\n        \"RR011302086XX\",\n        \"RR012404886XX\",\n        \"RR009618705XX\",\n        \"RR012087551XX\",\n        \"RR015616615XX\",\n        \"RR008611697XX\",\n        \"RR009844945XX\",\n        \"RR009139510XX\",\n        \"RR008758370XX\",\n        \"RR015834142XX\",\n        \"RR013492958XX\",\n        \"RR010430234XX\",\n        \"RR007947598XX\",\n        \"RR015363664XX\",\n        \"RR010345156XX\",\n        \"RR008367294XX\",\n        \"RR013293118XX\",\n        \"RR011868463XX\",\n        \"RR012971952XX\",\n        \"RR007065828XX\",\n        \"RR015107330XX\",\n        \"RR015817229XX\",\n        \"RR013742219XX\",\n        \"RR012707198XX\",\n        \"RR007327245XX\",\n        \"RR008777626XX\",\n        \"RR014087280XX\",\n        \"RR008334835XX\",\n        \"RR015170845XX\",\n        \"RR009021630XX\",\n        \"RR009923020XX\",\n        \"RR012907146XX\",\n        \"RR010405552XX\",\n        \"RR012785306XX\",\n        \"RR014482081XX\",\n        \"RR010726075XX\",\n        \"RR008708356XX\",\n        \"RR014645479XX\",\n        \"RR006198099XX\",\n        \"RR010677808XX\",\n        \"RR011887096XX\",\n        \"RR010522430XX\",\n        \"RR015579820XX\",\n        \"RR007358631XX\",\n        \"RR015235033XX\",\n        \"RR014524246XX\",\n        \"RR010495805XX\",\n        \"RR015886799XX\",\n        \"RR006827483XX\",\n        \"RR007807732XX\",\n        \"RR006237226XX\",\n        \"RR007100269XX\",\n        \"RR007830722XX\",\n        \"RR006435748XX\",\n        \"RR015643015XX\",\n        \"RR010884796XX\",\n        \"RR010339080XX\",\n        \"RR008288000XX\",\n        \"RR010032422XX\",\n        \"RR006453035XX\",\n        \"RR013753980XX\",\n        \"RR009946649XX\",\n        \"RR013052275XX\",\n        \"RR015651728XX\",\n        \"RR015822285XX\",\n        \"RR007385977XX\",\n        \"RR013399167XX\",\n        \"RR013868191XX\",\n        \"RR009759867XX\",\n        \"RR011765469XX\",\n        \"RR012141221XX\",\n        \"RR014517775XX\",\n        \"RR009833488XX\",\n        \"RR006080191XX\",\n        \"RR007626125XX\",\n        \"RR010618036XX\",\n        \"RR012304619XX\",\n        \"RR015485005XX\",\n        \"RR009201279XX\",\n        \"RR011645554XX\",\n        \"RR014992663XX\",\n        \"RR015688277XX\",\n        \"RR009020311XX\",\n        \"RR015445417XX\",\n        \"RR010130036XX\",\n        \"RR011729943XX\",\n        \"RR008815077XX\",\n        \"RR010687306XX\",\n        \"RR007299575XX\",\n        \"RR012241499XX\",\n        \"RR012809532XX\",\n        \"RR010818275XX\",\n        \"RR007370805XX\",\n        \"RR015933998XX\",\n        \"RR013005001XX\",\n        \"RR015775064XX\",\n        \"RR009101956XX\",\n        \"RR014969673XX\",\n        \"RR013516901XX\",\n        \"RR011435175XX\",\n        \"RR006421253XX\",\n        \"RR007894590XX\",\n        \"RR008751270XX\",\n        \"RR012222866XX\",\n        \"RR010436016XX\",\n        \"RR012525195XX\",\n        \"RR009491766XX\",\n        \"RR010262085XX\",\n        \"RR014109515XX\",\n        \"RR008337862XX\",\n        \"RR015422098XX\",\n        \"RR008113895XX\",\n        \"RR007008410XX\",\n        \"RR014061574XX\",\n        \"RR007593073XX\",\n        \"RR015756459XX\",\n        \"RR012610273XX\",\n        \"RR012725143XX\",\n        \"RR015461012XX\",\n        \"RR011568265XX\",\n        \"RR012927715XX\",\n        \"RR014261505XX\",\n        \"RR015070855XX\",\n        \"RR009345180XX\",\n        \"RR013895254XX\",\n        \"RR012376292XX\",\n        \"RR012236454XX\",\n        \"RR007697127XX\",\n        \"RR006728551XX\",\n        \"RR007759215XX\",\n        \"RR008267044XX\",\n        \"RR006378382XX\",\n        \"RR008099536XX\",\n        \"RR009690682XX\",\n        \"RR009753161XX\",\n        \"RR009478274XX\",\n        \"RR012909782XX\",\n        \"RR008838696XX\",\n        \"RR014608635XX\",\n        \"RR014190596XX\",\n        \"RR014403937XX\",\n        \"RR008796231XX\",\n        \"RR011912652XX\",\n        \"RR013553745XX\",\n        \"RR011785392XX\",\n        \"RR007687601XX\",\n        \"RR012721985XX\",\n        \"SEKCR0000383058\",\n        \"SEKCR0000383385\",\n        \"SEKCR0000383335\",\n        \"SEKCR0000383331\",\n        \"SEKCR0000383844\",\n        \"SEKCR0000383155\",\n        \"SEKCR0000385567\",\n        \"SEKCR0000384986\",\n        \"SEKCR0000386540\",\n        \"SEKCR0000385717\",\n        \"SEKCR0000386590\",\n        \"SEKCR0000385463\",\n        \"SEKCR0000382318\",\n        \"SEKCR0000386627\",\n        \"SEKCR0000389216\",\n        \"SEKCR0000386994\",\n        \"SEKCR0000387764\",\n        \"SEKCR0000387614\",\n        \"SEKCR0000387128\",\n        \"SEKCR0000388476\",\n        \"SEKCR0000387061\",\n        \"SEKCR0000386820\",\n        \"SEKCR0000389362\",\n        \"SEKCR0000389229\",\n        \"SEKCR0000388132\",\n        \"SEKCR0000388350\",\n        \"SEKCR0000389307\",\n        \"SEKCR0000389767\",\n        \"SEKCR0000388850\",\n        \"SEKCR0000387725\",\n        \"SEKCR0000388948\",\n        \"SEKCR0000389165\",\n        \"SEKCR0000389791\",\n        \"SEKCR0000389822\",\n        \"SEKCR0000389884\",\n        \"SEKCR0000387057\",\n        \"SEKCR0000388554\",\n        \"SEKCR0000388597\",\n        \"SEKCR0000388919\",\n        \"SEKCR0000386827\",\n        \"SEKCR0000387494\",\n        \"SEKCR0000389796\",\n        \"SEKCR0000389444\",\n        \"SEKCR0000390095\",\n        \"SEKCR0000389321\",\n        \"SEKCR0000388885\",\n        \"SEKCR0000388883\",\n        \"SEKCR0000388979\",\n        \"SEKCR0000389860\",\n        \"SEKCR0000389807\",\n        \"SEKCR0000388861\",\n        \"SEKCR0000389762\",\n        \"SEKCR0000389853\",\n        \"SEKCR0000390091\",\n        \"SEKCR0000389812\",\n        \"SEKCR0000390262\",\n        \"SEKCR0000388216\",\n        \"SEKCR0000389572\",\n        \"SEKCR0000388970\",\n        \"SEKCR0000390184\",\n        \"SEKCR0000390082\",\n        \"SEKCR0000389549\",\n        \"SEKCR0000388440\",\n        \"SEKCR0000386814\",\n        \"SEKCR0000390154\",\n        \"SEKCR0000388804\",\n        \"SEKCR0000390304\",\n        \"SEKCR0000388630\",\n        \"SEKCR0000389831\",\n        \"SEKCR0000386861\",\n        \"SEKCR0000388427\",\n        \"SEKCR0000388627\",\n        \"SEKCR0000388665\",\n        \"SEKCR0000389434\",\n        \"SEKCR0000388702\",\n        \"SEKCR0000389818\",\n        \"SEKCR0000390290\",\n        \"SEKCR0000390275\",\n        \"SEKCR0000390069\",\n        \"SEKCR0000389535\",\n        \"SEKCR0000390547\",\n        \"SEKCR0000389486\",\n        \"SEKCR0000389793\",\n        \"SEKCR0000387487\",\n        \"SEKCR0000389536\",\n        \"SEKCR0000388349\",\n        \"SEKCR0000388959\",\n        \"SEKCR0000390592\",\n        \"SEKCR0000389559\",\n        \"SEKCR0000388641\",\n        \"SEKCR0000390527\",\n        \"SEKCR0000390587\",\n        \"SEKCR0000390371\",\n        \"SEKCR0000389451\",\n        \"SEKCR0000391166\",\n        \"SEKCR0000390491\",\n        \"SEKCR0000389033\",\n        \"SEKCR0000391305\",\n        \"SEKCR0000389624\",\n        \"SEKCR0000389162\",\n        \"SEKCR0000390171\",\n        \"SEKCR0000388757\",\n        \"SEKCR0000390512\",\n        \"SEKCR0000389923\",\n        \"SEKCR0000389094\",\n        \"SEKCR0000390750\",\n        \"SEKCR0000391294\",\n        \"SEKCR0000390775\",\n        \"SEKCR0000390618\",\n        \"SEKCR0000391754\",\n        \"SEKCR0000390877\",\n        \"SEKCR0000389949\",\n        \"SEKCR0000391700\",\n        \"SEKCR0000391387\",\n        \"SEKCR0000391658\",\n        \"SEKCR0000390681\",\n        \"SEKCR0000391423\",\n        \"SEKCR0000391458\",\n        \"SEKCR0000390692\",\n        \"SEKCR0000390508\",\n        \"SEKCR0000389634\",\n        \"SEKCR0000391671\",\n        \"SEKCR0000391276\",\n        \"SEKCR0000389689\",\n        \"SEKCR0000393389\",\n        \"SEKCR0000392304\",\n        \"SEKCR0000393419\",\n        \"SEKCR0000393074\",\n        \"SEKCR0000392383\",\n        \"SEKCR0000392008\",\n        \"SEKCR0000392987\",\n        \"SEKCR0000391209\",\n        \"SEKCR0000393420\",\n        \"SEKCR0000393142\",\n        \"SEKCR0000392400\",\n        \"SEKCR0000392063\",\n        \"SEKCR0000393080\",\n        \"SEKCR0000392909\",\n        \"SEKCR0000391903\",\n        \"SEKCR0000392924\",\n        \"SEKCR0000392483\",\n        \"SEKCR0000392045\",\n        \"SEKCR0000389737\",\n        \"SEKCR0000392046\",\n        \"SEKCR0000393103\",\n        \"SEKCR0000392365\",\n        \"SEKCR0000392891\",\n        \"SEKCR0000392409\",\n        \"SEKCR0000392613\",\n        \"SEKCR0000392505\",\n        \"SEKCR0000392319\",\n        \"SEKCR0000392389\",\n        \"SEKCR0000393133\",\n        \"SEKCR0000391136\",\n        \"SEKCR0000394043\",\n        \"SEKCR0000394058\",\n        \"SEKCR0000392609\",\n        \"SEKCR0000393394\",\n        \"SEKCR0000392615\",\n        \"SEKCR0000394015\",\n        \"SEKCR0000393129\",\n        \"SEKCR0000391546\",\n        \"SEKCR0000393519\",\n        \"SEKCR0000393684\",\n        \"SEKCR0000392610\",\n        \"SEKCR0000392628\",\n        \"SEKCR0000393495\",\n        \"SEKCR0000394044\",\n        \"SEKCR0000393738\",\n        \"SEKCR0000394501\",\n        \"SEKCR0000393413\",\n        \"SEKCR0000392234\",\n        \"SEKCR0000393136\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app/moovin-courier/api/v1/manifest"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"Origin,Access-Control-Request-Method,Access-Control-Request-Headers"},{"key":"content-type","value":"application/json"},{"key":"Content-Length","value":"114029"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"0"},{"key":"referrer-policy","value":"no-referrer"},{"key":"date","value":"Fri, 23 May 2025 17:37:13 GMT"},{"key":"server","value":"Google Frontend"},{"key":"traceparent","value":"00-eebc8ade7637ab60e0690e5ed724d677-93ca23601832030c-01"},{"key":"x-cloud-trace-context","value":"eebc8ade7637ab60e0690e5ed724d677/10649363164500722444;o=1"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"body\": [\n        {\n            \"enterpriseCode\": \"RR008737397XX\",\n            \"message\": \"El paquete con el código: RR008737397XX no fue encontrado\"\n        },\n        {\n            \"enterpriseCode\": \"RR015231615XX\",\n            \"message\": \"El paquete con el código: RR015231615XX no fue encontrado\"\n        }\n    ],\n    \"httpCode\": 400,\n    \"message\": \"Los siguientes paquetes no se encontraron\"\n}"}],"_postman_id":"bf19948e-f05f-4366-97a1-e612ba79218b"},{"name":"Create package product one line","id":"4764d11b-306c-48d8-8117-91a301199fde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order\": {\r\n        \"serviceType\": \"DELIVERY\",\r\n        \"idOrder\": \"Prueba2\",\r\n        \"emailAccount\": \"support_it@mailamericas.com\",\r\n        \"pointCollect\": {\r\n            \"latitud\":9.997593942311092,\r\n            \"longitud\": -84.212228206517,\r\n            \"state\": \"Alajuela\",\r\n            \"city\": \"Alajuela\",\r\n            \"district\": \"Río Segundo\",\r\n            \"locationAlias\": \"Terminales Santamaría\",\r\n            \"name\": \"Edward Jiemenez\",\r\n            \"phone\": \"7189292900\"\r\n        },\r\n        \"pointDelivery\": {\r\n            \"state\": \"Heredia\",\r\n            \"city\": \"Flores\",\r\n            \"district\": \"Barrantes\",\r\n            \"locationAlias\": \"Condominio Naos\",\r\n            \"name\": \"MICHAEL JOSUE PORRAS BOLANOS\",\r\n            \"phone\": \"83638126\"\r\n        }\r\n    },\r\n    \"detail\": [\r\n        {\r\n            \"_verify\": false,\r\n            \"boxs_id\": 4942841,\r\n            \"city_name\": \"Cañas\",\r\n            \"consignee_first_name\": \"MICHAEL JOSUE PORRAS BOLANOS\",\r\n            \"consignee_last_name\": \"\",\r\n            \"copa_id\": \"\",\r\n            \"copa_name\": \"\",\r\n            \"country_product_origin\": \"US\",\r\n            \"cred_virtual_tpcr_cdg\": \"\",\r\n            \"ctry_name\": \"Costa Rica\",\r\n            \"ddu_discount\": 0,\r\n            \"ddu_freight\": 0,\r\n            \"ddu_insurance\": 0,\r\n            \"delivery_partner\": \"MOOVIN CR\",\r\n            \"extr_nmr\": \"729-92150796\",\r\n            \"fmpr_cdg\": \"OTR\",\r\n            \"import_service_name\": \"DDP\",\r\n            \"int_bag_num\": \"AWBAWBSJOEXPAEX50436001011544\",\r\n            \"integration_extr_tracking\": \"SEKCR0000575572\",\r\n            \"mer_addreess\": \"14000 NW 37TH AVE\",\r\n            \"mer_city\": \"OPA LOCKA\",\r\n            \"mer_country\": \"US\",\r\n            \"mer_state\": \"No data\",\r\n            \"mer_zipcode\": \"33054-6324\",\r\n            \"merchant_address\": \"14000 NW 37TH AVE No data\",\r\n            \"merchant_cs_name\": \"\",\r\n            \"mnit_nmr_bag\": \"AWBAWBSJOEXPAEX50436001011544\",\r\n            \"no_invoice\": \"YES\",\r\n            \"order_label\": \"46110011119788340\",\r\n            \"order_label_original\": \"46110011119788340\",\r\n            \"phone_number\": \"\",\r\n            \"pickup_address\": \"\",\r\n            \"redist_trck_nmr_fol\": 0,\r\n            \"redistribution_addr_processed\": \"\",\r\n            \"ship_address_consignee\": \"100MTS NORTE MAXIPALI, CANAS, GUANACASTE CIMIENTOS ETERNOS S.A (LUBRICENTRO LOS JICAROS)\",\r\n            \"ship_content\": \"[wiiyii Car HUD Head Up Display P6, OBD GPS Smart Gauge, Works Great for Most Cars]\",\r\n            \"ship_date_process\": \"/Date(1753347772000-0400)/\",\r\n            \"ship_dimen_high\": \"1\",\r\n            \"ship_dimen_length\": \"1\",\r\n            \"ship_dimen_width\": \"1\",\r\n            \"ship_insurance_value\": 0,\r\n            \"ship_merchant_name\": \"\",\r\n            \"ship_name_consignee\": \"MICHAEL JOSUE PORRAS BOLANOS\",\r\n            \"ship_physical_weight\": 0.31,\r\n            \"ship_physical_weight_kg\": 0,\r\n            \"ship_price_value\": 35.899767,\r\n            \"ship_price_value_group\": 35.899767,\r\n            \"ship_quantity_piece\": \"1\",\r\n            \"ship_serial_number\": \"0\",\r\n            \"ship_total\": 35,\r\n            \"ship_zipcode\": \"50601\",\r\n            \"shipment_con_type_code\": 0,\r\n            \"shipment_console_type\": 0,\r\n            \"shipper\": \"AMAZON.COM.DEDC LLC\",\r\n            \"spr_desc_original\": \"\",\r\n            \"spr_formatted_address\": \"\",\r\n            \"spr_items_count\": 0,\r\n            \"state_name\": \"Guanacaste\",\r\n            \"tpcr_cdg\": \"VIRTUAL\",\r\n            \"trbk_card_last_number\": \"SEKCR0000575572\",\r\n            \"trck_nmr_fol\": \"SEKCR0000575572\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/moovin-courier/api/v1/package","description":"<p>Creates a new package order in the Moovin system. This request includes detailed information about the order, collection point, delivery point, and package details.</p>\n<h3 id=\"variables-description\">Variables Description</h3>\n<h4 id=\"order\">order</h4>\n<ul>\n<li><p><strong>service_type</strong>: Type of service, e.g., \"DELIVERY\".</p>\n</li>\n<li><p><strong>id_order</strong>: Unique identifier for the order.</p>\n</li>\n<li><p><strong>email</strong>: Customer's email address.</p>\n</li>\n<li><p><strong>email_account</strong>: Account email associated with the service.</p>\n</li>\n<li><p><strong>prepared</strong>: Preparation status of the order (can be <code>null</code> if not applicable).</p>\n</li>\n<li><p><strong>point_collect</strong>: Information about the collection point.</p>\n<ul>\n<li><p><strong>latitude</strong>: Latitude of the collection point. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>longitude</strong>: Longitude of the collection point. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>zip_code</strong>: Zip code of the collection point. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>state</strong>: State where the collection point is located. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>city</strong>: City of the collection point. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>district</strong>: District of the collection point. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>address</strong>: Detailed address of the collection point. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>name</strong>: Name of the collection point. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>phone</strong>: Phone number of the collection point (can be empty). <strong>(Send Moovin warehouse info).</strong></p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Moovin Warehouse Information</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"pointCollect\": {\n     \"latitude\": 9.997483010076746,\n     \"longitude\": -84.21222820184903,\n     \"zip_code\": \"321000\",\n     \"state\": \"Alajuela\",\n     \"city\": \"Alajuela\",\n     \"district\": \"Alajuela\",\n     \"address\": \"Contiguo a la Terminal de Carga del Aeropuerto Juan Santamaría y a la Aduana Santamaría, Alajuela.\",\n     \"name\": \"Terminales Santamaría\",\n     \"phone\": \"\"\n}\n\n</code></pre>\n<ul>\n<li><p><strong>point_delivery</strong>: Information about the delivery point.</p>\n<ul>\n<li><p><strong>latitude</strong>: Latitude of the delivery point . (If you dont have information please send Moovin Warehouse location)</p>\n</li>\n<li><p><strong>longitude</strong>: Longitude of the delivery point. (If you dont have information please send Moovin Warehouse location)</p>\n</li>\n<li><p><strong>zip_code</strong>: Zip code of the delivery point.</p>\n</li>\n<li><p><strong>state</strong>: State where the delivery point is located.</p>\n</li>\n<li><p><strong>city</strong>: City of the delivery point.</p>\n</li>\n<li><p><strong>district</strong>: District of the delivery point.</p>\n</li>\n<li><p><strong>address</strong>: Detailed address of the delivery point.</p>\n</li>\n<li><p><strong>name</strong>: Name of the delivery point.</p>\n</li>\n<li><p><strong>phone</strong>: Phone number of the delivery point.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"detail\">detail</h4>\n<ul>\n<li><p><strong>_verify</strong>: Verification status of the detail (boolean).</p>\n</li>\n<li><p><strong>boxs_id</strong>: Identifier for the box/package.</p>\n</li>\n<li><p><strong>city_name</strong>: City name of the consignee.</p>\n</li>\n<li><p><strong>consignee_first_name</strong>: First name of the consignee.</p>\n</li>\n<li><p><strong>consignee_last_name</strong>: Last name of the consignee (can be empty).</p>\n</li>\n<li><p><strong>copa_id</strong>: Identifier for COPA (if applicable).</p>\n</li>\n<li><p><strong>copa_name</strong>: Name for COPA (if applicable).</p>\n</li>\n<li><p><strong>country_product_origin</strong>: Country of origin of the product.</p>\n</li>\n<li><p><strong>cred_virtual_tpcr_cdg</strong>: Virtual credit code (if applicable).</p>\n</li>\n<li><p><strong>ctry_name</strong>: Country name of the consignee.</p>\n</li>\n<li><p><strong>ddu_discount</strong>: Discount amount for DDU (Delivered Duty Unpaid).</p>\n</li>\n<li><p><strong>ddu_freight</strong>: Freight cost for DDU.</p>\n</li>\n<li><p><strong>ddu_insurance</strong>: Insurance cost for DDU.</p>\n</li>\n<li><p><strong>delivery_partner</strong>: Name of the delivery partner.</p>\n</li>\n<li><p><strong>extr_nmr</strong>: External number for tracking.</p>\n</li>\n<li><p><strong>fmpr_cdg</strong>: Freight code.</p>\n</li>\n<li><p><strong>freight_to_charge</strong>: Freight charge amount (if applicable).</p>\n</li>\n<li><p><strong>import_service_name</strong>: Name of the import service.</p>\n</li>\n<li><p><strong>int_bag_num</strong>: Internal bag number for tracking.</p>\n</li>\n<li><p><strong>integration_extr_tracking</strong>: External tracking number for integration.</p>\n</li>\n<li><p><strong>mer_addreess</strong>: Merchant's address.</p>\n</li>\n<li><p><strong>mer_city</strong>: Merchant's city.</p>\n</li>\n<li><p><strong>mer_country</strong>: Merchant's country.</p>\n</li>\n<li><p><strong>mer_state</strong>: Merchant's state.</p>\n</li>\n<li><p><strong>mer_zipcode</strong>: Merchant's zip code.</p>\n</li>\n<li><p><strong>merchant_address</strong>: Merchant's full address.</p>\n</li>\n<li><p><strong>merchant_cs_name</strong>: Merchant's customer service name (if applicable).</p>\n</li>\n<li><p><strong>mnit_nmr_bag</strong>: Bag number for MNIT tracking.</p>\n</li>\n<li><p><strong>no_invoice</strong>: Indicates if there is no invoice (\"YES\" or \"NO\").</p>\n</li>\n<li><p><strong>order_label</strong>: Order label.</p>\n</li>\n<li><p><strong>order_label_original</strong>: Original order label.</p>\n</li>\n<li><p><strong>phone_number</strong>: Phone number of the consignee (can be empty).</p>\n</li>\n<li><p><strong>pickup_address</strong>: Pickup address (if applicable).</p>\n</li>\n<li><p><strong>redist_trck_nmr_fol</strong>: Redistribution tracking number (if applicable).</p>\n</li>\n<li><p><strong>redistribution_addr_processed</strong>: Processed redistribution address (if applicable).</p>\n</li>\n<li><p><strong>ship_address_consignee</strong>: Consignee's shipping address.</p>\n</li>\n<li><p><strong>ship_content</strong>: Description of the shipment contents.</p>\n</li>\n<li><p><strong>ship_date_process</strong>: Date the shipment was processed.</p>\n</li>\n<li><p><strong>ship_dimen_high</strong>: Height of the shipment (if applicable).</p>\n</li>\n<li><p><strong>ship_dimen_length</strong>: Length of the shipment (if applicable).</p>\n</li>\n<li><p><strong>ship_dimen_width</strong>: Width of the shipment (if applicable).</p>\n</li>\n<li><p><strong>ship_insurance_value</strong>: Insurance value of the shipment.</p>\n</li>\n<li><p><strong>ship_locality_consignee</strong>: Locality of the consignee (if applicable).</p>\n</li>\n<li><p><strong>ship_merchant_name</strong>: Name of the shipping merchant.</p>\n</li>\n<li><p><strong>ship_name_consignee</strong>: Name of the consignee.</p>\n</li>\n<li><p><strong>ship_neighborhood_consignee</strong>: Neighborhood of the consignee (if applicable).</p>\n</li>\n<li><p><strong>ship_nmr_identity</strong>: Identity number for the shipment (if applicable).</p>\n</li>\n<li><p><strong>ship_physical_weight</strong>: Physical weight of the shipment.</p>\n</li>\n<li><p><strong>ship_physical_weight_kg</strong>: Physical weight of the shipment in kilograms.</p>\n</li>\n<li><p><strong>ship_price_value</strong>: Value of the shipment.</p>\n</li>\n<li><p><strong>ship_price_value_group</strong>: Group value of the shipment.</p>\n</li>\n<li><p><strong>ship_quantity_piece</strong>: Number of pieces in the shipment.</p>\n</li>\n<li><p><strong>ship_serial_number</strong>: Serial number of the shipment (if applicable).</p>\n</li>\n<li><p><strong>ship_total</strong>: Total value of the shipment.</p>\n</li>\n<li><p><strong>ship_volumetric_weight</strong>: Volumetric weight of the shipment (if applicable).</p>\n</li>\n<li><p><strong>ship_zipcode</strong>: Zip code of the consignee.</p>\n</li>\n<li><p><strong>shipment_con_type_code</strong>: Shipment container type code.</p>\n</li>\n<li><p><strong>shipment_console_type</strong>: Shipment console type.</p>\n</li>\n<li><p><strong>shipper</strong>: Name of the shipper.</p>\n</li>\n<li><p><strong>spr_desc_original</strong>: Original description of the shipment (if applicable).</p>\n</li>\n<li><p><strong>spr_formatted_address</strong>: Formatted address of the shipment (if applicable).</p>\n</li>\n<li><p><strong>spr_items_count</strong>: Count of items in the shipment.</p>\n</li>\n<li><p><strong>state_name</strong>: State name of the consignee.</p>\n</li>\n<li><p><strong>tpcr_cdg</strong>: TPCR code (if applicable).</p>\n</li>\n<li><p><strong>trbk_card_last_number</strong>: Last number of the TRBK card (if applicable).</p>\n</li>\n<li><p><strong>trck_nmr_fol</strong>: Tracking number.</p>\n</li>\n<li><p><strong>category_harm_code</strong>: Serial number / code of arancel part number</p>\n</li>\n</ul>\n<h3 id=\"response-variables-description\">Response Variables Description</h3>\n<h4 id=\"estimation_status\">estimation_status</h4>\n<ul>\n<li><p><strong>RP114733644MU</strong>: Unique identifier for the estimation.</p>\n<ul>\n<li><p><strong>status</strong>: Status of the estimation process. Example: \"SUCCESS\".</p>\n</li>\n<li><p><strong>message</strong>: Message providing additional information about the estimation status. Example: \"information estimation\".</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"order_data\">order_data</h4>\n<ul>\n<li><p><strong>order_data</strong>: Array containing the order details.</p>\n<ul>\n<li><p><strong>order</strong>: Object containing information about the specific order.</p>\n<ul>\n<li><p><strong>idPackage</strong>: Unique identifier for the package in Moovin. Example: 1002347.</p>\n</li>\n<li><p><strong>orderQR</strong>: QR code string containing order details. The format includes multiple fields separated by <code>||</code>. Example: \"idPackage1002347||fullNameJose Rolando Blanco V||phone89454577||identificationnull\".</p>\n</li>\n<li><p><strong>status</strong>: Status of the order. Example: \"SUCCESS\".</p>\n</li>\n<li><p><strong>message</strong>: Message providing additional information about the order status. Example: \"Complete payment\".</p>\n</li>\n</ul>\n</li>\n<li><p><strong>courier_product</strong>: Array containing courier product details.</p>\n<ul>\n<li><strong>id_package</strong>: Unique identifier for the package. Example: 1002347.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"order_status\">order_status</h4>\n<ul>\n<li><p><strong>RP114733644MU</strong>: Unique identifier for the order.</p>\n<ul>\n<li><p><strong>status</strong>: Status of the order. Example: \"SUCCESS\".</p>\n</li>\n<li><p><strong>message</strong>: Message providing additional information about the order status. Example: \"Complete payment\".</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"summary\">Summary</h3>\n<ul>\n<li><p><strong>estimation_status</strong>: Contains the status and message related to the estimation process for a specific identifier.</p>\n</li>\n<li><p><strong>order_data</strong>: An array with detailed information about the order, including package ID, QR code, status, and message.</p>\n</li>\n<li><p><strong>order_status</strong>: Contains the status and message related to the order for a specific identifier.</p>\n</li>\n</ul>\n<p>This structured response provides comprehensive details about the package creation process, including status updates and relevant identifiers, facilitating tracking and management of the order within the system. If you need further customization or additional information, feel free to ask.</p>\n","urlObject":{"protocol":"http","port":"8081","path":["moovin-courier","api","v1","package"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"58ba74dc-f077-45c7-95d7-9a3aebca910b","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order\": {\r\n        \"service_type\": \"DELIVERY\",\r\n        \"id_order\": \"RP438292485MU1\",\r\n        \"email\": \"jaydenbarquero06@demo.com\",\r\n        \"email_account\": \"support_it@demo.com\",\r\n        \"prepared\": null,\r\n        \"point_collect\": {\r\n            \"latitude\": 9.929652,\r\n            \"longitude\": -84.134719,\r\n            \"zip_code\": \"518115\",\r\n            \"state\": \"guang dong sheng\",\r\n            \"city\": \"shen zhen shi\",\r\n            \"district\": \"long gang qu\",\r\n            \"address\": \"C. 122, Maynard, San Jos\\u00e9, San Rafael, Costa Rica - Moovin\",\r\n            \"name\": \"ZHONG long hui\",\r\n            \"phone\": \"\"\r\n        },\r\n        \"point_delivery\": {\r\n            \"latitude\": 9.929652,\r\n            \"longitude\": -84.134719,\r\n            \"zip_code\": \"101008\",\r\n            \"state\": \"san jose\",\r\n            \"city\": \"el humo\",\r\n            \"district\": null,\r\n            \"address\": \"Escazu , multiplaza , local 10 \",\r\n            \"name\": \"Jayden Picado Barquero\",\r\n            \"phone\": \"62***71\\/62392771\"\r\n        }\r\n    },\r\n    \"detail\": [\r\n        {\r\n            \"_verify\": false,\r\n            \"boxs_id\": 4149512,\r\n            \"city_name\": \"el humo\",\r\n            \"consignee_first_name\": \"Jayden Picado Barquero\",\r\n            \"consignee_last_name\": \"\",\r\n            \"copa_id\": \"\",\r\n            \"copa_name\": \"\",\r\n            \"country_product_origin\": \"CO\",\r\n            \"cred_virtual_tpcr_cdg\": \"\",\r\n            \"ctry_name\": \"Costa Rica\",\r\n            \"ddu_discount\": 0,\r\n            \"ddu_freight\": 0,\r\n            \"ddu_insurance\": 0,\r\n            \"delivery_partner\": \"MOOVIN CR\",\r\n            \"extr_nmr\": \"729-44949936\",\r\n            \"fmpr_cdg\": \"OTR\",\r\n            \"freight_to_charge\": null,\r\n            \"import_service_name\": \"DDP\",\r\n            \"int_bag_num\": \"AWBAWBMOOVINBUR40105005010203\",\r\n            \"integration_extr_tracking\": \"RP438292485MU\",\r\n            \"mer_addreess\": \"yuan shan jie dao~~~1313A, Building 2, Natural Huigu Tea Expo Park\",\r\n            \"mer_city\": \"shen zhen shi\",\r\n            \"mer_country\": \"CN\",\r\n            \"mer_state\": \"long gang qu\",\r\n            \"mer_zipcode\": \"518115\",\r\n            \"merchant_address\": \"yuan shan jie dao~~~1313A, Building 2, Natural Huigu Tea Expo Park No data\",\r\n            \"merchant_cs_name\": \"\",\r\n            \"mnit_nmr_bag\": \"AWBAWBMOOVINBUR40105005010203\",\r\n            \"no_invoice\": \"YES\",\r\n            \"order_label\": \"LP00688486839775\",\r\n            \"order_label_original\": \"LP00688486839775\",\r\n            \"phone_number\": \"\",\r\n            \"pickup_address\": \"\",\r\n            \"redist_trck_nmr_fol\": 0,\r\n            \"redistribution_addr_processed\": \"\",\r\n            \"category_harm_code\": \"0000.00.11\",\r\n            \"ship_address_consignee\": \"Escazu , multiplaza , local 10 \",\r\n            \"ship_content\": \"[racket]\",\r\n            \"ship_date_process\": \"\\/Date(1730300514000-0400)\\/\",\r\n            \"ship_dimen_high\": \"0.00\",\r\n            \"ship_dimen_length\": \"0.00\",\r\n            \"ship_dimen_width\": \"0.00\",\r\n            \"ship_insurance_value\": 0,\r\n            \"ship_locality_consignee\": null,\r\n            \"ship_merchant_name\": \"\",\r\n            \"ship_name_consignee\": \"Jayden Picado Barquero\",\r\n            \"ship_neighborhood_consignee\": null,\r\n            \"ship_nmr_identity\": null,\r\n            \"ship_physical_weight\": \"0.277\",\r\n            \"ship_physical_weight_kg\": 0.277,\r\n            \"ship_price_value\": \"28.00\",\r\n            \"ship_price_value_group\": \"28.00\",\r\n            \"ship_quantity_piece\": 1,\r\n            \"ship_serial_number\": \"0\",\r\n            \"ship_total\": 28.0,\r\n            \"ship_volumetric_weight\": null,\r\n            \"ship_zipcode\": \"70201\",\r\n            \"shipment_con_type_code\": 0,\r\n            \"shipment_console_type\": 0,\r\n            \"shipper\": \"ZHONG long hui\",\r\n            \"spr_desc_original\": \"\",\r\n            \"spr_formatted_address\": \"\",\r\n            \"spr_items_count\": 0,\r\n            \"state_name\": \"pococi\",\r\n            \"tpcr_cdg\": \"VIRTUAL\",\r\n            \"trbk_card_last_number\": \"RP438292485MU1\",\r\n            \"trck_nmr_fol\": \"RP438292485MU1\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app/moovin-courier/api/v1/package"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"Origin,Access-Control-Request-Method,Access-Control-Request-Headers"},{"key":"content-type","value":"application/json"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"0"},{"key":"referrer-policy","value":"no-referrer"},{"key":"X-Cloud-Trace-Context","value":"fa4d6de54315d653d616a6fd89060f0a;o=1"},{"key":"Date","value":"Fri, 20 Dec 2024 16:12:49 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"437"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"estimation_status\": {\n        \"RP438292485MU1\": {\n            \"status\": \"SUCCESS\",\n            \"message\": \"infomation estimation\"\n        }\n    },\n    \"order_data\": [\n        {\n            \"order\": {\n                \"idPackage\": 1004337,\n                \"orderQR\": \"idPackage<MN>1004337||fullName<MN>Jayden Picado Barquero||phone<MN>62***71/62392771||identification<MN>null\",\n                \"status\": \"SUCCESS\",\n                \"message\": \"Complete payment\"\n            },\n            \"courier_product\": [\n                {\n                    \"id_package\": 1004337\n                }\n            ]\n        }\n    ],\n    \"order_status\": {\n        \"RP438292485MU1\": {\n            \"status\": \"SUCCESS\",\n            \"message\": \"Complete payment\"\n        }\n    }\n}"},{"id":"149a85f4-3a97-46b4-ad24-60bb2d929121","name":"Create package product one line without geolocation.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order\": {\r\n        \"serviceType\": \"DELIVERY\",\r\n        \"idOrder\": \"Prueba2\",\r\n        \"emailAccount\": \"support_it@mailamericas.com\",\r\n        \"pointCollect\": {\r\n            \"latitud\":9.997593942311092,\r\n            \"longitud\": -84.212228206517,\r\n            \"state\": \"Alajuela\",\r\n            \"city\": \"Alajuela\",\r\n            \"district\": \"Río Segundo\",\r\n            \"locationAlias\": \"Terminales Santamaría\",\r\n            \"name\": \"Edward Jiemenez\",\r\n            \"phone\": \"7189292900\"\r\n        },\r\n        \"pointDelivery\": {\r\n            \"state\": \"Heredia\",\r\n            \"city\": \"Flores\",\r\n            \"district\": \"Barrantes\",\r\n            \"locationAlias\": \"Condominio Naos\",\r\n            \"name\": \"MICHAEL JOSUE PORRAS BOLANOS\",\r\n            \"phone\": \"83638126\"\r\n        }\r\n    },\r\n    \"detail\": [\r\n        {\r\n            \"_verify\": false,\r\n            \"boxs_id\": 4942841,\r\n            \"city_name\": \"Cañas\",\r\n            \"consignee_first_name\": \"MICHAEL JOSUE PORRAS BOLANOS\",\r\n            \"consignee_last_name\": \"\",\r\n            \"copa_id\": \"\",\r\n            \"copa_name\": \"\",\r\n            \"country_product_origin\": \"US\",\r\n            \"cred_virtual_tpcr_cdg\": \"\",\r\n            \"ctry_name\": \"Costa Rica\",\r\n            \"ddu_discount\": 0,\r\n            \"ddu_freight\": 0,\r\n            \"ddu_insurance\": 0,\r\n            \"delivery_partner\": \"MOOVIN CR\",\r\n            \"extr_nmr\": \"729-92150796\",\r\n            \"fmpr_cdg\": \"OTR\",\r\n            \"import_service_name\": \"DDP\",\r\n            \"int_bag_num\": \"AWBAWBSJOEXPAEX50436001011544\",\r\n            \"integration_extr_tracking\": \"SEKCR0000575572\",\r\n            \"mer_addreess\": \"14000 NW 37TH AVE\",\r\n            \"mer_city\": \"OPA LOCKA\",\r\n            \"mer_country\": \"US\",\r\n            \"mer_state\": \"No data\",\r\n            \"mer_zipcode\": \"33054-6324\",\r\n            \"merchant_address\": \"14000 NW 37TH AVE No data\",\r\n            \"merchant_cs_name\": \"\",\r\n            \"mnit_nmr_bag\": \"AWBAWBSJOEXPAEX50436001011544\",\r\n            \"no_invoice\": \"YES\",\r\n            \"order_label\": \"46110011119788340\",\r\n            \"order_label_original\": \"46110011119788340\",\r\n            \"phone_number\": \"\",\r\n            \"pickup_address\": \"\",\r\n            \"redist_trck_nmr_fol\": 0,\r\n            \"redistribution_addr_processed\": \"\",\r\n            \"ship_address_consignee\": \"100MTS NORTE MAXIPALI, CANAS, GUANACASTE CIMIENTOS ETERNOS S.A (LUBRICENTRO LOS JICAROS)\",\r\n            \"ship_content\": \"[wiiyii Car HUD Head Up Display P6, OBD GPS Smart Gauge, Works Great for Most Cars]\",\r\n            \"ship_date_process\": \"/Date(1753347772000-0400)/\",\r\n            \"ship_dimen_high\": \"1\",\r\n            \"ship_dimen_length\": \"1\",\r\n            \"ship_dimen_width\": \"1\",\r\n            \"ship_insurance_value\": 0,\r\n            \"ship_merchant_name\": \"\",\r\n            \"ship_name_consignee\": \"MICHAEL JOSUE PORRAS BOLANOS\",\r\n            \"ship_physical_weight\": 0.31,\r\n            \"ship_physical_weight_kg\": 0,\r\n            \"ship_price_value\": 35.899767,\r\n            \"ship_price_value_group\": 35.899767,\r\n            \"ship_quantity_piece\": \"1\",\r\n            \"ship_serial_number\": \"0\",\r\n            \"ship_total\": 35,\r\n            \"ship_zipcode\": \"50601\",\r\n            \"shipment_con_type_code\": 0,\r\n            \"shipment_console_type\": 0,\r\n            \"shipper\": \"AMAZON.COM.DEDC LLC\",\r\n            \"spr_desc_original\": \"\",\r\n            \"spr_formatted_address\": \"\",\r\n            \"spr_items_count\": 0,\r\n            \"state_name\": \"Guanacaste\",\r\n            \"tpcr_cdg\": \"VIRTUAL\",\r\n            \"trbk_card_last_number\": \"SEKCR0000575572\",\r\n            \"trck_nmr_fol\": \"SEKCR0000575572\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/moovin-courier/api/v1/package"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4764d11b-306c-48d8-8117-91a301199fde"},{"name":"Create package product multi line","id":"da8c6a71-ce69-4874-93a9-dd266052a2ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order\": {\r\n        \"service_type\": \"DELIVERY\",\r\n        \"id_order\": \"RP438292485MU3\",\r\n        \"email\": \"jaydenbarquero06@demo.com\",\r\n        \"email_account\": \"support_it@demo.com\",\r\n        \"prepared\": null,\r\n        \"point_collect\": {\r\n            \"latitude\": 9.929652,\r\n            \"longitude\": -84.134719,\r\n            \"zip_code\": \"518115\",\r\n            \"state\": \"guang dong sheng\",\r\n            \"city\": \"shen zhen shi\",\r\n            \"district\": \"long gang qu\",\r\n            \"address\": \"C. 122, Maynard, San Jos\\u00e9, San Rafael, Costa Rica - Moovin\",\r\n            \"name\": \"ZHONG long hui\",\r\n            \"phone\": \"\"\r\n        },\r\n        \"point_delivery\": {\r\n            \"latitude\": 9.929652,\r\n            \"longitude\": -84.134719,\r\n            \"zip_code\": \"70201\",\r\n            \"state\": \"San Jose\",\r\n            \"city\": \"Sabana\",\r\n            \"district\": \"Mataredonda\",\r\n            \"address\": \"limon, pococi, roxana 2km oeste de la clinica de roxana en el bar acuario\",\r\n            \"name\": \"Jayden Picado Barquero\",\r\n            \"phone\": \"62***71\\/62392771\"\r\n        }\r\n    },\r\n    \"detail\": [\r\n        {\r\n            \"_verify\": false,\r\n            \"boxs_id\": 4149512,\r\n            \"city_name\": \"Sabana\",\r\n            \"consignee_first_name\": \"Jayden Picado Barquero\",\r\n            \"consignee_last_name\": \"\",\r\n            \"copa_id\": \"\",\r\n            \"copa_name\": \"\",\r\n            \"country_product_origin\": \"CO\",\r\n            \"cred_virtual_tpcr_cdg\": \"\",\r\n            \"ctry_name\": \"Costa Rica\",\r\n            \"ddu_discount\": 0,\r\n            \"ddu_freight\": 0,\r\n            \"ddu_insurance\": 0,\r\n            \"delivery_partner\": \"MOOVIN CR\",\r\n            \"extr_nmr\": \"729-44949936\",\r\n            \"fmpr_cdg\": \"OTR\",\r\n            \"freight_to_charge\": null,\r\n            \"import_service_name\": \"DDP\",\r\n            \"int_bag_num\": \"AWBAWBMOOVINBUR40105005010203\",\r\n            \"integration_extr_tracking\": \"RP438292485MU\",\r\n            \"mer_addreess\": \"yuan shan jie dao~~~1313A, Building 2, Natural Huigu Tea Expo Park\",\r\n            \"mer_city\": \"shen zhen shi\",\r\n            \"mer_country\": \"CN\",\r\n            \"mer_state\": \"long gang qu\",\r\n            \"mer_zipcode\": \"518115\",\r\n            \"merchant_address\": \"yuan shan jie dao~~~1313A, Building 2, Natural Huigu Tea Expo Park No data\",\r\n            \"merchant_cs_name\": \"\",\r\n            \"mnit_nmr_bag\": \"AWBAWBMOOVINBUR40105005010203\",\r\n            \"no_invoice\": \"YES\",\r\n            \"order_label\": \"LP00688486839775\",\r\n            \"order_label_original\": \"LP00688486839775\",\r\n            \"phone_number\": \"\",\r\n            \"pickup_address\": \"\",\r\n            \"redist_trck_nmr_fol\": 0,\r\n            \"redistribution_addr_processed\": \"\",\r\n            \"ship_address_consignee\": \"limon, pococi, roxana 2km oeste de la clinica de roxana en el bar acuario\",\r\n            \"ship_content\": \"[racket]\",\r\n            \"ship_date_process\": \"\\/Date(1730300514000-0400)\\/\",\r\n            \"ship_dimen_high\": \"0.00\",\r\n            \"ship_dimen_length\": \"0.00\",\r\n            \"ship_dimen_width\": \"0.00\",\r\n            \"ship_insurance_value\": 0,\r\n            \"ship_locality_consignee\": null,\r\n            \"ship_merchant_name\": \"\",\r\n            \"ship_name_consignee\": \"Jayden Picado Barquero\",\r\n            \"ship_neighborhood_consignee\": null,\r\n            \"ship_nmr_identity\": null,\r\n            \"ship_physical_weight\": \"0.277\",\r\n            \"ship_physical_weight_kg\": 0.277,\r\n            \"ship_price_value\": \"28.00\",\r\n            \"ship_price_value_group\": \"28.00\",\r\n            \"ship_quantity_piece\": 1,\r\n            \"ship_serial_number\": \"0\",\r\n            \"ship_total\": 28.0,\r\n            \"ship_volumetric_weight\": null,\r\n            \"ship_zipcode\": \"70201\",\r\n            \"shipment_con_type_code\": 0,\r\n            \"shipment_console_type\": 0,\r\n            \"shipper\": \"ZHONG long hui\",\r\n            \"spr_desc_original\": \"\",\r\n            \"spr_formatted_address\": \"\",\r\n            \"spr_items_count\": 0,\r\n            \"state_name\": \"pococi\",\r\n            \"tpcr_cdg\": \"VIRTUAL\",\r\n            \"trbk_card_last_number\": \"RP438292485MU3\",\r\n            \"trck_nmr_fol\": \"RP438292485MU3\",\r\n            \"category_harm_code\" : \"0000.00.22\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app/moovin-courier/api/v1/package","description":"<p>Creates a new package order in the Moovin system. This request includes detailed information about the order, collection point, delivery point, and package details.</p>\n<h3 id=\"variables-description\">Variables Description</h3>\n<h4 id=\"order\">order</h4>\n<ul>\n<li><p><strong>service_type</strong>: Type of service, e.g., \"DELIVERY\".</p>\n</li>\n<li><p><strong>id_order</strong>: Unique identifier for the order.</p>\n</li>\n<li><p><strong>email</strong>: Customer's email address.</p>\n</li>\n<li><p><strong>email_account</strong>: Account email associated with the service.</p>\n</li>\n<li><p><strong>prepared</strong>: Preparation status of the order (can be <code>null</code> if not applicable).</p>\n</li>\n<li><p><strong>extraCharges</strong>: List of extra charges that need to be applied to the package.</p>\n<ul>\n<li><p><strong>idChargeType</strong>: List of the chage types. For Shein cases, code 2 should be submitted in order to apply an addiotinal charge categorized as 'tax'</p>\n</li>\n<li><p><strong>currency</strong>: Iso Currency Code (e.g., USD or CRC). In case of Shein Costa RIca, all amounts must be provided in US dollars for type <strong>idChargeType 2</strong></p>\n</li>\n<li><p><strong>amount:</strong> The USD-equivalent amount required for tax applicatio<strong>n.</strong></p>\n</li>\n</ul>\n</li>\n<li><p><strong>point_collect</strong>: Information about the collection point.</p>\n<ul>\n<li><p><strong>latitude</strong>: Latitude of the collection point. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>longitude</strong>: Longitude of the collection point. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>zip_code</strong>: Zip code of the collection point. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>state</strong>: State where the collection point is located. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>city</strong>: City of the collection point. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>district</strong>: District of the collection point. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>address</strong>: Detailed address of the collection point. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>name</strong>: Name of the collection point. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>phone</strong>: Phone number of the collection point (can be empty). <strong>(Send Moovin warehouse info).</strong></p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Moovin Warehouse Information</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"point_collect\": {\n     \"latitude\": 9.997483010076746,\n     \"longitude\": -84.21222820184903,\n     \"zip_code\": \"321000\",\n     \"state\": \"Alajuela\",\n     \"city\": \"Alajuela\",\n     \"district\": \"Alajuela\",\n     \"address\": \"Contiguo a la Terminal de Carga del Aeropuerto Juan Santamaría y a la Aduana Santamaría, Alajuela.\",\n     \"name\": \"Terminales Santamaría\",\n     \"phone\": \"\"\n}\n\n</code></pre>\n<ul>\n<li><p><strong>point_delivery</strong>: Information about the delivery point.</p>\n<ul>\n<li><p><strong>latitude</strong>: Latitude of the delivery point . (If you dont have information please send Moovin Warehouse location)</p>\n</li>\n<li><p><strong>longitude</strong>: Longitude of the delivery point. (If you dont have information please send Moovin Warehouse location)</p>\n</li>\n<li><p><strong>zip_code</strong>: Zip code of the delivery point.</p>\n</li>\n<li><p><strong>state</strong>: State where the delivery point is located.</p>\n</li>\n<li><p><strong>city</strong>: City of the delivery point.</p>\n</li>\n<li><p><strong>district</strong>: District of the delivery point.</p>\n</li>\n<li><p><strong>address</strong>: Detailed address of the delivery point.</p>\n</li>\n<li><p><strong>name</strong>: Name of the delivery point.</p>\n</li>\n<li><p><strong>phone</strong>: Phone number of the delivery point.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"detail\">detail</h4>\n<ul>\n<li><p><strong>_verify</strong>: Verification status of the detail (boolean).</p>\n</li>\n<li><p><strong>boxs_id</strong>: Identifier for the box/package.</p>\n</li>\n<li><p><strong>city_name</strong>: City name of the consignee.</p>\n</li>\n<li><p><strong>consignee_first_name</strong>: First name of the consignee.</p>\n</li>\n<li><p><strong>consignee_last_name</strong>: Last name of the consignee (can be empty).</p>\n</li>\n<li><p><strong>copa_id</strong>: Identifier for COPA (if applicable).</p>\n</li>\n<li><p><strong>copa_name</strong>: Name for COPA (if applicable).</p>\n</li>\n<li><p><strong>country_product_origin</strong>: Country of origin of the product.</p>\n</li>\n<li><p><strong>cred_virtual_tpcr_cdg</strong>: Virtual credit code (if applicable).</p>\n</li>\n<li><p><strong>ctry_name</strong>: Country name of the consignee.</p>\n</li>\n<li><p><strong>ddu_discount</strong>: Discount amount for DDU (Delivered Duty Unpaid).</p>\n</li>\n<li><p><strong>ddu_freight</strong>: Freight cost for DDU.</p>\n</li>\n<li><p><strong>ddu_insurance</strong>: Insurance cost for DDU.</p>\n</li>\n<li><p><strong>delivery_partner</strong>: Name of the delivery partner.</p>\n</li>\n<li><p><strong>extr_nmr</strong>: External number for tracking.</p>\n</li>\n<li><p><strong>fmpr_cdg</strong>: Freight code.</p>\n</li>\n<li><p><strong>freight_to_charge</strong>: Freight charge amount (if applicable).</p>\n</li>\n<li><p><strong>import_service_name</strong>: Name of the import service.</p>\n</li>\n<li><p><strong>int_bag_num</strong>: Internal bag number for tracking.</p>\n</li>\n<li><p><strong>integration_extr_tracking</strong>: External tracking number for integration.</p>\n</li>\n<li><p><strong>mer_addreess</strong>: Merchant's address.</p>\n</li>\n<li><p><strong>mer_city</strong>: Merchant's city.</p>\n</li>\n<li><p><strong>mer_country</strong>: Merchant's country.</p>\n</li>\n<li><p><strong>mer_state</strong>: Merchant's state.</p>\n</li>\n<li><p><strong>mer_zipcode</strong>: Merchant's zip code.</p>\n</li>\n<li><p><strong>merchant_address</strong>: Merchant's full address.</p>\n</li>\n<li><p><strong>merchant_cs_name</strong>: Merchant's customer service name (if applicable).</p>\n</li>\n<li><p><strong>mnit_nmr_bag</strong>: Bag number for MNIT tracking.</p>\n</li>\n<li><p><strong>no_invoice</strong>: Indicates if there is no invoice (\"YES\" or \"NO\").</p>\n</li>\n<li><p><strong>order_label</strong>: Order label.</p>\n</li>\n<li><p><strong>order_label_original</strong>: Original order label.</p>\n</li>\n<li><p><strong>phone_number</strong>: Phone number of the consignee (can be empty).</p>\n</li>\n<li><p><strong>pickup_address</strong>: Pickup address (if applicable).</p>\n</li>\n<li><p><strong>redist_trck_nmr_fol</strong>: Redistribution tracking number (if applicable).</p>\n</li>\n<li><p><strong>redistribution_addr_processed</strong>: Processed redistribution address (if applicable).</p>\n</li>\n<li><p><strong>ship_address_consignee</strong>: Consignee's shipping address.</p>\n</li>\n<li><p><strong>ship_content</strong>: Description of the shipment contents.</p>\n</li>\n<li><p><strong>ship_date_process</strong>: Date the shipment was processed.</p>\n</li>\n<li><p><strong>ship_dimen_high</strong>: Height of the shipment (if applicable).</p>\n</li>\n<li><p><strong>ship_dimen_length</strong>: Length of the shipment (if applicable).</p>\n</li>\n<li><p><strong>ship_dimen_width</strong>: Width of the shipment (if applicable).</p>\n</li>\n<li><p><strong>ship_insurance_value</strong>: Insurance value of the shipment.</p>\n</li>\n<li><p><strong>ship_locality_consignee</strong>: Locality of the consignee (if applicable).</p>\n</li>\n<li><p><strong>ship_merchant_name</strong>: Name of the shipping merchant.</p>\n</li>\n<li><p><strong>ship_name_consignee</strong>: Name of the consignee.</p>\n</li>\n<li><p><strong>ship_neighborhood_consignee</strong>: Neighborhood of the consignee (if applicable).</p>\n</li>\n<li><p><strong>ship_nmr_identity</strong>: Identity number for the shipment (if applicable).</p>\n</li>\n<li><p><strong>ship_physical_weight</strong>: Physical weight of the shipment.</p>\n</li>\n<li><p><strong>ship_physical_weight_kg</strong>: Physical weight of the shipment in kilograms.</p>\n</li>\n<li><p><strong>ship_price_value</strong>: Value of the shipment.</p>\n</li>\n<li><p><strong>ship_price_value_group</strong>: Group value of the shipment.</p>\n</li>\n<li><p><strong>ship_quantity_piece</strong>: Number of pieces in the shipment.</p>\n</li>\n<li><p><strong>ship_serial_number</strong>: Serial number of the shipment (if applicable).</p>\n</li>\n<li><p><strong>ship_total</strong>: Total value of the shipment.</p>\n</li>\n<li><p><strong>ship_volumetric_weight</strong>: Volumetric weight of the shipment (if applicable).</p>\n</li>\n<li><p><strong>ship_zipcode</strong>: Zip code of the consignee.</p>\n</li>\n<li><p><strong>shipment_con_type_code</strong>: Shipment container type code.</p>\n</li>\n<li><p><strong>shipment_console_type</strong>: Shipment console type.</p>\n</li>\n<li><p><strong>shipper</strong>: Name of the shipper.</p>\n</li>\n<li><p><strong>spr_desc_original</strong>: Original description of the shipment (if applicable).</p>\n</li>\n<li><p><strong>spr_formatted_address</strong>: Formatted address of the shipment (if applicable).</p>\n</li>\n<li><p><strong>spr_items_count</strong>: Count of items in the shipment.</p>\n</li>\n<li><p><strong>state_name</strong>: State name of the consignee.</p>\n</li>\n<li><p><strong>tpcr_cdg</strong>: TPCR code (if applicable).</p>\n</li>\n<li><p><strong>trbk_card_last_number</strong>: Last number of the TRBK card (if applicable).</p>\n</li>\n<li><p><strong>trck_nmr_fol</strong>: Tracking number.</p>\n</li>\n<li><p><strong>category_harm_code</strong>: Serial number / code of arancel part number</p>\n</li>\n</ul>\n<h3 id=\"response-variables-description\">Response Variables Description</h3>\n<h4 id=\"estimation_status\">estimation_status</h4>\n<ul>\n<li><p><strong>RP114733644MU</strong>: Tracking number of package.</p>\n<ul>\n<li><p><strong>status</strong>: Status of the estimation process. Example: \"SUCCESS\".</p>\n</li>\n<li><p><strong>message</strong>: Message providing additional information about the estimation status. Example: \"information estimation\".</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"order_data\">order_data</h4>\n<ul>\n<li><p><strong>order_data</strong>: Array containing the order details.</p>\n<ul>\n<li><p><strong>order</strong>: Object containing information about the specific order.</p>\n<ul>\n<li><p><strong>idPackage</strong>: Unique identifier for the package in Moovin. Example: 1002347.</p>\n</li>\n<li><p><strong>orderQR</strong>: QR code string containing order details. The format includes multiple fields separated by <code>||</code>. Example: \"idPackage1002347||fullNameJose Rolando Blanco V||phone89454577||identificationnull\".</p>\n</li>\n<li><p><strong>status</strong>: Status of the order. Example: \"SUCCESS\".</p>\n</li>\n<li><p><strong>message</strong>: Message providing additional information about the order status. Example: \"Complete payment\".</p>\n</li>\n</ul>\n</li>\n<li><p><strong>courier_product</strong>: Array containing courier product details.</p>\n<ul>\n<li><strong>id_package</strong>: Unique identifier for the package. Example: 1002347.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"order_status\">order_status</h4>\n<ul>\n<li><p><strong>RP114733644MU</strong>: Tracking number of package.</p>\n<ul>\n<li><p><strong>status</strong>: Status of the order. Example: \"SUCCESS\".</p>\n</li>\n<li><p><strong>message</strong>: Message providing additional information about the order status. Example: \"Complete payment\".</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"summary\">Summary</h3>\n<ul>\n<li><p><strong>estimation_status</strong>: Contains the status and message related to the estimation process for a specific identifier.</p>\n</li>\n<li><p><strong>order_data</strong>: An array with detailed information about the order, including package ID, QR code, status, and message.</p>\n</li>\n<li><p><strong>order_status</strong>: Contains the status and message related to the order for a specific identifier.</p>\n</li>\n</ul>\n<p>This structured response provides comprehensive details about the package creation process, including status updates and relevant identifiers, facilitating tracking and management of the order within the system. If you need further customization or additional information, feel free to ask.</p>\n","urlObject":{"path":["moovin-courier","api","v1","package"],"host":["https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app"],"query":[],"variable":[]}},"response":[{"id":"fb6c9a02-f791-4468-b7a4-99b8e3f7abc0","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order\": {\r\n        \"service_type\": \"DELIVERY\",\r\n        \"id_order\": \"RP438292485MU1\",\r\n        \"email\": \"jaydenbarquero06@demo.com\",\r\n        \"email_account\": \"support_it@demo.com\",\r\n        \"prepared\": null,\r\n        \"point_collect\": {\r\n            \"latitude\": 9.929652,\r\n            \"longitude\": -84.134719,\r\n            \"zip_code\": \"518115\",\r\n            \"state\": \"guang dong sheng\",\r\n            \"city\": \"shen zhen shi\",\r\n            \"district\": \"long gang qu\",\r\n            \"address\": \"C. 122, Maynard, San Jos\\u00e9, San Rafael, Costa Rica - Moovin\",\r\n            \"name\": \"ZHONG long hui\",\r\n            \"phone\": \"\"\r\n        },\r\n        \"point_delivery\": {\r\n            \"latitude\": 9.929652,\r\n            \"longitude\": -84.134719,\r\n            \"zip_code\": \"101008\",\r\n            \"state\": \"san jose\",\r\n            \"city\": \"el humo\",\r\n            \"district\": null,\r\n            \"address\": \"Escazu , multiplaza , local 10 \",\r\n            \"name\": \"Jayden Picado Barquero\",\r\n            \"phone\": \"62***71\\/62392771\"\r\n        }\r\n    },\r\n    \"detail\": [\r\n        {\r\n            \"_verify\": false,\r\n            \"boxs_id\": 4149512,\r\n            \"city_name\": \"el humo\",\r\n            \"consignee_first_name\": \"Jayden Picado Barquero\",\r\n            \"consignee_last_name\": \"\",\r\n            \"copa_id\": \"\",\r\n            \"copa_name\": \"\",\r\n            \"country_product_origin\": \"CO\",\r\n            \"cred_virtual_tpcr_cdg\": \"\",\r\n            \"ctry_name\": \"Costa Rica\",\r\n            \"ddu_discount\": 0,\r\n            \"ddu_freight\": 0,\r\n            \"ddu_insurance\": 0,\r\n            \"delivery_partner\": \"MOOVIN CR\",\r\n            \"extr_nmr\": \"729-44949936\",\r\n            \"fmpr_cdg\": \"OTR\",\r\n            \"freight_to_charge\": null,\r\n            \"import_service_name\": \"DDP\",\r\n            \"int_bag_num\": \"AWBAWBMOOVINBUR40105005010203\",\r\n            \"integration_extr_tracking\": \"RP438292485MU\",\r\n            \"mer_addreess\": \"yuan shan jie dao~~~1313A, Building 2, Natural Huigu Tea Expo Park\",\r\n            \"mer_city\": \"shen zhen shi\",\r\n            \"mer_country\": \"CN\",\r\n            \"mer_state\": \"long gang qu\",\r\n            \"mer_zipcode\": \"518115\",\r\n            \"merchant_address\": \"yuan shan jie dao~~~1313A, Building 2, Natural Huigu Tea Expo Park No data\",\r\n            \"merchant_cs_name\": \"\",\r\n            \"mnit_nmr_bag\": \"AWBAWBMOOVINBUR40105005010203\",\r\n            \"no_invoice\": \"YES\",\r\n            \"order_label\": \"LP00688486839775\",\r\n            \"order_label_original\": \"LP00688486839775\",\r\n            \"phone_number\": \"\",\r\n            \"pickup_address\": \"\",\r\n            \"redist_trck_nmr_fol\": 0,\r\n            \"redistribution_addr_processed\": \"\",\r\n            \"category_harm_code\": \"0000.00.11\",\r\n            \"ship_address_consignee\": \"Escazu , multiplaza , local 10 \",\r\n            \"ship_content\": \"[racket]\",\r\n            \"ship_date_process\": \"\\/Date(1730300514000-0400)\\/\",\r\n            \"ship_dimen_high\": \"0.00\",\r\n            \"ship_dimen_length\": \"0.00\",\r\n            \"ship_dimen_width\": \"0.00\",\r\n            \"ship_insurance_value\": 0,\r\n            \"ship_locality_consignee\": null,\r\n            \"ship_merchant_name\": \"\",\r\n            \"ship_name_consignee\": \"Jayden Picado Barquero\",\r\n            \"ship_neighborhood_consignee\": null,\r\n            \"ship_nmr_identity\": null,\r\n            \"ship_physical_weight\": \"0.277\",\r\n            \"ship_physical_weight_kg\": 0.277,\r\n            \"ship_price_value\": \"28.00\",\r\n            \"ship_price_value_group\": \"28.00\",\r\n            \"ship_quantity_piece\": 1,\r\n            \"ship_serial_number\": \"0\",\r\n            \"ship_total\": 28.0,\r\n            \"ship_volumetric_weight\": null,\r\n            \"ship_zipcode\": \"70201\",\r\n            \"shipment_con_type_code\": 0,\r\n            \"shipment_console_type\": 0,\r\n            \"shipper\": \"ZHONG long hui\",\r\n            \"spr_desc_original\": \"\",\r\n            \"spr_formatted_address\": \"\",\r\n            \"spr_items_count\": 0,\r\n            \"state_name\": \"pococi\",\r\n            \"tpcr_cdg\": \"VIRTUAL\",\r\n            \"trbk_card_last_number\": \"RP438292485MU1\",\r\n            \"trck_nmr_fol\": \"RP438292485MU1\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app/moovin-courier/api/v1/package"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"Origin,Access-Control-Request-Method,Access-Control-Request-Headers"},{"key":"content-type","value":"application/json"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"0"},{"key":"referrer-policy","value":"no-referrer"},{"key":"X-Cloud-Trace-Context","value":"fa4d6de54315d653d616a6fd89060f0a;o=1"},{"key":"Date","value":"Fri, 20 Dec 2024 16:12:49 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"437"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"estimation_status\": {\n        \"RP438292485MU1\": {\n            \"status\": \"SUCCESS\",\n            \"message\": \"infomation estimation\"\n        }\n    },\n    \"order_data\": [\n        {\n            \"order\": {\n                \"idPackage\": 1004337,\n                \"orderQR\": \"idPackage<MN>1004337||fullName<MN>Jayden Picado Barquero||phone<MN>62***71/62392771||identification<MN>null\",\n                \"status\": \"SUCCESS\",\n                \"message\": \"Complete payment\"\n            },\n            \"courier_product\": [\n                {\n                    \"id_package\": 1004337\n                }\n            ]\n        }\n    ],\n    \"order_status\": {\n        \"RP438292485MU1\": {\n            \"status\": \"SUCCESS\",\n            \"message\": \"Complete payment\"\n        }\n    }\n}"}],"_postman_id":"da8c6a71-ce69-4874-93a9-dd266052a2ae"},{"name":"Create package product multi line requiere collection of taxes","id":"b1dfe75a-4835-49cc-84b9-afc1834da108","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order\": {\r\n        \"service_type\": \"DELIVERY\",\r\n        \"id_order\": \"RP438B92485M18\",\r\n        \"email\": \"jaydenbarquero06@demo.com\",\r\n        \"email_account\": \"support_it@demo.com\",\r\n        \"prepared\": null,\r\n        \"point_collect\": {\r\n            \"latitude\": 9.929652,\r\n            \"longitude\": -84.134719,\r\n            \"zip_code\": \"518115\",\r\n            \"state\": \"guang dong sheng\",\r\n            \"city\": \"shen zhen shi\",\r\n            \"district\": \"long gang qu\",\r\n            \"address\": \"C. 122, Maynard, San Jos\\u00e9, San Rafael, Costa Rica - Moovin\",\r\n            \"name\": \"ZHONG long hui\",\r\n            \"phone\": \"\"\r\n        },\r\n         \"pointDelivery\": {\r\n            \"latitude\": 9.933301959363614,\r\n            \"longitude\": -84.09914636827259,\r\n            \"locationAlias\": \"San Jose estadio nacional\",\r\n            \"zip_code\": \"30106\",\r\n            \"state\": \"San Jose\",\r\n            \"name\": \"WILLIAM ISAAC CAMACHO VEGA\",\r\n            \"phone\": \"88853801\"\r\n        }, \r\n        \"extraCharges\": [\r\n            {\r\n                \"idChargeType\": 2,\r\n                \"currency\": \"USD\",\r\n                \"amount\": 1000\r\n            }\r\n        ]\r\n    }, \r\n    \"detail\": [\r\n        {\r\n            \"_verify\": false,\r\n            \"boxs_id\": 4149600,\r\n            \"city_name\": \"Sabana\",\r\n            \"consignee_first_name\": \"Jayden Picado Barquero\",\r\n            \"consignee_last_name\": \"\",\r\n            \"copa_id\": \"\",\r\n            \"copa_name\": \"\",\r\n            \"country_product_origin\": \"CO\",\r\n            \"cred_virtual_tpcr_cdg\": \"\",\r\n            \"ctry_name\": \"Costa Rica\",\r\n            \"ddu_discount\": 0,\r\n            \"ddu_freight\": 0,\r\n            \"ddu_insurance\": 0,\r\n            \"delivery_partner\": \"MOOVIN CR\",\r\n            \"extr_nmr\": \"729-44949936\",\r\n            \"fmpr_cdg\": \"OTR\",\r\n            \"freight_to_charge\": null,\r\n            \"import_service_name\": \"DDP\",\r\n            \"int_bag_num\": \"AWBAWBMOOVINBUR40105005010203\",\r\n            \"integration_extr_tracking\": \"RP438292485MU\",\r\n            \"mer_addreess\": \"yuan shan jie dao~~~1313A, Building 2, Natural Huigu Tea Expo Park\",\r\n            \"mer_city\": \"shen zhen shi\",\r\n            \"mer_country\": \"CN\",\r\n            \"mer_state\": \"long gang qu\",\r\n            \"mer_zipcode\": \"518115\",\r\n            \"merchant_address\": \"yuan shan jie dao~~~1313A, Building 2, Natural Huigu Tea Expo Park No data\",\r\n            \"merchant_cs_name\": \"\",\r\n            \"mnit_nmr_bag\": \"AWBAWBMOOVINBUR40105005010203\",\r\n            \"no_invoice\": \"YES\",\r\n            \"order_label\": \"LP00688486839775\",\r\n            \"order_label_original\": \"LP00688486839775\",\r\n            \"phone_number\": \"\",\r\n            \"pickup_address\": \"\",\r\n            \"redist_trck_nmr_fol\": 0,\r\n            \"redistribution_addr_processed\": \"\",\r\n            \"ship_address_consignee\": \"limon, pococi, roxana 2km oeste de la clinica de roxana en el bar acuario\",\r\n            \"ship_content\": \"[racket]\",\r\n            \"ship_date_process\": \"\\/Date(1730300514000-0400)\\/\",\r\n            \"ship_dimen_high\": \"0.00\",\r\n            \"ship_dimen_length\": \"0.00\",\r\n            \"ship_dimen_width\": \"0.00\",\r\n            \"ship_insurance_value\": 0,\r\n            \"ship_locality_consignee\": null,\r\n            \"ship_merchant_name\": \"\",\r\n            \"ship_name_consignee\": \"Jayden Picado Barquero\",\r\n            \"ship_neighborhood_consignee\": null,\r\n            \"ship_nmr_identity\": null,\r\n            \"ship_physical_weight\": \"0.277\",\r\n            \"ship_physical_weight_kg\": 0.277,\r\n            \"ship_price_value\": \"28.00\",\r\n            \"ship_price_value_group\": \"28.00\",\r\n            \"ship_quantity_piece\": 1,\r\n            \"ship_serial_number\": \"0\",\r\n            \"ship_total\": 28.0,\r\n            \"ship_volumetric_weight\": null,\r\n            \"ship_zipcode\": \"70201\",\r\n            \"shipment_con_type_code\": 0,\r\n            \"shipment_console_type\": 0,\r\n            \"shipper\": \"ZHONG long hui\",\r\n            \"spr_desc_original\": \"\",\r\n            \"spr_formatted_address\": \"\",\r\n            \"spr_items_count\": 0,\r\n            \"state_name\": \"pococi\",\r\n            \"tpcr_cdg\": \"VIRTUAL\",\r\n            \"trbk_card_last_number\": \"RP438B92485M18\",\r\n            \"trck_nmr_fol\": \"RP438B92485M18\",\r\n            \"category_harm_code\" : \"0000.00.22\"\r\n        },\r\n        {\r\n            \"_verify\": false,\r\n            \"boxs_id\": 4149601,\r\n            \"city_name\": \"Sabana\",\r\n            \"consignee_first_name\": \"Jayden Picado Barquero\",\r\n            \"consignee_last_name\": \"\",\r\n            \"copa_id\": \"\",\r\n            \"copa_name\": \"\",\r\n            \"country_product_origin\": \"CO\",\r\n            \"cred_virtual_tpcr_cdg\": \"\",\r\n            \"ctry_name\": \"Costa Rica\",\r\n            \"ddu_discount\": 0,\r\n            \"ddu_freight\": 0,\r\n            \"ddu_insurance\": 0,\r\n            \"delivery_partner\": \"MOOVIN CR\",\r\n            \"extr_nmr\": \"1500-00000001\",\r\n            \"fmpr_cdg\": \"OTR\",\r\n            \"freight_to_charge\": null,\r\n            \"import_service_name\": \"DDP\",\r\n            \"int_bag_num\": \"AWBAWBMOOVINBUR40105005010203\",\r\n            \"integration_extr_tracking\": \"RP438292485MU\",\r\n            \"mer_addreess\": \"yuan shan jie dao~~~1313A, Building 2, Natural Huigu Tea Expo Park\",\r\n            \"mer_city\": \"shen zhen shi\",\r\n            \"mer_country\": \"CN\",\r\n            \"mer_state\": \"long gang qu\",\r\n            \"mer_zipcode\": \"518115\",\r\n            \"merchant_address\": \"yuan shan jie dao~~~1313A, Building 2, Natural Huigu Tea Expo Park No data\",\r\n            \"merchant_cs_name\": \"\",\r\n            \"mnit_nmr_bag\": \"AWBAWBMOOVINBUR40105005010203\",\r\n            \"no_invoice\": \"YES\",\r\n            \"order_label\": \"LP00688486839775\",\r\n            \"order_label_original\": \"LP00688486839775\",\r\n            \"phone_number\": \"\",\r\n            \"pickup_address\": \"\",\r\n            \"redist_trck_nmr_fol\": 0,\r\n            \"redistribution_addr_processed\": \"\",\r\n            \"ship_address_consignee\": \"limon, pococi, roxana 2km oeste de la clinica de roxana en el bar acuario\",\r\n            \"ship_content\": \"[racket]\",\r\n            \"ship_date_process\": \"\\/Date(1730300514000-0400)\\/\",\r\n            \"ship_dimen_high\": \"0.00\",\r\n            \"ship_dimen_length\": \"0.00\",\r\n            \"ship_dimen_width\": \"0.00\",\r\n            \"ship_insurance_value\": 0,\r\n            \"ship_locality_consignee\": null,\r\n            \"ship_merchant_name\": \"\",\r\n            \"ship_name_consignee\": \"Jayden Picado Barquero\",\r\n            \"ship_neighborhood_consignee\": null,\r\n            \"ship_nmr_identity\": null,\r\n            \"ship_physical_weight\": \"0.277\",\r\n            \"ship_physical_weight_kg\": 0.277,\r\n            \"ship_price_value\": \"28.00\",\r\n            \"ship_price_value_group\": \"28.00\",\r\n            \"ship_quantity_piece\": 1,\r\n            \"ship_serial_number\": \"0\",\r\n            \"ship_total\": 28.0,\r\n            \"ship_volumetric_weight\": null,\r\n            \"ship_zipcode\": \"70201\",\r\n            \"shipment_con_type_code\": 0,\r\n            \"shipment_console_type\": 0,\r\n            \"shipper\": \"ZHONG long hui\",\r\n            \"spr_desc_original\": \"\",\r\n            \"spr_formatted_address\": \"\",\r\n            \"spr_items_count\": 0,\r\n            \"state_name\": \"pococi\",\r\n            \"tpcr_cdg\": \"VIRTUAL\",\r\n            \"trbk_card_last_number\": \"RP438B92485M18\",\r\n            \"trck_nmr_fol\": \"RP438B92485M18\",\r\n            \"category_harm_code\" : \"0000.00.22\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app/moovin-courier/api/v1/package","description":"<p>Creates a new package order in the Moovin system. This request includes detailed information about the order, collection point, delivery point, and package details.</p>\n<h3 id=\"variables-description\">Variables Description</h3>\n<h4 id=\"order\">order</h4>\n<ul>\n<li><p><strong>service_type</strong>: Type of service, e.g., \"DELIVERY\".</p>\n</li>\n<li><p><strong>id_order</strong>: Unique identifier for the order.</p>\n</li>\n<li><p><strong>email</strong>: Customer's email address.</p>\n</li>\n<li><p><strong>email_account</strong>: Account email associated with the service.</p>\n</li>\n<li><p><strong>prepared</strong>: Preparation status of the order (can be <code>null</code> if not applicable).</p>\n</li>\n<li><p><strong>extraCharges</strong>: List of extra charges that need to be applied to the package.</p>\n<ul>\n<li><p><strong>idChargeType:</strong> For tax collection, the type to be added is ID 2.</p>\n</li>\n<li><p><strong>currency:</strong></p>\n<ul>\n<li><p>USD dolllars</p>\n</li>\n<li><p>CRC colones</p>\n</li>\n</ul>\n</li>\n<li><p><strong>amount:</strong> The equivalent amount required for tax application</p>\n</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"extraCharges\": [\n   {\n     \"idChargeType\": 2,\n     \"currency\": \"USD\"\",\n     \"amount\": 1000\n   }\n]\n\n</code></pre>\n<ul>\n<li><p><strong>point_collect</strong>: Information about the collection point.</p>\n<ul>\n<li><p><strong>latitude</strong>: Latitude of the collection point. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>longitude</strong>: Longitude of the collection point. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>zip_code</strong>: Zip code of the collection point. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>state</strong>: State where the collection point is located. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>city</strong>: City of the collection point. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>district</strong>: District of the collection point. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>address</strong>: Detailed address of the collection point. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>name</strong>: Name of the collection point. <strong>(Send Moovin warehouse info)</strong></p>\n</li>\n<li><p><strong>phone</strong>: Phone number of the collection point (can be empty). <strong>(Send Moovin warehouse info).</strong></p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Moovin Warehouse Information</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"point_collect\": {\n     \"latitude\": 9.997483010076746,\n     \"longitude\": -84.21222820184903,\n     \"zip_code\": \"321000\",\n     \"state\": \"Alajuela\",\n     \"city\": \"Alajuela\",\n     \"district\": \"Alajuela\",\n     \"address\": \"Contiguo a la Terminal de Carga del Aeropuerto Juan Santamaría y a la Aduana Santamaría, Alajuela.\",\n     \"name\": \"Terminales Santamaría\",\n     \"phone\": \"\"\n}\n\n</code></pre>\n<ul>\n<li><p><strong>point_delivery</strong>: Information about the delivery point.</p>\n<ul>\n<li><p><strong>latitude</strong>: Latitude of the delivery point . (If you dont have information please send Moovin Warehouse location)</p>\n</li>\n<li><p><strong>longitude</strong>: Longitude of the delivery point. (If you dont have information please send Moovin Warehouse location)</p>\n</li>\n<li><p><strong>zip_code</strong>: Zip code of the delivery point.</p>\n</li>\n<li><p><strong>state</strong>: State where the delivery point is located.</p>\n</li>\n<li><p><strong>city</strong>: City of the delivery point.</p>\n</li>\n<li><p><strong>district</strong>: District of the delivery point.</p>\n</li>\n<li><p><strong>address</strong>: Detailed address of the delivery point.</p>\n</li>\n<li><p><strong>name</strong>: Name of the delivery point.</p>\n</li>\n<li><p><strong>phone</strong>: Phone number of the delivery point.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"detail\">detail</h4>\n<ul>\n<li><p><strong>_verify</strong>: Verification status of the detail (boolean).</p>\n</li>\n<li><p><strong>boxs_id</strong>: Identifier for the box/package.</p>\n</li>\n<li><p><strong>city_name</strong>: City name of the consignee.</p>\n</li>\n<li><p><strong>consignee_first_name</strong>: First name of the consignee.</p>\n</li>\n<li><p><strong>consignee_last_name</strong>: Last name of the consignee (can be empty).</p>\n</li>\n<li><p><strong>copa_id</strong>: Identifier for COPA (if applicable).</p>\n</li>\n<li><p><strong>copa_name</strong>: Name for COPA (if applicable).</p>\n</li>\n<li><p><strong>country_product_origin</strong>: Country of origin of the product.</p>\n</li>\n<li><p><strong>cred_virtual_tpcr_cdg</strong>: Virtual credit code (if applicable).</p>\n</li>\n<li><p><strong>ctry_name</strong>: Country name of the consignee.</p>\n</li>\n<li><p><strong>ddu_discount</strong>: Discount amount for DDU (Delivered Duty Unpaid).</p>\n</li>\n<li><p><strong>ddu_freight</strong>: Freight cost for DDU.</p>\n</li>\n<li><p><strong>ddu_insurance</strong>: Insurance cost for DDU.</p>\n</li>\n<li><p><strong>delivery_partner</strong>: Name of the delivery partner.</p>\n</li>\n<li><p><strong>extr_nmr</strong>: External number for tracking.</p>\n</li>\n<li><p><strong>fmpr_cdg</strong>: Freight code.</p>\n</li>\n<li><p><strong>freight_to_charge</strong>: Freight charge amount (if applicable).</p>\n</li>\n<li><p><strong>import_service_name</strong>: Name of the import service.</p>\n</li>\n<li><p><strong>int_bag_num</strong>: Internal bag number for tracking.</p>\n</li>\n<li><p><strong>integration_extr_tracking</strong>: External tracking number for integration.</p>\n</li>\n<li><p><strong>mer_addreess</strong>: Merchant's address.</p>\n</li>\n<li><p><strong>mer_city</strong>: Merchant's city.</p>\n</li>\n<li><p><strong>mer_country</strong>: Merchant's country.</p>\n</li>\n<li><p><strong>mer_state</strong>: Merchant's state.</p>\n</li>\n<li><p><strong>mer_zipcode</strong>: Merchant's zip code.</p>\n</li>\n<li><p><strong>merchant_address</strong>: Merchant's full address.</p>\n</li>\n<li><p><strong>merchant_cs_name</strong>: Merchant's customer service name (if applicable).</p>\n</li>\n<li><p><strong>mnit_nmr_bag</strong>: Bag number for MNIT tracking.</p>\n</li>\n<li><p><strong>no_invoice</strong>: Indicates if there is no invoice (\"YES\" or \"NO\").</p>\n</li>\n<li><p><strong>order_label</strong>: Order label.</p>\n</li>\n<li><p><strong>order_label_original</strong>: Original order label.</p>\n</li>\n<li><p><strong>phone_number</strong>: Phone number of the consignee (can be empty).</p>\n</li>\n<li><p><strong>pickup_address</strong>: Pickup address (if applicable).</p>\n</li>\n<li><p><strong>redist_trck_nmr_fol</strong>: Redistribution tracking number (if applicable).</p>\n</li>\n<li><p><strong>redistribution_addr_processed</strong>: Processed redistribution address (if applicable).</p>\n</li>\n<li><p><strong>ship_address_consignee</strong>: Consignee's shipping address.</p>\n</li>\n<li><p><strong>ship_content</strong>: Description of the shipment contents.</p>\n</li>\n<li><p><strong>ship_date_process</strong>: Date the shipment was processed.</p>\n</li>\n<li><p><strong>ship_dimen_high</strong>: Height of the shipment (if applicable).</p>\n</li>\n<li><p><strong>ship_dimen_length</strong>: Length of the shipment (if applicable).</p>\n</li>\n<li><p><strong>ship_dimen_width</strong>: Width of the shipment (if applicable).</p>\n</li>\n<li><p><strong>ship_insurance_value</strong>: Insurance value of the shipment.</p>\n</li>\n<li><p><strong>ship_locality_consignee</strong>: Locality of the consignee (if applicable).</p>\n</li>\n<li><p><strong>ship_merchant_name</strong>: Name of the shipping merchant.</p>\n</li>\n<li><p><strong>ship_name_consignee</strong>: Name of the consignee.</p>\n</li>\n<li><p><strong>ship_neighborhood_consignee</strong>: Neighborhood of the consignee (if applicable).</p>\n</li>\n<li><p><strong>ship_nmr_identity</strong>: Identity number for the shipment (if applicable).</p>\n</li>\n<li><p><strong>ship_physical_weight</strong>: Physical weight of the shipment.</p>\n</li>\n<li><p><strong>ship_physical_weight_kg</strong>: Physical weight of the shipment in kilograms.</p>\n</li>\n<li><p><strong>ship_price_value</strong>: Value of the shipment.</p>\n</li>\n<li><p><strong>ship_price_value_group</strong>: Group value of the shipment.</p>\n</li>\n<li><p><strong>ship_quantity_piece</strong>: Number of pieces in the shipment.</p>\n</li>\n<li><p><strong>ship_serial_number</strong>: Serial number of the shipment (if applicable).</p>\n</li>\n<li><p><strong>ship_total</strong>: Total value of the shipment.</p>\n</li>\n<li><p><strong>ship_volumetric_weight</strong>: Volumetric weight of the shipment (if applicable).</p>\n</li>\n<li><p><strong>ship_zipcode</strong>: Zip code of the consignee.</p>\n</li>\n<li><p><strong>shipment_con_type_code</strong>: Shipment container type code.</p>\n</li>\n<li><p><strong>shipment_console_type</strong>: Shipment console type.</p>\n</li>\n<li><p><strong>shipper</strong>: Name of the shipper.</p>\n</li>\n<li><p><strong>spr_desc_original</strong>: Original description of the shipment (if applicable).</p>\n</li>\n<li><p><strong>spr_formatted_address</strong>: Formatted address of the shipment (if applicable).</p>\n</li>\n<li><p><strong>spr_items_count</strong>: Count of items in the shipment.</p>\n</li>\n<li><p><strong>state_name</strong>: State name of the consignee.</p>\n</li>\n<li><p><strong>tpcr_cdg</strong>: TPCR code (if applicable).</p>\n</li>\n<li><p><strong>trbk_card_last_number</strong>: Last number of the TRBK card (if applicable).</p>\n</li>\n<li><p><strong>trck_nmr_fol</strong>: Tracking number.</p>\n</li>\n<li><p><strong>category_harm_code</strong>: Serial number / code of arancel part number</p>\n</li>\n</ul>\n<h3 id=\"response-variables-description\">Response Variables Description</h3>\n<h4 id=\"estimation_status\">estimation_status</h4>\n<ul>\n<li><p><strong>RP114733644MU</strong>: Tracking number of package.</p>\n<ul>\n<li><p><strong>status</strong>: Status of the estimation process. Example: \"SUCCESS\".</p>\n</li>\n<li><p><strong>message</strong>: Message providing additional information about the estimation status. Example: \"information estimation\".</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"order_data\">order_data</h4>\n<ul>\n<li><p><strong>order_data</strong>: Array containing the order details.</p>\n<ul>\n<li><p><strong>order</strong>: Object containing information about the specific order.</p>\n<ul>\n<li><p><strong>idPackage</strong>: Unique identifier for the package in Moovin. Example: 1002347.</p>\n</li>\n<li><p><strong>orderQR</strong>: QR code string containing order details. The format includes multiple fields separated by <code>||</code>. Example: \"idPackage1002347||fullNameJose Rolando Blanco V||phone89454577||identificationnull\".</p>\n</li>\n<li><p><strong>status</strong>: Status of the order. Example: \"SUCCESS\".</p>\n</li>\n<li><p><strong>message</strong>: Message providing additional information about the order status. Example: \"Complete payment\".</p>\n</li>\n</ul>\n</li>\n<li><p><strong>courier_product</strong>: Array containing courier product details.</p>\n<ul>\n<li><strong>id_package</strong>: Unique identifier for the package. Example: 1002347.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"order_status\">order_status</h4>\n<ul>\n<li><p><strong>RP114733644MU</strong>: Tracking number of package.</p>\n<ul>\n<li><p><strong>status</strong>: Status of the order. Example: \"SUCCESS\".</p>\n</li>\n<li><p><strong>message</strong>: Message providing additional information about the order status. Example: \"Complete payment\".</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"summary\">Summary</h3>\n<ul>\n<li><p><strong>estimation_status</strong>: Contains the status and message related to the estimation process for a specific identifier.</p>\n</li>\n<li><p><strong>order_data</strong>: An array with detailed information about the order, including package ID, QR code, status, and message.</p>\n</li>\n<li><p><strong>order_status</strong>: Contains the status and message related to the order for a specific identifier.</p>\n</li>\n</ul>\n<p>This structured response provides comprehensive details about the package creation process, including status updates and relevant identifiers, facilitating tracking and management of the order within the system. If you need further customization or additional information, feel free to ask.</p>\n","urlObject":{"path":["moovin-courier","api","v1","package"],"host":["https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app"],"query":[],"variable":[]}},"response":[{"id":"0b0dd63d-1e65-4157-8cc5-a4fded2eddd9","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order\": {\r\n        \"service_type\": \"DELIVERY\",\r\n        \"id_order\": \"RP438292485MU1\",\r\n        \"email\": \"jaydenbarquero06@demo.com\",\r\n        \"email_account\": \"support_it@demo.com\",\r\n        \"prepared\": null,\r\n        \"point_collect\": {\r\n            \"latitude\": 9.929652,\r\n            \"longitude\": -84.134719,\r\n            \"zip_code\": \"518115\",\r\n            \"state\": \"guang dong sheng\",\r\n            \"city\": \"shen zhen shi\",\r\n            \"district\": \"long gang qu\",\r\n            \"address\": \"C. 122, Maynard, San Jos\\u00e9, San Rafael, Costa Rica - Moovin\",\r\n            \"name\": \"ZHONG long hui\",\r\n            \"phone\": \"\"\r\n        },\r\n        \"point_delivery\": {\r\n            \"latitude\": 9.929652,\r\n            \"longitude\": -84.134719,\r\n            \"zip_code\": \"101008\",\r\n            \"state\": \"san jose\",\r\n            \"city\": \"el humo\",\r\n            \"district\": null,\r\n            \"address\": \"Escazu , multiplaza , local 10 \",\r\n            \"name\": \"Jayden Picado Barquero\",\r\n            \"phone\": \"62***71\\/62392771\"\r\n        }\r\n    },\r\n    \"detail\": [\r\n        {\r\n            \"_verify\": false,\r\n            \"boxs_id\": 4149512,\r\n            \"city_name\": \"el humo\",\r\n            \"consignee_first_name\": \"Jayden Picado Barquero\",\r\n            \"consignee_last_name\": \"\",\r\n            \"copa_id\": \"\",\r\n            \"copa_name\": \"\",\r\n            \"country_product_origin\": \"CO\",\r\n            \"cred_virtual_tpcr_cdg\": \"\",\r\n            \"ctry_name\": \"Costa Rica\",\r\n            \"ddu_discount\": 0,\r\n            \"ddu_freight\": 0,\r\n            \"ddu_insurance\": 0,\r\n            \"delivery_partner\": \"MOOVIN CR\",\r\n            \"extr_nmr\": \"729-44949936\",\r\n            \"fmpr_cdg\": \"OTR\",\r\n            \"freight_to_charge\": null,\r\n            \"import_service_name\": \"DDP\",\r\n            \"int_bag_num\": \"AWBAWBMOOVINBUR40105005010203\",\r\n            \"integration_extr_tracking\": \"RP438292485MU\",\r\n            \"mer_addreess\": \"yuan shan jie dao~~~1313A, Building 2, Natural Huigu Tea Expo Park\",\r\n            \"mer_city\": \"shen zhen shi\",\r\n            \"mer_country\": \"CN\",\r\n            \"mer_state\": \"long gang qu\",\r\n            \"mer_zipcode\": \"518115\",\r\n            \"merchant_address\": \"yuan shan jie dao~~~1313A, Building 2, Natural Huigu Tea Expo Park No data\",\r\n            \"merchant_cs_name\": \"\",\r\n            \"mnit_nmr_bag\": \"AWBAWBMOOVINBUR40105005010203\",\r\n            \"no_invoice\": \"YES\",\r\n            \"order_label\": \"LP00688486839775\",\r\n            \"order_label_original\": \"LP00688486839775\",\r\n            \"phone_number\": \"\",\r\n            \"pickup_address\": \"\",\r\n            \"redist_trck_nmr_fol\": 0,\r\n            \"redistribution_addr_processed\": \"\",\r\n            \"category_harm_code\": \"0000.00.11\",\r\n            \"ship_address_consignee\": \"Escazu , multiplaza , local 10 \",\r\n            \"ship_content\": \"[racket]\",\r\n            \"ship_date_process\": \"\\/Date(1730300514000-0400)\\/\",\r\n            \"ship_dimen_high\": \"0.00\",\r\n            \"ship_dimen_length\": \"0.00\",\r\n            \"ship_dimen_width\": \"0.00\",\r\n            \"ship_insurance_value\": 0,\r\n            \"ship_locality_consignee\": null,\r\n            \"ship_merchant_name\": \"\",\r\n            \"ship_name_consignee\": \"Jayden Picado Barquero\",\r\n            \"ship_neighborhood_consignee\": null,\r\n            \"ship_nmr_identity\": null,\r\n            \"ship_physical_weight\": \"0.277\",\r\n            \"ship_physical_weight_kg\": 0.277,\r\n            \"ship_price_value\": \"28.00\",\r\n            \"ship_price_value_group\": \"28.00\",\r\n            \"ship_quantity_piece\": 1,\r\n            \"ship_serial_number\": \"0\",\r\n            \"ship_total\": 28.0,\r\n            \"ship_volumetric_weight\": null,\r\n            \"ship_zipcode\": \"70201\",\r\n            \"shipment_con_type_code\": 0,\r\n            \"shipment_console_type\": 0,\r\n            \"shipper\": \"ZHONG long hui\",\r\n            \"spr_desc_original\": \"\",\r\n            \"spr_formatted_address\": \"\",\r\n            \"spr_items_count\": 0,\r\n            \"state_name\": \"pococi\",\r\n            \"tpcr_cdg\": \"VIRTUAL\",\r\n            \"trbk_card_last_number\": \"RP438292485MU1\",\r\n            \"trck_nmr_fol\": \"RP438292485MU1\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app/moovin-courier/api/v1/package"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"Origin,Access-Control-Request-Method,Access-Control-Request-Headers"},{"key":"content-type","value":"application/json"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"0"},{"key":"referrer-policy","value":"no-referrer"},{"key":"X-Cloud-Trace-Context","value":"fa4d6de54315d653d616a6fd89060f0a;o=1"},{"key":"Date","value":"Fri, 20 Dec 2024 16:12:49 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"437"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"estimation_status\": {\n        \"RP438292485MU1\": {\n            \"status\": \"SUCCESS\",\n            \"message\": \"infomation estimation\"\n        }\n    },\n    \"order_data\": [\n        {\n            \"order\": {\n                \"idPackage\": 1004337,\n                \"orderQR\": \"idPackage<MN>1004337||fullName<MN>Jayden Picado Barquero||phone<MN>62***71/62392771||identification<MN>null\",\n                \"status\": \"SUCCESS\",\n                \"message\": \"Complete payment\"\n            },\n            \"courier_product\": [\n                {\n                    \"id_package\": 1004337\n                }\n            ]\n        }\n    ],\n    \"order_status\": {\n        \"RP438292485MU1\": {\n            \"status\": \"SUCCESS\",\n            \"message\": \"Complete payment\"\n        }\n    }\n}"}],"_postman_id":"b1dfe75a-4835-49cc-84b9-afc1834da108"},{"name":"Spreadsheet Manifest Tax","id":"b31aa27a-39a3-4ce6-b121-b8c304756c0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"document","type":"file","src":"/Users/javierhernandezmarquez/Downloads/MOOVIN_testing MAWB manifest (3).xlsx","disabled":true},{"key":"document","type":"file","src":"/Users/javierhernandezmarquez/Downloads/MOOVIN_header malo.xlsx"}]},"url":"{{url}}/moovin-courier-tax/api/v1/tax/spreadsheetManifest","urlObject":{"path":["moovin-courier-tax","api","v1","tax","spreadsheetManifest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"288724f8-12f9-48f6-a2db-ccbbbde8fd90","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"document","type":"file","src":["/Users/javierhernandezmarquez/Downloads/MOOVIN_testing MAWB manifest (3).xlsx"]},{"key":"document","type":"file","src":["/Users/javierhernandezmarquez/Downloads/MOOVIN_header malo.xlsx"],"disabled":true}]},"url":"{{url}}/moovin-courier-tax/api/v1/tax/spreadsheetManifest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"754"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"0"},{"key":"Referrer-Policy","value":"no-referrer"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": null,\n    \"message\": null,\n    \"manifest\": {\n        \"_verify\": true,\n        \"city_iso_code_dest\": \"SJO\",\n        \"city_iso_code_origin\": \"MIA\",\n        \"ctry_iso_code\": \"CR\",\n        \"ctry_name\": \"Costa Rica\",\n        \"departure_gateway\": null,\n        \"dert_id\": 0,\n        \"dert_name\": null,\n        \"disp_id\": 0,\n        \"disp_name\": null,\n        \"entry_gateway\": null,\n        \"manifest_ddup_type\": null,\n        \"mnfs_date_entry\": \"08/11/2024 10:22 AM\",\n        \"mnfs_ext_number\": null,\n        \"mnfs_flight_date\": \"08/11/2024 10:22 AM\",\n        \"mnfs_flight_number\": \"08/11/2024 10:22 AM\",\n        \"mnfs_id\": 261091,\n        \"mnfs_lnar_cdg\": null,\n        \"mnfs_nmr_airwaybill\": \"MANI-UP-261091\",\n        \"mnfs_nmr_airwaybill_1\": null,\n        \"mnfs_ttl_physical_weight\": 1.9,\n        \"mnfs_ttl_price_value\": 0,\n        \"mnfs_ttl_quantity_piece\": 2,\n        \"mnfs_ttl_shipment\": 0,\n        \"origin_country\": \"US\",\n        \"transport_type_code\": \"car\"\n    },\n    \"packages\": [\n        \"KPMOOVIN000000003\",\n        \"KPMOOVIN000000004\"\n    ]\n}"},{"id":"680c5292-1691-4346-afb6-f81bfa18f6da","name":"Validation Columns","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"document","type":"file","src":["/Users/javierhernandezmarquez/Downloads/MOOVIN_testing MAWB manifest (3).xlsx"],"disabled":true},{"key":"document","type":"file","src":["/Users/chanto/Desktop/Manifiesto 0760 plantilla-impuestos 16-01-2025.xlsx"]}]},"url":"localhost:8080/moovin-courier-tax/api/v1/tax/spreadsheet"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2730"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"0"},{"key":"Referrer-Policy","value":"no-referrer"}],"cookie":[],"responseTime":null,"body":"{\n    \"body\": [\n        {\n            \"columnName\": \"LINEA\",\n            \"error\": 1,\n            \"message\": \"No se encontró la columna esperada: LINEA\"\n        },\n        {\n            \"columnName\": \"DESCRIPCION\",\n            \"error\": 1,\n            \"message\": \"Error en columna: DESCRIPCION (posición esperada: 3, posición encontrada: 2)\"\n        },\n        {\n            \"columnName\": \"FECHA\",\n            \"error\": 1,\n            \"message\": \"Error en columna: FECHA (posición esperada: 4, posición encontrada: 3)\"\n        },\n        {\n            \"columnName\": \"DUA\",\n            \"error\": 1,\n            \"message\": \"Error en columna: DUA (posición esperada: 5, posición encontrada: 4)\"\n        },\n        {\n            \"columnName\": \"TC\",\n            \"error\": 1,\n            \"message\": \"Error en columna: TC (posición esperada: 6, posición encontrada: 5)\"\n        },\n        {\n            \"columnName\": \"FACTURA\",\n            \"error\": 1,\n            \"message\": \"Error en columna: FACTURA (posición esperada: 7, posición encontrada: 6)\"\n        },\n        {\n            \"columnName\": \"PESO_NETO\",\n            \"error\": 1,\n            \"message\": \"Error en columna: PESO_NETO (posición esperada: 8, posición encontrada: 7)\"\n        },\n        {\n            \"columnName\": \"MONTO\",\n            \"error\": 1,\n            \"message\": \"Error en columna: MONTO (posición esperada: 9, posición encontrada: 8)\"\n        },\n        {\n            \"columnName\": \"IVA_CRC\",\n            \"error\": 1,\n            \"message\": \"Error en columna: IVA_CRC (posición esperada: 10, posición encontrada: 9)\"\n        },\n        {\n            \"columnName\": \"DAI_CRC\",\n            \"error\": 1,\n            \"message\": \"Error en columna: DAI_CRC (posición esperada: 11, posición encontrada: 10)\"\n        },\n        {\n            \"columnName\": \"LEY6946_CRC\",\n            \"error\": 1,\n            \"message\": \"No se encontró la columna esperada: LEY6946_CRC\"\n        },\n        {\n            \"columnName\": \"SC_CRC\",\n            \"error\": 1,\n            \"message\": \"Error en columna: SC_CRC (posición esperada: 13, posición encontrada: 12)\"\n        },\n        {\n            \"columnName\": \"PROCOMER_CRC\",\n            \"error\": 1,\n            \"message\": \"Error en columna: PROCOMER_CRC (posición esperada: 14, posición encontrada: 13)\"\n        },\n        {\n            \"columnName\": \"OTROS_IMP_CRC\",\n            \"error\": 1,\n            \"message\": \"Error en columna: OTROS_IMP_CRC (posición esperada: 15, posición encontrada: 14)\"\n        },\n        {\n            \"columnName\": \"ARANCEL\",\n            \"error\": 1,\n            \"message\": \"Error en columna: ARANCEL (posición esperada: 16, posición encontrada: 15)\"\n        },\n        {\n            \"columnName\": \"MONTO_ORIGEN\",\n            \"error\": 1,\n            \"message\": \"Error en columna: MONTO_ORIGEN (posición esperada: 17, posición encontrada: 16)\"\n        },\n        {\n            \"columnName\": \"IVA_CR\",\n            \"error\": 1,\n            \"message\": \"Error en columna: IVA_CR (posición esperada: 18, posición encontrada: 17)\"\n        },\n        {\n            \"columnName\": \"DAI_CR\",\n            \"error\": 1,\n            \"message\": \"Error en columna: DAI_CR (posición esperada: 19, posición encontrada: 18)\"\n        },\n        {\n            \"columnName\": \"GUIA\",\n            \"error\": 1,\n            \"message\": \"Error en columna: GUIA (posición esperada: 20, posición encontrada: 19)\"\n        },\n        {\n            \"columnName\": \"MANIFEST\",\n            \"error\": 1,\n            \"message\": \"Error en columna: MANIFEST (posición esperada: 21, posición encontrada: 22)\"\n        }\n    ],\n    \"httpCode\": 400,\n    \"message\": \"Se encontraron columnas en posiciones incorrectas o faltantes .\\nSe esperaba el orden: [ID, LINEA, DESCRIPCION, FECHA, DUA, TC, FACTURA, PESO_NETO, MONTO, IVA_CRC, DAI_CRC, LEY6946_CRC, SC_CRC, PROCOMER_CRC, OTROS_IMP_CRC, ARANCEL, MONTO_ORIGEN, IVA_CR, DAI_CR, GUIA, MANIFEST]\\n\"\n}"}],"_postman_id":"b31aa27a-39a3-4ce6-b121-b8c304756c0a"},{"name":"Get List Status Packages","id":"66a86c60-8971-494e-8f31-bf22743b5a24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app/moovin-courier/api/v1/package/list?id=PDUA1000100CR","description":"<p>The \"Get List Status Packages\" method is used to retrieve all the movements or statuses of a package. Here's a description of the request and response:</p>\n<p><strong>Request</strong>:</p>\n<ul>\n<li><p><strong>URL</strong>: The URL endpoint for the API method.</p>\n</li>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>Parameter</strong>: id=RP114733644MU (The package ID for which you want to retrieve the status list)</p>\n</li>\n</ul>\n<p><strong>Response</strong>:</p>\n<ul>\n<li><p><strong>status</strong>: Indicates the status of the API request. In this case, \"SUCCESS\" indicates that the request was successful.</p>\n</li>\n<li><p><strong>list</strong>: An array containing the status history of the package.</p>\n<ul>\n<li><p><strong>date</strong>: The timestamp indicating when the status update occurred.</p>\n</li>\n<li><p><strong>statusPackage</strong>: The status of the package at that particular date and time. In this example, \"PICKUP\" means the package was picked up at the specified timestamp</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["moovin-courier","api","v1","package","list"],"host":["https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app"],"query":[{"key":"id","value":"PDUA1000100CR"}],"variable":[]}},"response":[{"id":"2d2c2065-3630-47ed-bf9b-d246424330eb","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app/moovin-courier/api/v1/package/list?id=RP114733644MU","host":["https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app"],"path":["moovin-courier","api","v1","package","list"],"query":[{"key":"id","value":"RP114733644MU"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"Origin,Access-Control-Request-Method,Access-Control-Request-Headers"},{"key":"content-type","value":"application/json"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"0"},{"key":"referrer-policy","value":"no-referrer"},{"key":"X-Cloud-Trace-Context","value":"1c8fe2036f6f8c22d24c2a0902b1e89b"},{"key":"Date","value":"Thu, 23 May 2024 03:40:35 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"86"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"list\": [\n        {\n            \"date\": \"2024-05-23T02:59:58Z\",\n            \"statusPackage\": \"PICKUP\"\n        }\n    ],\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"66a86c60-8971-494e-8f31-bf22743b5a24"},{"name":"Ge list Products by Id package","id":"d8fb9cfc-d905-403e-a71c-b42bc484163e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8082/moovin-db-bridge/api/v2/courier-product/getAllProductsByIdPackage?idPackage=1007710","description":"<p>The \"Get List Status Packages\" method is used to retrieve all the movements or statuses of a package. Here's a description of the request and response:</p>\n<p><strong>Request</strong>:</p>\n<ul>\n<li><p><strong>URL</strong>: The URL endpoint for the API method.</p>\n</li>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>Parameter</strong>: id=RP114733644MU (The package ID for which you want to retrieve the status list)</p>\n</li>\n</ul>\n<p><strong>Response</strong>:</p>\n<ul>\n<li><p><strong>status</strong>: Indicates the status of the API request. In this case, \"SUCCESS\" indicates that the request was successful.</p>\n</li>\n<li><p><strong>list</strong>: An array containing the status history of the package.</p>\n<ul>\n<li><p><strong>date</strong>: The timestamp indicating when the status update occurred.</p>\n</li>\n<li><p><strong>statusPackage</strong>: The status of the package at that particular date and time. In this example, \"PICKUP\" means the package was picked up at the specified timestamp</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8082","path":["moovin-db-bridge","api","v2","courier-product","getAllProductsByIdPackage"],"host":["localhost"],"query":[{"key":"idPackage","value":"1007710"}],"variable":[]}},"response":[{"id":"447e8b78-3044-4831-bb40-1a274605c778","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app/moovin-courier/api/v1/package/list?id=RP114733644MU","host":["https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app"],"path":["moovin-courier","api","v1","package","list"],"query":[{"key":"id","value":"RP114733644MU"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"vary","value":"Origin,Access-Control-Request-Method,Access-Control-Request-Headers"},{"key":"content-type","value":"application/json"},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"0"},{"key":"referrer-policy","value":"no-referrer"},{"key":"X-Cloud-Trace-Context","value":"1c8fe2036f6f8c22d24c2a0902b1e89b"},{"key":"Date","value":"Thu, 23 May 2024 03:40:35 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"86"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"list\": [\n        {\n            \"date\": \"2024-05-23T02:59:58Z\",\n            \"statusPackage\": \"PICKUP\"\n        }\n    ],\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"d8fb9cfc-d905-403e-a71c-b42bc484163e"},{"name":"Status Changes Report","id":"56d3122f-d275-470c-96c5-28b4778b15b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"tracking_number\": \"EX000000001\",\r\n    \"events\": [\r\n        {\r\n            \"event_date\": \"2020-12-12 15:59:59\",\r\n            \"time_zone\": \"+00:00\",\r\n            \"status_code\": \"INMOOVIN\",\r\n            \"status_description\": \"Entrar en la sede de moovin\"\r\n        },\r\n        {\r\n            \"event_date\": \"2020-12-12 18:26:59\",\r\n            \"time_zone\": \"+00:00\",\r\n            \"status_code\": \"ASSINGROUTE\",\r\n            \"status_description\": \"Asignado a una ruta\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{target-endpoint}}","description":"<h3 id=\"request\">Request</h3>\n<p>Este endpoint se utiliza para enviar una solicitud POST al endpoint objetivo de su servicio. El payload de la solicitud está en formato raw (JSON) e incluye un número de seguimiento junto con una lista de eventos, cada uno de los cuales contiene la fecha del evento, la zona horaria, el código de estado y la descripción del estado.</p>\n<p>La siguiente lista muestra el catálogo de los posibles estados por reportar, seleccione los que se adecuan de mejor forma para sus requerimientos y comuniquelo con el equipo de Tecnología de Moovin para su correcta integración:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>status_code</th>\n<th>status_description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>INSERT</td>\n<td>Insertado el paquete en un pedido</td>\n</tr>\n<tr>\n<td>PICKUP</td>\n<td>Recoger el paquete de el cliente</td>\n</tr>\n<tr>\n<td>INMOOVIN</td>\n<td>Entrar en la sede de moovin</td>\n</tr>\n<tr>\n<td>EXITMOOVIN</td>\n<td>Sale de la sede moovin</td>\n</tr>\n<tr>\n<td>ASSINGROUTE</td>\n<td>Asignado a una ruta</td>\n</tr>\n<tr>\n<td>ASSINGMOOVER</td>\n<td>Asignado a un moover</td>\n</tr>\n<tr>\n<td>DELIVERED</td>\n<td>El paquete fue entregado</td>\n</tr>\n<tr>\n<td>FAILED</td>\n<td>Fallo la entrega</td>\n</tr>\n<tr>\n<td>GIVEBACK</td>\n<td>En tránsito a la sede el cliente</td>\n</tr>\n<tr>\n<td>INROUTE</td>\n<td>Se encuentra en poder de un moover</td>\n</tr>\n<tr>\n<td>COLLECTMOOVER</td>\n<td>Cuando el moover recogió el paquete</td>\n</tr>\n<tr>\n<td>RELEASE</td>\n<td>Cuando se desea liberar un paquete</td>\n</tr>\n<tr>\n<td>INSERVICE</td>\n<td>Cuando está en servicio</td>\n</tr>\n<tr>\n<td>RETURN</td>\n<td>Solicita la devolución de un paqute</td>\n</tr>\n<tr>\n<td>SCHEDULE</td>\n<td>Calendarizado</td>\n</tr>\n<tr>\n<td>CANCEL</td>\n<td>Cancelar</td>\n</tr>\n<tr>\n<td>CANCELREQUEST</td>\n<td>Solicita la cancelación de un paquete</td>\n</tr>\n<tr>\n<td>PREPARE</td>\n<td>Paquete que se tiene que preparar</td>\n</tr>\n<tr>\n<td>SENDSERVICE</td>\n<td>Se envía a concurso OnDemand</td>\n</tr>\n<tr>\n<td>INROUTEPICKUP</td>\n<td>Coordinado para su entrega</td>\n</tr>\n<tr>\n<td>COORDINATE</td>\n<td>Paquete en ruta para se recogido</td>\n</tr>\n<tr>\n<td>DELIVEREDCOMPLETE</td>\n<td>Entrega completa</td>\n</tr>\n<tr>\n<td>DELIVEREDINCOMPLETE</td>\n<td>Entega con información incompleta</td>\n</tr>\n<tr>\n<td>REVIEWDOCS</td>\n<td>Revision de Documentos</td>\n</tr>\n<tr>\n<td>COLLECTPICKUP</td>\n<td>El Moover recoge un paquete</td>\n</tr>\n<tr>\n<td>DELETEPACKAGE</td>\n<td>Cuando se desea eliminar un paquete para no realizar acciones sobre el mismo</td>\n</tr>\n<tr>\n<td>CHANGEPARAMETERS</td>\n<td>Cambios de parámetros</td>\n</tr>\n<tr>\n<td>ASSIGNDRAWER</td>\n<td>Asignado a cajón</td>\n</tr>\n<tr>\n<td>REVIEW</td>\n<td>Revision del paquete por anomalías</td>\n</tr>\n<tr>\n<td>CHANGECONTACTPOINT</td>\n<td>Cambio de información de un contacto de un punto de un paquete</td>\n</tr>\n<tr>\n<td>CUSTOMSENTRY</td>\n<td>Ingresaron paquetes a aduanas</td>\n</tr>\n<tr>\n<td>CUSTOMINSPECTION</td>\n<td>Inspeccionado por aduanas</td>\n</tr>\n<tr>\n<td>DELAYCUSTOM</td>\n<td>Retraso por aduanas</td>\n</tr>\n<tr>\n<td>CUSTOMSCLEARED</td>\n<td>Impuestos aduaneros declarados</td>\n</tr>\n<tr>\n<td>CUSTOMSREALEASE</td>\n<td>Liberado por aduanas</td>\n</tr>\n<tr>\n<td>OUTCOUNTRY</td>\n<td>Envío internacional</td>\n</tr>\n<tr>\n<td>PRECOORDINATIONSEND</td>\n<td>Correo de precoordinación enviado</td>\n</tr>\n<tr>\n<td>CONFIRMEDPRECOODINATION</td>\n<td>Cliente confirma ubicación de entrega</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>La respuesta de esta solicitud puede ser documentada como un esquema JSON.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Columna</strong></th>\n<th><strong>Tipo de Dato</strong></th>\n<th><strong>Descripción</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>int</td>\n<td>Código de respuesta</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string(255)</td>\n<td>Mensaje de respuesta</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"códigos-de-respuesta\">Códigos de respuesta</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>code</th>\n<th><strong>message</strong></th>\n<th><strong>Código de Estado HTTP</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>201</td>\n<td>SUCCESS</td>\n<td>201</td>\n</tr>\n<tr>\n<td>400</td>\n<td>INCORRECT_REQUEST</td>\n<td>400</td>\n</tr>\n<tr>\n<td>401</td>\n<td>UNAUTHORIZED</td>\n<td>401</td>\n</tr>\n<tr>\n<td>404</td>\n<td>ORDER_DOES_NOT_EXISTS</td>\n<td>404</td>\n</tr>\n<tr>\n<td>500</td>\n<td>SERVER_ERROR</td>\n<td>500</td>\n</tr>\n</tbody>\n</table>\n</div><p>Ejemplo:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"code\": 201,\n    \"message\": \"SUCCESS\"\n}\n\n</code></pre>\n","urlObject":{"host":["{{target-endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"56d3122f-d275-470c-96c5-28b4778b15b2"},{"name":"Print label package","id":"bf3647e6-b2ca-40cb-afd9-3ba3d91fa46c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"es","type":"text"}],"url":"/packages/v1/print/code?code=343842390jdsh3ju03424&format=pdf&size=sm","description":"<p>This endpoint generates a PDF file containing a label for a specific package.</p>\n<h3 id=\"endpoint-for-contry-url-print\">Endpoint for Contry (url-print)</h3>\n<p>Take into consideration adjusting the endpoint depending on the country where the integration with the system is carried out.</p>\n<h4 id=\"developer\">Developer</h4>\n<ul>\n<li>Costa Rica: <a href=\"https://api-print.dev.moovin.me\">https://api-print.dev.moovin.me</a></li>\n</ul>\n<p><strong>Production:</strong></p>\n<ul>\n<li><p>Costa Rica: <a href=\"https://api-print.moovin.me\">https://api-print.moovin.me</a></p>\n</li>\n<li><p>Honduras: <a href=\"https://print-hn.moovin.me\">https://print-hn.moovin.me</a></p>\n</li>\n<li><p>Dominicana republic : <a href=\"https://do-print.nextmile.tech\">https://do-print.nextmile.tech</a></p>\n</li>\n<li><p>Panama: <a href=\"https://pa-print.nextmile.tech\">https://pa-print.nextmile.tech</a></p>\n</li>\n<li><p>Nicaragua: <a href=\"https://ni-print.nextmile.tech\">https://ni-print.nextmile.tech</a></p>\n</li>\n</ul>\n<h3 id=\"method\"><strong>Method</strong></h3>\n<p><code>GET</code></p>\n<h3 id=\"query-parameters\"><strong>Query Parameters</strong></h3>\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>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>code</code></td>\n<td>String</td>\n<td>Yes</td>\n<td>The unique package code for which the label needs to be generated.</td>\n</tr>\n<tr>\n<td><code>format</code></td>\n<td>String</td>\n<td>Yes</td>\n<td>The format of the output file. For this endpoint, use <code>pdf or html</code></td>\n</tr>\n<tr>\n<td><code>size</code></td>\n<td>String</td>\n<td>Yes</td>\n<td>The size of the label. Supported values: <code>sm</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"usage-notes\"><strong>Usage Notes</strong></h3>\n<ol>\n<li><p>Ensure the <code>code</code> parameter corresponds to a valid package in the system.</p>\n</li>\n<li><p>The <code>size</code> parameter allows customization of the label dimensions:</p>\n<ul>\n<li><code>sm</code> (small)</li>\n</ul>\n</li>\n<li><p>The <code>format</code> parameter currently supports <code>pdf or html</code> as a valid value.</p>\n</li>\n</ol>\n","urlObject":{"path":["packages","v1","print","code"],"host":[""],"query":[{"key":"code","value":"343842390jdsh3ju03424"},{"key":"format","value":"pdf"},{"key":"size","value":"sm"}],"variable":[]}},"response":[],"_postman_id":"bf3647e6-b2ca-40cb-afd9-3ba3d91fa46c"},{"name":"Check Profile Apply Extra Charge Delivery","id":"8c6e59f3-754a-410b-ae67-4bc5abd0d8bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"es","type":"text"}],"url":"localhost:8082/moovin-db-bridge/api/v1/checkChargeByProfile?idProfile=27564&idPackage=1007721","description":"<p>This endpoint generates a PDF file containing a label for a specific package.</p>\n<h3 id=\"method\"><strong>Method</strong></h3>\n<p><code>GET</code></p>\n<h3 id=\"query-parameters\"><strong>Query Parameters</strong></h3>\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>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>code</code></td>\n<td>String</td>\n<td>Yes</td>\n<td>The unique package code for which the label needs to be generated.</td>\n</tr>\n<tr>\n<td><code>format</code></td>\n<td>String</td>\n<td>Yes</td>\n<td>The format of the output file. For this endpoint, use <code>pdf or html</code></td>\n</tr>\n<tr>\n<td><code>size</code></td>\n<td>String</td>\n<td>Yes</td>\n<td>The size of the label. Supported values: <code>sm</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"usage-notes\"><strong>Usage Notes</strong></h3>\n<ol>\n<li><p>Ensure the <code>code</code> parameter corresponds to a valid package in the system.</p>\n</li>\n<li><p>The <code>size</code> parameter allows customization of the label dimensions:</p>\n<ul>\n<li><code>sm</code> (small)</li>\n</ul>\n</li>\n<li><p>The <code>format</code> parameter currently supports <code>pdf or html</code> as a valid value.</p>\n</li>\n</ol>\n","urlObject":{"port":"8082","path":["moovin-db-bridge","api","v1","checkChargeByProfile"],"host":["localhost"],"query":[{"key":"idProfile","value":"27564"},{"key":"idPackage","value":"1007721"}],"variable":[]}},"response":[{"id":"0e03e715-351d-4bc3-93c9-73af522cd4b3","name":"Check Profile Apply Extra Charge delivery","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"es","type":"text"}],"url":{"raw":"localhost:8082/moovin-db-bridge/api/v1/checkChargeByProfile?idProfile=27564&idPackage=1007721","host":["localhost"],"port":"8082","path":["moovin-db-bridge","api","v1","checkChargeByProfile"],"query":[{"key":"idProfile","value":"27564"},{"key":"idPackage","value":"1007721"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 04 Sep 2025 05:11:12 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpCode\": 404,\n    \"httpStatus\": \"OK\",\n    \"message\": \"Consulta correcta\",\n    \"data\": {\n        \"idChargeZone\": 79,\n        \"applyDelivery\": true,\n        \"amount\": 3.2\n    }\n}"}],"_postman_id":"8c6e59f3-754a-410b-ae67-4bc5abd0d8bd"},{"name":"Catalog list status of package","id":"2878a184-a52e-4648-8be3-d86f4e52083b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"/moovinApiWebServices/rest/api/ecommerceExternal/getStatus?idPackage=1004801","description":"<h1 id=\"environment-variable\">Environment Variable</h1>\n<p>Environment Variable by country:</p>\n<h2 id=\"costa-rica\"><strong>Costa Rica</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th><strong>Sandbox</strong></th>\n<th><strong>Production</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>url-api</strong></td>\n<td><a href=\"https://developer.moovin.me\">https://developer.moovin.me</a></td>\n<td><a href=\"https://moovin.me\">https://moovin.me</a></td>\n</tr>\n<tr>\n<td><strong>country</strong></td>\n<td>-cr</td>\n<td>-cr</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"honduras\"><strong>Honduras</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th><strong>Sandbox</strong></th>\n<th><strong>Production</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>url-api</strong></td>\n<td><a href=\"https://hn.developer.moovin.me\">https://hn.developer.moovin.me</a></td>\n<td><a href=\"https://hn.moovin.me\">https://hn.moovin.me</a></td>\n</tr>\n<tr>\n<td><strong>country</strong></td>\n<td>-hn</td>\n<td>-hn</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"chile\"><strong>Chile</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th><strong>Sandbox</strong></th>\n<th><strong>Production</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>url-api</strong></td>\n<td><a href=\"https://developer.moovin.cl\">https://developer.moovin.cl</a></td>\n<td><a href=\"https://moovin.me\">https://moovin.cl</a></td>\n</tr>\n<tr>\n<td><strong>country</strong></td>\n<td>-cl</td>\n<td>-cl</td>\n</tr>\n</tbody>\n</table>\n</div><p>It returns the statuses the package has gone through:</p>\n<ul>\n<li><p><strong>INSERT</strong>: created</p>\n</li>\n<li><p><strong>PREPARED</strong>: to be prepared</p>\n</li>\n<li><p><strong>PICKUP</strong>: pickup request</p>\n</li>\n<li><p><strong>INMOOVIN</strong>: at Moovin facility</p>\n</li>\n<li><p><strong>DELIVERED</strong>: delivered</p>\n</li>\n<li><p><strong>CANCEL</strong>: canceled</p>\n</li>\n<li><p><strong>SENDSERVICE</strong>: sent to service</p>\n</li>\n<li><p><strong>INROUTEPICKUP</strong>: en route for pickup</p>\n</li>\n<li><p><strong>COORDINATE</strong>: coordinated for delivery</p>\n</li>\n<li><p><strong>DELIVEREDCOMPLETE</strong>: delivered</p>\n</li>\n<li><p><strong>COLLECTPICKUP</strong>: collected</p>\n</li>\n<li><p><strong>DELETEPACKAGE</strong>: deleted</p>\n</li>\n<li><p><strong>FAILED</strong>: failed</p>\n</li>\n<li><p><strong>INROUTE</strong>: en route for delivery</p>\n</li>\n<li><p><strong>REVIEW</strong>: under review</p>\n</li>\n</ul>\n","urlObject":{"path":["moovinApiWebServices","rest","api","ecommerceExternal","getStatus"],"host":[""],"query":[{"key":"idPackage","value":"1004801"}],"variable":[]}},"response":[{"id":"aac9c05f-4737-40b4-aab4-fde7c5513577","name":"OK","originalRequest":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"/moovinApiWebServices/rest/api/ecommerceExternal/getStatus?idPackage=1004801","host":[""],"path":["moovinApiWebServices","rest","api","ecommerceExternal","getStatus"],"query":[{"key":"idPackage","value":"1004801"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 06 Mar 2025 18:18:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"355"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Access-Control-Allow-Headers","value":"content-type, token"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"list\": [\n        {\n            \"date\": \"2025-02-25T22:30:47Z\",\n            \"detailed\": null,\n            \"dateLocal\": \"2025-02-25T16:30:47\",\n            \"statusPackage\": \"INSERT\"\n        },\n        {\n            \"date\": \"2025-02-25T22:33:53Z\",\n            \"detailed\": null,\n            \"dateLocal\": \"2025-02-25T16:33:53\",\n            \"statusPackage\": \"INMOOVIN\"\n        },\n        {\n            \"date\": \"2025-02-25T22:42:55Z\",\n            \"detailed\": null,\n            \"dateLocal\": \"2025-02-25T16:42:55\",\n            \"statusPackage\": \"DELIVERED\"\n        }\n    ],\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"2878a184-a52e-4648-8be3-d86f4e52083b"},{"name":"Check package was delireved","id":"1074dbc3-d0c9-4b74-a984-a1c92172e865","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"","type":"text"}],"url":"/moovinApiWebServices/rest/api/moovinEnterprise/partners/deliveredPackage?idPackage=1004801","description":"<p>Environment Variable by country:</p>\n<h2 id=\"costa-rica\"><strong>Costa Rica</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th><strong>Sandbox</strong></th>\n<th><strong>Production</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>url-api</strong></td>\n<td><a href=\"https://developer.moovin.me\">https://developer.moovin.me</a></td>\n<td><a href=\"https://moovin.me\">https://moovin.me</a></td>\n</tr>\n<tr>\n<td><strong>country</strong></td>\n<td>-cr</td>\n<td>-cr</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"honduras\"><strong>Honduras</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th><strong>Sandbox</strong></th>\n<th><strong>Production</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>url-api</strong></td>\n<td><a href=\"https://hn.developer.moovin.me\">https://hn.developer.moovin.me</a></td>\n<td><a href=\"https://hn.moovin.me\">https://hn.moovin.me</a></td>\n</tr>\n<tr>\n<td><strong>country</strong></td>\n<td>-hn</td>\n<td>-hn</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"chile\"><strong>Chile</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th><strong>Sandbox</strong></th>\n<th><strong>Production</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>url-api</strong></td>\n<td><a href=\"https://developer.moovin.cl\">https://developer.moovin.cl</a></td>\n<td><a href=\"https://moovin.me\">https://moovin.cl</a></td>\n</tr>\n<tr>\n<td><strong>country</strong></td>\n<td>-cl</td>\n<td>-cl</td>\n</tr>\n</tbody>\n</table>\n</div><p>A query is made to verify whether the package has been delivered.</p>\n<p><strong>Statuses</strong></p>\n<ul>\n<li><p><strong>NOEXISTPACKAGE</strong>: The package does not exist in the system.</p>\n</li>\n<li><p><strong>DELIVERED</strong>: The package has been delivered.</p>\n</li>\n<li><p><strong>UNDELIVERED</strong>: The package has not been delivered.</p>\n</li>\n</ul>\n","urlObject":{"path":["moovinApiWebServices","rest","api","moovinEnterprise","partners","deliveredPackage"],"host":[""],"query":[{"key":"idPackage","value":"1004801"}],"variable":[]}},"response":[{"id":"6a006c56-ec33-498c-be5a-bb4a60045602","name":"OK","originalRequest":{"method":"GET","header":[{"key":"token","value":"","type":"text"}],"url":{"raw":"/moovinApiWebServices/rest/api/moovinEnterprise/partners/deliveredPackage?idPackage=1004801","host":[""],"path":["moovinApiWebServices","rest","api","moovinEnterprise","partners","deliveredPackage"],"query":[{"key":"idPackage","value":"1004801"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 06 Mar 2025 18:18:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"133"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Access-Control-Allow-Headers","value":"content-type, token"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusPackage\": \"DELIVERED\",\n    \"date\": \"2025-02-25T22:42:55Z\",\n    \"dateLocal\": \"2025-02-25T16:42:55\",\n    \"status\": \"SUCCESS\",\n    \"message\": \"Complete\"\n}"},{"id":"966cd856-20f6-4a90-ac99-ddeb652b88ce","name":"UNDELIVERD","originalRequest":{"method":"GET","header":[{"key":"token","value":"","type":"text"}],"url":{"raw":"/moovinApiWebServices/rest/api/moovinEnterprise/partners/deliveredPackage?idPackage=1005028","host":[""],"path":["moovinApiWebServices","rest","api","moovinEnterprise","partners","deliveredPackage"],"query":[{"key":"idPackage","value":"1005028"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 06 Mar 2025 18:19:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"135"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Access-Control-Allow-Headers","value":"content-type, token"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusPackage\": \"UNDELIVERED\",\n    \"date\": \"2025-03-06T18:19:18Z\",\n    \"dateLocal\": \"2025-03-06T12:19:18\",\n    \"status\": \"SUCCESS\",\n    \"message\": \"Complete\"\n}"}],"_postman_id":"1074dbc3-d0c9-4b74-a984-a1c92172e865"},{"name":"Create Charge Package","id":"23f777d2-399a-45ac-864e-95f2eff1a8c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"idPackage\": \"1007715\",\n    \"idProfile\": \"27564\",\n    \"idProduct\": \"91436\",\n    \"extraCharge\": {\n        \"idChargeType\": 2,\n        \"amount\": 300\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/moovin-courier-tax/api/v1/tax/addCharge","urlObject":{"protocol":"http","port":"8080","path":["moovin-courier-tax","api","v1","tax","addCharge"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"23f777d2-399a-45ac-864e-95f2eff1a8c0"}],"event":[{"listen":"prerequest","script":{"id":"eb25b2f7-451f-4028-ad05-9ed7f3b6bdbf","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"c09c21ea-f71e-4386-b798-dc95cc940369","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"realm","value":"morannon"},{"key":"client_id","value":"morannon-api"},{"key":"username","value":"MailAmericasSandbox"},{"key":"password","value":"O6NhRILkEe2/"},{"key":"courier-api-server","value":"https://moovin-courier-api-cr-dev-blhjezfhtq-uc.a.run.app"},{"key":"access_token_courier","value":""},{"key":"courier-target-endpoint","value":""},{"key":"access_token","value":""},{"key":"url-api","value":""},{"key":"url-country","value":""},{"key":"url-print","value":""}]}