{ "info": { "_postman_id": "3693bfee-2a4e-4e8a-b20c-bdbecbaccec1", "name": "EnviarEmail NFSe 8081", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "E-mail Copy", "request": { "auth": { "type": "basic", "basic": [ { "key": "password", "value": "sua senha aqui", "type": "string" }, { "key": "username", "value": "admin", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "Grupo", "value": "", "description": "grupo do SaaS" }, { "key": "CNPJ", "value": "", "description": "CNPJ do emitente/prestador" }, { "key": "NomeCidade", "value": "MaringaPR", "description": "CidadeUF do prestador" }, { "key": "URL", "value": "1" }, { "key": "NumRPS", "value": "1" }, { "key": "SerieRPS", "value": "1" }, { "key": "TipoRPS", "value": "1" }, { "key": "Encode", "value": "True" }, { "key": "EmailDestinatario", "value": "EmailTeste@email.com", "type": "text" } ] }, "url": { "raw": "https://managersaas.tecnospeed.com.br:8081/ManagerAPIWeb/nfse/email", "protocol": "https", "host": [ "managersaas", "tecnospeed", "com", "br" ], "port": "8081", "path": [ "ManagerAPIWeb", "nfse", "email" ] } }, "response": [] } ], "protocolProfileBehavior": {} }