{"info":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","description":"<html><head></head><body><h1 id=\"api-core-facturalo\">API Core Facturalo</h1>\n<p>Conjunto de ejemplos funcionales para consumo de la API de las diferentes versiones del Facturador</p>\n<h3 id=\"header-ejemplo\">Header ejemplo</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>'Content-Type: application/json'\n'Authorization: Bearer [TOKEN]'\n</code></pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"API Core Facturalo","slug":"api-core-facturalo"}],"owner":"1431398","collectionId":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","publishedId":"TzJx8bqc","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-04-23T17:23:14.000Z"},"item":[{"name":"Inventario","item":[{"name":"Salidas - movimientos","id":"c4da5067-0505-475e-8af6-28d57920ded0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"output\",\r\n  \"inventory_transaction_id\": \"01\",\r\n  \"item_code\": \"CODPROD130\",\r\n  \"quantity\": 3,\r\n  \"warehouse_id\": 1\r\n}"},"url":"https://demo.facturalo.pro/api/inventory/transaction","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","inventory","transaction"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4da5067-0505-475e-8af6-28d57920ded0"},{"name":"Ingresos - movimientos","id":"b3359706-7ea3-4dca-aa21-8f1fa15ae008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"input\",\r\n  \"inventory_transaction_id\": \"03\",\r\n  \"item_code\": \"CODPROD130\",\r\n  \"quantity\": 100, \r\n  \"warehouse_id\": 1\r\n}"},"url":"https://demo.facturalo.pro/api/inventory/transaction","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","inventory","transaction"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3359706-7ea3-4dca-aa21-8f1fa15ae008"},{"name":"Productos - Crear","id":"a4925f15-7726-4e70-8ba3-f3df44c2b5dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": null,\r\n    \"item_type_id\": \"01\",\r\n    \"internal_id\": \"rrr\",\r\n    \"item_code\": null,\r\n    \"item_code_gs1\": null,\r\n    \"description\": \"apk\",\r\n    \"name\": \"apk\",\r\n    \"second_name\": null,\r\n    \"unit_type_id\": \"NIU\",\r\n    \"currency_type_id\": \"PEN\",\r\n    \"sale_unit_price\": \"500\",\r\n    \"purchase_unit_price\": 0,\r\n    \"has_isc\": false,\r\n    \"system_isc_type_id\": null,\r\n    \"percentage_isc\": 0,\r\n    \"suggested_price\": 0,\r\n    \"sale_affectation_igv_type_id\": \"10\",\r\n    \"purchase_affectation_igv_type_id\": \"10\",\r\n    \"calculate_quantity\": false,\r\n    \"stock\": 0,\r\n    \"stock_min\": 0,\r\n    \"has_igv\": true,\r\n    \"has_perception\": false,\r\n    \"item_unit_types\": [],\r\n    \"percentage_of_profit\": 0,\r\n    \"percentage_perception\": 0,\r\n    \"image\": null,\r\n    \"image_url\": null,\r\n    \"temp_path\": null,\r\n    \"is_set\": false,\r\n    \"account_id\": null,\r\n    \"category_id\": null,\r\n    \"brand_id\": null,\r\n    \"date_of_due\": null,\r\n    \"lot_code\": null,\r\n    \"lots_enabled\": false,\r\n    \"lots\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/item","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","item"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4925f15-7726-4e70-8ba3-f3df44c2b5dc"},{"name":"Productos - Actualizar","id":"61e916b0-11ca-4114-bd44-428c56cb59a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 3946,\r\n    \"item_type_id\": \"01\",\r\n    \"internal_id\": \"rrr\",\r\n    \"item_code\": \"new_code\",\r\n    \"item_code_gs1\": null,\r\n    \"description\": \"apk\",\r\n    \"name\": \"apk\",\r\n    \"second_name\": null,\r\n    \"unit_type_id\": \"NIU\",\r\n    \"currency_type_id\": \"PEN\",\r\n    \"sale_unit_price\": \"500\",\r\n    \"purchase_unit_price\": 0,\r\n    \"has_isc\": false,\r\n    \"system_isc_type_id\": null,\r\n    \"percentage_isc\": 0,\r\n    \"suggested_price\": 0,\r\n    \"sale_affectation_igv_type_id\": \"10\",\r\n    \"purchase_affectation_igv_type_id\": \"10\",\r\n    \"calculate_quantity\": false,\r\n    \"stock\": 0,\r\n    \"stock_min\": 0,\r\n    \"has_igv\": true,\r\n    \"has_perception\": false,\r\n    \"item_unit_types\": [],\r\n    \"percentage_of_profit\": 0,\r\n    \"percentage_perception\": 0,\r\n    \"image\": null,\r\n    \"image_url\": null,\r\n    \"temp_path\": null,\r\n    \"is_set\": false,\r\n    \"account_id\": null,\r\n    \"category_id\": null,\r\n    \"brand_id\": null,\r\n    \"date_of_due\": null,\r\n    \"lot_code\": null,\r\n    \"lots_enabled\": false,\r\n    \"lots\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/items/3946/update","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","items","3946","update"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"61e916b0-11ca-4114-bd44-428c56cb59a4"},{"name":"Productos - Listado","id":"bff84e94-f902-45a0-b45f-9d36ce70aba6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer ueyIeHmIps6Ov0gMI0iIxedPqt0nYlqHmUfBY8tWjXqpON4kDR","type":"text"}],"url":"https://demo.facturalo.pro/api/document/search-items","urlObject":{"path":["api","document","search-items"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"bff84e94-f902-45a0-b45f-9d36ce70aba6"},{"name":"Productos - Filtro","id":"ef3c89c7-ee16-4d85-bd63-486509d7a8de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.facturalo.pro/api/document/search-items?input=cod_interno_o_descripcion","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","document","search-items"],"host":["https://demo.facturalo.pro"],"query":[{"key":"input","value":"cod_interno_o_descripcion"}],"variable":[]}},"response":[],"_postman_id":"ef3c89c7-ee16-4d85-bd63-486509d7a8de"}],"id":"65de04ab-78b8-4984-a1f1-4ab40cc46b24","description":"<p>Consultas relacionadas a inventario</p>\n","_postman_id":"65de04ab-78b8-4984-a1f1-4ab40cc46b24","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}}},{"name":"Mobile","item":[{"name":"Search Items","id":"f698a973-5aaa-463a-9afb-2cab135e6271","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"f698a973-5aaa-463a-9afb-2cab135e6271"}],"id":"9d648910-8831-4ed0-b2e8-24cca9fa635f","_postman_id":"9d648910-8831-4ed0-b2e8-24cca9fa635f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}}},{"name":"Documentos - Filtro rango de fechas","id":"ddbdb413-041b-4684-9c30-fa8179b57e44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.facturalo.pro/api/documents/lists/20201110/20201113","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents","lists","20201110","20201113"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddbdb413-041b-4684-9c30-fa8179b57e44"},{"name":"Documento - Actualizar estado","id":"e5691c41-a427-4d67-8b4d-1479463a7f90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"externail_id\": \"b54e661a-1bf6-4edb-aab8-6744811d10ce\",\r\n    \"state_type_id\": \"01\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents/updatedocumentstatus","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents","updatedocumentstatus"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5691c41-a427-4d67-8b4d-1479463a7f90"},{"name":"Factura Gravada","id":"31af5c6a-dc82-471f-892c-23b5005736d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"F001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2019-09-17\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_operacion\": \"0101\",\r\n  \"codigo_tipo_documento\":\"01\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"fecha_de_vencimiento\":\"2018-08-30\",\r\n  \"numero_orden_de_compra\": \"0045467898\", \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"totales\": {\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 100.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_igv\": 18.00,\r\n    \"total_impuestos\": 18.00,\r\n    \"total_valor\": 100,\r\n    \"total_venta\": 118\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"51121703\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"10\",\r\n      \"total_base_igv\": 100.00,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 18,\r\n      \"total_impuestos\": 18,\r\n      \"total_valor_item\": 100,\r\n      \"total_item\": 118\r\n    }\r\n  ],\r\n  \"informacion_adicional\": \"Forma de pago:Efectivo|Caja: 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"31af5c6a-dc82-471f-892c-23b5005736d2"},{"name":"Factura Gravada - Cargo Global","id":"5dea5b8a-47aa-41bb-8f50-d6219c09c64c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"F001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2018-10-09\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_operacion\": \"0101\",\r\n  \"codigo_tipo_documento\":\"01\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"fecha_de_vencimiento\": \"2018-10-09\",\r\n  \"numero_orden_de_compra\": \"0045467898\", \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"cargos\":[\r\n    {\r\n      \"codigo\": \"46\",\r\n      \"descripcion\": \"Regarco por servicios\",\r\n      \"factor\": 0.10,\r\n      \"monto\": 10.00,\r\n      \"base\": 100.00\r\n    }\r\n  ],  \r\n  \"totales\": {\r\n    \"total_cargos\": 10.00,\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 100.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_igv\": 18.00,\r\n    \"total_impuestos\": 18.00,\r\n    \"total_valor\": 100,\r\n    \"total_venta\": 128.00\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"\",\r\n      \"codigo_producto_gsl\": \"\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"10\",\r\n      \"total_base_igv\": 100.00,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 18,\r\n      \"total_impuestos\": 18,\r\n      \"total_valor_item\": 100,\r\n      \"total_item\": 118\r\n    }   \r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"5dea5b8a-47aa-41bb-8f50-d6219c09c64c"},{"name":"Factura Gratuita","id":"480de5a1-5bcf-4770-a139-9791e9ea4eb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"F001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2018-10-09\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_operacion\": \"0101\",\r\n  \"codigo_tipo_documento\":\"01\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"fecha_de_vencimiento\":\"2018-08-30\",\r\n  \"numero_orden_de_compra\": \"0045467898\", \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"totales\": {\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 0.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 100.00,\r\n    \"total_igv\": 0.00,\r\n    \"total_impuestos\": 0.00,\r\n    \"total_valor\": 0.00,\r\n    \"total_venta\": 0.00\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"\",\r\n      \"codigo_producto_gsl\": \"\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 0.00,\r\n      \"codigo_tipo_precio\": \"02\",\r\n      \"precio_unitario\": 0.00,\r\n      \"codigo_tipo_afectacion_igv\": \"16\",\r\n      \"total_base_igv\": 100.00,\r\n      \"porcentaje_igv\": 18.00,\r\n      \"total_igv\": 18.00,\r\n      \"total_impuestos\": 0.00,\r\n      \"total_valor_item\": 0.00,\r\n      \"total_item\": 0.00\r\n    }\r\n  ],\r\n  \"leyendas\": [\r\n    {\r\n      \"codigo\": \"1002\",\r\n      \"valor\": \"TRANSFERENCIA GRATUITA\"\r\n    }\r\n  ] \r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","description":"<p>Gratuita</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"480de5a1-5bcf-4770-a139-9791e9ea4eb7"},{"name":"Factura - Gravada/Gratuita","id":"8c561785-f854-4e8f-9744-fa044eb50321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"F001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2018-10-09\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_operacion\": \"0101\",\r\n  \"codigo_tipo_documento\":\"01\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"fecha_de_vencimiento\": \"2018-10-09\",\r\n  \"numero_orden_de_compra\": \"0045467898\", \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"totales\": {\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 100.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 100.00,\r\n    \"total_igv\": 18.00,\r\n    \"total_impuestos\": 18.00,\r\n    \"total_valor\": 100,\r\n    \"total_venta\": 118\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"\",\r\n      \"codigo_producto_gsl\": \"\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"10\",\r\n      \"total_base_igv\": 100.00,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 18,\r\n      \"total_impuestos\": 18,\r\n      \"total_valor_item\": 100,\r\n      \"total_item\": 118\r\n    },\r\n    {\r\n      \"codigo_interno\": \"P0122\",\r\n      \"descripcion\":\"Pepsi 250 ml\",\r\n      \"codigo_producto_sunat\": \"\",\r\n      \"codigo_producto_gsl\": \"\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 0.00,\r\n      \"codigo_tipo_precio\": \"02\",\r\n      \"precio_unitario\": 0.00,\r\n      \"codigo_tipo_afectacion_igv\": \"16\",\r\n      \"total_base_igv\": 100.00,\r\n      \"porcentaje_igv\": 18.00,\r\n      \"total_igv\": 18.00,\r\n      \"total_impuestos\": 0.00,\r\n      \"total_valor_item\": 0.00,\r\n      \"total_item\": 0.00\r\n    }    \r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c561785-f854-4e8f-9744-fa044eb50321"},{"name":"Factura Exonerada","id":"3889fa60-c08b-4368-a740-756f3a330091","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"F001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2018-10-09\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_operacion\": \"0101\",\r\n  \"codigo_tipo_documento\":\"01\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"fecha_de_vencimiento\":\"2018-08-30\",\r\n  \"numero_orden_de_compra\": \"0045467898\", \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"totales\": {\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 0.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 118.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_igv\": 0.00,\r\n    \"total_impuestos\": 0.00,\r\n    \"total_valor\": 118,\r\n    \"total_venta\": 118\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"\",\r\n      \"codigo_producto_gsl\": \"\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 59,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"20\",\r\n      \"total_base_igv\": 118.00,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 0.00,\r\n      \"total_impuestos\": 0.00,\r\n      \"total_valor_item\": 118,\r\n      \"total_item\": 118\r\n    }\r\n  ] \r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"3889fa60-c08b-4368-a740-756f3a330091"},{"name":"Factura Exonerada - Impuesto bolsa plastica","id":"4fc841c7-69ff-4fe2-b2cf-9d5e790dbdfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"F001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2021-08-27\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_operacion\": \"0101\",\r\n  \"codigo_tipo_documento\":\"01\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"fecha_de_vencimiento\":\"2021-08-27\",\r\n  \"numero_orden_de_compra\": \"0045467898\", \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"totales\": {\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 0.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 150.60,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_impuestos_bolsa_plastica\": 0.90,\r\n    \"total_igv\": 0.00,\r\n    \"total_impuestos\": 0.00,\r\n    \"total_valor\": 150.60,\r\n    \"total_venta\": 151.50\r\n  },\r\n  \"items\": [\r\n    {\r\n      \"codigo_interno\": \"P00025\",\r\n      \"descripcion\": \"BANDEJA DE DRENAJE\",\r\n      \"codigo_producto_sunat\": \"\",\r\n      \"codigo_producto_gsl\": \"\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 3,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 50,\r\n      \"codigo_tipo_afectacion_igv\": \"20\",\r\n      \"total_base_igv\": 150.00,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 0.00,\r\n      \"total_impuestos\": 0.00,\r\n      \"total_valor_item\": 150,\r\n      \"total_item\": 150\r\n    },\r\n    {\r\n      \"codigo_interno\": \"P01121\",\r\n      \"descripcion\": \"BOLSA PLASTICA\",\r\n      \"codigo_producto_sunat\": \"\",\r\n      \"codigo_producto_gsl\": \"\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 3,\r\n      \"valor_unitario\": 0.20,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 0.20,\r\n      \"codigo_tipo_afectacion_igv\": \"20\",\r\n      \"total_base_igv\": 0.60,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 0.00,\r\n      \"total_impuestos_bolsa_plastica\": 0.90,\r\n      \"total_impuestos\": 0.00,\r\n      \"total_valor_item\": 0.60,\r\n      \"total_item\": 0.60\r\n    }\r\n  ],\r\n  \"informacion_adicional\": \"Forma de pago:EFECTIVO|Caja: \"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fc841c7-69ff-4fe2-b2cf-9d5e790dbdfb"},{"name":"Factura Gravada - Detracción","id":"0d2909a0-7f9f-4463-8f23-9a6325a63621","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"F001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2019-11-18\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_operacion\": \"1001\",\r\n  \"codigo_tipo_documento\":\"01\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"fecha_de_vencimiento\":\"2019-11-19\",\r\n  \"numero_orden_de_compra\": \"0045467898\", \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"totales\": {\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 100.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_igv\": 18.00,\r\n    \"total_impuestos\": 18.00,\r\n    \"total_valor\": 100,\r\n    \"total_venta\": 118\r\n  },\r\n  \"leyendas\":[\r\n\t {\r\n\t \t\"codigo\":\"2006\",\r\n\t \t\"valor\":\"Operación sujeta a detracción\"\r\n\t }\r\n  ],\r\n  \"detraccion\": {\r\n    \"codigo_tipo_detraccion\": \"008\",\r\n    \"porcentaje\": 4.00,\r\n    \"monto\": 4.72,\r\n    \"codigo_metodo_pago\": \"001\",\r\n    \"cuenta_bancaria\": \"212-16547578\"\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0150\",\r\n      \"descripcion\":\"Madera caoba xyz\",\r\n      \"codigo_producto_sunat\": \"51121703\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"10\",\r\n      \"total_base_igv\": 100.00,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 18,\r\n      \"total_impuestos\": 18,\r\n      \"total_valor_item\": 100,\r\n      \"total_item\": 118\r\n    }\r\n  ],\r\n  \"informacion_adicional\": \"Forma de pago:Efectivo|Caja: 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d2909a0-7f9f-4463-8f23-9a6325a63621"},{"name":"Factura Gravada Dolares","id":"4a0b7b8a-8e7e-4ee7-b938-1012e07b3ef5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"F001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2018-10-09\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_operacion\": \"0101\",\r\n  \"codigo_tipo_documento\":\"01\",\r\n  \"codigo_tipo_moneda\": \"USD\",\r\n  \"fecha_de_vencimiento\": \"2018-10-09\",\r\n  \"numero_orden_de_compra\": \"0045467898\", \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"totales\": {\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 100.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_igv\": 18.00,\r\n    \"total_impuestos\": 18.00,\r\n    \"total_valor\": 100,\r\n    \"total_venta\": 118\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"\",\r\n      \"codigo_producto_gsl\": \"\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"10\",\r\n      \"total_base_igv\": 100.00,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 18,\r\n      \"total_impuestos\": 18,\r\n      \"total_valor_item\": 100,\r\n      \"total_item\": 118\r\n    }   \r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a0b7b8a-8e7e-4ee7-b938-1012e07b3ef5"},{"name":"Factura Gravada - Impuesto bolsa plastica","id":"e3b5940b-e8a4-44e5-b61b-30624be838dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"F001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2021-08-27\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_operacion\": \"0101\",\r\n  \"codigo_tipo_documento\":\"01\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"fecha_de_vencimiento\":\"2021-08-27\", \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"totales\": {\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 100.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_impuestos_bolsa_plastica\": 0.6,\r\n    \"total_igv\": 18.00,\r\n    \"total_impuestos\": 18.00,\r\n    \"total_valor\": 100,\r\n    \"total_venta\": 118.6\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0015\",\r\n      \"descripcion\":\"Pepsi 3 lt\",\r\n      \"codigo_producto_sunat\": \"51121703\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"10\",\r\n      \"total_base_igv\": 100.00,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 18,\r\n      \"total_impuestos_bolsa_plastica\": 0.6,\r\n      \"total_impuestos\": 18,\r\n      \"total_valor_item\": 100,\r\n      \"total_item\": 118\r\n    }\r\n  ],\r\n  \"informacion_adicional\": \"Forma de pago:Efectivo|Caja: 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3b5940b-e8a4-44e5-b61b-30624be838dc"},{"name":"Factura Gravada - Descuento Global y Lineal","id":"9a600d57-770e-44ad-bc5d-8f90a18cfe1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"F001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2018-10-09\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_operacion\": \"0101\",\r\n  \"codigo_tipo_documento\":\"01\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"fecha_de_vencimiento\": \"2018-10-09\",\r\n  \"numero_orden_de_compra\": \"0045467898\", \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"descuentos\":[\r\n    {\r\n      \"codigo\": \"03\",\r\n      \"descripcion\": \"Descuento Global no afecta a la base imponible\",\r\n      \"factor\": 0.10,\r\n      \"monto\": 9.50,\r\n      \"base\": 95.00\r\n    }\r\n  ],    \r\n  \"totales\": {\r\n    \"total_descuentos\": 14.50,\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 95.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_igv\": 17.10,\r\n    \"total_impuestos\": 17.10,\r\n    \"total_valor\": 95,\r\n    \"total_venta\": 112.10\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"31201501\",\r\n      \"codigo_producto_gsl\": \"\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"10\",\r\n    \"descuentos\":[\r\n      {\r\n        \"codigo\": \"00\",\r\n        \"descripcion\": \"Descuento Lineal\",\r\n        \"factor\": 0.05,\r\n        \"monto\": 5.00,\r\n        \"base\": 100.00\r\n      }\r\n    ],  \r\n      \"total_base_igv\": 95.00,\r\n      \"porcentaje_igv\": 18,    \r\n      \"total_igv\": 17.10,\r\n      \"total_impuestos\": 17.10,\r\n      \"total_valor_item\": 95,\r\n      \"total_item\": 112.10\r\n    }   \r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a600d57-770e-44ad-bc5d-8f90a18cfe1e"},{"name":"Factura Gravada - Contingencia","id":"ffc9b1f7-4531-405b-a299-aad7f07e29c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"0001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2019-09-03\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"fecha_de_vencimiento\":\"2019-09-03\",\r\n  \"codigo_tipo_operacion\": \"0101\",\r\n  \"codigo_tipo_documento\":\"01\",\r\n  \"codigo_tipo_moneda\": \"PEN\",  \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"20501973522\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMBOTELLADORA DON JORGE S.A.C. EN LIQUIDACION\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. Argentina 2458\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"totales\": {\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 100.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_igv\": 18.00,\r\n    \"total_impuestos\": 18.00,\r\n    \"total_valor\": 100,\r\n    \"total_venta\": 118\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"51121703\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"10\",\r\n      \"total_base_igv\": 100.00,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 18,\r\n      \"total_impuestos\": 18,\r\n      \"total_valor_item\": 100,\r\n      \"total_item\": 118\r\n    }\r\n  ],\r\n  \"informacion_adicional\": \"Forma de pago:Efectivo|Caja: 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"ffc9b1f7-4531-405b-a299-aad7f07e29c5"},{"name":"Factura Gravada Anticipos","id":"5784e664-4320-499c-b3ed-ac522cdb3493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"F001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2019-10-17\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_operacion\": \"0101\",\r\n  \"codigo_tipo_documento\":\"01\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"fecha_de_vencimiento\": \"2019-10-17\",\r\n  \"numero_orden_de_compra\": \"0045467898\",  \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10417844398\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"totales\": {\r\n  \t\"total_anticipos\":20.00,\r\n    \"total_descuentos\": 20.00,\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 100.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_igv\": 14.40,\r\n    \"total_impuestos\": 14.40,\r\n    \"total_valor\": 80,\r\n    \"total_venta\": 94.40\r\n  },\r\n  \"descuentos\":[\r\n    {\r\n      \"codigo\": \"04\",\r\n      \"descripcion\": \"Descuentos globales por anticipos gravados que afectan la base imponible del IGV/IVAP\",\r\n      \"factor\": 0.20,\r\n      \"monto\": 20.00,\r\n      \"base\": 100.00\r\n    }\r\n  ],  \r\n  \"anticipos\":[\r\n  \t{\r\n\t\t\"numero\":\"F001-9\",\r\n\t\t\"codigo_tipo_documento\":\"02\",\r\n\t\t\"monto\":20.00,\r\n\t\t\"total\":23.60\r\n  \t}\r\n  ],\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"51121703\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"10\",\r\n      \"total_base_igv\": 100.00,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 18,\r\n      \"total_impuestos\": 18,\r\n      \"total_valor_item\": 100,\r\n      \"total_item\": 118\r\n    }\r\n  ],\r\n  \"informacion_adicional\": \"Forma de pago:Efectivo|Caja: 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"5784e664-4320-499c-b3ed-ac522cdb3493"},{"name":"Factura Gravada Sin Enviar","id":"59707f7e-2c1a-4275-b7fc-3fdb6853efab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"F001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2018-10-09\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_operacion\": \"0101\",\r\n  \"codigo_tipo_documento\":\"01\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"fecha_de_vencimiento\":\"2018-08-30\",\r\n  \"numero_orden_de_compra\": \"0045467898\", \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"totales\": {\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 100.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_igv\": 18.00,\r\n    \"total_impuestos\": 18.00,\r\n    \"total_valor\": 100,\r\n    \"total_venta\": 118\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"51121703\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"10\",\r\n      \"total_base_igv\": 100.00,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 18,\r\n      \"total_impuestos\": 18,\r\n      \"total_valor_item\": 100,\r\n      \"total_item\": 118\r\n    }\r\n  ],\r\n  \"acciones\": {\r\n    \"enviar_xml_firmado\": false\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"59707f7e-2c1a-4275-b7fc-3fdb6853efab"},{"name":"Factura Inafecta","id":"b11dad67-e1a3-45e4-af22-97e7a0a47102","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"F001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2018-10-09\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_operacion\": \"0101\",\r\n  \"codigo_tipo_documento\":\"01\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"fecha_de_vencimiento\":\"2018-08-30\",\r\n  \"numero_orden_de_compra\": \"0045467898\", \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"totales\": {\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 0.00,\r\n    \"total_operaciones_inafectas\": 118.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_igv\": 0.00,\r\n    \"total_impuestos\": 0.00,\r\n    \"total_valor\": 118,\r\n    \"total_venta\": 118\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"\",\r\n      \"codigo_producto_gsl\": \"\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 59,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"30\",\r\n      \"total_base_igv\": 118,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 0.00,\r\n      \"total_impuestos\": 0.00,\r\n      \"total_valor_item\": 118,\r\n      \"total_item\": 118\r\n    }\r\n  ] \r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"b11dad67-e1a3-45e4-af22-97e7a0a47102"},{"name":"Factura - Documento relacionado","id":"463ec2b2-66b8-4a74-a7d8-220ddf427b3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"F001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2018-10-09\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_operacion\": \"0101\",\r\n  \"codigo_tipo_documento\":\"01\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"fecha_de_vencimiento\":\"2018-08-30\",\r\n  \"numero_orden_de_compra\": \"0045467898\", \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  }, \r\n  \"relacionados\":[\r\n    {\r\n      \"numero\": \"12\",\r\n      \"codigo_tipo_documento\": \"01\",\r\n      \"monto\": 150.00\r\n    } ,\r\n    {\r\n      \"numero\": \"15\",\r\n      \"codigo_tipo_documento\": \"01\",\r\n      \"monto\": 150.00\r\n    } \r\n  ] ,\r\n  \"totales\": {\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 100.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_igv\": 18.00,\r\n    \"total_impuestos\": 18.00,\r\n    \"total_valor\": 100,\r\n    \"total_venta\": 118\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"51121703\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"10\",\r\n      \"total_base_igv\": 100.00,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 18,\r\n      \"total_impuestos\": 18,\r\n      \"total_valor_item\": 100,\r\n      \"total_item\": 118 \r\n    }\r\n  ],\r\n  \"informacion_adicional\": \"Forma de pago:Efectivo|Caja: 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"463ec2b2-66b8-4a74-a7d8-220ddf427b3a"},{"name":"Factura Gravada - Descuento Global","id":"4f67157b-4768-47cf-aacb-1e3a408edee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"F001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2018-10-09\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_operacion\": \"0101\",\r\n  \"codigo_tipo_documento\":\"01\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"fecha_de_vencimiento\": \"2018-10-09\",\r\n  \"numero_orden_de_compra\": \"0045467898\", \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"descuentos\":[\r\n    {\r\n      \"codigo\": \"02\",\r\n      \"descripcion\": \"Descuento Global afecta a la base imponible\",\r\n      \"factor\": 0.20,\r\n      \"monto\": 20.00,\r\n      \"base\": 100.00\r\n    }\r\n  ],  \r\n  \"totales\": {\r\n    \"total_descuentos\": 20.00,\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 100.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_igv\": 14.40,\r\n    \"total_impuestos\": 14.40,\r\n    \"total_valor\": 80,\r\n    \"total_venta\": 94.40\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"10\",\r\n      \"total_base_igv\": 100.00,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 18,\r\n      \"total_impuestos\": 18,\r\n      \"total_valor_item\": 100,\r\n      \"total_item\": 118\r\n    }   \r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f67157b-4768-47cf-aacb-1e3a408edee9"},{"name":"Factura - Datos Adicionales Item (placa)","id":"5c87e366-ebe3-4884-8c9f-7f53b114370f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"F001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2018-10-09\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_operacion\": \"0101\",\r\n  \"codigo_tipo_documento\":\"01\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"fecha_de_vencimiento\":\"2018-08-30\",\r\n  \"numero_orden_de_compra\": \"0045467898\", \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"totales\": {\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 100.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_igv\": 18.00,\r\n    \"total_impuestos\": 18.00,\r\n    \"total_valor\": 100,\r\n    \"total_venta\": 118\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"51121703\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"10\",\r\n      \"total_base_igv\": 100.00,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 18,\r\n      \"total_impuestos\": 18,\r\n      \"total_valor_item\": 100,\r\n      \"total_item\": 118,\r\n      \"datos_adicionales\":[\r\n  \t\t\t{\r\n  \t\t\t\t\"codigo\": \"5010\",\r\n  \t\t\t\t\"descripcion\": \"Numero de Placa\",\r\n  \t\t\t\t\"valor\": \"A7Q-986\"\r\n  \t\t\t}\r\n  \t  ] \r\n    }\r\n  ],\r\n  \"informacion_adicional\": \"Forma de pago:Efectivo|Caja: 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c87e366-ebe3-4884-8c9f-7f53b114370f"},{"name":"Factura Gravada - Pago Credito","id":"7300a5a7-07d3-4ab1-aada-9c70fbecfdcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"serie_documento\": \"F001\",\r\n    \"numero_documento\": \"#\",\r\n    \"fecha_de_emision\": \"2018-10-09\",\r\n    \"hora_de_emision\": \"10:11:11\",\r\n    \"codigo_tipo_operacion\": \"0101\",\r\n    \"codigo_tipo_documento\": \"01\",\r\n    \"codigo_tipo_moneda\": \"PEN\",\r\n    \"fecha_de_vencimiento\": \"2018-08-30\",\r\n    \"numero_orden_de_compra\": \"0045467898\",\r\n    \"datos_del_cliente_o_receptor\": {\r\n        \"codigo_tipo_documento_identidad\": \"6\",\r\n        \"numero_documento\": \"10414711225\",\r\n        \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n        \"codigo_pais\": \"PE\",\r\n        \"ubigeo\": \"150101\",\r\n        \"direccion\": \"Av. 2 de Mayo\",\r\n        \"correo_electronico\": \"demo@gmail.com\",\r\n        \"telefono\": \"427-1148\"\r\n    },\r\n    \"codigo_condicion_de_pago\": \"02\",\r\n    \"cuotas\": [\r\n        {\r\n            \"fecha\": \"2021-04-03\",\r\n            \"codigo_tipo_moneda\": \"PEN\",\r\n            \"monto\": 59\r\n        },\r\n        {\r\n            \"fecha\": \"2021-05-03\",\r\n            \"codigo_tipo_moneda\": \"PEN\",\r\n            \"monto\": 59\r\n        }\r\n    ],\r\n    \"totales\": {\r\n        \"total_exportacion\": 0.00,\r\n        \"total_operaciones_gravadas\": 100.00,\r\n        \"total_operaciones_inafectas\": 0.00,\r\n        \"total_operaciones_exoneradas\": 0.00,\r\n        \"total_operaciones_gratuitas\": 0.00,\r\n        \"total_igv\": 18.00,\r\n        \"total_impuestos\": 18.00,\r\n        \"total_valor\": 100,\r\n        \"total_venta\": 118\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"codigo_interno\": \"P0121\",\r\n            \"descripcion\": \"Inca Kola 250 ml\",\r\n            \"codigo_producto_sunat\": \"51121703\",\r\n            \"unidad_de_medida\": \"NIU\",\r\n            \"cantidad\": 2,\r\n            \"valor_unitario\": 50,\r\n            \"codigo_tipo_precio\": \"01\",\r\n            \"precio_unitario\": 59,\r\n            \"codigo_tipo_afectacion_igv\": \"10\",\r\n            \"total_base_igv\": 100.00,\r\n            \"porcentaje_igv\": 18,\r\n            \"total_igv\": 18,\r\n            \"total_impuestos\": 18,\r\n            \"total_valor_item\": 100,\r\n            \"total_item\": 118\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"7300a5a7-07d3-4ab1-aada-9c70fbecfdcc"},{"name":"Factura Gravada - Pago Contado","id":"f881fd9d-7c20-48af-a8d7-b2af6127ac66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"serie_documento\": \"F001\",\r\n    \"numero_documento\": \"#\",\r\n    \"fecha_de_emision\": \"2018-10-09\",\r\n    \"hora_de_emision\": \"10:11:11\",\r\n    \"codigo_tipo_operacion\": \"0101\",\r\n    \"codigo_tipo_documento\": \"01\",\r\n    \"codigo_tipo_moneda\": \"PEN\",\r\n    \"fecha_de_vencimiento\": \"2018-08-30\",\r\n    \"numero_orden_de_compra\": \"0045467898\",\r\n    \"datos_del_cliente_o_receptor\": {\r\n        \"codigo_tipo_documento_identidad\": \"6\",\r\n        \"numero_documento\": \"10414711225\",\r\n        \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n        \"codigo_pais\": \"PE\",\r\n        \"ubigeo\": \"150101\",\r\n        \"direccion\": \"Av. 2 de Mayo\",\r\n        \"correo_electronico\": \"demo@gmail.com\",\r\n        \"telefono\": \"427-1148\"\r\n    },\r\n    \"codigo_condicion_de_pago\": \"01\",\r\n    \"totales\": {\r\n        \"total_exportacion\": 0.00,\r\n        \"total_operaciones_gravadas\": 100.00,\r\n        \"total_operaciones_inafectas\": 0.00,\r\n        \"total_operaciones_exoneradas\": 0.00,\r\n        \"total_operaciones_gratuitas\": 0.00,\r\n        \"total_igv\": 18.00,\r\n        \"total_impuestos\": 18.00,\r\n        \"total_valor\": 100,\r\n        \"total_venta\": 118\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"codigo_interno\": \"P0121\",\r\n            \"descripcion\": \"Inca Kola 250 ml\",\r\n            \"codigo_producto_sunat\": \"51121703\",\r\n            \"unidad_de_medida\": \"NIU\",\r\n            \"cantidad\": 2,\r\n            \"valor_unitario\": 50,\r\n            \"codigo_tipo_precio\": \"01\",\r\n            \"precio_unitario\": 59,\r\n            \"codigo_tipo_afectacion_igv\": \"10\",\r\n            \"total_base_igv\": 100.00,\r\n            \"porcentaje_igv\": 18,\r\n            \"total_igv\": 18,\r\n            \"total_impuestos\": 18,\r\n            \"total_valor_item\": 100,\r\n            \"total_item\": 118\r\n        }\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"f881fd9d-7c20-48af-a8d7-b2af6127ac66"},{"name":"Factura Gravada - Pagos","id":"95e95984-8c9b-4aff-bcbe-e8420263e8ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"F001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2019-09-17\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_operacion\": \"0101\",\r\n  \"codigo_tipo_documento\":\"01\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"fecha_de_vencimiento\":\"2018-08-30\",\r\n  \"numero_orden_de_compra\": \"0045467898\", \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"totales\": {\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 100.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_igv\": 18.00,\r\n    \"total_impuestos\": 18.00,\r\n    \"total_valor\": 100,\r\n    \"total_venta\": 118\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"51121703\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"10\",\r\n      \"total_base_igv\": 100.00,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 18,\r\n      \"total_impuestos\": 18,\r\n      \"total_valor_item\": 100,\r\n      \"total_item\": 118\r\n    }\r\n  ],\r\n  \"pagos\":[\r\n\t{\r\n\t\t\"codigo_metodo_pago\":\"02\",\r\n\t\t\"referencia\":\"1\",\r\n\t\t\"monto\":\"50\"\r\n\t},\r\n\t{\r\n\t\t\"codigo_metodo_pago\":\"01\",\r\n\t\t\"referencia\":\"ref\",\r\n\t\t\"monto\":\"60\"\r\n\t}\r\n  ],\r\n  \"informacion_adicional\": \"Forma de pago:Efectivo|Caja: 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"95e95984-8c9b-4aff-bcbe-e8420263e8ea"},{"name":"Factura Gravada - Descuento Lineal","id":"8afe4e95-035d-40c6-8b92-d56622cad757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"F001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2018-10-09\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_operacion\": \"0101\",\r\n  \"codigo_tipo_documento\":\"01\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"fecha_de_vencimiento\": \"2018-10-09\",\r\n  \"numero_orden_de_compra\": \"0045467898\", \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"totales\": {\r\n    \"total_descuentos\": 5.00,\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 95.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_igv\": 17.10,\r\n    \"total_impuestos\": 17.10,\r\n    \"total_valor\": 95,\r\n    \"total_venta\": 112.10\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"\",\r\n      \"codigo_producto_gsl\": \"\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"10\",\r\n    \"descuentos\":[\r\n      {\r\n        \"codigo\": \"00\",\r\n        \"descripcion\": \"Descuento Lineal\",\r\n        \"factor\": 0.05,\r\n        \"monto\": 5.00,\r\n        \"base\": 100.00\r\n      }\r\n    ],  \r\n      \"total_base_igv\": 95.00,\r\n      \"porcentaje_igv\": 18,    \r\n      \"total_igv\": 17.10,\r\n      \"total_impuestos\": 17.10,\r\n      \"total_valor_item\": 95,\r\n      \"total_item\": 112.10\r\n    }   \r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"8afe4e95-035d-40c6-8b92-d56622cad757"},{"name":"Factura - Generar documento desde nota de venta","id":"e187fe79-3289-4d65-be75-bb965f997e76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"codigo_tipo_documento\": \"01\",\r\n    \"serie_documento\": \"F001\",\r\n    \"numero_documento\": \"#\",\r\n    \"fecha_de_emision\": \"2021-04-09\",\r\n    \"hora_de_emision\": \"18:00:00\",\r\n    \"fecha_de_vencimiento\":\"2021-04-09\",\r\n    \"codigo_condicion_de_pago\": \"01\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/sale-note/34/generate-cpe","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","sale-note","34","generate-cpe"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"e187fe79-3289-4d65-be75-bb965f997e76"},{"name":"Factura Exportacion","id":"8fc6ee2c-eace-4f6c-9827-caa91c77da08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"serie_documento\": \"F001\",\r\n    \"numero_documento\": \"#\",\r\n    \"fecha_de_emision\": \"2019-09-20\",\r\n    \"hora_de_emision\": \"16:23:01\",\r\n    \"codigo_tipo_operacion\": \"0200\",\r\n    \"codigo_tipo_documento\": \"01\",\r\n    \"codigo_tipo_moneda\": \"PEN\",\r\n    \"fecha_de_vencimiento\":\"2019-07-01\",\r\n    \"numero_orden_de_compra\":\"\",\r\n\t  \"datos_del_emisor\": {\r\n\t    \"codigo_pais\": \"PE\",\r\n\t    \"ubigeo\": \"150101\",\r\n\t    \"direccion\": \"Av. 2 de Mayo\",\r\n\t    \"correo_electronico\": \"demo@gmail.com\",\r\n\t    \"telefono\": \"427-1148\",\r\n\t    \"codigo_del_domicilio_fiscal\": \"0000\"\r\n\t  },  \r\n    \"datos_del_cliente_o_receptor\":{\r\n        \"codigo_tipo_documento_identidad\": \"0\",\r\n        \"numero_documento\": \"8901074873\",\r\n        \"apellidos_y_nombres_o_razon_social\": \"SUPERTIENDAS Y DROGUERIAS OLIMPICA S.A.\",\r\n        \"codigo_pais\": \"CO\",\r\n        \"direccion\": \"CALLE 53 Nro 46-192 LOCAL 3-01 C. COMERCIAL PORTAL DEL PRADO\",\r\n        \"correo_electronico\": \"\",\r\n        \"telefono\": \"\"\r\n    },\r\n\t\"totales\": {\r\n\t\t\"total_exportacion\": 1395.00,\r\n\t\t\"total_operaciones_gravadas\": 0.00,\r\n\t\t\"total_operaciones_inafectas\": 0.00,\r\n\t\t\"total_operaciones_exoneradas\": 0.00,\r\n\t\t\"total_operaciones_gratuitas\": 0.00,\r\n\t\t\"total_igv\": 0.00,\r\n\t\t\"total_impuestos\": 0.00,\r\n\t\t\"total_valor\": 1395.00,\r\n\t\t\"total_venta\": 1395.00\r\n\t},    \r\n    \"items\":[\t        \r\n    \t{\r\n            \"codigo_interno\": \"1055929\",\r\n            \"descripcion\":\"CAMISETA NIÑO MANGA CORTA 4-6-8-10-12 DKK272763\",\r\n            \"codigo_producto_sunat\": \"53101701\",\r\n            \"unidad_de_medida\": \"NIU\",\r\n            \"cantidad\": 300,\r\n            \"valor_unitario\": 4.65,\r\n            \"codigo_tipo_precio\":\"01\",\r\n            \"precio_unitario\":4.65,\r\n            \"codigo_tipo_afectacion_igv\": \"40\",\r\n            \"total_base_igv\": 1395.00,\r\n            \"porcentaje_igv\": 18,\r\n            \"total_igv\": 0.00,\r\n            \"total_impuestos\": 0.00,\r\n            \"total_valor_item\": 1395.00,\r\n            \"total_item\": 1395.00\r\n        }   \r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fc6ee2c-eace-4f6c-9827-caa91c77da08"},{"name":"Factura - Campo Adicional Guia","id":"cd9e70cc-f8f3-4401-ad6e-62f0e63ac95f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"F001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2019-02-21\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_operacion\": \"0101\",\r\n  \"codigo_tipo_documento\":\"01\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"fecha_de_vencimiento\":\"2019-02-21\",\r\n  \"numero_orden_de_compra\": \"0045467898\", \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"guias\":[\r\n\t    {\r\n\t      \"numero\": \"T001\",\r\n\t      \"codigo_tipo_documento\": \"09\"\r\n\t    },\r\n\t    {\r\n\t      \"numero\": \"T002\",\r\n\t      \"codigo_tipo_documento\": \"09\"\r\n\t    }\r\n  ],\r\n  \"totales\": {\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 100.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_igv\": 18.00,\r\n    \"total_impuestos\": 18.00,\r\n    \"total_valor\": 100,\r\n    \"total_venta\": 118\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"51121703\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"10\",\r\n      \"total_base_igv\": 100.00,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 18,\r\n      \"total_impuestos\": 18,\r\n      \"total_valor_item\": 100,\r\n      \"total_item\": 118\r\n    }\r\n  ],\r\n  \"informacion_adicional\": \"Forma de pago:Efectivo|Caja: 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd9e70cc-f8f3-4401-ad6e-62f0e63ac95f"},{"name":"Boleta Gravada","id":"fa39cd0c-8fce-4f0f-9749-799a7e9b0036","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"B001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2019-12-09\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_operacion\": \"0101\",\r\n  \"codigo_tipo_documento\":\"03\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"fecha_de_vencimiento\": \"2018-10-09\",\r\n  \"numero_orden_de_compra\": \"0045467898\", \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"1\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"totales\": {\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 100.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_igv\": 18.00,\r\n    \"total_impuestos\": 18.00,\r\n    \"total_valor\": 100,\r\n    \"total_venta\": 118\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"51121703\", \r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"10\",\r\n      \"total_base_igv\": 100.00,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 18,\r\n      \"total_impuestos\": 18,\r\n      \"total_valor_item\": 100,\r\n      \"total_item\": 118\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa39cd0c-8fce-4f0f-9749-799a7e9b0036"},{"name":"Boleta Exportacion","id":"c1732808-b4ff-4751-8820-77fde20d7162","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"serie_documento\": \"B001\",\r\n    \"numero_documento\": \"#\",\r\n    \"fecha_de_emision\": \"2019-09-20\",\r\n    \"hora_de_emision\": \"17:23:01\",\r\n    \"codigo_tipo_operacion\": \"0200\",\r\n    \"codigo_tipo_documento\": \"03\",\r\n    \"codigo_tipo_moneda\": \"PEN\",\r\n    \"fecha_de_vencimiento\":\"2019-09-20\",\r\n    \"numero_orden_de_compra\":\"\",\r\n\t  \"datos_del_emisor\": {\r\n\t    \"codigo_pais\": \"PE\",\r\n\t    \"ubigeo\": \"150101\",\r\n\t    \"direccion\": \"Av. 2 de Mayo\",\r\n\t    \"correo_electronico\": \"demo@gmail.com\",\r\n\t    \"telefono\": \"427-1148\",\r\n\t    \"codigo_del_domicilio_fiscal\": \"0000\"\r\n\t  },  \r\n    \"datos_del_cliente_o_receptor\":{\r\n        \"codigo_tipo_documento_identidad\": \"0\",\r\n        \"numero_documento\": \"9601074873\",\r\n        \"apellidos_y_nombres_o_razon_social\": \"EL OASIS S.A.\",\r\n        \"codigo_pais\": \"CO\",\r\n        \"direccion\": \"CALLE 123 Nro 50 LOCAL 44-01 C. COMERCIAL INNOVA\",\r\n        \"correo_electronico\": \"\",\r\n        \"telefono\": \"\"\r\n    },\r\n\t\"totales\": {\r\n\t\t\"total_exportacion\": 1395.00,\r\n\t\t\"total_operaciones_gravadas\": 0.00,\r\n\t\t\"total_operaciones_inafectas\": 0.00,\r\n\t\t\"total_operaciones_exoneradas\": 0.00,\r\n\t\t\"total_operaciones_gratuitas\": 0.00,\r\n\t\t\"total_igv\": 0.00,\r\n\t\t\"total_impuestos\": 0.00,\r\n\t\t\"total_valor\": 1395.00,\r\n\t\t\"total_venta\": 1395.00\r\n\t},    \r\n    \"items\":[\t        \r\n    \t{\r\n            \"codigo_interno\": \"1055929\",\r\n            \"descripcion\":\"CAMISETA NIÑO MANGA CORTA 4-6-8-10-12 DKK272763\",\r\n            \"codigo_producto_sunat\": \"53101701\",\r\n            \"unidad_de_medida\": \"NIU\",\r\n            \"cantidad\": 300,\r\n            \"valor_unitario\": 4.65,\r\n            \"codigo_tipo_precio\":\"01\",\r\n            \"precio_unitario\":4.65,\r\n            \"codigo_tipo_afectacion_igv\": \"40\",\r\n            \"total_base_igv\": 1395.00,\r\n            \"porcentaje_igv\": 18,\r\n            \"total_igv\": 0.00,\r\n            \"total_impuestos\": 0.00,\r\n            \"total_valor_item\": 1395.00,\r\n            \"total_item\": 1395.00\r\n        }   \r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1732808-b4ff-4751-8820-77fde20d7162"},{"name":"Boleta Gravada - Contingencia","id":"a04b5ed8-97da-4f01-88f1-053bdccb4c4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"0004\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2019-09-03\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_operacion\": \"0101\",\r\n  \"codigo_tipo_documento\":\"03\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"fecha_de_vencimiento\": \"2019-09-03\",  \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"totales\": {\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 100.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_igv\": 18.00,\r\n    \"total_impuestos\": 18.00,\r\n    \"total_valor\": 100,\r\n    \"total_venta\": 118\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"51121703\",\r\n      \"codigo_producto_gsl\": \"51121703\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"10\",\r\n      \"total_base_igv\": 100.00,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 18,\r\n      \"total_impuestos\": 18,\r\n      \"total_valor_item\": 100,\r\n      \"total_item\": 118\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"a04b5ed8-97da-4f01-88f1-053bdccb4c4d"},{"name":"Nota Credito - Factura","id":"ff9fce97-290b-40cd-a410-543eabd4c66a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"FC01\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2018-10-09\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_documento\":\"07\",\r\n  \"codigo_tipo_nota\": \"01\",\r\n  \"motivo_o_sustento_de_nota\": \"Error al emitir comprobante\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"numero_orden_de_compra\": \"0045467898\",\r\n  \"documento_afectado\": {\r\n    \"external_id\": \"293e1c61-a0c7-444d-8062-5d456d14b2b5\"\r\n  }, \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"totales\": {\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 100.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_igv\": 18.00,\r\n    \"total_impuestos\": 18.00,\r\n    \"total_valor\": 100,\r\n    \"total_venta\": 118\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"\", \r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"10\",\r\n      \"total_base_igv\": 100.00,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 18,\r\n      \"total_impuestos\": 18,\r\n      \"total_valor_item\": 100,\r\n      \"total_item\": 118\r\n    }\r\n  ],\r\n  \"acciones\": {\r\n    \"formato_pdf\": \"a4\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff9fce97-290b-40cd-a410-543eabd4c66a"},{"name":"Nota Credito Sin External Id - Factura","id":"f910e6f8-6a3f-41cf-8a5f-ec1e1f842637","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"FC01\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2019-09-05\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_documento\":\"07\",\r\n  \"codigo_tipo_nota\": \"01\",\r\n  \"motivo_o_sustento_de_nota\": \"Error al emitir comprobante\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"numero_orden_de_compra\": \"0045467898\",\r\n  \"documento_afectado\": {\r\n    \"serie_documento\": \"F001\",\r\n    \"numero_documento\": \"190\",\r\n    \"codigo_tipo_documento\": \"01\"\r\n  }, \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"totales\": {\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 100.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_igv\": 18.00,\r\n    \"total_impuestos\": 18.00,\r\n    \"total_valor\": 100,\r\n    \"total_venta\": 118\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"\", \r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"10\",\r\n      \"total_base_igv\": 100.00,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 18,\r\n      \"total_impuestos\": 18,\r\n      \"total_valor_item\": 100,\r\n      \"total_item\": 118\r\n    }\r\n  ],\r\n  \"acciones\": {\r\n    \"formato_pdf\": \"a4\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"f910e6f8-6a3f-41cf-8a5f-ec1e1f842637"},{"name":"Nota Debito Sin External Id - Factura","id":"2aa2d8c3-bad8-48ef-a3ec-1b277b7d7965","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"FD01\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2019-09-05\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_documento\":\"08\",\r\n  \"codigo_tipo_nota\": \"01\",\r\n  \"motivo_o_sustento_de_nota\": \"Error al emitir comprobante\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"numero_orden_de_compra\": \"0045467898\",\r\n  \"documento_afectado\": {\r\n    \"serie_documento\": \"F001\",\r\n    \"numero_documento\": \"133\",\r\n    \"codigo_tipo_documento\": \"01\"\r\n  }, \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"totales\": {\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 100.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_igv\": 18.00,\r\n    \"total_impuestos\": 18.00,\r\n    \"total_valor\": 100,\r\n    \"total_venta\": 118\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"51121703\", \r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"10\",\r\n      \"total_base_igv\": 100.00,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 18,\r\n      \"total_impuestos\": 18,\r\n      \"total_valor_item\": 100,\r\n      \"total_item\": 118\r\n    }\r\n  ],\r\n  \"acciones\": {\r\n    \"formato_pdf\": \"a4\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://demo.facturadorpro4.test/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"protocol":"http","path":["api","documents"],"host":["demo","facturadorpro4","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"2aa2d8c3-bad8-48ef-a3ec-1b277b7d7965"},{"name":"Nota Debito - Factura","id":"db644407-ab5f-4c04-a43c-f7237d7d0f0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"FD01\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2018-10-09\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_documento\":\"08\",\r\n  \"codigo_tipo_nota\": \"01\",\r\n  \"motivo_o_sustento_de_nota\": \"Error al emitir comprobante\",\r\n  \"codigo_tipo_moneda\": \"PEN\",\r\n  \"numero_orden_de_compra\": \"0045467898\",\r\n  \"documento_afectado\": {\r\n    \"external_id\": \"293e1c61-a0c7-444d-8062-5d456d14b2b5\"\r\n  }, \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"totales\": {\r\n    \"total_exportacion\": 0.00,\r\n    \"total_operaciones_gravadas\": 100.00,\r\n    \"total_operaciones_inafectas\": 0.00,\r\n    \"total_operaciones_exoneradas\": 0.00,\r\n    \"total_operaciones_gratuitas\": 0.00,\r\n    \"total_igv\": 18.00,\r\n    \"total_impuestos\": 18.00,\r\n    \"total_valor\": 100,\r\n    \"total_venta\": 118\r\n  },\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"descripcion\":\"Inca Kola 250 ml\",\r\n      \"codigo_producto_sunat\": \"51121703\",\r\n      \"unidad_de_medida\": \"NIU\",\r\n      \"cantidad\": 2,\r\n      \"valor_unitario\": 50,\r\n      \"codigo_tipo_precio\": \"01\",\r\n      \"precio_unitario\": 59,\r\n      \"codigo_tipo_afectacion_igv\": \"10\",\r\n      \"total_base_igv\": 100.00,\r\n      \"porcentaje_igv\": 18,\r\n      \"total_igv\": 18,\r\n      \"total_impuestos\": 18,\r\n      \"total_valor_item\": 100,\r\n      \"total_item\": 118\r\n    }\r\n  ] \r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"db644407-ab5f-4c04-a43c-f7237d7d0f0d"},{"name":"Nota de venta","id":"5207dae9-a6fd-4497-9f13-22c412b05ae5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"prefix\": \"NV\",\r\n    \"series_id\": 10,\r\n    \"establishment_id\": null,\r\n    \"date_of_issue\": \"2021-06-17\",\r\n    \"time_of_issue\": \"16:31:01\",\r\n    \"customer_id\": 36,\r\n    \"currency_type_id\": \"PEN\",\r\n    \"purchase_order\": null,\r\n    \"exchange_rate_sale\": 0,\r\n    \"total_prepayment\": 0,\r\n    \"total_charge\": 0,\r\n    \"total_discount\": 0,\r\n    \"total_exportation\": 0,\r\n    \"total_free\": 0,\r\n    \"total_taxed\": 0,\r\n    \"total_unaffected\": 0,\r\n    \"total_exonerated\": 100,\r\n    \"total_igv\": 0,\r\n    \"total_base_isc\": 0,\r\n    \"total_isc\": 0,\r\n    \"total_base_other_taxes\": 0,\r\n    \"total_other_taxes\": 0,\r\n    \"total_taxes\": 0,\r\n    \"total_value\": 100,\r\n    \"total\": 100,\r\n    \"operation_type_id\": null,\r\n    \"items\": [\r\n        {\r\n            \"item_id\": 1181,\r\n            \"item\": {\r\n                \"id\": 1181,\r\n                \"item_id\": 1181,\r\n                \"name\": null,\r\n                \"full_description\": \"111111111111 - agua\",\r\n                \"description\": \"agua\",\r\n                \"currency_type_id\": \"PEN\",\r\n                \"internal_id\": \"111111111111\",\r\n                \"item_code\": null,\r\n                \"currency_type_symbol\": \"S/\",\r\n                \"sale_unit_price\": \"100.00\",\r\n                \"purchase_unit_price\": \"0.000000\",\r\n                \"unit_type_id\": \"NIU\",\r\n                \"sale_affectation_igv_type_id\": \"20\",\r\n                \"purchase_affectation_igv_type_id\": \"10\",\r\n                \"calculate_quantity\": false,\r\n                \"has_igv\": true,\r\n                \"is_set\": false,\r\n                \"aux_quantity\": 1,\r\n                \"brand\": \"CIELO\",\r\n                \"category\": \"CIELO\",\r\n                \"stock\": -145,\r\n                \"image\": \"https://demo.facturalo.pro/logo/imagen-no-disponible.jpg\",\r\n                \"warehouses\": [\r\n                    { \"warehouse_description\": \"Almacén Oficina Principal\", \"stock\": \"-145.0000\", \"warehouse_id\": 1 },\r\n                    { \"warehouse_description\": \"Almacén - Oficina Arequipa\", \"stock\": \"-1.0000\", \"warehouse_id\": 4 }\r\n                ],\r\n                \"unit_price\": \"100.00\",\r\n                \"presentation\": null\r\n            },\r\n            \"currency_type_id\": \"PEN\",\r\n            \"quantity\": 1,\r\n            \"unit_value\": 100,\r\n            \"affectation_igv_type_id\": \"20\",\r\n            \"affectation_igv_type\": { \"id\": \"20\", \"active\": 1, \"exportation\": 0, \"free\": 0, \"description\": \"Exonerado - Operación Onerosa\" },\r\n            \"total_base_igv\": 100,\r\n            \"percentage_igv\": 18,\r\n            \"total_igv\": 0,\r\n            \"system_isc_type_id\": null,\r\n            \"total_base_isc\": 0,\r\n            \"percentage_isc\": 0,\r\n            \"total_isc\": 0,\r\n            \"total_base_other_taxes\": 0,\r\n            \"percentage_other_taxes\": 0,\r\n            \"total_other_taxes\": 0,\r\n            \"total_plastic_bag_taxes\": 0,\r\n            \"total_taxes\": 0,\r\n            \"price_type_id\": \"01\",\r\n            \"unit_price\": 100,\r\n            \"total_value\": 100,\r\n            \"total_discount\": 0,\r\n            \"total_charge\": 0,\r\n            \"total\": 100,\r\n            \"attributes\": [],\r\n            \"charges\": [],\r\n            \"discounts\": []\r\n        }\r\n    ],\r\n    \"charges\": [],\r\n    \"discounts\": [],\r\n    \"attributes\": [],\r\n    \"guides\": [],\r\n    \"payments\": [],\r\n    \"additional_information\": null,\r\n    \"actions\": { \"format_pdf\": \"a4\" },\r\n    \"apply_concurrency\": false,\r\n    \"type_period\": null,\r\n    \"quantity_period\": 0,\r\n    \"automatic_date_of_issue\": null,\r\n    \"enabled_concurrency\": false,\r\n    \"datos_del_cliente_o_receptor\": {\r\n        \"codigo_tipo_documento_identidad\": \"6\",\r\n        \"numero_documento\": \"10417844398\",\r\n        \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n        \"codigo_pais\": \"PE\",\r\n        \"ubigeo\": \"150101\",\r\n        \"direccion\": \"Av. 2 de Mayo\",\r\n        \"correo_electronico\": \"demo@gmail.com\",\r\n        \"telefono\": \"427-1148\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/sale-note","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","sale-note"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"5207dae9-a6fd-4497-9f13-22c412b05ae5"},{"name":"Anulacion","id":"3c5d7e45-bc05-4476-a02b-5de88f2a9a2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"fecha_de_emision_de_documentos\": \"2018-10-09\",\r\n  \"documentos\": [\r\n    {\r\n      \"external_id\": \"9d44af0f-9979-4c61-9e5e-291567184995\",\r\n      \"motivo_anulacion\": \"Se duplico documento\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/voided","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","voided"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c5d7e45-bc05-4476-a02b-5de88f2a9a2a"},{"name":"Anulacion Ticket","id":"824f7ba5-626c-4d0b-8f98-68b3cd7ab865","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"external_id\": \"7de8774e-4f5f-490e-be70-80324f947feb\",\r\n        \"ticket\": \"1550260573296\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/voided/status","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","voided","status"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"824f7ba5-626c-4d0b-8f98-68b3cd7ab865"},{"name":"Accion Enviar Xml","id":"36048841-0a83-4a89-ad05-ca654c3ede49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"external_id\": \"c6b0b013-c610-4a1e-bdf8-6ef4e708ded6\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/documents/send","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","documents","send"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"36048841-0a83-4a89-ad05-ca654c3ede49"},{"name":"Resumen Diario Ticket","id":"01b704ca-8037-4751-a540-dacfc31899ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"external_id\": \"9a03b745-78c3-403d-afed-b9cef82be746\",\r\n        \"ticket\": \"1550260529157\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/summaries/status","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","summaries","status"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"01b704ca-8037-4751-a540-dacfc31899ef"},{"name":"Resumen Diario","id":"45d18681-c2a1-4028-8a77-312153b5a21d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"fecha_de_emision_de_documentos\": \"2019-10-15\",\r\n  \"codigo_tipo_proceso\": \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/summaries","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","summaries"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"45d18681-c2a1-4028-8a77-312153b5a21d"},{"name":"Resumen Diario Anulacion","id":"c7c75aac-d149-49fc-ab63-f51b35413496","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"fecha_de_emision_de_documentos\": \"2018-10-09\",\r\n  \"codigo_tipo_proceso\": \"3\",\r\n  \"documentos\": [\r\n    {\r\n      \"external_id\": \"f53084f9-6ad7-464f-97f5-ce987937094a\",\r\n      \"motivo_anulacion\": \"Se duplico documento\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/summaries","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","summaries"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7c75aac-d149-49fc-ab63-f51b35413496"},{"name":"Percepción","id":"f9f97008-574d-43f1-b630-ef2483d80295","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"P001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2018-10-09\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_documento\": \"40\",\r\n  \"datos_del_emisor\": {\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\",\r\n    \"codigo_del_domicilio_fiscal\": \"0000\"\r\n  }, \r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"nombre_comercial\": \"EMPRESA XYZ\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"codigo_tipo_percepcion\": \"01\",\r\n  \"observaciones\": \"-\",\r\n  \"totales\": {\r\n    \"total_percibido\": 30.00,\r\n    \"total_pagado\": 1000.00\r\n  },\r\n  \"documentos\":[\r\n    {\r\n      \"codigo_tipo_documento\": \"01\",\r\n      \"serie_documento\": \"F001\",\r\n      \"numero_documento\": \"3\",\r\n      \"fecha_de_emision\": \"2018-10-09\",\r\n      \"codigo_tipo_moneda\": \"PEN\",\r\n      \"pagos\": [\r\n        {\r\n          \"fecha_de_pago\": \"2018-10-09\",\r\n          \"total_pago\": 200.00,\r\n          \"codigo_tipo_moneda\": \"PEN\"\r\n        }\r\n      ],\r\n      \"tipo_de_cambio\": {\r\n        \"codigo_tipo_moneda_referencia\": \"PEN\",\r\n        \"codigo_tipo_moneda_objetivo\": \"PEN\",\r\n        \"factor\": 1,\r\n        \"fecha_tipo_de_cambio\": \"2018-10-09\"\r\n      },\r\n      \"fecha_de_percepcion\": \"2018-10-09\",\r\n      \"total_documento\": 400.00,\r\n      \"total_percibido\": 12.00,\r\n      \"total_a_pagar\": 412.00,\r\n      \"total_pagado\": 412.00\r\n    },\r\n    {\r\n      \"codigo_tipo_documento\": \"01\",\r\n      \"serie_documento\": \"F001\",\r\n      \"numero_documento\": \"4\",\r\n      \"fecha_de_emision\": \"2018-10-09\",\r\n      \"codigo_tipo_moneda\": \"USD\",\r\n      \"total_documento\": 200.00,\r\n      \"pagos\": [\r\n        {\r\n          \"fecha_de_pago\": \"2018-10-09\",\r\n          \"total_pago\": 200.00,\r\n          \"codigo_tipo_moneda\": \"USD\"\r\n        }\r\n      ],\r\n      \"tipo_de_cambio\": {\r\n        \"codigo_tipo_moneda_referencia\": \"USD\",\r\n        \"codigo_tipo_moneda_objetivo\": \"PEN\",\r\n        \"factor\": 3.00,\r\n        \"fecha_tipo_de_cambio\": \"2018-10-09\"\r\n      },\r\n      \"fecha_de_percepcion\": \"2018-10-09\",\r\n      \"total_percibido\": 18.00,\r\n      \"total_a_pagar\": 618.00,\r\n      \"total_pagado\": 618.00\r\n    }\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/perceptions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","perceptions"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9f97008-574d-43f1-b630-ef2483d80295"},{"name":"Retencion","id":"69e4da5c-de05-41f2-8a86-b68972cc074f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"R001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2018-10-09\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_documento\": \"20\",\r\n  \"datos_del_emisor\": {\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\",\r\n    \"codigo_del_domicilio_fiscal\": \"0000\"\r\n  },\r\n  \"datos_del_proveedor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"nombre_comercial\": \"EMPRESA XYZ\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"codigo_tipo_retencion\": \"01\",\r\n  \"observaciones\": \"-\",\r\n  \"totales\": {\r\n    \"total_retenido\": 30.00,\r\n    \"total_pagado\": 1000.00\r\n  },\r\n  \"documentos\":[\r\n    {\r\n      \"codigo_tipo_documento\": \"01\",\r\n      \"serie_documento\": \"F001\",\r\n      \"numero_documento\": \"3\",\r\n      \"fecha_de_emision\": \"2018-10-09\",\r\n      \"codigo_tipo_moneda\": \"PEN\",\r\n      \"pagos\": [\r\n        {\r\n          \"fecha_de_pago\": \"2018-10-09\",\r\n          \"total_pago\": 200.00,\r\n          \"codigo_tipo_moneda\": \"PEN\"\r\n        }\r\n      ],\r\n      \"tipo_de_cambio\": {\r\n        \"codigo_tipo_moneda_referencia\": \"PEN\",\r\n        \"codigo_tipo_moneda_objetivo\": \"PEN\",\r\n        \"factor\": 1,\r\n        \"fecha_tipo_de_cambio\": \"2018-10-09\"\r\n      },\r\n      \"fecha_de_retencion\": \"2018-10-09\",\r\n      \"total_documento\": 400.00,\r\n      \"total_retenido\": 12.00,\r\n      \"total_a_pagar\": 412.00,\r\n      \"total_pagado\": 412.00\r\n    },\r\n    {\r\n      \"codigo_tipo_documento\": \"01\",\r\n      \"serie_documento\": \"F001\",\r\n      \"numero_documento\": \"4\",\r\n      \"fecha_de_emision\": \"2018-10-09\",\r\n      \"codigo_tipo_moneda\": \"USD\",\r\n      \"total_documento\": 200.00,\r\n      \"pagos\": [\r\n        {\r\n          \"fecha_de_pago\": \"2018-10-09\",\r\n          \"total_pago\": 200.00,\r\n          \"codigo_tipo_moneda\": \"USD\"\r\n        }\r\n      ],\r\n      \"tipo_de_cambio\": {\r\n        \"codigo_tipo_moneda_referencia\": \"USD\",\r\n        \"codigo_tipo_moneda_objetivo\": \"PEN\",\r\n        \"factor\": 3.00,\r\n        \"fecha_tipo_de_cambio\": \"2018-10-09\"\r\n      },\r\n      \"fecha_de_retencion\": \"2018-10-09\",\r\n      \"total_retenido\": 18.00,\r\n      \"total_a_pagar\": 618.00,\r\n      \"total_pagado\": 618.00\r\n    }\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/retentions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","retentions"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"69e4da5c-de05-41f2-8a86-b68972cc074f"},{"name":"Guia Remisión","id":"4bdd807e-14f8-4cdb-a3cb-2891b83f7b92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"serie_documento\": \"T001\",\r\n  \"numero_documento\": \"#\",\r\n  \"fecha_de_emision\": \"2018-10-09\",\r\n  \"hora_de_emision\": \"10:11:11\",\r\n  \"codigo_tipo_documento\": \"09\",\r\n  \"datos_del_emisor\": {\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\",\r\n    \"codigo_del_domicilio_fiscal\": \"0000\"\r\n  },\r\n  \"datos_del_cliente_o_receptor\":{\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10414711225\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"EMPRESA XYZ S.A.\",\r\n    \"nombre_comercial\": \"EMPRESA XYZ\",\r\n    \"codigo_pais\": \"PE\",\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"Av. 2 de Mayo\",\r\n    \"correo_electronico\": \"demo@gmail.com\",\r\n    \"telefono\": \"427-1148\"\r\n  },\r\n  \"observaciones\": \"aaaaaaaaaaaaaaa\",\r\n  \"codigo_modo_transporte\": \"01\",\r\n  \"codigo_motivo_traslado\": \"01\",\r\n  \"descripcion_motivo_traslado\": \"El cliente solicito envia a su trabajo en ...\",\r\n  \"fecha_de_traslado\": \"2019-01-16\",\r\n  \"codigo_de_puerto\": \"\",\r\n  \"indicador_de_transbordo\": false,\r\n  \"unidad_peso_total\": \"KGM\",\r\n  \"peso_total\": 30.00,\r\n  \"numero_de_bultos\": 1,\r\n  \"numero_de_contenedor\": \"\",\r\n  \"direccion_partida\": {\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"PUNTO A\"\r\n  },\r\n  \"direccion_llegada\": {\r\n    \"ubigeo\": \"150101\",\r\n    \"direccion\": \"PUNTO 2\"\r\n  },\r\n  \"transportista\": {\r\n    \"codigo_tipo_documento_identidad\": \"6\",\r\n    \"numero_documento\": \"10417844398\",\r\n    \"apellidos_y_nombres_o_razon_social\": \"aaaaaaaaa\"\r\n  },\r\n  \"chofer\": {\r\n    \"codigo_tipo_documento_identidad\": \"1\",\r\n    \"numero_documento\": \"4177874\"\r\n  },\r\n  \"numero_de_placa\": \"A01-1254\",\r\n  \"items\":[\r\n    {\r\n      \"codigo_interno\": \"P0121\",\r\n      \"cantidad\": 2\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://demo.facturalo.pro/api/dispatches","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","id":"4ce44ecf-808c-489c-ab8f-ade2a7eedbe5","name":"API FACTURADOR PRO V4","type":"collection"}},"urlObject":{"path":["api","dispatches"],"host":["https://demo.facturalo.pro"],"query":[],"variable":[]}},"response":[],"_postman_id":"4bdd807e-14f8-4cdb-a3cb-2891b83f7b92"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"3cd35db4-d7ac-4ca0-afed-83bb2ad204b6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"969a5488-3e40-4304-9088-14d624127f37","type":"text/javascript","exec":[""]}}],"variable":[{"key":"date_ini","value":"20201110"},{"key":"date_end","value":"20201113"},{"key":"url","value":"https://demo.facturalo.pro"},{"key":"item_id","value":"3946"},{"key":"sale_note_id","value":"34"}]}