{ "info": { "_postman_id": "2d959f87-952f-446f-a0f9-202773349e3c", "name": "iris4word", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "2548523" }, "item": [ { "name": "1. Upload Template", "request": { "auth": { "type": "basic", "basic": [ { "key": "password", "value": "SYS", "type": "string" }, { "key": "username", "value": "_system", "type": "string" } ] }, "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file", "src": "/C:/projetos/intersystems/iris4word/sample/template.docx" } ] }, "url": { "raw": "http://localhost:52773/crud/upload-template", "protocol": "http", "host": [ "localhost" ], "port": "52773", "path": [ "crud", "upload-template" ] } }, "response": [] }, { "name": "2. Download Word Document (click Send and Download)", "request": { "auth": { "type": "basic", "basic": [ { "key": "password", "value": "SYS", "type": "string" }, { "key": "username", "value": "_system", "type": "string" } ] }, "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\r\n \"company\": {\r\n \"name\": \"ACM Ltda.\",\r\n \"address\": \"Main Street, 123\",\r\n \"city\": \"New York\",\r\n \"state\": \"NY\"\r\n },\r\n \"projects\": [\r\n {\r\n \"name\": \"System Development X\",\r\n \"beginDate\": \"2024-01-01\",\r\n \"endDate\": \"2024-06-06\",\r\n \"team\": [\r\n {\"name\": \"John Star\", \"role\": \"Senior Developer\"},\r\n {\"name\": \"Marie Loo\", \"role\": \"BDM\"}\r\n ],\r\n \"tasks\": [\r\n {\"description\": \"Requirements\", \"status\": \"Done\"},\r\n {\"description\": \"Development\", \"status\": \"Doing\"}\r\n ]\r\n },\r\n {\r\n \"name\": \"ERP Development Y\",\r\n \"beginDate\": \"2024-03-03\",\r\n \"endDate\": \"2025-12-12\",\r\n \"team\": [\r\n {\"name\": \"Peter Rogers\", \"role\": \"Project Manager\"},\r\n {\"name\": \"Robert Plant\", \"role\": \"ERP Specialist\"}\r\n ],\r\n \"tasks\": [\r\n {\"description\": \"ERP configuration\", \"status\": \"Done\"},\r\n {\"description\": \"User training\", \"status\": \"Doing\"}\r\n ]\r\n }\r\n ],\r\n \"principalContact\": {\r\n \"name\": \"Carlos Olivera\",\r\n \"email\": \"carlos.olivera@company.com\",\r\n \"phone\": \"+1 555 555-555\"\r\n }\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:52773/crud/download-doc/template", "protocol": "http", "host": [ "localhost" ], "port": "52773", "path": [ "crud", "download-doc", "template" ] } }, "response": [] }, { "name": "3. Production Report", "request": { "auth": { "type": "basic", "basic": [ { "key": "password", "value": "SYS", "type": "string" }, { "key": "username", "value": "_system", "type": "string" } ] }, "method": "GET", "header": [], "url": { "raw": "http://localhost:52773/crud/ens-report", "protocol": "http", "host": [ "localhost" ], "port": "52773", "path": [ "crud", "ens-report" ] } }, "response": [] }, { "name": "4. BI Report", "request": { "auth": { "type": "basic", "basic": [ { "key": "password", "value": "SYS", "type": "string" }, { "key": "username", "value": "_system", "type": "string" } ] }, "method": "GET", "header": [], "url": { "raw": "http://localhost:52773/crud/bi-report", "protocol": "http", "host": [ "localhost" ], "port": "52773", "path": [ "crud", "bi-report" ] } }, "response": [] } ] }