{"info":{"_postman_id":"7a5fd038-b694-4180-8cbb-0cf79a287e08","name":"Urbano Express - English","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>Welcome to this documentation which is based on our development environment.</p>\n<p>When going to production you have to change the URL <a href=\"https://testing-apis.urbano.com.ar/\">https://testing-apis.urbano.com.ar/</a></p>\n<p>to <a href=\"https://apis.urbano.com.ar/\">https://apis.urbano.com.ar/</a></p>\n<p>In the upper bar, in the \"Language\" option, you can change the preferred language to show the request examples in the right column of each endpoint.</p>\n<h1 id=\"general-description\">General description</h1>\n<p>Developed by Urbano Express.<br>Here you will find all the information to integrate into your E-commerce.</p>\n<h1 id=\"api-consumption\">API consumption</h1>\n<p><strong>With our services you can have the following benefits:</strong></p>\n<p><strong>TRACKING:</strong><br>The tracking service will allow you to know at all times and instantly the status of a part.<br>You will be able to provide your customers with detailed information on the tracking of their shipments.</p>\n<p><strong>RATE INQUIRY:</strong><br>The rate consultation service will allow you to show your customers the cost of shipping at the time of purchase.<br>In this way you can automatically add the cost of shipping to the cost of sale in the eCommerce.</p>\n<p><strong>SHIPPING ORDER:</strong><br>With the order loading service you will select which orders you want to send.<br>In response, you will receive a label with the details of the shipment that you can print and attach to the package.</p>\n<p><strong>ORDER CANCELLATION:</strong><br>If the shipping order has not yet been distributed, it is possible to cancel it.<br>In this way, you can cancel orders immediately and avoid unnecessary distribution.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>In each request with its GET, POST methods, the authentication corresponding to the shipper will be required, a password will be specified in it.<br>Check with Urbano Express for the credentials corresponding to your shipper.</p>\n<h1 id=\"clarification\">Clarification</h1>\n<p>Authentication fields are required in all cases except in the GET method of label printing.</p>\n<p>The postal code is 4 digits from 1000 to 9999</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"General description","slug":"general-description"},{"content":"API consumption","slug":"api-consumption"},{"content":"Authentication","slug":"authentication"},{"content":"Clarification","slug":"clarification"}],"owner":"44683500","collectionId":"7a5fd038-b694-4180-8cbb-0cf79a287e08","publishedId":"2sB2j6AB3a","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-05T17:25:38.000Z"},"item":[{"name":"Rate Rest","id":"186a8b98-3c28-4d91-83fc-5089281b354d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"codigoPostal\": 1416,\r\n   \"pesoEspecifico\": 1.5,\r\n   \"pesoVolumetrico\": 1.5,\r\n   \"alto\": 1,\r\n   \"largo\": 1,\r\n   \"ancho\": 1,\r\n  \"autentificacion\": {\r\n    \"shipper\": 671,\r\n    \"password\": \"MPzQG6%jfN%-#tsb=CUj\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://testing-apis.urbano.com.ar/consulta_tarifa_rest/","description":"<h2 id=\"rate-rest\"><strong>Rate Rest</strong></h2>\n<p><strong>Description</strong></p>\n<p>“Consulta_Tarifa_REST” consult. We will return the corresponding rate according to your zip code, in addition to returning the Real Peso. It will inform us if there is an error with its number and its description.</p>\n<p><strong>Error codes</strong></p>\n<p><strong>\"codError\"</strong>: The data type is \"Integer\". In the event of an error, the number corresponding to that error. Consider \"codError\" 0 as a result of success in the operation.</p>\n<p><strong>\"descError\"</strong>: The data type is \"String\". In the event of an error, the description corresponding to that error.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>\"codError\"</th>\n<th>\"descError\"</th>\n<th>resultado</th>\n<th>\"codGestion\"</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td></td>\n<td>SUCCESSFUL CONSULTATION</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>1</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>No data has been sent for user authentication</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n<td></td>\n</tr>\n<tr>\n<td>2</td>\n<td>The credentials sent for authentication are invalid</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Required fields are missing. Check the name, address, postal code, quantity, sku, service and tracking code</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>4</td>\n<td>An internal error has occurred while processing the service</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Invalid Zip Code</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["consulta_tarifa_rest",""],"host":["testing-apis","urbano","com","ar"],"query":[],"variable":[]}},"response":[],"_postman_id":"186a8b98-3c28-4d91-83fc-5089281b354d"},{"name":"Tracking API REST","id":"0b7f3091-5aad-40ba-8e2f-de3a6035f118","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"datos\": [\r\n    {\r\n      \"codigoSeguimiento\": \"000000001\",\r\n      \"codigoAlternativo\": \"\"\r\n    },\r\n    {\r\n      \"codigoSeguimiento\": \"000000002\",\r\n      \"codigoAlternativo\": \"\"\r\n    }\r\n    \r\n  ],\r\n  \"autentificacion\": {\r\n    \"shipper\": \"671\",\r\n    \"password\": \"MPzQG6%jfN%-#tsb=CUj\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://testing-apis.urbano.com.ar/tracking/consultaTrackingMasivo/","description":"<h2 id=\"tracking-api-rest\">Tracking API REST</h2>\n<p><strong>Description</strong></p>\n<p>“consultaTrackingMasivo” consult. Consult the follow-up according to the code parameter Follow-up, It will return the URL of the follow-up, in addition to the movements with the parameters check, description and date / time.</p>\n<p><strong>Error codes</strong></p>\n<p><strong>\"codError\"</strong>: The data type is \"Integer\". In the event of an error, the number corresponding to that error. Consider codError 0 as a result of success in the operation.</p>\n<p><strong>\"descError\"</strong>: The data type is \"String\". In the event of an error, the description corresponding to that error.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>\"codError\"</th>\n<th>\"descError\"</th>\n<th>resultado</th>\n<th>\"codGestion\"</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td></td>\n<td>SUCCESSFUL CONSULTATION</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>1</td>\n<td>No data has been sent for user authentication</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>2</td>\n<td>The credentials sent for authentication are invalid</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Required fields are missing.</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>4</td>\n<td>An internal error has occurred while processing the service</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["tracking","consultaTrackingMasivo",""],"host":["testing-apis","urbano","com","ar"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b7f3091-5aad-40ba-8e2f-de3a6035f118"},{"name":"Clients load API REST","id":"fdab94e0-6cad-4791-a76d-29fbe359a6bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \r\n    \"productos\": [\r\n{\r\n\"largo\": 10,\r\n\"alto\": 5,\r\n\"ancho\": 2,\r\n\"peso\": 50,\r\n\"valor\": 5200,\r\n\"valorContrareembolso\": 0,\r\n\"cantidad\": 3,\r\n\"sku\": \"sku\",\r\n\"descripcionProducto\": \"1071-1\"\r\n }\r\n    ],\r\n    \"autentificacion\": {\r\n      \"shipper\": 671,\r\n      \"password\": \"MPzQG6%jfN%-#tsb=CUj\"\r\n    },\r\n    \"destinatario\": {\r\n      \"tipoDocumento\": \"DNI\",\r\n      \"numeroDocumento\": 99999999,\r\n      \"nombre\": \"John doe\",\r\n      \"email\": [\r\n        \"jhondoe@hotmail.com\"\r\n      ],\r\n      \"telefono\": \"5492994230940\",\r\n      \"celular\": \"5492994230940\"\r\n    },\r\n    \"autorizado\": [\r\n      {\r\n        \"tipoDocumento\": \"DNI\",\r\n        \"numeroDocumento\": 99999999,\r\n        \"nombre\": \"John doe\",\r\n        \"email\": [\r\n          \"jhondoe@hotmail.com\"\r\n        ],\r\n        \"telefono\": \"454556646646\",\r\n        \"celular\": \"454556646646\"\r\n      }\r\n    ],\r\n    \"domicilio\": {\r\n      \"direccion\": \"Esteban Echeverria\",\r\n      \"altura\": \"1764\",\r\n      \"piso\": \"\",\r\n      \"departamento\": \" \",\r\n      \"codigoPostal\": \"Florida\",\r\n      \"localidad\": \"Loma Hermosa\",\r\n      \"provincia\": \"Buenos Aires\",\r\n      \"latitud\": 0,\r\n      \"longitud\": 0,\r\n      \"telefono\": [\r\n        \"1123961041\",\r\n        \"1123961041\"\r\n      ]\r\n    },\r\n    \"domicilioAlternativo\": {\r\n\"direccion\": \"Esteban Echeverria\",\r\n\"altura\": \"1764\",\r\n\"piso\": \"\",\r\n\"departamento\": \" \",\r\n\"codigoPostal\": \"1604\",\r\n\"localidad\": \"Florida\",\r\n\"provincia\": \"Buenos Aires\",\r\n\"latitud\": 0,\r\n\"longitud\": 0,\r\n\"telefono\": [\r\n \"1123961041\",\r\n \"1123961041\"\r\n]\r\n},\r\n    \"sameday\": 0,\r\n    \"datoNumerico\": \"\",\r\n    \"codigoSeguimiento\": \"000000004\",\r\n    \"codigoAlternativo\": 0,\r\n    \"modeloSms\": \"\",\r\n    \"modeloEmail\": null,\r\n    \"servicio\": \"E\",\r\n    \"marcaDeAgua\": \"\",\r\n    \"remito\": \"354023\",\r\n    \"observaciones\": [\r\n      \"OBS1: No hay timbre. Por favor avisar por telefono 1123961041 \",\r\n      \"OBS2: 1*C140+1*CA2\"\r\n    ]\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://testing-apis.urbano.com.ar/cargaCliente/","description":"<h2 id=\"clients-load-api-rest\">Clients load API REST</h2>\n<p><strong>Description</strong></p>\n<p>“cargaCliente” consult. We enter a client as recipient specifying his address, adding an optional second address, you must enter a tracking number, referral and observations.\nIn Product the description, its measurements, length, weight, value, sku and the quantity will be entered.</p>\n<p><strong>Important</strong></p>\n<p><em>Types of service</em></p>\n<ul>\n<li><p>E: delivery</p>\n</li>\n<li><p>R: withdrawal</p>\n</li>\n<li><p>B: cash on delivery</p>\n</li>\n<li><p>F: branch withdrawal</p>\n</li>\n<li><p>G: Withdrawal in branch cash on delivery</p>\n</li>\n<li><p>Shipments with the parameter \"sameday\"</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Action</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>Disable sameday</td>\n</tr>\n<tr>\n<td>1</td>\n<td>Enable sameday</td>\n</tr>\n</tbody>\n</table>\n</div><ol>\n<li>If the service is cash on delivery, the amount of the refund cannot be 0</li>\n<li>If the customer has insurance, the price of the product cannot be at 0</li>\n<li>Recipient fields are mandatory except phone and email, which may be null.</li>\n<li>Authorized receiver fields can be null</li>\n<li>Fields of the address section, height, floor, department, longitude, latitude can be null, the address, town, province and postal code are required.</li>\n<li>Alternative address fields can be null.</li>\n<li>The tracking code is mandatory and has a maximum of 16 characters</li>\n<li>Alternative tracking code, SMS model and mail model can be null.</li>\n<li>Watermark, remittance, and observations can be null, the character limit of observations is 100 characters, maximum of observations 2</li>\n</ol>\n<p><strong>Tracking code</strong></p>\n<p><em>WAREHOUSING</em></p>\n<ul>\n<li>SKU code cannot be null</li>\n<li>Product weight can be 0</li>\n</ul>\n<p><em>CROSS</em></p>\n<ul>\n<li>The weight of the product (package) cannot be in 0</li>\n</ul>\n<p><strong>Error codes</strong></p>\n<p><strong>\"codError\"</strong>: The data type is \"Integer\". In the event of an error, the number corresponding to that error. Consider \"codError\" 0 as a result of success in the operation.</p>\n<p><strong>\"descError\"</strong>: The data type is \"String\". In the event of an error, the description corresponding to that error.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>\"codError\"</th>\n<th>\"descError\"</th>\n<th>resultado</th>\n<th>\"codGestion\"</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td></td>\n<td>SUCCESSFUL LOAD</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>1</td>\n<td>No data has been sent for user authentication</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>2</td>\n<td>The credentials sent for authentication are invalid</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Required fields are missing. Check the name, address, postal code, quantity, sku, service and tracking code</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>4</td>\n<td>An internal error has occurred while processing the service</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Invalid Zip Code</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["cargaCliente",""],"host":["testing-apis","urbano","com","ar"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdab94e0-6cad-4791-a76d-29fbe359a6bf"},{"name":"Retreat Point API REST","id":"c5f4c167-010f-46c4-9847-82d07cc629a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \r\n\r\n  \"direccion\": \"Ferre\", \r\n\r\n  \"altura\": \"6660\", \r\n\r\n  \"codigoPostal\": \"1439\", \r\n\r\n  \"longitud\": \"34.6095616\", \r\n\r\n  \"latitud\": \"-58.388765\", \r\n\r\n  \"localidad\": \"Villa Riachuelo\", \r\n\r\n  \"elockers\": 1, \r\n\r\n  \"autentificacion\": { \r\n\r\n    \"shipper\": \"671\", \r\n\r\n    \"password\": \"MPzQG6%jfN%-#tsb=CUj\" \r\n\r\n  } \r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://testing-apis.urbano.com.ar/puntosDeRetiroRest/","description":"<h2 id=\"retreat-point-api-rest\">Retreat Point API REST</h2>\n<p><strong>Description</strong></p>\n<p>\"puntosDeRetiroRest\" consult. Entering according to our address, we will return all available withdrawal points including according to your city and the corresponding parameters of latitude, longitude, name, address, telephone, code, entrecalles, postal code, municipality, town, province, elockers. distance.</p>\n<p><strong>Error codes</strong></p>\n<p><strong>\"codError\"</strong>: The data type is \"Integer\". In the event of an error, the number corresponding to that error. Consider codError 0 as a result of success in the operation.</p>\n<p><strong>\"descError\"</strong>: The data type is \"String\". In the event of an error, the description corresponding to that error.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>\"codError\"</th>\n<th>\"descError\"</th>\n<th>resultado</th>\n<th>\"codGestion\"</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td></td>\n<td>SUCCESSFUL CONSULTATION</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>1</td>\n<td>No data has been sent for user authentication</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>2</td>\n<td>The credentials sent for authentication are invalid</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Required fields are missing.</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>4</td>\n<td>An internal error has occurred while processing the service</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Invalid Zip Code</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["puntosDeRetiroRest",""],"host":["testing-apis","urbano","com","ar"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5f4c167-010f-46c4-9847-82d07cc629a9"},{"name":"Pickup Point Branches API REST","id":"7a9a1af5-f37b-43c0-a0c1-12190d3110c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ubicacion\": {\r\n        \"va_prov_codigo\": \"%\",\r\n        \"va_con_llc\": 1\r\n    },\r\n    \"pieza\": {\r\n        \"peso\": 1,\r\n        \"alto\": 0,\r\n        \"largo\": 0,\r\n        \"ancho\": 0\r\n    },\r\n    \"autentificacion\": {\r\n        \"shipper\": \"671\",\r\n        \"password\": \"MPzQG6%jfN%-#tsb=CUj\"\r\n    },\r\n    \"elockers\" : 0\r\n}","options":{"raw":{"language":"json"}}},"url":"Pickup Point Branches API REST","description":"<h2 id=\"pickup-point-branches-api-rest\">Pickup Point Branches API REST</h2>\n<p><strong>Description</strong></p>\n<p>Consult \"pointsDeRetiroSucursalesRest\". Entering location, piece and authentication.</p>\n<p><strong>Error Codes</strong></p>\n<p><strong>\"codError\"</strong>: The data type is \"Integer\". If there was an error, the number corresponding to that error. Consider \"codeError\" 0 as a result of success in the operation.</p>\n<p><strong>\"descError\"</strong>: The data type is \"String\". In case there was an error, the description corresponding to said error.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>\"codeError\"</th>\n<th>\"descError\"</th>\n<th>result</th>\n<th>\"CodManagement\"</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td></td>\n<td>SUCCESSFUL CONSULTATION</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>1</td>\n<td>No data sent for user authentication</td>\n<td>BUG</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>2</td>\n<td>The credentials sent for authentication are invalid</td>\n<td>BUG</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Required fields are missing.</td>\n<td>BUG</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>4</td>\n<td>An internal error has occurred while processing the service</td>\n<td>BUG</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Invalid Postal Code</td>\n<td>BUG</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["Pickup Point Branches API REST"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a9a1af5-f37b-43c0-a0c1-12190d3110c8"},{"name":"Pipeline By Zip Code API REST","id":"f23facd5-8e72-4dec-9b48-050b0a3c8828","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"strictSSL":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"codigoPostal\": 1650,\r\n    \"autentificacion\": {\r\n        \"shipper\": \"671\",\r\n        \"password\": \"MPzQG6%jfN%-#tsb=CUj\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://testing-apis.urbano.com.ar/canalizadorPorCodigoPostalRest/","description":"<h2 id=\"pipeline-by-zip-code-api-rest\">Pipeline By Zip Code API REST</h2>\n<p><strong>Description</strong></p>\n<p>\"canalizadorPorCodigoPostalRest\" consult, entering according to our postal code, it will return the logistics according to your code, it will inform us if the query has been completed, in addition to informing us about any error in the database with the error code.</p>\n<p><strong>Error codes</strong></p>\n<p><strong>\"codError\"</strong>: The data type is \"Integer\". In the event of an error, the number corresponding to that error. Consider codError 0 as a result of success in the operation.</p>\n<p><strong>\"descError\"</strong>: The data type is \"String\". In the event of an error, the description corresponding to that error.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>\"codError\"</th>\n<th>\"descError\"</th>\n<th>resultado</th>\n<th>\"codGestion\"</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td></td>\n<td>SUCCESSFUL CONSULTATION</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>1</td>\n<td>No data has been sent for user authentication</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>2</td>\n<td>The credentials sent for authentication are invalid</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Required fields are missing.</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>4</td>\n<td>An internal error has occurred while processing the service</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Invalid Zip Code</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXXX</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["canalizadorPorCodigoPostalRest",""],"host":["testing-apis","urbano","com","ar"],"query":[],"variable":[]}},"response":[],"_postman_id":"f23facd5-8e72-4dec-9b48-050b0a3c8828"},{"name":"Label printing","id":"5ff7f94e-bb78-4361-8438-6ef1e037f1d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://testing-apis.urbano.com.ar/impresionEtiqueta/?tipo=A4&shipper=671&codSeguimiento=0000000001","description":"<h2 id=\"label-printing\">Label printing</h2>\n<p><strong>Description</strong></p>\n<p>\"canalizadorPorCodigoPostalRest\" consult, entering according to the postal code, the specific weight, volumetric weight and the measurements corresponding to the product.</p>\n<p><strong>Descriptive errors</strong></p>\n<p><em>Format</em>: It is necessary to enter the guide format to print (A4, Z10X10, Z10X6).</p>\n<p><em>Shipper or Pasword</em>: It is necessary to enter the data to generate the label.</p>\n","urlObject":{"protocol":"https","path":["impresionEtiqueta",""],"host":["testing-apis","urbano","com","ar"],"query":[{"key":"tipo","value":"A4"},{"key":"shipper","value":"671"},{"key":"codSeguimiento","value":"0000000001"}],"variable":[]}},"response":[],"_postman_id":"5ff7f94e-bb78-4361-8438-6ef1e037f1d3"},{"name":"Address Normalizer API REST","id":"04e0fc94-b06a-4989-98a8-1b80619cc1e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"autentificacion\": {\r\n      \"shipper\": \"671\",\r\n      \"key\": \"MPzQG6%jfN%-#tsb=CUj\"\r\n    },\r\n    \"calle\":\"Esteban Echeverria\",\r\n    \"altura\":\"1764\",\r\n    \"cp\":\"1604\",\r\n    \"localidad\": \"Florida\",\r\n    \"provincia\": \"Buenos Aires\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://testing-apis.urbano.com.ar/normalizadorDireccionRest/","description":"<h2 id=\"rest-api-address-normalizer\"><strong>REST API Address Normalizer</strong></h2>\n<p><strong>Description</strong>\nSee \"RestAddress normalizer\". Entering according to our address, it will return us the correct address data according to our bases, in this way we will have greater agility in the logistics of shipments</p>\n<p><strong>Error codes</strong></p>\n<p><strong>\"codError\"</strong>: The data type is \"Integer\". If there was an error, the number corresponding to that error. Consider \"codeError\" 0 as a result of success in the operation.</p>\n<p><strong>\"descError\"</strong>: The data type is \"String. If there is an error, the description corresponding to said error.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>\"code error\"</th>\n<th>\"descError\"</th>\n<th>\"result\"</th>\n<th>\"data\"</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td></td>\n<td>SUCCESSFUL CONSULTATION</td>\n<td>XXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>1</td>\n<td>Missing required fields</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Credentials submitted for authentication are invalidated</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>3</td>\n<td>An internal error has occurred while processing the service</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Error creating record</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXX</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Invalid Postal Code</td>\n<td>ERROR</td>\n<td>XXXXXXXXXXXX</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Request-&gt;Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Type</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>autentificacion-&gt;shipper</td>\n<td>int</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>autentificacion-&gt;key</td>\n<td>varchar</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>street</td>\n<td>varchar</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>height</td>\n<td>int</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>postcode</td>\n<td>int</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>location</td>\n<td>varchar</td>\n<td>Not</td>\n</tr>\n<tr>\n<td>Province</td>\n<td>varchar</td>\n<td>Not</td>\n</tr>\n</tbody>\n</table>\n</div><p>The returned data are: calle, cp, depto, entreCalle1, entreCalle2, provincia, partido, localidad, barrio, numero, piso, latitud, longitud, zonaPeligrosa.</p>\n<p><strong>Response-&gt;Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Type</th>\n<th>Long</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>codError</td>\n<td>int</td>\n<td>Not</td>\n</tr>\n<tr>\n<td>descError</td>\n<td>varchar</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>resultado</td>\n<td>varchar</td>\n<td>7</td>\n</tr>\n<tr>\n<td>datos-&gt;calle</td>\n<td>varchar</td>\n<td>50</td>\n</tr>\n<tr>\n<td>datos-&gt;cp</td>\n<td>int</td>\n<td>4</td>\n</tr>\n<tr>\n<td>datos-&gt;depto</td>\n<td>varchar</td>\n<td></td>\n</tr>\n<tr>\n<td>datos-&gt;entreCalle1</td>\n<td>varchar</td>\n<td>50</td>\n</tr>\n<tr>\n<td>datos-&gt;entreCalle2</td>\n<td>varchar</td>\n<td>50</td>\n</tr>\n<tr>\n<td>datos-&gt;provincia</td>\n<td>varchar</td>\n<td>20</td>\n</tr>\n<tr>\n<td>datos-&gt;partido</td>\n<td>varchar</td>\n<td>30</td>\n</tr>\n<tr>\n<td>datos-&gt;localidad</td>\n<td>varchar</td>\n<td>30</td>\n</tr>\n<tr>\n<td>datos-&gt;barrio</td>\n<td>varchar</td>\n<td>30</td>\n</tr>\n<tr>\n<td>datos-&gt;numero</td>\n<td>int</td>\n<td>6</td>\n</tr>\n<tr>\n<td>datos-&gt;piso</td>\n<td>int</td>\n<td>2</td>\n</tr>\n<tr>\n<td>datos-&gt;latitud</td>\n<td>double</td>\n<td>2, 8</td>\n</tr>\n<tr>\n<td>datos-&gt;longitud</td>\n<td>varchar</td>\n<td>2, 8</td>\n</tr>\n<tr>\n<td>datos-&gt;zonaPeligrosa</td>\n<td>varchar</td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["normalizadorDireccionRest",""],"host":["testing-apis","urbano","com","ar"],"query":[],"variable":[]}},"response":[],"_postman_id":"04e0fc94-b06a-4989-98a8-1b80619cc1e8"},{"name":"Piper By Postal Code API REST","id":"7027675b-f088-434f-9caa-726269d4bf94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-client-id","value":"671","type":"text"},{"key":"x-client-secret","value":"MPzQG6%jfN%-#tsb=CUj","type":"text"}],"url":"https://testing-apis.urbano.com.ar/servicio-cancelacion-rescate/index.php/20220705140737","description":"<h2 id=\"api-rest-cancellation-service\">API REST cancellation service</h2>\n<p><strong>Description</strong></p>\n<p>Cancel \"serviceCancelationRest\". Entering the parameter for the previously generated tracking number, this action will allow you to cancel the service according to the shipper.</p>\n<p><strong>Response</strong></p>\n<p><strong>\"success\"</strong>: The data type is \"String\". Expected result response</p>\n<p><strong>\"message\"</strong>: The data type is \"String\". Expected response of the process specifying the tracking number</p>\n<p><strong>\"code\"</strong>: The data type is \"Integer\". Status code, should return 200 in case of connection to the server</p>\n<p><strong>\"data\"</strong>: The data type is \"Boolean\". Service cancellation response</p>\n<p><strong>\"Parameter in the tracking code endpoint\"</strong></p>\n<p><a href=\"https://testing-apis.urbano.com.ar/\">https://testing-apis.urbano.com.ar/</a><a href=\"https://desarrollo.urbano.com.ar/webservice/servicio-cancelacion-rescate/index.php/%7BcodigoSeguimiento%7D\">servicio-cancelacion-rescate/index.php/{codigoSeguimiento}</a></p>\n","urlObject":{"protocol":"https","path":["servicio-cancelacion-rescate","index.php","20220705140737"],"host":["testing-apis","urbano","com","ar"],"query":[{"disabled":true,"key":"x-client-id","value":"671"},{"disabled":true,"key":"x-client-secret","value":""}],"variable":[]}},"response":[],"_postman_id":"7027675b-f088-434f-9caa-726269d4bf94"}]}