{"info":{"_postman_id":"23cf9dd8-5e90-4a3d-802f-ffe909518384","name":"Reseller Myhaulmer","description":"<html><head></head><body><p>Reseller Myhaulmer utiliza una integración personalizada que permite la venta de productos a través de una API RESTful basado en HTTP.</p>\n<p>Las peticiones se realizan por medio de form-data y retornan una respuesta API en formato JSON.</p>\n<h1 id=\"autorizacion-y-autenticacion\">Autorización y Autenticación</h1>\n<p>Todas las peticiones que se realizan deben contener un <em>Headers</em> con el <em>username</em> y <em>token</em> de autenticación para verificar los permisos de uso.</p>\n<p>Username : es el email que utilizar el cliente revendedor en MyHaulmer.</p>\n<p>Token: es un <em>API Key</em> transformada en SHA256 usando la apikey del usuario, el email del revendedor y una clave secundaria compuesta de la fecha/hora actual encriptadas en base64.</p>\n<p><code>base64_encode(hash_hmac(\"sha256\", \"&lt;api-key&gt;\", \"&lt;email&gt;:&lt;gmdate(\"y-m-d H\")&gt;)\"))</code></p>\n<p>El uso y autenticación de pruebas se realizan bajo la URL:</p>\n<ul>\n<li><code>https://my.haulmer.com/modules/addons/ProductsReseller/api</code></li>\n</ul>\n<p>Para ello se entregaran 2 username y apikey para cada ambiente (producción y desarrollo).</p>\n<h1 id=\"errores-mas-comunes\">Errores más comunes</h1>\n<p>Existen distintos significados para los string retornados el <em>JSON</em> de error.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error</th>\n<th>Descripción</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request validation error - Please contact administration</td>\n<td>Significa que uno de los parámetros enviados en el cuerpo esta erróneo.</td>\n</tr>\n<tr>\n<td>Action not found</td>\n<td>Significa que la url a la que se quiere ingresar contiene un error.</td>\n</tr>\n<tr>\n<td>Action is not allowed</td>\n<td>Significa que el usuario no tiene permisos para ejecutar el <em>endpoint</em> solicitado.</td>\n</tr>\n<tr>\n<td>Username has not been provided</td>\n<td>Significa que el <em>username</em> entregado contiene errores o no es valido.</td>\n</tr>\n<tr>\n<td>Invalid API Token provided</td>\n<td>Significa que el <em>token</em> entregado contiene errores en el formato o no es valido.</td>\n</tr>\n<tr>\n<td>Provided product billingcycle is unavailable for sale</td>\n<td>Significa que el ciclo entregado para la compra no corresponde al del producto.</td>\n</tr>\n<tr>\n<td>Reseller does not have enough credits on his account</td>\n<td>Significa que no posee un saldo actual suficiente para adquirir ese producto.</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h1 id=\"apis-rest\">APIs REST</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Autorización y Autenticación","slug":"autorizacion-y-autenticacion"},{"content":"Errores más comunes","slug":"errores-mas-comunes"},{"content":"APIs REST","slug":"apis-rest"}],"owner":"13259041","collectionId":"23cf9dd8-5e90-4a3d-802f-ffe909518384","publishedId":"TzRVeRcX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-05-13T19:54:05.000Z"},"item":[{"name":"-  /version  -  Get Version","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"99a5f6b7-0405-47e4-9189-267c544792c9"}}],"id":"9c1e2984-c976-47d1-890d-20e90c1b5a5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"username","value":"correo.pruebas.qa4@gmail.com","type":"text"},{"key":"token","value":"","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://my.haulmer.com/modules/addons/ProductsReseller/api/version","description":"<p>Entrega la versión actual disponible de  la api Reseller Myhaulmer.</p>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Requerido</th>\n<th>Tipo</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apikey</td>\n<td>*</td>\n<td>string</td>\n</tr>\n<tr>\n<td>token</td>\n<td>*</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"query-param\"><em>Query Param</em></h2>\n<p>No necesita</p>\n<h2 id=\"respuesta---ok\">Respuesta - OK</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Tipo</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result</td>\n<td>string</td>\n</tr>\n<tr>\n<td>data</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"respuesta---error\">Respuesta - ERROR</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Tipo</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>error</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["version"],"host":["https://my.haulmer.com/modules/addons/ProductsReseller/api"],"query":[],"variable":[]}},"response":[{"id":"6dd54c42-9605-458f-af9a-d62476eb4bc9","name":"-  /version  -  Invalid Token","originalRequest":{"method":"GET","header":[{"key":"username","value":"correo.pruebas.qa4@gmail.com","type":"text"},{"key":"token","value":"{{TOKEN}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":"https://my.haulmer.com/modules/addons/ProductsReseller/api/version"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 May 2021 03:55:46 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"X-Cache","value":"MISS from 172.16.55.4"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid API Token provided\"\n}"},{"id":"96d3c0a8-3236-4091-af90-fa12390b135f","name":"-  /version  -  200 OK","originalRequest":{"method":"GET","header":[{"key":"username","value":"correo.pruebas.qa4@gmail.com","type":"text"},{"key":"token","value":"","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":"https://my.haulmer.com/modules/addons/ProductsReseller/api/version"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 May 2021 03:51:53 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"X-Cache","value":"MISS from 172.16.55.4"}],"cookie":[],"responseTime":null,"body":"{\n    \"resut\": \"success\",\n    \"data\": \"1.1.0\"\n}"},{"id":"fb77c435-57f9-42a7-a06e-f9a46b67d17f","name":"-  /version  - Invalid Username","originalRequest":{"method":"GET","header":[{"key":"username","value":"","type":"text"},{"key":"token","value":"","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":"https://my.haulmer.com/modules/addons/ProductsReseller/api/version"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 May 2021 03:55:16 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"X-Cache","value":"MISS from 172.16.55.4"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Username has not been provided\"\n}"}],"_postman_id":"9c1e2984-c976-47d1-890d-20e90c1b5a5b"},{"name":"-  /billing/credit  -  Get Credit","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"04de79ba-2785-43c8-a1c1-93fd2a9b8ce2"}}],"id":"6a7a184a-25c6-4da9-b651-af3119f2400b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"username","value":"correo.pruebas.qa4@gmail.com","type":"text"},{"key":"token","value":"","type":"text"}],"url":"https://my.haulmer.com/modules/addons/ProductsReseller/api/billing/credit","description":"<p>Entrega el saldo del crédito actual  disponible en MyHaulmer.</p>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Requerido</th>\n<th>Tipo</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apikey</td>\n<td>*</td>\n<td>string</td>\n</tr>\n<tr>\n<td>token</td>\n<td>*</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"query-param\"><em>Query Param</em></h2>\n<p>No necesita</p>\n<h2 id=\"respuesta---ok\">Respuesta - OK</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Tipo</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>crédito</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"respuesta---error\">Respuesta - ERROR</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Tipo</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>error</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["billing","credit"],"host":["https://my.haulmer.com/modules/addons/ProductsReseller/api"],"query":[],"variable":[]}},"response":[{"id":"103514ad-ba65-400e-8f02-ff2218f81415","name":"-  /billing/credit  -  Invalid Username","originalRequest":{"method":"GET","header":[{"key":"username","value":"correo.pruebas.qa4@gmail.com","type":"text"},{"key":"token","value":"","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true}],"url":"https://my.haulmer.com/modules/addons/ProductsReseller/api/billing/credit"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 May 2021 04:17:24 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"X-Cache","value":"MISS from 172.16.55.4"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Username has not been provided\"\n}"},{"id":"38ca1c6f-a4cd-4eec-b611-c8e1dbce7e3e","name":"-  /billing/credit  -  200 OK","originalRequest":{"method":"GET","header":[{"key":"username","value":"correo.pruebas.qa4@gmail.com","type":"text"},{"key":"token","value":"","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":"https://my.haulmer.com/modules/addons/ProductsReseller/api/billing/credit"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Date","value":"Wed, 12 May 2021 04:15:31 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"32"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"X-Cache","value":"MISS from 172.16.55.4"}],"cookie":[],"responseTime":null,"body":"\"2838970.00\""},{"id":"46f1a53f-23de-4c19-ae13-94b3814c6bed","name":"-  /billing/credit  - Invalid Token","originalRequest":{"method":"GET","header":[{"key":"username","value":"correo.pruebas.qa4@gmail.com","type":"text"},{"key":"token","value":"","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true}],"url":"https://my.haulmer.com/modules/addons/ProductsReseller/api/billing/credit"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 May 2021 04:17:33 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"X-Cache","value":"MISS from 172.16.55.4"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Token has not been provided\"\n}"}],"_postman_id":"6a7a184a-25c6-4da9-b651-af3119f2400b"},{"name":"-  /products  -  Products List","event":[{"listen":"prerequest","script":{"id":"6f3772a9-a5b8-47a9-85dc-d62bd2c7c984","exec":[""],"type":"text/javascript"}}],"id":"bba95b83-80cd-427f-93a3-ef60ea604b24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"username","value":"correo.pruebas.qa4@gmail.com","type":"text"},{"key":"token","value":"","type":"text"}],"url":"https://my.haulmer.com/modules/addons/ProductsReseller/api/products?withpricing=true","description":"<p>Entrega la lista de productos disponible para la revender.</p>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Requerido</th>\n<th>Tipo</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apikey</td>\n<td>*</td>\n<td>string</td>\n</tr>\n<tr>\n<td>token</td>\n<td>*</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"query-param\"><em>Query Param</em></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Requerido</th>\n<th>Tipo</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>withpricing</td>\n<td>*</td>\n<td>booleana (true/false)</td>\n</tr>\n</tbody>\n</table>\n</div><p>withpricing: <em>true</em>/<em>false</em> para mostrar/ocultar los precios y ciclos.</p>\n<h2 id=\"respuesta---ok\">Respuesta - OK</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Tipo</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result</td>\n<td>string</td>\n</tr>\n<tr>\n<td>data</td>\n<td>json</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"respuesta---error\">Respuesta - ERROR</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Tipo</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>error</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["products"],"host":["https://my.haulmer.com/modules/addons/ProductsReseller/api"],"query":[{"description":{"content":"<p>view pricing and cycles</p>\n","type":"text/plain"},"key":"withpricing","value":"true"}],"variable":[]}},"response":[{"id":"97827aad-69c4-4c34-b2a9-86a0b34fc461","name":"-  /products  -  Invalid Token","originalRequest":{"method":"GET","header":[{"key":"username","value":"correo.pruebas.qa4@gmail.com","type":"text"},{"key":"token","value":"","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true}],"url":"https://my.haulmer.com/modules/addons/ProductsReseller/api/products"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 May 2021 04:37:56 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"X-Cache","value":"MISS from 172.16.55.4"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Token has not been provided\"\n}"},{"id":"b1db4c27-02d3-40fe-9798-ad3ca5639651","name":"-  /products  - Invalid Username","originalRequest":{"method":"GET","header":[{"key":"username","value":"correo.pruebas.qa4@gmail.com","type":"text","disabled":true},{"key":"token","value":"","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":"https://my.haulmer.com/modules/addons/ProductsReseller/api/products"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 May 2021 04:37:49 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"X-Cache","value":"MISS from 172.16.55.4"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Username has not been provided\"\n}"},{"id":"dec4220d-a48f-48fb-8e2f-9e1380360bd7","name":"-  /products  -  200 OK","originalRequest":{"method":"GET","header":[{"key":"username","value":"correo.pruebas.qa4@gmail.com","type":"text"},{"key":"token","value":"","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":{"raw":"https://my.haulmer.com/modules/addons/ProductsReseller/api/products?withpricing=true","host":["https://my.haulmer.com/modules/addons/ProductsReseller/api"],"path":["products"],"query":[{"key":"withpricing","value":"true","description":"view pricing and cycles"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Aug 2021 16:45:13 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"1824"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"X-Cache","value":"MISS from 172.16.6.4"}],"cookie":[],"responseTime":null,"body":"{\n    \"resut\": \"success\",\n    \"data\": [\n        {\n            \"id\": 11,\n            \"name\": \"Pack de 200 Rollos de Papel Térmico\",\n            \"actions\": [],\n            \"integration\": false,\n            \"isSsl\": false,\n            \"configOptions\": [],\n            \"customFields\": [\n                {\n                    \"id\": 459,\n                    \"type\": \"product\",\n                    \"relid\": 11,\n                    \"fieldname\": \"Despacho\",\n                    \"fieldtype\": \"dropdown\",\n                    \"description\": \"Selecciona a qué dirección se debe despachar el producto\",\n                    \"fieldoptions\": \"Dirección Cliente,Dirección Partner\",\n                    \"regexpr\": \"\",\n                    \"adminonly\": \"\",\n                    \"required\": \"on\",\n                    \"showorder\": \"on\",\n                    \"showinvoice\": \"on\",\n                    \"sortorder\": 0,\n                    \"created_at\": \"-000001-11-30T04:42:46.000000Z\",\n                    \"updated_at\": \"-000001-11-30T04:42:46.000000Z\"\n                },\n                {\n                    \"id\": 460,\n                    \"type\": \"product\",\n                    \"relid\": 11,\n                    \"fieldname\": \"Seguimiento\",\n                    \"fieldtype\": \"dropdown\",\n                    \"description\": \"Selecciona a quién se debe notificar el seguimiento del producto\",\n                    \"fieldoptions\": \"Email Cliente,Email Partner\",\n                    \"regexpr\": \"\",\n                    \"adminonly\": \"\",\n                    \"required\": \"on\",\n                    \"showorder\": \"on\",\n                    \"showinvoice\": \"on\",\n                    \"sortorder\": 0,\n                    \"created_at\": \"-000001-11-30T04:42:46.000000Z\",\n                    \"updated_at\": \"-000001-11-30T04:42:46.000000Z\"\n                }\n            ],\n            \"pricing\": {\n                \"productregister\": {\n                    \"onetime\": \"80000.00\"\n                },\n                \"currency\": \"\"\n            }\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Impresora Bluetooth\",\n            \"actions\": [],\n            \"integration\": false,\n            \"isSsl\": false,\n            \"configOptions\": [],\n            \"customFields\": [\n                {\n                    \"id\": 463,\n                    \"type\": \"product\",\n                    \"relid\": 14,\n                    \"fieldname\": \"Despacho\",\n                    \"fieldtype\": \"dropdown\",\n                    \"description\": \"Selecciona a qué dirección se debe despachar el producto\",\n                    \"fieldoptions\": \"Dirección Cliente,Dirección Partner\",\n                    \"regexpr\": \"\",\n                    \"adminonly\": \"\",\n                    \"required\": \"on\",\n                    \"showorder\": \"on\",\n                    \"showinvoice\": \"on\",\n                    \"sortorder\": 0,\n                    \"created_at\": \"-000001-11-30T04:42:46.000000Z\",\n                    \"updated_at\": \"-000001-11-30T04:42:46.000000Z\"\n                },\n                {\n                    \"id\": 464,\n                    \"type\": \"product\",\n                    \"relid\": 14,\n                    \"fieldname\": \"Seguimiento\",\n                    \"fieldtype\": \"dropdown\",\n                    \"description\": \"Selecciona a quién se debe notificar el seguimiento del producto\",\n                    \"fieldoptions\": \"Email Cliente,Email Partner\",\n                    \"regexpr\": \"\",\n                    \"adminonly\": \"\",\n                    \"required\": \"on\",\n                    \"showorder\": \"on\",\n                    \"showinvoice\": \"on\",\n                    \"sortorder\": 0,\n                    \"created_at\": \"-000001-11-30T04:42:46.000000Z\",\n                    \"updated_at\": \"-000001-11-30T04:42:46.000000Z\"\n                }\n            ],\n            \"pricing\": {\n                \"productregister\": {\n                    \"onetime\": \"33000.00\"\n                },\n                \"currency\": \"\"\n            }\n        },\n        {\n            \"id\": 36,\n            \"name\": \"Pistola Código de Barra Bluetooth 1D/2D\",\n            \"actions\": [],\n            \"integration\": false,\n            \"isSsl\": false,\n            \"configOptions\": [],\n            \"customFields\": [\n                {\n                    \"id\": 461,\n                    \"type\": \"product\",\n                    \"relid\": 36,\n                    \"fieldname\": \"Despacho\",\n                    \"fieldtype\": \"dropdown\",\n                    \"description\": \"Selecciona a qué dirección se debe despachar el producto\",\n                    \"fieldoptions\": \"Dirección Cliente,Dirección Partner\",\n                    \"regexpr\": \"\",\n                    \"adminonly\": \"\",\n                    \"required\": \"on\",\n                    \"showorder\": \"on\",\n                    \"showinvoice\": \"on\",\n                    \"sortorder\": 0,\n                    \"created_at\": \"-000001-11-30T04:42:46.000000Z\",\n                    \"updated_at\": \"-000001-11-30T04:42:46.000000Z\"\n                },\n                {\n                    \"id\": 462,\n                    \"type\": \"product\",\n                    \"relid\": 36,\n                    \"fieldname\": \"Seguimiento\",\n                    \"fieldtype\": \"dropdown\",\n                    \"description\": \"Selecciona a quién se debe notificar el seguimiento del producto\",\n                    \"fieldoptions\": \"Email Cliente,Email Partner\",\n                    \"regexpr\": \"\",\n                    \"adminonly\": \"\",\n                    \"required\": \"on\",\n                    \"showorder\": \"on\",\n                    \"showinvoice\": \"on\",\n                    \"sortorder\": 0,\n                    \"created_at\": \"-000001-11-30T04:42:46.000000Z\",\n                    \"updated_at\": \"-000001-11-30T04:42:46.000000Z\"\n                }\n            ],\n            \"pricing\": {\n                \"productregister\": {\n                    \"onetime\": \"44000.00\"\n                },\n                \"currency\": \"\"\n            }\n        },\n        {\n            \"id\": 65,\n            \"name\": \"Terminal Punto de Venta\",\n            \"actions\": [],\n            \"integration\": false,\n            \"isSsl\": false,\n            \"configOptions\": [],\n            \"customFields\": [\n                {\n                    \"id\": 457,\n                    \"type\": \"product\",\n                    \"relid\": 65,\n                    \"fieldname\": \"Despacho\",\n                    \"fieldtype\": \"dropdown\",\n                    \"description\": \"Selecciona a qué dirección se debe despachar el producto\",\n                    \"fieldoptions\": \"Direccion Cliente,Direccion Partner\",\n                    \"regexpr\": \"\",\n                    \"adminonly\": \"\",\n                    \"required\": \"on\",\n                    \"showorder\": \"on\",\n                    \"showinvoice\": \"on\",\n                    \"sortorder\": 0,\n                    \"created_at\": \"-000001-11-30T04:42:46.000000Z\",\n                    \"updated_at\": \"-000001-11-30T04:42:46.000000Z\"\n                },\n                {\n                    \"id\": 458,\n                    \"type\": \"product\",\n                    \"relid\": 65,\n                    \"fieldname\": \"Seguimiento\",\n                    \"fieldtype\": \"dropdown\",\n                    \"description\": \"Selecciona a quién se debe notificar el seguimiento del producto\",\n                    \"fieldoptions\": \"Email Cliente,Email Partner\",\n                    \"regexpr\": \"\",\n                    \"adminonly\": \"\",\n                    \"required\": \"on\",\n                    \"showorder\": \"on\",\n                    \"showinvoice\": \"on\",\n                    \"sortorder\": 0,\n                    \"created_at\": \"-000001-11-30T04:42:46.000000Z\",\n                    \"updated_at\": \"-000001-11-30T04:42:46.000000Z\"\n                }\n            ],\n            \"pricing\": {\n                \"productregister\": {\n                    \"onetime\": \"155000.00\"\n                },\n                \"currency\": \"\"\n            }\n        },\n        {\n            \"id\": 121,\n            \"name\": \"Chip de datos\",\n            \"actions\": [],\n            \"integration\": false,\n            \"isSsl\": false,\n            \"configOptions\": [],\n            \"customFields\": [\n                {\n                    \"id\": 455,\n                    \"type\": \"product\",\n                    \"relid\": 121,\n                    \"fieldname\": \"Despacho\",\n                    \"fieldtype\": \"dropdown\",\n                    \"description\": \"Selecciona a qué dirección se debe despachar el producto\",\n                    \"fieldoptions\": \"Dirección Cliente,Dirección Partner\",\n                    \"regexpr\": \"\",\n                    \"adminonly\": \"\",\n                    \"required\": \"on\",\n                    \"showorder\": \"on\",\n                    \"showinvoice\": \"on\",\n                    \"sortorder\": 0,\n                    \"created_at\": \"-000001-11-30T04:42:46.000000Z\",\n                    \"updated_at\": \"-000001-11-30T04:42:46.000000Z\"\n                },\n                {\n                    \"id\": 456,\n                    \"type\": \"product\",\n                    \"relid\": 121,\n                    \"fieldname\": \"Seguimiento\",\n                    \"fieldtype\": \"dropdown\",\n                    \"description\": \"Selecciona a quién se debe notificar el seguimiento del producto\",\n                    \"fieldoptions\": \"Email Cliente,Email Partner\",\n                    \"regexpr\": \"\",\n                    \"adminonly\": \"\",\n                    \"required\": \"on\",\n                    \"showorder\": \"on\",\n                    \"showinvoice\": \"on\",\n                    \"sortorder\": 0,\n                    \"created_at\": \"-000001-11-30T04:42:46.000000Z\",\n                    \"updated_at\": \"-000001-11-30T04:42:46.000000Z\"\n                }\n            ],\n            \"pricing\": {\n                \"productregister\": {\n                    \"annually\": \"24000.00\",\n                    \"biennially\": \"48000.00\",\n                    \"triennially\": \"72000.00\"\n                },\n                \"productrenew\": {\n                    \"annually\": \"24000.00\",\n                    \"biennially\": \"48000.00\",\n                    \"triennially\": \"72000.00\"\n                },\n                \"currency\": \"\"\n            }\n        },\n        {\n            \"id\": 134,\n            \"name\": \"Negocios RI\",\n            \"actions\": [],\n            \"integration\": false,\n            \"isSsl\": false,\n            \"configOptions\": [],\n            \"customFields\": [],\n            \"pricing\": {\n                \"productregister\": {\n                    \"annually\": \"78000.00\",\n                    \"biennially\": \"156000.00\",\n                    \"triennially\": \"234000.00\"\n                },\n                \"productrenew\": {\n                    \"annually\": \"78000.00\",\n                    \"biennially\": \"156000.00\",\n                    \"triennially\": \"234000.00\"\n                },\n                \"currency\": \"\"\n            }\n        },\n        {\n            \"id\": 135,\n            \"name\": \"Emprendedor RI\",\n            \"actions\": [],\n            \"integration\": false,\n            \"isSsl\": false,\n            \"configOptions\": {\n                \"pointOfSalesStandard | Punto de Venta Estándar\": {\n                    \"optionname\": \"pointOfSalesStandard | Punto de Venta Estándar\",\n                    \"optiontype\": \"1\",\n                    \"qtyminimum\": 0,\n                    \"qtymaximum\": 0,\n                    \"order\": 101,\n                    \"hidden\": 0,\n                    \"configurableSubOptions\": [\n                        {\n                            \"optionname\": \"1 | 1 Punto de Venta Estándar (Incluido)\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"2 | 2 Punto de Venta Estándar \",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"3 | 3 Punto de Venta Estándar\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"4 | 4 Punto de Venta Estándar\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"5 | 5 Punto de Venta Estándar\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"6 | 6 Punto de Venta Estándar\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"7 | 7 Punto de Venta Estándar\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"8 | 8 Punto de Venta Estándar\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"9 | 9 Punto de Venta Estándar\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"10 | 10 Punto de Venta Estándar\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        }\n                    ]\n                },\n                \"electronicTaxDocumentsLite | Facturación Electrónica Lite\": {\n                    \"optionname\": \"electronicTaxDocumentsLite | Facturación Electrónica Lite\",\n                    \"optiontype\": \"1\",\n                    \"qtyminimum\": 0,\n                    \"qtymaximum\": 0,\n                    \"order\": 102,\n                    \"hidden\": 0,\n                    \"configurableSubOptions\": [\n                        {\n                            \"optionname\": \"1| 1 Facturación Electrónica Lite (Incluido)\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        }\n                    ]\n                }\n            },\n            \"customFields\": [],\n            \"pricing\": {\n                \"productregister\": {\n                    \"annually\": \"39000.00\",\n                    \"biennially\": \"78000.00\",\n                    \"triennially\": \"117000.00\"\n                },\n                \"productrenew\": {\n                    \"annually\": \"39000.00\",\n                    \"biennially\": \"78000.00\",\n                    \"triennially\": \"117000.00\"\n                },\n                \"configOptions\": {\n                    \"pointOfSalesStandard | Punto de Venta Estándar\": {\n                        \"1 | 1 Punto de Venta Estándar (Incluido)\": {\n                            \"annually\": \"0.00\",\n                            \"biennially\": \"0.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"0.00\"\n                        },\n                        \"2 | 2 Punto de Venta Estándar \": {\n                            \"annually\": \"39000.00\",\n                            \"biennially\": \"78000.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"117000.00\"\n                        },\n                        \"3 | 3 Punto de Venta Estándar\": {\n                            \"annually\": \"78000.00\",\n                            \"biennially\": \"156000.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"234000.00\"\n                        },\n                        \"4 | 4 Punto de Venta Estándar\": {\n                            \"annually\": \"117000.00\",\n                            \"biennially\": \"234000.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"351000.00\"\n                        },\n                        \"5 | 5 Punto de Venta Estándar\": {\n                            \"annually\": \"156000.00\",\n                            \"biennially\": \"312000.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"468000.00\"\n                        },\n                        \"6 | 6 Punto de Venta Estándar\": {\n                            \"annually\": \"195000.00\",\n                            \"biennially\": \"390000.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"585000.00\"\n                        },\n                        \"7 | 7 Punto de Venta Estándar\": {\n                            \"annually\": \"234000.00\",\n                            \"biennially\": \"468000.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"702000.00\"\n                        },\n                        \"8 | 8 Punto de Venta Estándar\": {\n                            \"annually\": \"273000.00\",\n                            \"biennially\": \"546000.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"819000.00\"\n                        },\n                        \"9 | 9 Punto de Venta Estándar\": {\n                            \"annually\": \"312000.00\",\n                            \"biennially\": \"624000.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"936000.00\"\n                        },\n                        \"10 | 10 Punto de Venta Estándar\": {\n                            \"annually\": \"351000.00\",\n                            \"biennially\": \"702000.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"1053000.00\"\n                        }\n                    },\n                    \"electronicTaxDocumentsLite | Facturación Electrónica Lite\": {\n                        \"1| 1 Facturación Electrónica Lite (Incluido)\": {\n                            \"annually\": \"0.00\",\n                            \"biennially\": \"0.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"0.00\"\n                        }\n                    }\n                },\n                \"currency\": \"\"\n            }\n        },\n        {\n            \"id\": 138,\n            \"name\": \"Empresa RI\",\n            \"actions\": [],\n            \"integration\": false,\n            \"isSsl\": false,\n            \"configOptions\": [],\n            \"customFields\": [],\n            \"pricing\": {\n                \"productregister\": {\n                    \"annually\": \"936000.00\",\n                    \"biennially\": \"1872000.00\",\n                    \"triennially\": \"2808000.00\"\n                },\n                \"productrenew\": {\n                    \"annually\": \"936000.00\",\n                    \"biennially\": \"1872000.00\",\n                    \"triennially\": \"2808000.00\"\n                },\n                \"currency\": \"\"\n            }\n        },\n        {\n            \"id\": 164,\n            \"name\": \"Simple\",\n            \"actions\": [],\n            \"integration\": false,\n            \"isSsl\": false,\n            \"configOptions\": {\n                \"deviceServiceQuantity | Cantidad de dispositivos\": {\n                    \"optionname\": \"deviceServiceQuantity | Cantidad de dispositivos\",\n                    \"optiontype\": \"1\",\n                    \"qtyminimum\": 0,\n                    \"qtymaximum\": 0,\n                    \"order\": 0,\n                    \"hidden\": 0,\n                    \"configurableSubOptions\": [\n                        {\n                            \"optionname\": \"1 | 1 dispositivo\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"2 | 2 dispositivos\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"3 | 3 dispositivos\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"4 | 4 dispositivos\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"5 | 5 dispositivos\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"6 | 6 dispositivos\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"7 | 7 dispositivos\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"8 | 8 dispositivos\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"9 | 9 dispositivos\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"10 | 10 dispositivos\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        }\n                    ]\n                },\n                \"electronicTaxDocumentServiceQuantity | Cantidad de razones sociales\": {\n                    \"optionname\": \"electronicTaxDocumentServiceQuantity | Cantidad de razones sociales\",\n                    \"optiontype\": \"1\",\n                    \"qtyminimum\": 0,\n                    \"qtymaximum\": 0,\n                    \"order\": 0,\n                    \"hidden\": 0,\n                    \"configurableSubOptions\": [\n                        {\n                            \"optionname\": \"1 | 1 razon social\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"2 | 2 razones sociales\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"3 | 3 razones sociales\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"4 | 4 razones sociales\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"5 | 5 razones sociales\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"6 | 6 razones sociales\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"7 | 7 razones sociales\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"8 | 8 razones sociales\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"9 | 9 razones sociales\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        },\n                        {\n                            \"optionname\": \"10 | 10 razones sociales\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        }\n                    ]\n                },\n                \"onlineStoreServiceQuantity | Tiendas online\": {\n                    \"optionname\": \"onlineStoreServiceQuantity | Tiendas online\",\n                    \"optiontype\": \"1\",\n                    \"qtyminimum\": 0,\n                    \"qtymaximum\": 0,\n                    \"order\": 0,\n                    \"hidden\": 0,\n                    \"configurableSubOptions\": [\n                        {\n                            \"optionname\": \"1 | 1 Tienda\",\n                            \"sortorder\": 0,\n                            \"hidden\": 0\n                        }\n                    ]\n                }\n            },\n            \"customFields\": [],\n            \"pricing\": {\n                \"productregister\": {\n                    \"annually\": \"39000.00\",\n                    \"biennially\": \"78000.00\",\n                    \"triennially\": \"117000.00\"\n                },\n                \"productrenew\": {\n                    \"annually\": \"39000.00\",\n                    \"biennially\": \"78000.00\",\n                    \"triennially\": \"117000.00\"\n                },\n                \"configOptions\": {\n                    \"deviceServiceQuantity | Cantidad de dispositivos\": {\n                        \"1 | 1 dispositivo\": {\n                            \"annually\": \"0.00\",\n                            \"biennially\": \"0.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"0.00\"\n                        },\n                        \"2 | 2 dispositivos\": {\n                            \"annually\": \"39000.00\",\n                            \"biennially\": \"78000.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"117000.00\"\n                        },\n                        \"3 | 3 dispositivos\": {\n                            \"annually\": \"78000.00\",\n                            \"biennially\": \"156000.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"234000.00\"\n                        },\n                        \"4 | 4 dispositivos\": {\n                            \"annually\": \"117000.00\",\n                            \"biennially\": \"234000.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"351000.00\"\n                        },\n                        \"5 | 5 dispositivos\": {\n                            \"annually\": \"0.00\",\n                            \"biennially\": \"0.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"0.00\"\n                        },\n                        \"6 | 6 dispositivos\": {\n                            \"annually\": \"0.00\",\n                            \"biennially\": \"0.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"0.00\"\n                        },\n                        \"7 | 7 dispositivos\": {\n                            \"annually\": \"0.00\",\n                            \"biennially\": \"0.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"0.00\"\n                        },\n                        \"8 | 8 dispositivos\": {\n                            \"annually\": \"0.00\",\n                            \"biennially\": \"0.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"0.00\"\n                        },\n                        \"9 | 9 dispositivos\": {\n                            \"annually\": \"0.00\",\n                            \"biennially\": \"0.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"0.00\"\n                        },\n                        \"10 | 10 dispositivos\": {\n                            \"annually\": \"0.00\",\n                            \"biennially\": \"0.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"0.00\"\n                        }\n                    },\n                    \"electronicTaxDocumentServiceQuantity | Cantidad de razones sociales\": {\n                        \"1 | 1 razon social\": {\n                            \"annually\": \"0.00\",\n                            \"biennially\": \"0.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"0.00\"\n                        },\n                        \"2 | 2 razones sociales\": {\n                            \"annually\": \"39000.00\",\n                            \"biennially\": \"78000.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"117000.00\"\n                        },\n                        \"3 | 3 razones sociales\": {\n                            \"annually\": \"78000.00\",\n                            \"biennially\": \"156000.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"234000.00\"\n                        },\n                        \"4 | 4 razones sociales\": {\n                            \"annually\": \"117000.00\",\n                            \"biennially\": \"234000.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"351000.00\"\n                        },\n                        \"5 | 5 razones sociales\": {\n                            \"annually\": \"0.00\",\n                            \"biennially\": \"0.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"0.00\"\n                        },\n                        \"6 | 6 razones sociales\": {\n                            \"annually\": \"0.00\",\n                            \"biennially\": \"0.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"0.00\"\n                        },\n                        \"7 | 7 razones sociales\": {\n                            \"annually\": \"0.00\",\n                            \"biennially\": \"0.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"0.00\"\n                        },\n                        \"8 | 8 razones sociales\": {\n                            \"annually\": \"0.00\",\n                            \"biennially\": \"0.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"0.00\"\n                        },\n                        \"9 | 9 razones sociales\": {\n                            \"annually\": \"0.00\",\n                            \"biennially\": \"0.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"0.00\"\n                        },\n                        \"10 | 10 razones sociales\": {\n                            \"annually\": \"0.00\",\n                            \"biennially\": \"0.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"0.00\"\n                        }\n                    },\n                    \"onlineStoreServiceQuantity | Tiendas online\": {\n                        \"1 | 1 Tienda\": {\n                            \"annually\": \"0.00\",\n                            \"biennially\": \"0.00\",\n                            \"monthly\": \"0.00\",\n                            \"onetime\": \"0.00\",\n                            \"quarterly\": \"0.00\",\n                            \"semiannually\": \"0.00\",\n                            \"triennially\": \"0.00\"\n                        }\n                    }\n                },\n                \"currency\": \"\"\n            }\n        },\n        {\n            \"id\": 168,\n            \"name\": \"OpenFactura Mediana empresa\",\n            \"actions\": [],\n            \"integration\": false,\n            \"isSsl\": false,\n            \"configOptions\": [],\n            \"customFields\": [],\n            \"pricing\": {\n                \"currency\": \"\"\n            }\n        },\n        {\n            \"id\": 169,\n            \"name\": \"OpenFactura Gran empresa\",\n            \"actions\": [],\n            \"integration\": false,\n            \"isSsl\": false,\n            \"configOptions\": [],\n            \"customFields\": [],\n            \"pricing\": {\n                \"currency\": \"\"\n            }\n        }\n    ]\n}"}],"_postman_id":"bba95b83-80cd-427f-93a3-ef60ea604b24"},{"name":"-  /order/products/{id}  -  Create","event":[{"listen":"prerequest","script":{"id":"a0803b64-aa72-4484-ad59-175e5a574642","exec":[""],"type":"text/javascript"}}],"id":"337260ed-bf1c-4191-ae9f-dd8b24029618","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"username","value":"correo.pruebas.qa4@gmail.com","type":"text"},{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"cycle","value":"","description":"<p>Validators : required, text</p>\n","type":"text"},{"key":"hostname","value":"","description":"<p>Validators : text</p>\n","type":"text"},{"key":"username","value":"","description":"<p>Validators : text</p>\n","type":"text"},{"key":"password","value":"","description":"<p>Validators : text</p>\n","type":"text"},{"key":"nsprefix[]","value":"","description":"<p>Validators : array</p>\n","type":"text"},{"key":"nsprefix[]","value":"","description":"<p>Validators : array</p>\n","type":"text"},{"key":"fields[nameShipping]","value":"","description":"<p>Validators : required, fields</p>\n","type":"text"},{"key":"fields[phoneShipping]","value":"","description":"<p>Validators : required, fields</p>\n","type":"text"},{"key":"fields[emailShipping]","value":"","description":"<p>Validators : required, fields</p>\n","type":"text"},{"key":"fields[addressShipping]","value":"","description":"<p>Validators : required, fields</p>\n","type":"text"},{"key":"fields[communeShipping]","value":"","description":"<p>Validators : required, fields</p>\n","type":"text"},{"key":"fields[stateShipping]","value":"","description":"<p>Validators : required, fields</p>\n","type":"text"},{"key":"configurations[deviceServiceQuantity]","value":"","description":"<p>Validators : required, fields</p>\n","type":"text"},{"key":"configurations[electronicTaxDocumentServiceQuantity]","value":"","description":"<p>Validators : required, fields</p>\n","type":"text"}]},"url":"https://my.haulmer.com/modules/addons/ProductsReseller/api/order/products/14","description":"<p>Realiza la compra del producto.</p>\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Requerido</th>\n<th>Tipo</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apikey</td>\n<td>*</td>\n<td>string</td>\n</tr>\n<tr>\n<td>token</td>\n<td>*</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"query-param\"><em>Query Param</em></h2>\n<p>En la url se debe indicar la <em>ID</em> del producto que con el cual se realizará la compra.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Requerido</th>\n<th>Tipo</th>\n<th>descripción</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cycle</td>\n<td>*</td>\n<td>string</td>\n<td>Tipo: onetime,monthly, quarterly, semi-anually, annually,biennially, triennially.</td>\n</tr>\n<tr>\n<td>hostname</td>\n<td></td>\n<td>string</td>\n<td>Se ingresa para los productos con dominio.</td>\n</tr>\n<tr>\n<td>username</td>\n<td></td>\n<td>string</td>\n<td>username de producto o servicio que lo requiera.</td>\n</tr>\n<tr>\n<td>password</td>\n<td></td>\n<td>string</td>\n<td>contraseña de producto o servicio que lo requiera.</td>\n</tr>\n<tr>\n<td>nsprefix[]</td>\n<td></td>\n<td>string</td>\n<td>nombres de servidos para los producto con dominio.</td>\n</tr>\n<tr>\n<td>fields[nameShipping]</td>\n<td>*</td>\n<td>string</td>\n<td>Nombre del cliente al que se despachará.</td>\n</tr>\n<tr>\n<td>fields[rutShipping]</td>\n<td>*</td>\n<td>string</td>\n<td>Rut del cliente al que se despachará.</td>\n</tr>\n<tr>\n<td>fields[phoneShipping]</td>\n<td>*</td>\n<td>string</td>\n<td>Telefono del cliente al que se despachará.</td>\n</tr>\n<tr>\n<td>fields[emailShipping]</td>\n<td>*</td>\n<td>string</td>\n<td>Email del cliente al que se despachará.</td>\n</tr>\n<tr>\n<td>fields[addressShipping]</td>\n<td>*</td>\n<td>string</td>\n<td>Dirección del cliente al que se despachará.</td>\n</tr>\n<tr>\n<td>fields[communeShipping]</td>\n<td>*</td>\n<td>string</td>\n<td>Comuna del cliente al que se despachará.</td>\n</tr>\n<tr>\n<td>fields[stateShipping]</td>\n<td>*</td>\n<td>string</td>\n<td>Región del cliente al que se despachará.</td>\n</tr>\n<tr>\n<td>configurations[deviceServiceQuantity]</td>\n<td></td>\n<td>number</td>\n<td>Cantidad de dispositivos asociados al producto.</td>\n</tr>\n<tr>\n<td>configurations[electronicTaxDocumentServiceQuantity]</td>\n<td></td>\n<td>number</td>\n<td>Cantidad de razones sociales activa al producto.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"respuesta---ok\">Respuesta - OK</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Tipo</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result</td>\n<td>string</td>\n</tr>\n<tr>\n<td>data</td>\n<td>JSON</td>\n</tr>\n</tbody>\n</table>\n</div><p>Una respuesta correcta significa que se creo el producto de forma correcta, retornando en formato <em>JSON</em>. Ejemplo:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"resut\": \"success\",\n    \"data\": {\n        \"orderId\": 50456,\n        \"serviceId\": \"68454\",\n        \"invoiceId\": 100670,\n        \"service\": {\n            \"id\": 68454,\n            \"username\": \"\",\n            \"password\": \"hiZ60ZU+ecV6gv1LGD2pKkJLlI6YlLbRruHX3KzQX4TKMQ==\",\n            \"dedicatedip\": \"\",\n            \"assignedips\": \"\"\n        }\n    }\n}\n</code></pre>\n<h2 id=\"respuesta---error\">Respuesta - ERROR</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Tipo</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>error</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["order","products","14"],"host":["https://my.haulmer.com/modules/addons/ProductsReseller/api"],"query":[],"variable":[]}},"response":[{"id":"c91084ef-e467-41a1-8e54-30b91c359588","name":"-  /order/products/{id}  -  200 OK","originalRequest":{"method":"POST","header":[{"key":"username","value":"correo.pruebas.qa4@gmail.com","type":"text"},{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"cycle","value":"onetime","description":"Validators : required, text","type":"text"},{"key":"hostname","value":"","description":"Validators : text","type":"text"},{"key":"username","value":"","description":"Validators : text","type":"text"},{"key":"password","value":"","description":"Validators : text","type":"text"},{"key":"nsprefix[]","value":"","description":"Validators : array","type":"text"},{"key":"nsprefix[]","value":"","description":"Validators : array","type":"text"},{"key":"fields[nameShipping]","value":"Test name","description":"Validators : required, fields","type":"text"},{"key":"fields[phoneShipping]","value":"+56912345678","description":"Validators : required, fields","type":"text"},{"key":"fields[emailShipping]","value":"Test Email","description":"Validators : required, fields","type":"text"},{"key":"fields[addressShipping]","value":"Test Address","description":"Validators : required, fields","type":"text"},{"key":"fields[communeShipping]","value":"Test Commune","description":"Validators : required, fields","type":"text"},{"key":"fields[stateShipping]","value":"Test State","description":"Validators : required, fields","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"https://my.haulmer.com/modules/addons/ProductsReseller/api/order/products/14"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 May 2021 18:48:37 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"188"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache/2.4.38 (Debian)"}],"cookie":[],"responseTime":null,"body":"{\n    \"resut\": \"success\",\n    \"data\": {\n        \"orderId\": 50456,\n        \"serviceId\": \"68454\",\n        \"invoiceId\": 100670,\n        \"service\": {\n            \"id\": 68454,\n            \"username\": \"\",\n            \"password\": \"hiZ60ZU+ecV6gv1LGD2pKkJLlI6YlLbRruHX3KzQX4TKMQ==\",\n            \"dedicatedip\": \"\",\n            \"assignedips\": \"\"\n        }\n    }\n}"},{"id":"08e102b0-2a88-4092-8aaa-ecbe96b6c997","name":"-  /order/products/{id}  -  Invalid Body","originalRequest":{"method":"POST","header":[{"key":"username","value":"correo.pruebas.qa4@gmail.com","type":"text"},{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"cycle","value":"onetime","description":"Validators : required, text","type":"text","disabled":true},{"key":"hostname","value":"","description":"Validators : text","type":"text"},{"key":"username","value":"","description":"Validators : text","type":"text"},{"key":"password","value":"","description":"Validators : text","type":"text"},{"key":"nsprefix[]","value":"","description":"Validators : array","type":"text"},{"key":"nsprefix[]","value":"","description":"Validators : array","type":"text"},{"key":"fields[nameShipping]","value":"Test name","description":"Validators : required, fields","type":"text"},{"key":"fields[phoneShipping]","value":"+56912345678","description":"Validators : required, fields","type":"text"},{"key":"fields[emailShipping]","value":"Test Email","description":"Validators : required, fields","type":"text"},{"key":"fields[addressShipping]","value":"Test Address","description":"Validators : required, fields","type":"text"},{"key":"fields[communeShipping]","value":"Test Commune","description":"Validators : required, fields","type":"text"},{"key":"fields[stateShipping]","value":"Test State","description":"Validators : required, fields","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"https://my.haulmer.com/modules/addons/ProductsReseller/api/order/products/14"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 May 2021 20:19:12 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Request validation error - Please contact administration\"\n}"},{"id":"3aff1cb1-fd5b-4d1f-81b9-087c6e5ad99e","name":"-  /order/products/{id}  -  Invalid Username","originalRequest":{"method":"POST","header":[{"key":"username","value":"correo.pruebas.qa4@gmail.com","type":"text"},{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"cycle","value":"onetime","description":"Validators : required, text","type":"text"},{"key":"hostname","value":"","description":"Validators : text","type":"text"},{"key":"username","value":"","description":"Validators : text","type":"text"},{"key":"password","value":"","description":"Validators : text","type":"text"},{"key":"nsprefix[]","value":"","description":"Validators : array","type":"text"},{"key":"nsprefix[]","value":"","description":"Validators : array","type":"text"},{"key":"fields[nameShipping]","value":"Test name","description":"Validators : required, fields","type":"text"},{"key":"fields[phoneShipping]","value":"+56912345678","description":"Validators : required, fields","type":"text"},{"key":"fields[emailShipping]","value":"Test Email","description":"Validators : required, fields","type":"text"},{"key":"fields[addressShipping]","value":"Test Address","description":"Validators : required, fields","type":"text"},{"key":"fields[communeShipping]","value":"Test Commune","description":"Validators : required, fields","type":"text"},{"key":"fields[stateShipping]","value":"Test State","description":"Validators : required, fields","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"https://my.haulmer.com/modules/addons/ProductsReseller/api/order/products/14"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 May 2021 20:20:02 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Token has not been provided\"\n}"},{"id":"5aa5b5d0-8aa3-4887-b99b-a5ca0b49ca1c","name":"-  /order/products/{id}  -  Invalid Token","originalRequest":{"method":"POST","header":[{"key":"username","value":"correo.pruebas.qa4@gmail.com","type":"text"},{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"cycle","value":"onetime","description":"Validators : required, text","type":"text"},{"key":"hostname","value":"","description":"Validators : text","type":"text"},{"key":"username","value":"","description":"Validators : text","type":"text"},{"key":"password","value":"","description":"Validators : text","type":"text"},{"key":"nsprefix[]","value":"","description":"Validators : array","type":"text"},{"key":"nsprefix[]","value":"","description":"Validators : array","type":"text"},{"key":"fields[nameShipping]","value":"Test name","description":"Validators : required, fields","type":"text"},{"key":"fields[phoneShipping]","value":"+56912345678","description":"Validators : required, fields","type":"text"},{"key":"fields[emailShipping]","value":"Test Email","description":"Validators : required, fields","type":"text"},{"key":"fields[addressShipping]","value":"Test Address","description":"Validators : required, fields","type":"text"},{"key":"fields[communeShipping]","value":"Test Commune","description":"Validators : required, fields","type":"text"},{"key":"fields[stateShipping]","value":"Test State","description":"Validators : required, fields","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"https://my.haulmer.com/modules/addons/ProductsReseller/api/order/products/"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Wed, 12 May 2021 20:20:14 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"}],"cookie":[],"responseTime":null,"body":"{\"error\":\"Action not found\"}"},{"id":"c89788fb-887f-4595-9abc-b384e3d1bdcf","name":"-  /order/products/{id}  -  Invalid URL","originalRequest":{"method":"POST","header":[{"key":"username","value":"correo.pruebas.qa4@gmail.com","type":"text","disabled":true},{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"cycle","value":"onetime","description":"Validators : required, text","type":"text"},{"key":"hostname","value":"","description":"Validators : text","type":"text"},{"key":"username","value":"","description":"Validators : text","type":"text"},{"key":"password","value":"","description":"Validators : text","type":"text"},{"key":"nsprefix[]","value":"","description":"Validators : array","type":"text"},{"key":"nsprefix[]","value":"","description":"Validators : array","type":"text"},{"key":"fields[nameShipping]","value":"Test name","description":"Validators : required, fields","type":"text"},{"key":"fields[phoneShipping]","value":"+56912345678","description":"Validators : required, fields","type":"text"},{"key":"fields[emailShipping]","value":"Test Email","description":"Validators : required, fields","type":"text"},{"key":"fields[addressShipping]","value":"Test Address","description":"Validators : required, fields","type":"text"},{"key":"fields[communeShipping]","value":"Test Commune","description":"Validators : required, fields","type":"text"},{"key":"fields[stateShipping]","value":"Test State","description":"Validators : required, fields","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"https://my.haulmer.com/modules/addons/ProductsReseller/api/order/products/14"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 May 2021 20:19:51 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Username has not been provided\"\n}"},{"id":"af357cac-f3da-4c2c-80dc-6e05f98f0a42","name":"-  /order/products/{id}  -  Invalid Cycle","originalRequest":{"method":"POST","header":[{"key":"username","value":"correo.pruebas.qa4@gmail.com","type":"text"},{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"cycle","value":"onetime","description":"Validators : required, text","type":"text"},{"key":"hostname","value":"","description":"Validators : text","type":"text"},{"key":"username","value":"","description":"Validators : text","type":"text"},{"key":"password","value":"","description":"Validators : text","type":"text"},{"key":"nsprefix[]","value":"","description":"Validators : array","type":"text"},{"key":"nsprefix[]","value":"","description":"Validators : array","type":"text"},{"key":"fields[nameShipping]","value":"testname","description":"Validators : required, fields","type":"text"},{"key":"fields[phoneShipping]","value":"56912345678","description":"Validators : required, fields","type":"text"},{"key":"fields[emailShipping]","value":"test@test.cl","description":"Validators : required, fields","type":"text"},{"key":"fields[addressShipping]","value":"NA","description":"Validators : required, fields","type":"text"},{"key":"fields[communeShipping]","value":"NA","description":"Validators : required, fields","type":"text"},{"key":"fields[stateShipping]","value":"NA","description":"Validators : required, fields","type":"text"},{"key":"configurations[pointOfSalesStandard]","value":"1","description":"Validators : required, fields","type":"text"},{"key":"configurations[electronicTaxDocumentsLite]","value":"1","description":"Validators : required, fields","type":"text"}]},"url":"https://my.haulmer.com/modules/addons/ProductsReseller/api/order/products/135"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 May 2021 15:17:42 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Provided product billingcycle is unavailable for sale\"\n}"},{"id":"508585d0-a607-4a12-a106-b6326831f059","name":"-  /order/products/{id}  - Not Credits","originalRequest":{"method":"POST","header":[{"key":"username","value":"correo.pruebas.qa4@gmail.com","type":"text"},{"key":"token","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"cycle","value":"onetime","description":"Validators : required, text","type":"text"},{"key":"hostname","value":"","description":"Validators : text","type":"text"},{"key":"username","value":"","description":"Validators : text","type":"text"},{"key":"password","value":"","description":"Validators : text","type":"text"},{"key":"nsprefix[]","value":"","description":"Validators : array","type":"text"},{"key":"nsprefix[]","value":"","description":"Validators : array","type":"text"},{"key":"fields[nameShipping]","value":"","description":"Validators : required, fields","type":"text"},{"key":"fields[phoneShipping]","value":"69123456785","description":"Validators : required, fields","type":"text"},{"key":"fields[emailShipping]","value":"test@test.cl","description":"Validators : required, fields","type":"text"},{"key":"fields[addressShipping]","value":"NA","description":"Validators : required, fields","type":"text"},{"key":"fields[communeShipping]","value":"NA","description":"Validators : required, fields","type":"text"},{"key":"fields[stateShipping]","value":"NA","description":"Validators : required, fields","type":"text"},{"key":"configurations[pointOfSalesStandard]","value":"1","description":"Validators : required, fields","type":"text"},{"key":"configurations[electronicTaxDocumentsLite]","value":"1","description":"Validators : required, fields","type":"text"}]},"url":"https://my.haulmer.com/modules/addons/ProductsReseller/api/order/products/135"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 May 2021 15:21:43 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Reseller does not have enough credits on his account\"\n}"}],"_postman_id":"337260ed-bf1c-4191-ae9f-dd8b24029618"}],"event":[{"listen":"prerequest","script":{"id":"f3611cf9-72c3-4163-9315-08a93c1fcd5c","type":"text/javascript","exec":["var moment   = require('moment'),","    secret   = pm.collectionVariables.get(\"USERNAME\")+\":\"+moment.utc().format((\"YY-MM-DD HH\")),","    hash     = CryptoJS.enc.Utf8.parse(CryptoJS.HmacSHA256(pm.collectionVariables.get(\"APIKEY\"),secret).toString()),","    ba64en   = CryptoJS.enc.Base64.stringify(hash);","","pm.collectionVariables.set(\"TOKEN\",ba64en);"]}},{"listen":"test","script":{"id":"439c47da-953a-42c7-96a0-c72847e30ce2","type":"text/javascript","exec":[""]}}],"variable":[{"key":"URL_DEV","value":"https://my.haulmer.com/modules/addons/ProductsReseller/api"},{"key":"USERNAME","value":"correo.pruebas.qa4@gmail.com"},{"key":"APIKEY","value":"dS9j2sfbc8fQYnosm6fm1MZLy77rJjfI"},{"key":"TOKEN","value":""}]}