{"info":{"_postman_id":"a1c856db-7be4-4ffa-8291-27370eba8823","name":"Magnetic Api","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"16496019","collectionId":"a1c856db-7be4-4ffa-8291-27370eba8823","publishedId":"Uz5FJGdk","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-06-08T14:59:51.000Z"},"item":[{"name":"Authentication Endpoints","item":[{"name":"Ping Fecha Api","id":"64275f4c-2c66-42d2-9941-1e78552cc5c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/ping","urlObject":{"path":["ping"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"64275f4c-2c66-42d2-9941-1e78552cc5c5"},{"name":"obtener Datos","id":"70ae25a7-b1e4-4143-84de-e1edf066742d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/datos","urlObject":{"path":["datos"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"70ae25a7-b1e4-4143-84de-e1edf066742d"},{"name":"Renovador de Token","id":"09fae5ee-7186-433a-8513-4aede739d046","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Authorization\": \"ab47255b290f66e73bfb5525ebe058c2\",\n    \"device_id\": \"e0d55eb1300c\",\n    \"type\":\"AUTOCASHIER\",\n    \"version\": \"1.0.0da\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/slave-ping","description":"<p>Cumple la funcion de consultar el estado de vencimiento del token creado, en caso de que dicho token todavia no haya vencido, permitira a su vez realizar una renovacion del mismo extendiendo su tiempo de vida.</p>\n","urlObject":{"path":["slave-ping"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"bb9f0f77-fa91-4b0a-8613-5a106239c9e1","name":"Token vencido","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Authorization\": \"Token 49f0b9d2eeedf6aa2083b83402d7926e\",\n    \"device_id\": \"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/slave-ping"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 17:43:49 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"49"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"Expired\",\n    \"code\": 401\n}"},{"id":"1ac05145-5f6d-4989-b6ae-28ce1f1a6842","name":"Token renovado","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Authorization\": \"Token 49f0b9d2eeedf6aa2083b83402d7926e\",\n    \"device_id\": \"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/slave-ping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 17:44:25 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"62"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"time\": \"2022-09-23T17:44:25.156070\",\n    \"code\": 200\n}"}],"_postman_id":"09fae5ee-7186-433a-8513-4aede739d046"},{"name":"Generador de Token","id":"cc5a679b-414e-4ab7-86f2-f2d80e6d6540","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"mcash\",\n    \"password\": \"mcash\",\n    \"device_id\": \"2887ba1f4733\",\n    \"name\": \"CASHIER\"\n}","options":{"raw":{"language":"json"}}},"url":"10.0.0.2:8000/slave-login","description":"<p>Cumple la funcion de Generar el token necesario para el correcto funcionamiento de los demas endpoints.</p>\n","urlObject":{"port":"8000","path":["slave-login"],"host":["10","0","0","2"],"query":[],"variable":[]}},"response":[{"id":"bc359ae5-a3a6-40b1-bb58-5e5689ee4c5d","name":"Exito","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"mcash\",\n    \"password\": \"mcash\",\n    \"device_id\": \"1234\",\n    \"name\": \"CASHIER\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/slave-login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 17:41:28 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"83"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"Authorization\": \"Token 49f0b9d2eeedf6aa2083b83402d7926e\",\n    \"code\": 200\n}"},{"id":"f6af0e93-08c3-43ba-b1b1-c04ac0525086","name":"Licencia no Disponible","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"mcash\",\n    \"password\": \"mcash\",\n    \"device_id\": \"1234\",\n    \"name\": \"CASHIER\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/slave-login"},"status":"Locked","code":423,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 17:41:53 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"193"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"no available licence for this slave software, shut down other software of the same type or contact with your operator. (or wait a minute and try again)\",\n    \"code\": 423\n}"}],"_postman_id":"cc5a679b-414e-4ab7-86f2-f2d80e6d6540"}],"id":"16431b91-7be8-4241-89db-9d874e406da3","_postman_id":"16431b91-7be8-4241-89db-9d874e406da3","description":""},{"name":"User Endpoints","item":[{"name":"DatosDefault","id":"4556bb01-366a-4993-8cc2-c5217151fadb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"2cc01dd2f876f195e4a1b4676708f2c1 CASHIER","type":"text"},{"key":"app","value":"Redemption","type":"text"}],"url":"http://127.0.0.1:8000/getDefault","description":"<p>Se encarga de traer los cargos por default con los que cuenta nuestra app, a modo de ser consumidos por el front-end.</p>\n<p>Requerimientos:</p>\n<p>*Authorization: es importante incluir en el header la key Authorization, con el token enviado por el endpoint generador de token.</p>\n","urlObject":{"path":["getDefault"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"29d924fc-da6d-464a-9e6e-4186abd4d3d4","name":"TokenExpirado","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token 49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"url":"http://127.0.0.1:8000/getDefault"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Sep 2022 12:15:45 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"46"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"Expired\",\n    \"code\": 401\n}"},{"id":"56d11e9a-8b1a-464a-9231-653c7f373e43","name":"Exito","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"url":"http://127.0.0.1:8000/getDefault"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"354"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Date","value":"Tue, 18 Oct 2022 13:33:19 GMT"},{"key":"Server","value":"0.0.0.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"newCardPrice\": 100,\n        \"maxCharge\": 1000,\n        \"MontoConfir\": 50,\n        \"MaxDescTickets\": 100,\n        \"MaxcargaTickets\": 100,\n        \"cashierReport\": false,\n        \"Timecard\": [\n            {\n                \"Charge\": 2000,\n                \"Time\": {\n                    \"days\": 0,\n                    \"hours\": 1,\n                    \"minutes\": 0\n                },\n                \"TotalMinutes\": 60,\n                \"allow\": 0\n            }\n        ],\n        \"Party\": [\n            {\n                \"Charge\": 2000,\n                \"Time\": 60,\n                \"allow\": 0\n            }\n        ],\n        \"Quantity\": [\n            {\n                \"Charge\": 200,\n                \"QGame\": 1,\n                \"allow\": 0\n            }\n        ]\n    },\n    \"code\": 200\n}"}],"_postman_id":"4556bb01-366a-4993-8cc2-c5217151fadb"},{"name":"LoginUser","id":"991e4a1f-7e30-444b-88c3-df797b8ba165","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"2cc01dd2f876f195e4a1b4676708f2c1 CASHIER","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"juan\",\n    \"password\": \"123Momia!\",\n    \"app\": \"CASHIER\",\n    \"hostname\": \"60a4b76648e9\",\n    \"device_id\": \"60a4b76648e9\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/login-user","description":"<p>Se encarga del login del usuario, devolviendo sus habilitaciones correspondientes segun corresponda.</p>\n<p>Requerimientos:</p>\n<p>*Authorization: Es importante incluir en el headers la key Authorization con su value en el token recibido.</p>\n<p>*Body: Debe incluir username, password, app y hostname.</p>\n","urlObject":{"port":"8000","path":["login-user"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"de6728fe-8a21-490d-b86c-4512198ecf15","name":"Token expirado","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token 49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\":\"magnetic cash\",\n    \"password\":\"mcash\",\n    \"app\":\"CASHIER\",\n    \"dispositivo\": \"desktop\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/login-user"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 17:47:32 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"46"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"Expired\",\n    \"code\": 401\n}"},{"id":"893b1149-bd70-4e5f-b3f8-de1e55b980a5","name":"Exito","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token 49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\":\"magnetic cash\",\n    \"password\":\"mcash\",\n    \"app\":\"CASHIER\",\n    \"hostname\": \"desktop\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/login-user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 17:48:23 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"190"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"credits\": true,\n        \"bonus\": true,\n        \"ticket\": true,\n        \"quantity\": true,\n        \"party\": true,\n        \"timeCard\": true,\n        \"cashierInfo\": true\n    },\n    \"id_openDate\": \"magnetic cash2022/09/23 17:48:23\",\n    \"code\": 200\n}"}],"_postman_id":"991e4a1f-7e30-444b-88c3-df797b8ba165"},{"name":"BuscadorDeTarjeta","id":"e56c0d8a-cb34-4575-805a-d44fcd9dd233","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"4782f0ea98485bf13ff23c87e24bbf5b CASHIER","type":"text"},{"key":"app","value":"Redemption","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/getCard/;7400013852612","description":"<p>Cumple la funcion de ser un buscador de tarjetas, permite visualizar los datos correspondientes al codigo de la tarjeta ingresado en el link de busqueda.</p>\n","urlObject":{"path":["getCard",";7400013852612"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"80abae27-467f-40b9-94ee-7a50d025b01b","name":"Token expirado","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token 49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/getCard/;2500012704037"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 17:54:46 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"46"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"Expired\",\n    \"code\": 401\n}"},{"id":"95899e3e-744c-410a-bfd8-689002b4bea3","name":"Exito","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token 49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/getCard/;2500012704037"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 17:55:22 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"352"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"number\": \";2500012704037\",\n        \"type\": \"N\",\n        \"balance\": 4904,\n        \"bonus\": 960,\n        \"tickets\": null,\n        \"total\": 6,\n        \"lastuse\": \"17/05/2022 09:40:30\",\n        \"ocupied\": null,\n        \"time\": \"17/05/2022 09:36:20\",\n        \"lasttime\": \"17/05/2022 09:40:23\",\n        \"device_id\": \"A072\",\n        \"party\": 0,\n        \"nvtype\": \"N\",\n        \"uses\": 2,\n        \"lastq\": \"17/05/2022 09:40:23\",\n        \"quantity\": 0,\n        \"ocupiedcard\": null\n    },\n    \"code\": 200\n}"},{"id":"5ba6b978-6d69-4a06-a37e-cfa468d318b2","name":"Tarjeta no encontrada","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token 49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/getCard/000000"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 17:55:53 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"48"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"Not found\",\n    \"code\": 404\n}"}],"_postman_id":"e56c0d8a-cb34-4575-805a-d44fcd9dd233"},{"name":"RecargaDeTarjeta","event":[{"listen":"test","script":{"id":"5f544f69-f86d-451e-818f-38f34d487666","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"9b934205-229c-42c0-9787-a7572e1dd8c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"ab47255b290f66e73bfb5525ebe058c2 AUTOCASHIER","type":"text"},{"key":"app","value":"Redemption","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"transaction_type\": \"charge\",\n    \"vmpl\": \"7460013331788\",\n    \"msj\": \"\",\n    \"transaction_id\": 0,\n    \"charge\": [\n        {\n            \"balance_type\": \"Credito\",\n            \"amount\": 100,\n            \"payAmount\": 90\n        }\n    ],\n    \"cashier_name\": \"juan\",\n    \"cashier_id\": 0,\n    \"device_name\": \"DESKTOP-UMSTPLO\",\n    \"datetime_name\": \"03/00/26 16:10:47\",\n    \"id_date\": \"juan28-01-2026 15:29:04\",\n    \"payments\": [\n        {\n            \"currency\": \"Pesos\",\n            \"payment_method\": \"efectivo\",\n            \"amount\": 100,\n            \"rate\": 1\n    }\n    ],\n    \"total_payment_local_currency\": 100\n}","options":{"raw":{"language":"json"}}},"url":"{{compu_nico}}/charge","description":"<p>Se encarga de realizar las cargas de las cards, las cuales se realizaran en el apartado \"charge\" del body.Estas pueden ser:</p>\n<p>*Saldo: Carga el credito de la tarjeta, el cual puede ser utilizado para pagar por el juego que se esta empleando en el momento al pasar la tarjeta por el lector.</p>\n<p>*Bonus: El bonus es un juego gratuito disponible para el usuario, en caso de tener Bonus disponibles, se usara antes del Saldo.</p>\n<p>*Tickets: Permiten al usuario intercambiarlo por premios, estos pueden ser ganados jugando o tambien puede comprarlos en la caja.</p>\n<p>*Time: El usuario puede comprar tiempo libre de juego, en este apartado se guardara la fecha de vencimiento correspondiente, segun la cantidad de minutos ingresados en este apartado.</p>\n<p>*Party: El usuario puede comprar tiempo libre de juego, el cual se quedara en Standby hasta que el usuario pase la tarjeta por primera vez. Se le ingresa y se guarda por minutos.</p>\n<p>*Quantity: Son juegos que el usuario puede usar libremente, comprandolos en la caja, se guardan la cantidad de juegos.</p>\n","urlObject":{"path":["charge"],"host":["{{compu_nico}}"],"query":[],"variable":[]}},"response":[{"id":"205dfc97-61a0-499e-8bf4-bef5ea320f5a","name":"Token expirado","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token 49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{ \n\"transaction_type\":\"charge\", \n\"vmpl\":\"2500012704037\", \n\"msj\":\"\", \n\"transaction_id\": 1234567867,\n \n\"charge\":[{\"balance_type\": \"Credito\",\"amount\":1500},\n{\"balance_type\":\"Bonus\",\"amount\":150}], \n   \n\"cashier_name\":\"Carlos\", \n\"cashier_id\":0, \n\"device_name\":\"Caja 1\", \n\"datetime_device\":\"04/06/2020 12:00:00\", \n\"id_date\": \"magnetic cash2022/09/29\",\n \n\"payments\":[{\"currency\":\"Pesos\", \n\"payment_method\":\"efectivo\",\"Amount\":1500,\"rate\":1.0}], \n \n\"total_payment_local_currency\":1500, \n \n\"promotions\":[{\"id\":1, \n\"name\":\"50 Bonus x $1500\", \n\"description\":\"\", \n\"type\":\"\", \n\"balance_type\":\"Bonus\", \n\"amount\":50}] \n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/charge"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 17:49:41 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"46"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"Expired\",\n    \"code\": 401\n}"},{"id":"f6b4b4b7-2f0a-44e7-8f4a-55d62cd06b16","name":"Carga de Credito de tarjeta existente","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token 49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{ \n\"transaction_type\":\"charge\", \n\"vmpl\":\"2500012704037\", \n\"msj\":\"\", \n\"transaction_id\": 1234567867,\n \n\"charge\":[{\"balance_type\": \"Credito\",\"amount\":1500},\n{\"balance_type\":\"Bonus\",\"amount\":150}], \n   \n\"cashier_name\":\"Carlos\", \n\"cashier_id\":0, \n\"device_name\":\"Caja 1\", \n\"datetime_device\":\"04/06/2020 12:00:00\", \n\"id_date\": \"magnetic cash2022/09/29\",\n \n\"payments\":[{\"currency\":\"Pesos\", \n\"payment_method\":\"efectivo\",\"Amount\":1500,\"rate\":1.0}], \n \n\"total_payment_local_currency\":1500, \n \n\"promotions\":[{\"id\":1, \n\"name\":\"50 Bonus x $1500\", \n\"description\":\"\", \n\"type\":\"\", \n\"balance_type\":\"Bonus\", \n\"amount\":50}] \n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 17:50:11 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"363"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"Status\": {\n            \"number\": \";2500012704037\",\n            \"type\": \"N\",\n            \"balance\": 4904,\n            \"bonus\": 960,\n            \"tickets\": null,\n            \"total\": 6,\n            \"lastuse\": \"17/05/2022 09:40:30\",\n            \"ocupied\": null,\n            \"time\": \"17/05/2022 09:36:20\",\n            \"lasttime\": \"17/05/2022 09:40:23\",\n            \"device_id\": \"A072\",\n            \"party\": 0,\n            \"nvtype\": \"N\",\n            \"uses\": 2,\n            \"lastq\": \"17/05/2022 09:40:23\",\n            \"quantity\": 0,\n            \"ocupiedcard\": null\n        }\n    },\n    \"code\": 200\n}"},{"id":"0023355f-b0c9-4ff9-ab37-9773fce842c9","name":"Peticion incompleta","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token 49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/charge"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 17:52:00 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"48"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"Not Found\",\n    \"code\": 200\n}"},{"id":"88fde156-09af-4d1b-a05e-0370e4a10fc8","name":"Carga de Time","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{ \n\"transaction_type\":\"charge\", \n\"vmpl\":\"2500012704411\", \n\"msj\":\"\", \n\"transaction_id\": 1234567867,\n \n\"charge\":[{\"balance_type\": \"TimeCard\",\"amount\":60}], \n   \n\"cashier_name\":\"Carlos\", \n\"cashier_id\":0, \n\"device_name\":\"Caja 1\", \n\"datetime_device\":\"04/06/2020 12:00:00\", \n\"id_date\": \"magnetic cash2022/09/29\",\n \n\"payments\":[{\"currency\":\"Pesos\", \n\"payment_method\":\"efectivo\",\"Amount\":1500,\"rate\":1.0}], \n \n\"total_payment_local_currency\":1500, \n \n\"promotions\":[{\"id\":1, \n\"name\":\"50 Bonus x $1500\", \n\"description\":\"\", \n\"type\":\"\", \n\"balance_type\":\"Bonus\", \n\"amount\":50}] \n}","options":{"raw":{"language":"json"}}},"url":"http://000.0.0.0:8000/charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Sep 2022 16:20:57 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"326"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"Status\": {\n            \"number\": \";2500012704411\",\n            \"type\": \"T\",\n            \"balance\": 0,\n            \"bonus\": 0,\n            \"tickets\": 0,\n            \"total\": 0,\n            \"lastuse\": \"26/09/2022 16:20:31\",\n            \"ocupied\": \"b'\\\\x00'\",\n            \"time\": \"2022-09-26T18:20:31\",\n            \"lasttime\": null,\n            \"device_id\": \"0\",\n            \"party\": 0,\n            \"nvtype\": \"T\",\n            \"uses\": 0,\n            \"lastq\": null,\n            \"quantity\": 0,\n            \"ocupiedcard\": null\n        }\n    },\n    \"code\": 200\n}"},{"id":"04ad7bbb-9110-4aa6-99d0-2fffcc6feaf9","name":"Carga de quantity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{ \n\"transaction_type\":\"charge\", \n\"vmpl\":\"2500012704411\", \n\"msj\":\"\", \n\"transaction_id\": 1234567867,\n \n\"charge\":[{\"balance_type\": \"Quantity\",\"amount\":1}], \n   \n\"cashier_name\":\"Carlos\", \n\"cashier_id\":0, \n\"device_name\":\"Caja 1\", \n\"datetime_device\":\"04/06/2020 12:00:00\",\n\"id_date\": \"magnetic cash2022/09/29\",\n \n\"payments\":[{\"currency\":\"Pesos\", \n\"payment_method\":\"efectivo\",\"Amount\":1500,\"rate\":1.0}], \n \n\"total_payment_local_currency\":1500, \n \n\"promotions\":[{\"id\":1, \n\"name\":\"50 Bonus x $1500\", \n\"description\":\"\", \n\"type\":\"\", \n\"balance_type\":\"Bonus\", \n\"amount\":50}] \n}","options":{"raw":{"language":"json"}}},"url":"http://000.0.0.0:8000/charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Sep 2022 16:22:09 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"326"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"Status\": {\n            \"number\": \";2500012704411\",\n            \"type\": \"Q\",\n            \"balance\": 0,\n            \"bonus\": 0,\n            \"tickets\": 0,\n            \"total\": 0,\n            \"lastuse\": \"26/09/2022 16:20:31\",\n            \"ocupied\": \"b'\\\\x00'\",\n            \"time\": \"2022-09-26T18:20:31\",\n            \"lasttime\": null,\n            \"device_id\": \"0\",\n            \"party\": 0,\n            \"nvtype\": \"T\",\n            \"uses\": 0,\n            \"lastq\": null,\n            \"quantity\": 1,\n            \"ocupiedcard\": null\n        }\n    },\n    \"code\": 200\n}"},{"id":"6e442526-013f-4d7b-b3b8-e53bcf2a82f4","name":"Carga de Party","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{ \n\"transaction_type\":\"charge\", \n\"vmpl\":\"2500012704411\", \n\"msj\":\"\", \n\"transaction_id\": 1234567867,\n \n\"charge\":[{\"balance_type\": \"Party\",\"amount\":60}], \n   \n\"cashier_name\":\"Carlos\", \n\"cashier_id\":0, \n\"device_name\":\"Caja 1\", \n\"datetime_device\":\"04/06/2020 12:00:00\", \n\"id_date\": \"magnetic cash2022/09/29\",\n \n\"payments\":[{\"currency\":\"Pesos\", \n\"payment_method\":\"efectivo\",\"Amount\":1500,\"rate\":1.0}], \n \n\"total_payment_local_currency\":1500, \n \n\"promotions\":[{\"id\":1, \n\"name\":\"50 Bonus x $1500\", \n\"description\":\"\", \n\"type\":\"\", \n\"balance_type\":\"Bonus\", \n\"amount\":50}] \n}","options":{"raw":{"language":"json"}}},"url":"http://000.0.0.0:8000/charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Sep 2022 16:22:53 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"327"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"Status\": {\n            \"number\": \";2500012704411\",\n            \"type\": \"P\",\n            \"balance\": 0,\n            \"bonus\": 0,\n            \"tickets\": 0,\n            \"total\": 0,\n            \"lastuse\": \"26/09/2022 16:20:31\",\n            \"ocupied\": \"b'\\\\x00'\",\n            \"time\": \"2022-09-26T18:20:31\",\n            \"lasttime\": null,\n            \"device_id\": \"0\",\n            \"party\": 60,\n            \"nvtype\": \"Q\",\n            \"uses\": 0,\n            \"lastq\": null,\n            \"quantity\": 1,\n            \"ocupiedcard\": null\n        }\n    },\n    \"code\": 200\n}"},{"id":"2c6f2bf8-8bfe-425e-857e-a8258f1aa0b2","name":"Alta de Nueva Tarjeta","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{ \n\"transaction_type\":\"charge\", \n\"vmpl\":\"6230012703702\", \n\"msj\":\"\", \n\"transaction_id\": 1234567867,\n \n\"charge\":[{\"balance_type\": \"Credito\",\"amount\":200, \"payAmount\":200}], \n   \n\"cashier_name\":\"Carlos\", \n\"cashier_id\":0, \n\"device_name\":\"Caja 1\", \n\"datetime_device\":\"04/06/2020 12:00:00\", \n\"id_date\": \"magneticcash2022/09/29\",\n \n\"payments\":[{\"currency\":\"Pesos\", \n\"payment_method\":\"efectivo\",\"amount\":1500,\"rate\":1.0}], \n \n\"total_payment_local_currency\":1500\n}","options":{"raw":{"language":"json"}}},"url":"http://000.0.0.0:8000/charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Oct 2022 13:37:47 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"348"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"number\": \";6230012703702\",\n        \"type\": \"N\",\n        \"balance\": 100,\n        \"bonus\": 0,\n        \"tickets\": 0,\n        \"total\": 0,\n        \"lastuse\": \"17/10/2022 13:37:48\",\n        \"ocupied\": null,\n        \"time\": \"2022/10/17 13:37:48\",\n        \"lasttime\": null,\n        \"device_id\": \"0\",\n        \"party\": 0,\n        \"nvtype\": \"N\",\n        \"uses\": 0,\n        \"lastq\": null,\n        \"quantity\": 0,\n        \"ocupiedcard\": null\n    },\n    \"api_datetime\": \"2022/10/17 13:37:47\",\n    \"code\": 200\n}"},{"id":"378b00ca-14a3-41e5-93b8-b56066a5d559","name":"Error en alta Nueva Tarjeta","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{ \n\"transaction_type\":\"charge\", \n\"vmpl\":\"6230012703703\", \n\"msj\":\"\", \n\"transaction_id\": 1234567867,\n \n\"charge\":[{\"balance_type\": \"timecard\",\"amount\":1, \"payAmount\":200}], \n   \n\"cashier_name\":\"Carlos\", \n\"cashier_id\":0, \n\"device_name\":\"Caja 1\", \n\"datetime_device\":\"04/06/2020 12:00:00\", \n\"id_date\": \"magneticcash2022/09/29\",\n \n\"payments\":[{\"currency\":\"Pesos\", \n\"payment_method\":\"efectivo\",\"amount\":1500,\"rate\":1.0}], \n \n\"total_payment_local_currency\":1500\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/charge"},"status":"Precondition Required","code":428,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Oct 2022 13:38:37 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"86"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"You must charge at least '100.0' for a new card\",\n    \"code\": 428\n}"},{"id":"e1b45bb6-7bc5-4bf7-aad4-b873266bdedb","name":"Error en alta Nueva Tarjeta","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{ \n\"transaction_type\":\"charge\", \n\"vmpl\":\"6230012703745\", \n\"msj\":\"\", \n\"transaction_id\": 1234567867,\n \n\"charge\":[{\"balance_type\": \"Timecard\",\"amount\":50, \"payAmount\":50}], \n   \n\"cashier_name\":\"Carlos\", \n\"cashier_id\":0, \n\"device_name\":\"Caja 1\", \n\"datetime_device\":\"04/06/2020 12:00:00\", \n\"id_date\": \"magneticcash2022/09/29\",\n \n\"payments\":[{\"currency\":\"Pesos\", \n\"payment_method\":\"efectivo\",\"amount\":1500,\"rate\":1.0}], \n \n\"total_payment_local_currency\":1500\n}","options":{"raw":{"language":"json"}}},"url":"http://000.0.0.0:8000/charge"},"status":"Precondition Required","code":428,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Oct 2022 15:11:38 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"73"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"credit cannot be less than '100.0'\",\n    \"code\": 428\n}"},{"id":"ed7ef849-8650-472c-8dd2-9254d2c65006","name":"Error condicion de carga de credito","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{ \n\"transaction_type\":\"charge\", \n\"vmpl\":\"6230012703745\", \n\"msj\":\"\", \n\"transaction_id\": 1234567867,\n \n\"charge\":[{\"balance_type\": \"credito\",\"amount\":100, \"payAmount\":50}], \n   \n\"cashier_name\":\"Carlos\", \n\"cashier_id\":0, \n\"device_name\":\"Caja 1\", \n\"datetime_device\":\"04/06/2020 12:00:00\", \n\"id_date\": \"magneticcash2022/09/29\",\n \n\"payments\":[{\"currency\":\"Pesos\", \n\"payment_method\":\"efectivo\",\"amount\":1500,\"rate\":1.0}], \n \n\"total_payment_local_currency\":1500\n}","options":{"raw":{"language":"json"}}},"url":"http://000.0.0.0:8000/charge"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Oct 2022 15:13:12 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"100"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"if balance_type is Credit, amount and payAmount must be equal\",\n    \"code\": 400\n}"}],"_postman_id":"9b934205-229c-42c0-9787-a7572e1dd8c2"},{"name":"Multi RecargaDeTarjeta","event":[{"listen":"test","script":{"id":"5f544f69-f86d-451e-818f-38f34d487666","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"936e8345-4848-4415-814e-2daf78eb2280","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"4782f0ea98485bf13ff23c87e24bbf5b CASHIER","type":"text"},{"key":"app","value":"Redemption","type":"text"}],"body":{"mode":"raw","raw":"{ \n\"cashier_id\": 1,\n\"cashier_name\": \"1\",\n\"charge-list\": [{\"balance_type\": \"bonus\", \"amount\": 1, \"vmpl\": \"7660012712005\"},\n    {\"balance_type\": \"ridepass\", \"amount\": 300, \"vmpl\": \"7660012712005\", \"payAmount\":300},\n    {\"balance_type\": \"tickets\", \"amount\": 1, \"vmpl\": \"7660012712005\"},\n    {\"balance_type\": \"voucher\",\n     \"vmpl\":\"7660012712005\",\n    \"charge\":[{\n      \"name\": \"Ride Pass\",\n      \"amount\": 1,\n      \"payAmount\": 100\n    }\n    ]\n    },\n    {\"balance_type\": \"timeCard\", \"amount\": 1, \"vmpl\": \"7660012712005\", \"payAmount\":300}\n],\n\"device_name\": \"front-magneticash\",\n\"id_date\": \"nickater_030-07-2024_17:18:47\",\n\"msj\": \"\",\n\"payments\": [{\"currency\": \"Pesos\", \"amount\": 150, \"rate\": 1}],\n\"payment_method\": \"efectivo\",\n\"total_payment_local_currency\": 150,\n\"transaction_id\": 0,\n\"transaction_type\": \"charge\",\n\"buyCard\":1\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/multi-charge","description":"<p>Se encarga de realizar las cargas de las cards, las cuales se realizaran en el apartado \"charge\" del body.Estas pueden ser:</p>\n<p>*Saldo: Carga el credito de la tarjeta, el cual puede ser utilizado para pagar por el juego que se esta empleando en el momento al pasar la tarjeta por el lector.</p>\n<p>*Bonus: El bonus es un juego gratuito disponible para el usuario, en caso de tener Bonus disponibles, se usara antes del Saldo.</p>\n<p>*Tickets: Permiten al usuario intercambiarlo por premios, estos pueden ser ganados jugando o tambien puede comprarlos en la caja.</p>\n<p>*Time: El usuario puede comprar tiempo libre de juego, en este apartado se guardara la fecha de vencimiento correspondiente, segun la cantidad de minutos ingresados en este apartado.</p>\n<p>*Party: El usuario puede comprar tiempo libre de juego, el cual se quedara en Standby hasta que el usuario pase la tarjeta por primera vez. Se le ingresa y se guarda por minutos.</p>\n<p>*Quantity: Son juegos que el usuario puede usar libremente, comprandolos en la caja, se guardan la cantidad de juegos.</p>\n","urlObject":{"path":["multi-charge"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"d2f2b388-8fcd-452a-bc2c-db470bf60791","name":"Token expirado","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token 49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{ \n\"transaction_type\":\"charge\", \n\"vmpl\":\"2500012704037\", \n\"msj\":\"\", \n\"transaction_id\": 1234567867,\n \n\"charge\":[{\"balance_type\": \"Credito\",\"amount\":1500},\n{\"balance_type\":\"Bonus\",\"amount\":150}], \n   \n\"cashier_name\":\"Carlos\", \n\"cashier_id\":0, \n\"device_name\":\"Caja 1\", \n\"datetime_device\":\"04/06/2020 12:00:00\", \n\"id_date\": \"magnetic cash2022/09/29\",\n \n\"payments\":[{\"currency\":\"Pesos\", \n\"payment_method\":\"efectivo\",\"Amount\":1500,\"rate\":1.0}], \n \n\"total_payment_local_currency\":1500, \n \n\"promotions\":[{\"id\":1, \n\"name\":\"50 Bonus x $1500\", \n\"description\":\"\", \n\"type\":\"\", \n\"balance_type\":\"Bonus\", \n\"amount\":50}] \n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/charge"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 17:49:41 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"46"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"Expired\",\n    \"code\": 401\n}"},{"id":"3159699e-b09d-475d-9195-71cad8e6072d","name":"Carga de Credito de tarjeta existente","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token 49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{ \n\"transaction_type\":\"charge\", \n\"vmpl\":\"2500012704037\", \n\"msj\":\"\", \n\"transaction_id\": 1234567867,\n \n\"charge\":[{\"balance_type\": \"Credito\",\"amount\":1500},\n{\"balance_type\":\"Bonus\",\"amount\":150}], \n   \n\"cashier_name\":\"Carlos\", \n\"cashier_id\":0, \n\"device_name\":\"Caja 1\", \n\"datetime_device\":\"04/06/2020 12:00:00\", \n\"id_date\": \"magnetic cash2022/09/29\",\n \n\"payments\":[{\"currency\":\"Pesos\", \n\"payment_method\":\"efectivo\",\"Amount\":1500,\"rate\":1.0}], \n \n\"total_payment_local_currency\":1500, \n \n\"promotions\":[{\"id\":1, \n\"name\":\"50 Bonus x $1500\", \n\"description\":\"\", \n\"type\":\"\", \n\"balance_type\":\"Bonus\", \n\"amount\":50}] \n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 17:50:11 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"363"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"Status\": {\n            \"number\": \";2500012704037\",\n            \"type\": \"N\",\n            \"balance\": 4904,\n            \"bonus\": 960,\n            \"tickets\": null,\n            \"total\": 6,\n            \"lastuse\": \"17/05/2022 09:40:30\",\n            \"ocupied\": null,\n            \"time\": \"17/05/2022 09:36:20\",\n            \"lasttime\": \"17/05/2022 09:40:23\",\n            \"device_id\": \"A072\",\n            \"party\": 0,\n            \"nvtype\": \"N\",\n            \"uses\": 2,\n            \"lastq\": \"17/05/2022 09:40:23\",\n            \"quantity\": 0,\n            \"ocupiedcard\": null\n        }\n    },\n    \"code\": 200\n}"},{"id":"ece05a49-d156-4102-b96d-03c2021b15cd","name":"Peticion incompleta","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token 49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/charge"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 17:52:00 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"48"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"Not Found\",\n    \"code\": 200\n}"},{"id":"76e6934a-f54e-4b3d-a46b-5bcdea944d6e","name":"Carga de Time","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{ \n\"transaction_type\":\"charge\", \n\"vmpl\":\"2500012704411\", \n\"msj\":\"\", \n\"transaction_id\": 1234567867,\n \n\"charge\":[{\"balance_type\": \"TimeCard\",\"amount\":60}], \n   \n\"cashier_name\":\"Carlos\", \n\"cashier_id\":0, \n\"device_name\":\"Caja 1\", \n\"datetime_device\":\"04/06/2020 12:00:00\", \n\"id_date\": \"magnetic cash2022/09/29\",\n \n\"payments\":[{\"currency\":\"Pesos\", \n\"payment_method\":\"efectivo\",\"Amount\":1500,\"rate\":1.0}], \n \n\"total_payment_local_currency\":1500, \n \n\"promotions\":[{\"id\":1, \n\"name\":\"50 Bonus x $1500\", \n\"description\":\"\", \n\"type\":\"\", \n\"balance_type\":\"Bonus\", \n\"amount\":50}] \n}","options":{"raw":{"language":"json"}}},"url":"http://000.0.0.0:8000/charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Sep 2022 16:20:57 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"326"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"Status\": {\n            \"number\": \";2500012704411\",\n            \"type\": \"T\",\n            \"balance\": 0,\n            \"bonus\": 0,\n            \"tickets\": 0,\n            \"total\": 0,\n            \"lastuse\": \"26/09/2022 16:20:31\",\n            \"ocupied\": \"b'\\\\x00'\",\n            \"time\": \"2022-09-26T18:20:31\",\n            \"lasttime\": null,\n            \"device_id\": \"0\",\n            \"party\": 0,\n            \"nvtype\": \"T\",\n            \"uses\": 0,\n            \"lastq\": null,\n            \"quantity\": 0,\n            \"ocupiedcard\": null\n        }\n    },\n    \"code\": 200\n}"},{"id":"ef3ac842-e93d-455f-b85d-aaafc85ee13e","name":"Carga de quantity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{ \n\"transaction_type\":\"charge\", \n\"vmpl\":\"2500012704411\", \n\"msj\":\"\", \n\"transaction_id\": 1234567867,\n \n\"charge\":[{\"balance_type\": \"Quantity\",\"amount\":1}], \n   \n\"cashier_name\":\"Carlos\", \n\"cashier_id\":0, \n\"device_name\":\"Caja 1\", \n\"datetime_device\":\"04/06/2020 12:00:00\",\n\"id_date\": \"magnetic cash2022/09/29\",\n \n\"payments\":[{\"currency\":\"Pesos\", \n\"payment_method\":\"efectivo\",\"Amount\":1500,\"rate\":1.0}], \n \n\"total_payment_local_currency\":1500, \n \n\"promotions\":[{\"id\":1, \n\"name\":\"50 Bonus x $1500\", \n\"description\":\"\", \n\"type\":\"\", \n\"balance_type\":\"Bonus\", \n\"amount\":50}] \n}","options":{"raw":{"language":"json"}}},"url":"http://000.0.0.0:8000/charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Sep 2022 16:22:09 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"326"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"Status\": {\n            \"number\": \";2500012704411\",\n            \"type\": \"Q\",\n            \"balance\": 0,\n            \"bonus\": 0,\n            \"tickets\": 0,\n            \"total\": 0,\n            \"lastuse\": \"26/09/2022 16:20:31\",\n            \"ocupied\": \"b'\\\\x00'\",\n            \"time\": \"2022-09-26T18:20:31\",\n            \"lasttime\": null,\n            \"device_id\": \"0\",\n            \"party\": 0,\n            \"nvtype\": \"T\",\n            \"uses\": 0,\n            \"lastq\": null,\n            \"quantity\": 1,\n            \"ocupiedcard\": null\n        }\n    },\n    \"code\": 200\n}"},{"id":"c9e214be-326f-410b-9bf4-03394fd5d515","name":"Carga de Party","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{ \n\"transaction_type\":\"charge\", \n\"vmpl\":\"2500012704411\", \n\"msj\":\"\", \n\"transaction_id\": 1234567867,\n \n\"charge\":[{\"balance_type\": \"Party\",\"amount\":60}], \n   \n\"cashier_name\":\"Carlos\", \n\"cashier_id\":0, \n\"device_name\":\"Caja 1\", \n\"datetime_device\":\"04/06/2020 12:00:00\", \n\"id_date\": \"magnetic cash2022/09/29\",\n \n\"payments\":[{\"currency\":\"Pesos\", \n\"payment_method\":\"efectivo\",\"Amount\":1500,\"rate\":1.0}], \n \n\"total_payment_local_currency\":1500, \n \n\"promotions\":[{\"id\":1, \n\"name\":\"50 Bonus x $1500\", \n\"description\":\"\", \n\"type\":\"\", \n\"balance_type\":\"Bonus\", \n\"amount\":50}] \n}","options":{"raw":{"language":"json"}}},"url":"http://000.0.0.0:8000/charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Sep 2022 16:22:53 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"327"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"Status\": {\n            \"number\": \";2500012704411\",\n            \"type\": \"P\",\n            \"balance\": 0,\n            \"bonus\": 0,\n            \"tickets\": 0,\n            \"total\": 0,\n            \"lastuse\": \"26/09/2022 16:20:31\",\n            \"ocupied\": \"b'\\\\x00'\",\n            \"time\": \"2022-09-26T18:20:31\",\n            \"lasttime\": null,\n            \"device_id\": \"0\",\n            \"party\": 60,\n            \"nvtype\": \"Q\",\n            \"uses\": 0,\n            \"lastq\": null,\n            \"quantity\": 1,\n            \"ocupiedcard\": null\n        }\n    },\n    \"code\": 200\n}"},{"id":"1f8d406a-62b8-4d25-a242-97689e0e40c0","name":"Alta de Nueva Tarjeta","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{ \n\"transaction_type\":\"charge\", \n\"vmpl\":\"6230012703702\", \n\"msj\":\"\", \n\"transaction_id\": 1234567867,\n \n\"charge\":[{\"balance_type\": \"Credito\",\"amount\":200, \"payAmount\":200}], \n   \n\"cashier_name\":\"Carlos\", \n\"cashier_id\":0, \n\"device_name\":\"Caja 1\", \n\"datetime_device\":\"04/06/2020 12:00:00\", \n\"id_date\": \"magneticcash2022/09/29\",\n \n\"payments\":[{\"currency\":\"Pesos\", \n\"payment_method\":\"efectivo\",\"amount\":1500,\"rate\":1.0}], \n \n\"total_payment_local_currency\":1500\n}","options":{"raw":{"language":"json"}}},"url":"http://000.0.0.0:8000/charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Oct 2022 13:37:47 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"348"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"number\": \";6230012703702\",\n        \"type\": \"N\",\n        \"balance\": 100,\n        \"bonus\": 0,\n        \"tickets\": 0,\n        \"total\": 0,\n        \"lastuse\": \"17/10/2022 13:37:48\",\n        \"ocupied\": null,\n        \"time\": \"2022/10/17 13:37:48\",\n        \"lasttime\": null,\n        \"device_id\": \"0\",\n        \"party\": 0,\n        \"nvtype\": \"N\",\n        \"uses\": 0,\n        \"lastq\": null,\n        \"quantity\": 0,\n        \"ocupiedcard\": null\n    },\n    \"api_datetime\": \"2022/10/17 13:37:47\",\n    \"code\": 200\n}"},{"id":"3003b72d-54d6-4b47-8a5f-4b8306400500","name":"Error en alta Nueva Tarjeta","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{ \n\"transaction_type\":\"charge\", \n\"vmpl\":\"6230012703703\", \n\"msj\":\"\", \n\"transaction_id\": 1234567867,\n \n\"charge\":[{\"balance_type\": \"timecard\",\"amount\":1, \"payAmount\":200}], \n   \n\"cashier_name\":\"Carlos\", \n\"cashier_id\":0, \n\"device_name\":\"Caja 1\", \n\"datetime_device\":\"04/06/2020 12:00:00\", \n\"id_date\": \"magneticcash2022/09/29\",\n \n\"payments\":[{\"currency\":\"Pesos\", \n\"payment_method\":\"efectivo\",\"amount\":1500,\"rate\":1.0}], \n \n\"total_payment_local_currency\":1500\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/charge"},"status":"Precondition Required","code":428,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Oct 2022 13:38:37 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"86"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"You must charge at least '100.0' for a new card\",\n    \"code\": 428\n}"},{"id":"f80e9cf5-589b-40bc-b461-ea27381e6a06","name":"Error en alta Nueva Tarjeta","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{ \n\"transaction_type\":\"charge\", \n\"vmpl\":\"6230012703745\", \n\"msj\":\"\", \n\"transaction_id\": 1234567867,\n \n\"charge\":[{\"balance_type\": \"Timecard\",\"amount\":50, \"payAmount\":50}], \n   \n\"cashier_name\":\"Carlos\", \n\"cashier_id\":0, \n\"device_name\":\"Caja 1\", \n\"datetime_device\":\"04/06/2020 12:00:00\", \n\"id_date\": \"magneticcash2022/09/29\",\n \n\"payments\":[{\"currency\":\"Pesos\", \n\"payment_method\":\"efectivo\",\"amount\":1500,\"rate\":1.0}], \n \n\"total_payment_local_currency\":1500\n}","options":{"raw":{"language":"json"}}},"url":"http://000.0.0.0:8000/charge"},"status":"Precondition Required","code":428,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Oct 2022 15:11:38 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"73"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"credit cannot be less than '100.0'\",\n    \"code\": 428\n}"},{"id":"1ba1db5f-829f-49e0-9c83-e61d7791ff8d","name":"Error condicion de carga de credito","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{ \n\"transaction_type\":\"charge\", \n\"vmpl\":\"6230012703745\", \n\"msj\":\"\", \n\"transaction_id\": 1234567867,\n \n\"charge\":[{\"balance_type\": \"credito\",\"amount\":100, \"payAmount\":50}], \n   \n\"cashier_name\":\"Carlos\", \n\"cashier_id\":0, \n\"device_name\":\"Caja 1\", \n\"datetime_device\":\"04/06/2020 12:00:00\", \n\"id_date\": \"magneticcash2022/09/29\",\n \n\"payments\":[{\"currency\":\"Pesos\", \n\"payment_method\":\"efectivo\",\"amount\":1500,\"rate\":1.0}], \n \n\"total_payment_local_currency\":1500\n}","options":{"raw":{"language":"json"}}},"url":"http://000.0.0.0:8000/charge"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Oct 2022 15:13:12 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"100"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"if balance_type is Credit, amount and payAmount must be equal\",\n    \"code\": 400\n}"}],"_postman_id":"936e8345-4848-4415-814e-2daf78eb2280"},{"name":"HistorialTransacciones","id":"175916da-4727-4563-8336-01639f6450e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"4782f0ea98485bf13ff23c87e24bbf5b CASHIER","type":"text"},{"key":"app","value":"Redemption","type":"text"}],"url":"http://127.0.0.1:8000/info/3590013852627","description":"<p>Cumple la funcion de traer un historial de las ultimas 10 transacciones y movimientos realizados por la tarjeta cuyo numero de identificacion se encuentre ingresado en el link de busqueda.Si ademas se le pasa por params, \"page\", otorgara la pagina a buscar, en caso de no se pase, enviara los resultados sin paginar</p>\n","urlObject":{"path":["info","3590013852627"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"88c6efec-5cdc-43a2-b42f-cb0b55393aac","name":"Token Expirado","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token 49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"url":"http://127.0.0.1:8000/info/2500012704037"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 17:56:50 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"46"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"Expired\",\n    \"code\": 401\n}"},{"id":"c9249ef1-642e-4510-a28e-0d55fba485e1","name":"Exito","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token 49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"url":"http://127.0.0.1:8000/info/2500012704037"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 17:59:09 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"1741"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"Historial\": [\n            {\n                \"Date/Hour\": \"2022-09-23T17:50:11\",\n                \"Type\": \"charge\",\n                \"Machine\": \"Caja 1\",\n                \"Cashier Name\": \"Carlos\",\n                \"Card\": 0,\n                \"CreditosC\": 1500,\n                \"BonusC\": 150,\n                \"TicketC\": 0,\n                \"Creditos\": 4904,\n                \"Bonus\": 960,\n                \"Ticket\": 0,\n                \"Time\": 0,\n                \"Party\": 0,\n                \"Qty\": 0\n            },\n            {\n                \"Date/Hour\": \"2022-09-23T16:20:23\",\n                \"Type\": \"charge\",\n                \"Machine\": \"Caja 1\",\n                \"Cashier Name\": \"Carlos\",\n                \"Card\": 0,\n                \"CreditosC\": 100,\n                \"BonusC\": 100,\n                \"TicketC\": 0,\n                \"Creditos\": 3404,\n                \"Bonus\": 810,\n                \"Ticket\": 0,\n                \"Time\": 0,\n                \"Party\": 0,\n                \"Qty\": 0\n            },\n            {\n                \"Date/Hour\": \"2022-09-23T16:15:36\",\n                \"Type\": \"charge\",\n                \"Machine\": \"Caja 1\",\n                \"Cashier Name\": \"Carlos\",\n                \"Card\": 0,\n                \"CreditosC\": 100,\n                \"BonusC\": 100,\n                \"TicketC\": 0,\n                \"Creditos\": 3304,\n                \"Bonus\": 710,\n                \"Ticket\": 0,\n                \"Time\": 0,\n                \"Party\": 0,\n                \"Qty\": 0\n            },\n            {\n                \"Date/Hour\": \"2022-09-23T16:15:33\",\n                \"Type\": \"charge\",\n                \"Machine\": \"Caja 1\",\n                \"Cashier Name\": \"Carlos\",\n                \"Card\": 0,\n                \"CreditosC\": 100,\n                \"BonusC\": 100,\n                \"TicketC\": 0,\n                \"Creditos\": 3204,\n                \"Bonus\": 610,\n                \"Ticket\": 0,\n                \"Time\": 0,\n                \"Party\": 0,\n                \"Qty\": 0\n            },\n            {\n                \"Date/Hour\": \"2022-09-23T16:14:54\",\n                \"Type\": \"charge\",\n                \"Machine\": \"Caja 1\",\n                \"Cashier Name\": \"Carlos\",\n                \"Card\": 0,\n                \"CreditosC\": 100,\n                \"BonusC\": 100,\n                \"TicketC\": 0,\n                \"Creditos\": 3104,\n                \"Bonus\": 510,\n                \"Ticket\": 0,\n                \"Time\": 0,\n                \"Party\": 0,\n                \"Qty\": 0\n            },\n            {\n                \"Date/Hour\": \"2022-09-22T12:12:09\",\n                \"Type\": \"charge\",\n                \"Machine\": \"Caja 1\",\n                \"Cashier Name\": \"Carlos\",\n                \"Card\": 0,\n                \"CreditosC\": 1500,\n                \"BonusC\": 150,\n                \"TicketC\": 0,\n                \"Creditos\": 3004,\n                \"Bonus\": 410,\n                \"Ticket\": 0,\n                \"Time\": 0,\n                \"Party\": 0,\n                \"Qty\": 0\n            },\n            {\n                \"Date/Hour\": \"2022-09-22T12:03:06\",\n                \"Type\": \"charge\",\n                \"Machine\": \"Caja 1\",\n                \"Cashier Name\": \"Carlos\",\n                \"Card\": 0,\n                \"CreditosC\": 1500,\n                \"BonusC\": 150,\n                \"TicketC\": 0,\n                \"Creditos\": 1504,\n                \"Bonus\": 210,\n                \"Ticket\": 0,\n                \"Time\": 0,\n                \"Party\": 0,\n                \"Qty\": 0\n            },\n            {\n                \"Date/Hour\": \"2022-09-20T13:05:43\",\n                \"Type\": \"charge\",\n                \"Machine\": \"Caja 1\",\n                \"Cashier Name\": \"Carlos\",\n                \"Card\": 0,\n                \"CreditosC\": 1500,\n                \"BonusC\": 150,\n                \"TicketC\": 0,\n                \"Creditos\": 1504,\n                \"Bonus\": 160,\n                \"Ticket\": 0,\n                \"Time\": 0,\n                \"Party\": 0,\n                \"Qty\": 0\n            }\n        ]\n    },\n    \"code\": 200\n}"},{"id":"bb27c0fb-2ad8-4704-a66c-9fecc9e1fed4","name":"No encontrado","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token 49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"url":"http://127.0.0.1:8000/info/2222"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 17:59:42 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"48"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"Not found\",\n    \"code\": 404\n}"}],"_postman_id":"175916da-4727-4563-8336-01639f6450e5"},{"name":"Cashier info","id":"f1285397-deac-4988-a945-f157486a2255","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"4782f0ea98485bf13ff23c87e24bbf5b CASHIER","type":"text"},{"key":"app","value":"Redemption","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/cashierInfo/bruno14-10-2025 17:47:39","description":"<p>Endpoint que trae la actividad del cajero por fecha.Se pueden ver los ingresos generados.</p>\n","urlObject":{"path":["cashierInfo","bruno14-10-2025 17:47:39"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"eeff308f-b159-4572-826a-ee174427bf6f","name":"Exito","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id_date\": \"magneticcash2022/09/29\",\n  \"cashier_name\":\"Marc\",\n  \"hostname\": \"desktop\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/cashierInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"109"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Date","value":"Mon, 03 Oct 2022 18:03:45 GMT"},{"key":"Server","value":"0.0.0.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"Cashier\": \"Marc\",\n    \"Total\": 2500,\n    \"Credito\": 1000,\n    \"TimeCard\": 1500,\n    \"Party\": 0,\n    \"Quantity\": 0,\n    \"Bonus\": 0,\n    \"Tickets\": 500\n}"},{"id":"d39d32cd-4434-46f7-a2fa-d83fc4c7dfad","name":"Token expirado","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id_date\": \"magneticcash2022/09/29\",\n  \"cashier_name\":\"Marc\",\n  \"hostname\": \"desktop\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/cashierInfo"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"46"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Date","value":"Mon, 03 Oct 2022 18:04:22 GMT"},{"key":"Server","value":"0.0.0.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"Expired\",\n    \"code\": 401\n}"},{"id":"b388886d-1440-4de2-b869-0c2c01288c71","name":"No encontrado","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id_date\": \"magneticcash2022/09/2\",\n  \"cashier_name\":\"Marc\",\n  \"hostname\": \"desktop\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/cashierInfo"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"48"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Date","value":"Mon, 03 Oct 2022 18:08:29 GMT"},{"key":"Server","value":"0.0.0.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"Not Found\",\n    \"code\": 200\n}"}],"_postman_id":"f1285397-deac-4988-a945-f157486a2255"},{"name":"Promociones","id":"0ee88b0a-8e25-4898-99e3-403aed1db972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"4782f0ea98485bf13ff23c87e24bbf5b CASHIER","type":"text"},{"key":"app","value":"Redemption","type":"text"}],"url":"http://127.0.0.1:8000/promotions","description":"<p>Endpoint de promociones:</p>\n<p>Trae todas las promociones guardadas en la base de datos.</p>\n","urlObject":{"path":["promotions"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"7cd37ed2-2f68-4e80-88fb-b5ee62efa2bc","name":"Expired","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"url":"http://127.0.0.1:8000/promotions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"46"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Date","value":"Fri, 04 Nov 2022 12:16:10 GMT"},{"key":"Server","value":"0.0.0.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"Expired\",\n    \"code\": 401\n}"},{"id":"910b890d-b382-4c23-a9c9-2a1ddc83d691","name":"Exito","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"url":"http://127.0.0.1:8000/promotions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"1558"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Date","value":"Fri, 04 Nov 2022 12:16:36 GMT"},{"key":"Server","value":"0.0.0.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": [\n        {\n            \"nombrepromo\": \"Exact Charge\",\n            \"precio\": 10,\n            \"bonus\": 2,\n            \"credits\": 0,\n            \"tickets\": 0,\n            \"tipopromo\": \"Charge+\",\n            \"tks_value\": 0.01,\n            \"total_gift_value\": 2\n        },\n        {\n            \"nombrepromo\": \"Exact Charge\",\n            \"precio\": 20,\n            \"bonus\": 4,\n            \"credits\": 0,\n            \"tickets\": 0,\n            \"tipopromo\": \"Charge+\",\n            \"tks_value\": 0.01,\n            \"total_gift_value\": 4\n        },\n        {\n            \"nombrepromo\": \"Exact Charge\",\n            \"precio\": 30,\n            \"bonus\": 6,\n            \"credits\": 0,\n            \"tickets\": 0,\n            \"tipopromo\": \"Charge+\",\n            \"tks_value\": 0.01,\n            \"total_gift_value\": 6\n        },\n        {\n            \"nombrepromo\": \"Exact Charge\",\n            \"precio\": 40,\n            \"bonus\": 8,\n            \"credits\": 0,\n            \"tickets\": 0,\n            \"tipopromo\": \"Charge+\",\n            \"tks_value\": 0.01,\n            \"total_gift_value\": 8\n        },\n        {\n            \"nombrepromo\": \"Exact Charge\",\n            \"precio\": 50,\n            \"bonus\": 10,\n            \"credits\": 0,\n            \"tickets\": 0,\n            \"tipopromo\": \"Charge+\",\n            \"tks_value\": 0.01,\n            \"total_gift_value\": 10\n        },\n        {\n            \"nombrepromo\": \"More than 50\",\n            \"precio\": 50,\n            \"bonus\": 25,\n            \"credits\": 0,\n            \"tickets\": 0,\n            \"tipopromo\": \"Charge++\",\n            \"tks_value\": 0.01,\n            \"total_gift_value\": 25\n        },\n        {\n            \"nombrepromo\": \"Exact Charge\",\n            \"precio\": 60,\n            \"bonus\": 12,\n            \"credits\": 0,\n            \"tickets\": 0,\n            \"tipopromo\": \"Charge+\",\n            \"tks_value\": 0.01,\n            \"total_gift_value\": 12\n        },\n        {\n            \"nombrepromo\": \"Exact Charge\",\n            \"precio\": 70,\n            \"bonus\": 14,\n            \"credits\": 0,\n            \"tickets\": 0,\n            \"tipopromo\": \"Charge+\",\n            \"tks_value\": 0.01,\n            \"total_gift_value\": 14\n        },\n        {\n            \"nombrepromo\": \"Exact Charge\",\n            \"precio\": 80,\n            \"bonus\": 16,\n            \"credits\": 0,\n            \"tickets\": 0,\n            \"tipopromo\": \"Charge+\",\n            \"tks_value\": 0.01,\n            \"total_gift_value\": 16\n        },\n        {\n            \"nombrepromo\": \"Exact Charge\",\n            \"precio\": 90,\n            \"bonus\": 18,\n            \"credits\": 0,\n            \"tickets\": 0,\n            \"tipopromo\": \"Charge+\",\n            \"tks_value\": 0.01,\n            \"total_gift_value\": 18\n        },\n        {\n            \"nombrepromo\": \"Exact Charge\",\n            \"precio\": 100,\n            \"bonus\": 20,\n            \"credits\": 0,\n            \"tickets\": 0,\n            \"tipopromo\": \"Charge+\",\n            \"tks_value\": 0.01,\n            \"total_gift_value\": 20\n        }\n    ],\n    \"code\": 200\n}"}],"_postman_id":"0ee88b0a-8e25-4898-99e3-403aed1db972"},{"name":"Redemption","id":"ca817a81-09d0-4c1f-9132-59c6948d7c02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"ab47255b290f66e73bfb5525ebe058c2 AUTOCASHIER","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"totalTK\":5000,\n    \"select\":[\";2980013852759\"],\n    \"selected\":\"2980013852759\",\n    \"resultado\":100,\n    \"cashier_name\":\"Carlos\", \n    \"device_name\":\"Caja 1\",\n    \"id_date\":\"nico201-06-2023_12:33:05\",\n    \"tid\":\"505050.101050\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/redemption","description":"<p>Endpoint de cobro de tickets, cumple la funcion de realizar el canjeo de premios:</p>\n<p>Campos:</p>\n<p>totalTK: Numero de tickets totales con los que cuentan las tarjetas</p>\n<p>select : Arreglo de tarjetas involucradas en el canje.</p>\n<p>selected: Tarjeta que se quedara con los tickets restantes.</p>\n<p>resultado: Numero de tickets totales a canjear</p>\n<p>cashier_name: Nombre del cajero</p>\n<p>device_name:Nombre de la caja</p>\n<p>id_date:ID utilizado para identificar la caja y el dia de uso.</p>\n","urlObject":{"path":["redemption"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"27a836ec-c7d3-435e-8590-b4122805d301","name":"Exito","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"totalTK\":100,\n    \"select\":[\"4370012703945\", \"4200012703794\"],\n    \"selected\":\"4200012703794\",\n    \"resultado\":100\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/redemption"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"46"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Date","value":"Fri, 25 Nov 2022 12:56:45 GMT"},{"key":"Server","value":"0.0.0.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": \"Succesfull\",\n    \"code\": 200\n}"},{"id":"6f52ab1d-331d-4c17-9627-e9be1facd281","name":"Expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"totalTK\":100,\n    \"select\":[\"4370012703945\", \"4200012703794\"],\n    \"selected\":\"4200012703794\",\n    \"resultado\":100\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/redemption"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"46"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Date","value":"Fri, 25 Nov 2022 13:23:23 GMT"},{"key":"Server","value":"0.0.0.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"Expired\",\n    \"code\": 401\n}"},{"id":"78ac117e-e605-4f01-b4c3-ce5335d5d136","name":"No coinciden los valores","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"totalTK\":100,\n    \"select\":[\"4370012703945\", \"4200012703794\"],\n    \"selected\":\"4200012703794\",\n    \"resultado\":100\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/redemption"},"status":"Expectation Failed","code":417,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"61"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Date","value":"Fri, 25 Nov 2022 13:23:54 GMT"},{"key":"Server","value":"0.0.0.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"the data did not match\",\n    \"code\": 417\n}"},{"id":"99e16a36-1ba8-46b8-99d5-dc2a3a1ed3fa","name":"Fallo la insercion en db","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"totalTK\":1500,\n    \"select\":[\"4370012703945\", \"4200012703794\"],\n    \"selected\":\"4200012703794\",\n    \"resultado\":100\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/redemption"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"57"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Date","value":"Fri, 25 Nov 2022 13:26:40 GMT"},{"key":"Server","value":"0.0.0.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"Error in insertion\",\n    \"code\": 409\n}"}],"_postman_id":"ca817a81-09d0-4c1f-9132-59c6948d7c02"},{"name":"ConsultaRDM","id":"b387eec9-8a70-407a-8a24-8ccc3ded8934","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"4782f0ea98485bf13ff23c87e24bbf5b CASHIER","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"totalTK\":480,\n    \"select\":[\";5020013769159\"],\n    \"selected\":\"5020013769159\",\n    \"resultado\":10,\n    \"cashier_name\":\"Carlos\", \n    \"device_name\":\"Caja 1\",\n    \"id_date\": \"eliasC08-02-2023_09:32:42\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/consultaRDM","description":"<p>Endpoint de cobro de tickets, cumple la funcion de realizar el canjeo de premios:</p>\n<p>Campos:</p>\n<p>totalTK: Numero de tickets totales con los que cuentan las tarjetas</p>\n<p>select : Arreglo de tarjetas involucradas en el canje.</p>\n<p>selected: Tarjeta que se quedara con los tickets restantes.</p>\n<p>resultado: Numero de tickets totales a canjear</p>\n<p>cashier_name: Nombre del cajero</p>\n<p>device_name:Nombre de la caja</p>\n<p>id_date:ID utilizado para identificar la caja y el dia de uso.</p>\n","urlObject":{"path":["consultaRDM"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"c5713093-12a3-43ff-9ef9-e6f3505965fc","name":"Exito","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"totalTK\":100,\n    \"select\":[\"4370012703945\", \"4200012703794\"],\n    \"selected\":\"4200012703794\",\n    \"resultado\":100\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/redemption"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"46"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Date","value":"Fri, 25 Nov 2022 12:56:45 GMT"},{"key":"Server","value":"0.0.0.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": \"Succesfull\",\n    \"code\": 200\n}"},{"id":"55dcf218-88ce-4964-a6a9-245be81c5d98","name":"Expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"totalTK\":100,\n    \"select\":[\"4370012703945\", \"4200012703794\"],\n    \"selected\":\"4200012703794\",\n    \"resultado\":100\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/redemption"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"46"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Date","value":"Fri, 25 Nov 2022 13:23:23 GMT"},{"key":"Server","value":"0.0.0.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"Expired\",\n    \"code\": 401\n}"},{"id":"520f700f-92a6-4b92-b2ba-5e12f49f10fd","name":"No coinciden los valores","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"totalTK\":100,\n    \"select\":[\"4370012703945\", \"4200012703794\"],\n    \"selected\":\"4200012703794\",\n    \"resultado\":100\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/redemption"},"status":"Expectation Failed","code":417,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"61"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Date","value":"Fri, 25 Nov 2022 13:23:54 GMT"},{"key":"Server","value":"0.0.0.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"the data did not match\",\n    \"code\": 417\n}"},{"id":"85892680-4c16-4514-a186-c83c8f227ea1","name":"Fallo la insercion en db","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"totalTK\":1500,\n    \"select\":[\"4370012703945\", \"4200012703794\"],\n    \"selected\":\"4200012703794\",\n    \"resultado\":100\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/redemption"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"57"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Date","value":"Fri, 25 Nov 2022 13:26:40 GMT"},{"key":"Server","value":"0.0.0.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"Error in insertion\",\n    \"code\": 409\n}"}],"_postman_id":"b387eec9-8a70-407a-8a24-8ccc3ded8934"},{"name":"Cambiar Idioma","id":"88669d89-7562-4494-b497-efc408f823c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"4782f0ea98485bf13ff23c87e24bbf5b CASHIER","type":"text"}],"url":"http://127.0.0.1:8000/language/es","description":"<p>Endpoint encargado de cambiar el idioma de el front y el backend</p>\n","urlObject":{"path":["language","es"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"88669d89-7562-4494-b497-efc408f823c2"},{"name":"AperturaCaja","id":"5819d194-adfa-40aa-9e1c-14d34d9d2725","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\":\"nickater4\",\n    \"hostname\": \"desktop\",\n    \"id_date\":\"nickater422-05-2023_13:53:44\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/aperturaCaja","urlObject":{"path":["aperturaCaja"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"5819d194-adfa-40aa-9e1c-14d34d9d2725"},{"name":"Node","id":"c58f0dbc-d760-41aa-a88d-e2ec1c2eb2c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"4782f0ea98485bf13ff23c87e24bbf5b CASHIER","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"transaction_type\": \"charge\",\n    \"vmpl_id\": \"2980013852759\",\n    \"message\": \"\",\n    \"system_transaction_id\": 1,\n    \"charge\": [{\"balance_type\": \"tickets\", \"amount\": 100, \"payAmount\":2000}],\n    \"cashier\": { \"id\": 1, \"name\": \"cashierPrueba\" },\n    \"cashier_id\": 1,\n    \"device\": { \"id\": 1, \"name\": \"devicePrueba\", \"datetime\": \"08-02-2023_09:32:42\" },\n    \"payment\":[],\n    \"total_payment_local_currency\":100,\n    \"promotions\":[{\"name\":\"promo\"}],\n    \"saldos\": {\"credits\":450,\"bonus\":100,\"tickets\":0},\n    \"id_date\": \"eliasC08-02-2023_09:32:42\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/node","urlObject":{"path":["node"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"c58f0dbc-d760-41aa-a88d-e2ec1c2eb2c9"},{"name":"getVoucher","id":"2f7ca4e9-a025-45c1-84dc-25cefd7ae49d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"ab47255b290f66e73bfb5525ebe058c2 AUTOCASHIER","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/vouchers","description":"<p>Endpoint encargado de devolver todos los vouchers presentes en el store.</p>\n","urlObject":{"path":["vouchers"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f7ca4e9-a025-45c1-84dc-25cefd7ae49d"},{"name":"postVoucher","id":"ffbfeacd-92da-4c54-8e50-0b8f9190b80e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"4782f0ea98485bf13ff23c87e24bbf5b CASHIER","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cashier_id\": 1,\n    \"cashier_name\": \"Nico\",\n    \"charge\": [{\"name\": \"Competencia\", \"amount\": 1, \"payAmount\":100}],\n    \"device_name\": \"front-magneticash\",\n    \"cardPrice\":0,\n    \"id_date\": \"eliasC08-02-2023_09:32:42\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/voucher/;5150013852908","description":"<p>Endpoint de Carga de Vouchers:  </p>\n<p>cashier_id: Es el id del dispositivo desde el cual se lanza la peticion<br />cashier_name_ Nombre del usuario desde el que se lanza la peticion<br />charge: en un objeto que contiene:<br />name: nombre del voucher a cargar</p>\n<p>amount: cantidad de vouchers a adquirir  </p>\n<p>payAmount: la cantidad en dinero que el cliente abono por el voucher  </p>\n<p>cardPrice: valor de la tarjeta nueva, en caso de que la tarjeta no sea nueva debe setearle 0(se obtiene de la llamada defaults)</p>\n<p>id_date: id de apertura de caja, se obtiene del logueo del usuario, es importante llenar este campo para su correcta representacion en los reportes</p>\n","urlObject":{"path":["voucher",";5150013852908"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"ffbfeacd-92da-4c54-8e50-0b8f9190b80e"},{"name":"VoucherPerCard","id":"306c8a79-1266-4532-b860-a18c8bab4d7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"ab47255b290f66e73bfb5525ebe058c2 AUTOCASHIER","type":"text"}],"url":"http://127.0.0.1:8000/voucher/;5220013769144","description":"<p>Este Endpoint devuelve los vouchers que actualmente se encuentran cargados en la tarjeta, para ello debe pasarle el numero de la tarjeta en la url de la peticion</p>\n","urlObject":{"path":["voucher",";5220013769144"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"306c8a79-1266-4532-b860-a18c8bab4d7a"},{"name":"Collections","id":"6d99d0fe-dd35-4313-9dd7-738a71aa507b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"4782f0ea98485bf13ff23c87e24bbf5b CASHIER","type":"text"}],"body":{"mode":"raw","raw":"    {\n    \"device_name\": \"cajeroPrueba\",\n    \"device_id\": \"1\",\n    \"bill1\":200,\n    \"bill2\":5,\n    \"coin\":45,\n    \"total_bank\": 0,\n    \"mercado_pago\": 0,\n    \"total_collect\":250,\n    \"details\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/collections","urlObject":{"path":["collections"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d99d0fe-dd35-4313-9dd7-738a71aa507b"},{"name":"get Collections","id":"e6bd7c66-51c8-485a-8d5e-59c781324991","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"4782f0ea98485bf13ff23c87e24bbf5b CASHIER","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"device_name\": \"cajeroPrueba\",\n    \"device_id\": \"1\",\n    \"bill1\":200,\n    \"bill2\":5,\n    \"coin\":45,\n    \"total_bank\": 0,\n    \"mercado_pago\": 0,\n    \"total_collect\":250,\n    \"details\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/collections","urlObject":{"path":["collections"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6bd7c66-51c8-485a-8d5e-59c781324991"},{"name":"Codes Configuration","id":"0a39b31f-8b49-4365-9c94-7079f55249bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"4782f0ea98485bf13ff23c87e24bbf5b CASHIER","type":"text"}],"url":"127.0.0.1:8000/codesConfig","urlObject":{"port":"8000","path":["codesConfig"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"1df2805f-c34a-4e02-a231-a4e3522df65c","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"4782f0ea98485bf13ff23c87e24bbf5b CASHIER","type":"text"}],"url":"127.0.0.1:8000/codesConfig"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"183"},{"key":"Vary","value":"Cookie, origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Date","value":"Thu, 03 Jul 2025 15:11:47 GMT"},{"key":"Server","value":"0.0.0.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"booking\": 100,\n        \"limit_per_month\": 10,\n        \"enabled_config\": true,\n        \"enabled_packs\": true,\n        \"min_stock_notification\": 100000,\n        \"limit_per_request\": 10,\n        \"enabled\": true\n    },\n    \"code\": 200\n}"}],"_postman_id":"0a39b31f-8b49-4365-9c94-7079f55249bb"}],"id":"9cd78d06-03ee-4207-81fd-25bc8b50c502","_postman_id":"9cd78d06-03ee-4207-81fd-25bc8b50c502","description":""},{"name":"System Info.","item":[{"name":"Traer posibles respuestas","id":"ae296112-8f67-40e5-88d6-3cb019ba668b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"4782f0ea98485bf13ff23c87e24bbf5b Cashier","type":"text"}],"url":"http://127.0.0.1:8000/response","urlObject":{"path":["response"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"c30eb446-4fd6-4ab2-adc6-50b31550b101","name":"Error falta Token","originalRequest":{"method":"GET","header":[],"url":"http://000.0.0.0:8000/response"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Oct 2022 15:02:29 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"76"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"Must include Authorization in headers\",\n    \"code\": 400\n}"},{"id":"67744df9-4421-432b-9c3b-d1a21d035b22","name":"Token Expired","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"url":"http://000.0.0.0:8000/response"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Oct 2022 15:03:42 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"46"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"Expired\",\n    \"code\": 401\n}"},{"id":"143d6d1e-3116-4032-b61e-9e62f4b75d34","name":"Exito","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"url":"http://000.0.0.0:8000/response"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Oct 2022 15:25:07 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"3554"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"SlavePingView\": {\n            \"code200\": {\n                \"code001\": \"Succesfull\"\n            },\n            \"code400\": {\n                \"code001\": \"missing include \"\n            },\n            \"code401\": {\n                \"code001\": \"Expired\"\n            },\n            \"code423\": {\n                \"code001\": \"no software found with this token and device id\"\n            },\n            \"code500\": {\n                \"code001\": \"Internal Server Error\"\n            }\n        },\n        \"SlaveLoginView\": {\n            \"code200\": {\n                \"code001\": \"Succesfull\"\n            },\n            \"code400\": {\n                \"code001\": \"missing include KEY: \"\n            },\n            \"code423\": {\n                \"code001\": \"no available licence for this slave software, shut down other software of the same type or contact with your operator. (or wait a minute and try again)\"\n            },\n            \"code500\": {\n                \"code001\": \"Internal Server Error\"\n            }\n        },\n        \"UserLoginView\": {\n            \"code200\": {\n                \"code001\": \"Succesfull\"\n            },\n            \"code400\": {\n                \"code001\": \"missing include\",\n                \"code002\": \"Must include Authorization in headers\"\n            },\n            \"code401\": {\n                \"code001\": \"Expired\",\n                \"code002\": \"Licence not avalaible\"\n            },\n            \"code404\": {\n                \"code001\": \"not found\"\n            },\n            \"code500\": {\n                \"code001\": \"Internal Server Error\"\n            }\n        },\n        \"getCard\": {\n            \"code200\": {\n                \"code001\": \"Succesfull\"\n            },\n            \"code400\": {\n                \"code001\": \"Must include Authorization in headers\",\n                \"code002\": \"must be between 11 and 17 characters\",\n                \"code003\": \"letters cannot be included\"\n            },\n            \"code401\": {\n                \"code001\": \"Expired\"\n            },\n            \"code404\": {\n                \"code001\": \"Not found\"\n            },\n            \"code424\": {\n                \"code001\": \"error in insertion\"\n            },\n            \"code500\": {\n                \"code001\": \"Internal Server Error\"\n            }\n        },\n        \"getDefaults\": {\n            \"code200\": {\n                \"code001\": \"Succesfull\"\n            },\n            \"code400\": {\n                \"code001\": \"Must include Authorization in headers\"\n            },\n            \"code401\": {\n                \"code001\": \"Expired\"\n            },\n            \"code404\": {\n                \"code001\": \"Not found\"\n            },\n            \"code500\": {\n                \"code001\": \"Internal Server Error\"\n            }\n        },\n        \"infoCard\": {\n            \"code200\": {\n                \"code001\": \"Succesfull\"\n            },\n            \"code400\": {\n                \"code001\": \"Must include Authorization in headers\",\n                \"code002\": \"must be between 11 and 17 characters\"\n            },\n            \"code401\": {\n                \"code001\": \"Expired\"\n            },\n            \"code404\": {\n                \"code001\": \"Not found\"\n            },\n            \"code500\": {\n                \"code001\": \"Internal Server Error\"\n            }\n        },\n        \"Charge\": {\n            \"code200\": {\n                \"code001\": \"Succesfull\"\n            },\n            \"code400\": {\n                \"code001\": \"Must include Authorization in headers\",\n                \"code002\": \"missing include \",\n                \"code003\": \"charge has to be a list\",\n                \"code004\": \"charge must have at least one element\",\n                \"code005\": \"payments has to be a list\",\n                \"code006\": \"payments must have at least one element\",\n                \"code007\": \"must be between 11 and 17 characters\",\n                \"code008\": \"balance_type not supported. Must be 'Credito', 'Bonus', 'Tickets', 'TimeCard','Party' or 'Quantity'\",\n                \"code009\": \"'bonus' and 'tickets' cannot have payAmount\",\n                \"code010\": \"if not 'bonus','credito' and 'tickets' must have payAmount\",\n                \"code011\": \"there can be no negative charges\",\n                \"code012\": \"Cannot charge more than \",\n                \"code013\": \"cannot discharge more than \",\n                \"code014\": \"amount and payamount must be number\",\n                \"code015\": \"amount can`t must be equal a 0\"\n            },\n            \"code401\": {\n                \"code001\": \"Not valid\",\n                \"code002\": \"Expired\"\n            },\n            \"code406\": {\n                \"code001\": \"It is not possible to load time if the card already has a party or quantity\",\n                \"code002\": \"It is not possible to load party if the card already has a time or quantity\",\n                \"code003\": \"It is not possible to load quantity if the card already has a time or party\",\n                \"code004\": \"Not Acceptable\"\n            },\n            \"code424\": {\n                \"code001\": \"error in insertion to historytransas\",\n                \"code002\": \"error in insertion to card\",\n                \"code003\": \"error in insertion\"\n            },\n            \"code428\": {\n                \"code001\": \"credit cannot be less than \"\n            },\n            \"code500\": {\n                \"code001\": \"Internal Server Error\"\n            }\n        },\n        \"CashierInfo\": {\n            \"code200\": {\n                \"code001\": \"Succesfull\"\n            },\n            \"code400\": {\n                \"code001\": \"Must include Authorization in headers\"\n            },\n            \"code401\": {\n                \"code001\": \"Expired\"\n            },\n            \"code404\": {\n                \"code001\": \"Not found\"\n            },\n            \"code500\": {\n                \"code001\": \"Internal Server Error\"\n            }\n        },\n        \"ResponseApi\": {\n            \"code200\": {\n                \"code001\": \"Succesfull\"\n            },\n            \"code400\": {\n                \"code001\": \"Must include Authorization in headers\"\n            },\n            \"code401\": {\n                \"code001\": \"Expired\"\n            },\n            \"code500\": {\n                \"code001\": \"Internal Server Error\"\n            }\n        }\n    },\n    \"code\": 200\n}"}],"_postman_id":"ae296112-8f67-40e5-88d6-3cb019ba668b"},{"name":"Traer respuestas Front","id":"ad6fb393-a4ec-4f85-bed4-73259762ceb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"4782f0ea98485bf13ff23c87e24bbf5b Cashier","type":"text"}],"url":"http://127.0.0.1:8000/responseFront","urlObject":{"path":["responseFront"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"3ed90eb4-8b44-4223-ac53-ea8f08b7ff6e","name":"Error falta Token","originalRequest":{"method":"GET","header":[],"url":"http://000.0.0.0:8000/response"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Oct 2022 15:02:29 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"76"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"Must include Authorization in headers\",\n    \"code\": 400\n}"},{"id":"afdf86b8-aa81-4c48-87cf-df867ab8db1c","name":"Token Expired","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"url":"http://000.0.0.0:8000/response"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Oct 2022 15:03:42 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"46"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": \"Expired\",\n    \"code\": 401\n}"},{"id":"b9d93dfe-3ed0-4654-aab3-fedc2671d7ee","name":"Exito","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"49f0b9d2eeedf6aa2083b83402d7926e","type":"text"}],"url":"http://000.0.0.0:8000/response"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Oct 2022 15:25:07 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.6"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"3554"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"SlavePingView\": {\n            \"code200\": {\n                \"code001\": \"Succesfull\"\n            },\n            \"code400\": {\n                \"code001\": \"missing include \"\n            },\n            \"code401\": {\n                \"code001\": \"Expired\"\n            },\n            \"code423\": {\n                \"code001\": \"no software found with this token and device id\"\n            },\n            \"code500\": {\n                \"code001\": \"Internal Server Error\"\n            }\n        },\n        \"SlaveLoginView\": {\n            \"code200\": {\n                \"code001\": \"Succesfull\"\n            },\n            \"code400\": {\n                \"code001\": \"missing include KEY: \"\n            },\n            \"code423\": {\n                \"code001\": \"no available licence for this slave software, shut down other software of the same type or contact with your operator. (or wait a minute and try again)\"\n            },\n            \"code500\": {\n                \"code001\": \"Internal Server Error\"\n            }\n        },\n        \"UserLoginView\": {\n            \"code200\": {\n                \"code001\": \"Succesfull\"\n            },\n            \"code400\": {\n                \"code001\": \"missing include\",\n                \"code002\": \"Must include Authorization in headers\"\n            },\n            \"code401\": {\n                \"code001\": \"Expired\",\n                \"code002\": \"Licence not avalaible\"\n            },\n            \"code404\": {\n                \"code001\": \"not found\"\n            },\n            \"code500\": {\n                \"code001\": \"Internal Server Error\"\n            }\n        },\n        \"getCard\": {\n            \"code200\": {\n                \"code001\": \"Succesfull\"\n            },\n            \"code400\": {\n                \"code001\": \"Must include Authorization in headers\",\n                \"code002\": \"must be between 11 and 17 characters\",\n                \"code003\": \"letters cannot be included\"\n            },\n            \"code401\": {\n                \"code001\": \"Expired\"\n            },\n            \"code404\": {\n                \"code001\": \"Not found\"\n            },\n            \"code424\": {\n                \"code001\": \"error in insertion\"\n            },\n            \"code500\": {\n                \"code001\": \"Internal Server Error\"\n            }\n        },\n        \"getDefaults\": {\n            \"code200\": {\n                \"code001\": \"Succesfull\"\n            },\n            \"code400\": {\n                \"code001\": \"Must include Authorization in headers\"\n            },\n            \"code401\": {\n                \"code001\": \"Expired\"\n            },\n            \"code404\": {\n                \"code001\": \"Not found\"\n            },\n            \"code500\": {\n                \"code001\": \"Internal Server Error\"\n            }\n        },\n        \"infoCard\": {\n            \"code200\": {\n                \"code001\": \"Succesfull\"\n            },\n            \"code400\": {\n                \"code001\": \"Must include Authorization in headers\",\n                \"code002\": \"must be between 11 and 17 characters\"\n            },\n            \"code401\": {\n                \"code001\": \"Expired\"\n            },\n            \"code404\": {\n                \"code001\": \"Not found\"\n            },\n            \"code500\": {\n                \"code001\": \"Internal Server Error\"\n            }\n        },\n        \"Charge\": {\n            \"code200\": {\n                \"code001\": \"Succesfull\"\n            },\n            \"code400\": {\n                \"code001\": \"Must include Authorization in headers\",\n                \"code002\": \"missing include \",\n                \"code003\": \"charge has to be a list\",\n                \"code004\": \"charge must have at least one element\",\n                \"code005\": \"payments has to be a list\",\n                \"code006\": \"payments must have at least one element\",\n                \"code007\": \"must be between 11 and 17 characters\",\n                \"code008\": \"balance_type not supported. Must be 'Credito', 'Bonus', 'Tickets', 'TimeCard','Party' or 'Quantity'\",\n                \"code009\": \"'bonus' and 'tickets' cannot have payAmount\",\n                \"code010\": \"if not 'bonus','credito' and 'tickets' must have payAmount\",\n                \"code011\": \"there can be no negative charges\",\n                \"code012\": \"Cannot charge more than \",\n                \"code013\": \"cannot discharge more than \",\n                \"code014\": \"amount and payamount must be number\",\n                \"code015\": \"amount can`t must be equal a 0\"\n            },\n            \"code401\": {\n                \"code001\": \"Not valid\",\n                \"code002\": \"Expired\"\n            },\n            \"code406\": {\n                \"code001\": \"It is not possible to load time if the card already has a party or quantity\",\n                \"code002\": \"It is not possible to load party if the card already has a time or quantity\",\n                \"code003\": \"It is not possible to load quantity if the card already has a time or party\",\n                \"code004\": \"Not Acceptable\"\n            },\n            \"code424\": {\n                \"code001\": \"error in insertion to historytransas\",\n                \"code002\": \"error in insertion to card\",\n                \"code003\": \"error in insertion\"\n            },\n            \"code428\": {\n                \"code001\": \"credit cannot be less than \"\n            },\n            \"code500\": {\n                \"code001\": \"Internal Server Error\"\n            }\n        },\n        \"CashierInfo\": {\n            \"code200\": {\n                \"code001\": \"Succesfull\"\n            },\n            \"code400\": {\n                \"code001\": \"Must include Authorization in headers\"\n            },\n            \"code401\": {\n                \"code001\": \"Expired\"\n            },\n            \"code404\": {\n                \"code001\": \"Not found\"\n            },\n            \"code500\": {\n                \"code001\": \"Internal Server Error\"\n            }\n        },\n        \"ResponseApi\": {\n            \"code200\": {\n                \"code001\": \"Succesfull\"\n            },\n            \"code400\": {\n                \"code001\": \"Must include Authorization in headers\"\n            },\n            \"code401\": {\n                \"code001\": \"Expired\"\n            },\n            \"code500\": {\n                \"code001\": \"Internal Server Error\"\n            }\n        }\n    },\n    \"code\": 200\n}"}],"_postman_id":"ad6fb393-a4ec-4f85-bed4-73259762ceb8"},{"name":"Traer precios de cajero","id":"40dfb1ce-3b0b-4c68-b9ac-ec2124acdd27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"2cc01dd2f876f195e4a1b4676708f2c1 CASHIER","type":"text"}],"url":"127.0.0.1:8000/autocashier-prices","urlObject":{"port":"8000","path":["autocashier-prices"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"40dfb1ce-3b0b-4c68-b9ac-ec2124acdd27"}],"id":"3492d253-f1f8-48df-8a74-cac6db32bf8c","_postman_id":"3492d253-f1f8-48df-8a74-cac6db32bf8c","description":""},{"name":"Update Endpoints","item":[{"name":"update Card","id":"47cc82df-04e7-43d3-a51f-9be0e323926f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"ab47255b290f66e73bfb5525ebe058c2 AUTOCASHIER","type":"text"}],"body":{"mode":"raw","raw":"    {\n    \"number\":[\";4220013790890\"],\n    \"type\": \"V\",\n    \"credito\": 5.0,\n    \"bonus\": 0.0,\n    \"tickets\": 5000000.0,\n    \"quantity\": 0.0,\n    \"timeCard\": 0,\n    \"party\": 0,\n    \"vouchers\": [],\n    \"cashier_id\": 1,\n    \"cashier_name\": \"Nicolas\",\n    \"device_name\": \"front-magneticash\"\n    }","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/update-card","urlObject":{"path":["update-card"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"47cc82df-04e7-43d3-a51f-9be0e323926f"},{"name":"Transferencias","id":"18c295dd-aa57-429b-bd6d-a34cd25f0f13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"ab47255b290f66e73bfb5525ebe058c2 AUTOCASHIER","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"origen\": \";4090013852558\",\n    \"destino\":[\";5900013331765\", \";7400013852612\"],\n    \"cashier_name\": \"Nicolas3\",\n    \"device_name\": \"front-magneticash\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/transferir","urlObject":{"path":["transferir"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"18c295dd-aa57-429b-bd6d-a34cd25f0f13"},{"name":"delete","id":"f2b9be15-c3ad-4ed2-bb94-21e32b524cd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"4782f0ea98485bf13ff23c87e24bbf5b CASHIER","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tarjeta\":[\";4090013852558\"],\r\n    \"cashier_name\": \"Nico\",\r\n    \"device_name\": \"front-magneticash\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/delete","urlObject":{"path":["delete"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2b9be15-c3ad-4ed2-bb94-21e32b524cd5"},{"name":"TransferAllForOne","id":"0612ff6c-0707-4b81-ba09-250b03cde855","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"ab47255b290f66e73bfb5525ebe058c2 AUTOCASHIER","type":"text"}],"body":{"mode":"raw","raw":"{\n\"origen\":[\"f5440013852866\",\";4830013788334\"],\n\"destino\":\";4740013788473\",\n\"cashier_name\": \"Nico\",\n\"device_name\": \"front-magneticash\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/transferirMultiple","urlObject":{"path":["transferirMultiple"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"0612ff6c-0707-4b81-ba09-250b03cde855"}],"id":"5af87ea4-b2fc-4015-8049-786327e5644f","_postman_id":"5af87ea4-b2fc-4015-8049-786327e5644f","description":""},{"name":"Auto Updates","item":[{"name":"Get App Version File from Github","id":"dada55c5-dd53-486d-8e6a-b960f904bac9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 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","type":"text"}],"url":"http://127.0.0.1:8000/updates/cashier/v2.2.14/latest.yml","urlObject":{"path":["updates","cashier","v2.2.14","latest.yml"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"dada55c5-dd53-486d-8e6a-b960f904bac9"},{"name":"Get App Version File from Github Copy","id":"ca4ca6a0-a004-49c8-a95c-71c2f9bde51a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 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","type":"text"}],"url":"http://127.0.0.1:8000/updates/cashier/v2.2.14/latest.yml","urlObject":{"path":["updates","cashier","v2.2.14","latest.yml"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca4ca6a0-a004-49c8-a95c-71c2f9bde51a"}],"id":"78d7b6bc-17f1-4d49-aed2-63c9118a2da6","_postman_id":"78d7b6bc-17f1-4d49-aed2-63c9118a2da6","description":""},{"name":"AutoCashier endpoints","item":[{"name":"get prices","id":"e8139bdb-7a4c-4aae-be71-dba73308fa3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token 14ed09ce28f1849278d7e20383d0ef29564ce76f","type":"text"}],"url":"https://devbackoffice.magneticash.com/magnetic/charges/cashier-prices?store=340","urlObject":{"protocol":"https","path":["magnetic","charges","cashier-prices"],"host":["devbackoffice","magneticash","com"],"query":[{"key":"store","value":"340"}],"variable":[]}},"response":[],"_postman_id":"e8139bdb-7a4c-4aae-be71-dba73308fa3c"},{"name":"post prices","id":"76dc80f2-6e33-4a4b-a177-b81c1d6fde01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token 14ed09ce28f1849278d7e20383d0ef29564ce76f","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"store\":340,\r\n    \"operator\":98,\r\n    \"price_1\":10,\r\n    \"price_2\":100,\r\n    \"price_3\":1000,\r\n    \"price_4\":10000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/charges/cashier-prices","urlObject":{"protocol":"http","port":"8000","path":["charges","cashier-prices"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"76dc80f2-6e33-4a4b-a177-b81c1d6fde01"},{"name":"patch prices","id":"2ebcbeef-0eb8-4887-8588-9d9d7fe09e75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Token 14ed09ce28f1849278d7e20383d0ef29564ce76f","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"store\":340,\r\n    \"operator\":98,\r\n    \"price_1\":12,\r\n    \"price_2\":101,\r\n    \"price_3\":1000,\r\n    \"price_4\":10000\r\n}","options":{"raw":{"language":"json"}}},"url":"https://devbackoffice.magneticash.com/magnetic/charges/cashier-prices/340","urlObject":{"protocol":"https","path":["magnetic","charges","cashier-prices","340"],"host":["devbackoffice","magneticash","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ebcbeef-0eb8-4887-8588-9d9d7fe09e75"},{"name":"delete prices","id":"a4e00ec3-b788-460a-935e-ff3cb1751a15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token 14ed09ce28f1849278d7e20383d0ef29564ce76f","type":"text"}],"url":"http://localhost:8000/charges/cashier-prices/340","urlObject":{"protocol":"http","port":"8000","path":["charges","cashier-prices","340"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4e00ec3-b788-460a-935e-ff3cb1751a15"}],"id":"3eeffa9b-e9d2-46af-a784-58d2b05ecef4","_postman_id":"3eeffa9b-e9d2-46af-a784-58d2b05ecef4","description":""}],"variable":[{"key":"url","value":"http://127.0.0.1:8000"}]}