{ "info": { "_postman_id": "8c6e16b6-c0ae-44fe-ae12-0193a98b0c80", "name": "NFe Destinadas", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Protocolo / Consulta", "item": [ { "name": "Nova consulta de NFe Destinadas (Período)", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "token_sh", "value": "" }, { "key": "cpfCnpjSoftwareHouse", "value": "" }, { "key": "cpfCnpjDestinatario", "value": "" } ], "body": { "mode": "raw", "raw": "{\r\n \"cpfCnpjDestinatario\": \"000000000000000\",\r\n \"periodo\": {\r\n \"dataInicial\": \"2020-08-01\",\r\n \"dataFinal\": \"2020-08-30\"\r\n }\r\n}" }, "url": { "raw": "https://api.nfe.tecnospeed.com.br/destinadas/v1/protocolos", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "destinadas", "v1", "protocolos" ] } }, "response": [ { "name": "Response_200", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "token_sh", "value": "" }, { "key": "cpfCnpjSoftwareHouse", "value": "" }, { "key": "cpfCnpjDestinatario", "value": "" } ], "body": { "mode": "raw", "raw": "{\r\n \"cpfCnpjDestinatario\": \"000000000000000\",\r\n \"periodo\": {\r\n \"dataInicial\": \"2020-08-01\",\r\n \"dataFinal\": \"2020-08-30\"\r\n }\r\n}" }, "url": { "raw": "https://api.nfe.tecnospeed.com.br/destinadas/v1/protocolos", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "destinadas", "v1", "protocolos" ] } }, "code": 200, "_postman_previewlanguage": "Text", "header": [], "cookie": [], "body": "" } ] }, { "name": "Nova consulta de NFe Destinadas (Chaves de NFe's)", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "token_sh", "value": "" }, { "key": "cpfCnpjSoftwareHouse", "value": "" }, { "key": "cpfCnpjDestinatario", "value": "" } ], "body": { "mode": "raw", "raw": "{\r\n \"nfeChaves\": [\r\n \"chave1\",\r\n \"chave2\",\r\n \"...\"\r\n ]\r\n}" }, "url": { "raw": "https://api.nfe.tecnospeed.com.br/destinadas/v1/protocolos", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "destinadas", "v1", "protocolos" ] } }, "response": [ { "name": "Response_200", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "token_sh", "value": "" }, { "key": "cpfCnpjSoftwareHouse", "value": "" }, { "key": "cpfCnpjDestinatario", "value": "" } ], "body": { "mode": "raw", "raw": "{\r\n \"nfeChaves\": [\r\n \"chave1\",\r\n \"chave2\",\r\n \"...\"\r\n ]\r\n}" }, "url": { "raw": "https://api.nfe.tecnospeed.com.br/destinadas/v1/protocolos", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "destinadas", "v1", "protocolos" ] } }, "code": 200, "_postman_previewlanguage": "Text", "header": [], "cookie": [], "body": "" } ] }, { "name": "Consulta ao Protocolo", "request": { "method": "GET", "header": [ { "key": "cpfCnpjDestinatario", "value": "" }, { "key": "cpfCnpjSoftwareHouse", "value": "" }, { "key": "token_sh", "value": "" } ], "url": { "raw": "https://api.nfe.tecnospeed.com.br/destinadas/v1/protocolos/000000000000000000000000", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "destinadas", "v1", "protocolos", "000000000000000000000000" ] } }, "response": [ { "name": "Response_200", "originalRequest": { "method": "GET", "header": [ { "key": "cpfCnpjDestinatario", "value": "" }, { "key": "cpfCnpjSoftwareHouse", "value": "" }, { "key": "token_sh", "value": "" } ], "url": { "raw": "https://api.nfe.tecnospeed.com.br/destinadas/v1/protocolos/000000000000000000000000", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "destinadas", "v1", "protocolos", "000000000000000000000000" ] } }, "code": 200, "_postman_previewlanguage": "Text", "header": [], "cookie": [], "body": "" } ] }, { "name": "Consulta as notas do Protocolo", "request": { "method": "GET", "header": [ { "key": "cpfcnpjsoftwarehouse", "value": "" }, { "key": "cpfcnpjdestinatario", "value": "" }, { "key": "token_sh", "value": "" } ], "url": { "raw": "https://api.nfe.tecnospeed.com.br/destinadas/v1/protocolos/000000000000000000000000/notas", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "destinadas", "v1", "protocolos", "000000000000000000000000", "notas" ], "query": [ { "key": "baixadas", "value": "true", "disabled": true } ] } }, "response": [ { "name": "Response_200", "originalRequest": { "method": "GET", "header": [ { "key": "cpfcnpjsoftwarehouse", "value": "" }, { "key": "cpfcnpjdestinatario", "value": "" }, { "key": "token_sh", "value": "" } ], "url": { "raw": "https://api.nfe.tecnospeed.com.br/destinadas/v1/protocolos/000000000000000000000000/notas", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "destinadas", "v1", "protocolos", "000000000000000000000000", "notas" ], "query": [ { "key": "baixadas", "value": "true", "disabled": true } ] } }, "code": 200, "_postman_previewlanguage": "Text", "header": [], "cookie": [], "body": "" } ] }, { "name": "Download da Nota Fiscal", "request": { "method": "GET", "header": [ { "key": "cpfcnpjsoftwarehouse", "value": "" }, { "key": "cpfcnpjdestinatario", "value": "" }, { "key": "token_sh", "value": "" } ], "url": { "raw": "https://api.nfe.tecnospeed.com.br/destinadas/v1/notas/11111111111111111111111111111111111111111111", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "destinadas", "v1", "notas", "11111111111111111111111111111111111111111111" ] } }, "response": [ { "name": "Response_200", "originalRequest": { "method": "GET", "header": [ { "key": "cpfcnpjsoftwarehouse", "value": "" }, { "key": "cpfcnpjdestinatario", "value": "" }, { "key": "token_sh", "value": "" } ], "url": { "raw": "https://api.nfe.tecnospeed.com.br/destinadas/v1/notas/11111111111111111111111111111111111111111111", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "destinadas", "v1", "notas", "11111111111111111111111111111111111111111111" ] } }, "code": 200, "_postman_previewlanguage": "Text", "header": [], "cookie": [], "body": "" } ] }, { "name": "Listar eventos da NFe", "request": { "method": "GET", "header": [ { "key": "cpfcnpjsoftwarehouse", "value": "" }, { "key": "cpfcnpjdestinatario", "value": "" }, { "key": "token_sh", "value": "" } ], "url": { "raw": "https://api.nfe.tecnospeed.com.br/destinadas/v1/notas/11111111111111111111111111111111111111111111/eventos/", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "destinadas", "v1", "notas", "11111111111111111111111111111111111111111111", "eventos", "" ] } }, "response": [ { "name": "Response_200", "originalRequest": { "method": "GET", "header": [ { "key": "cpfcnpjsoftwarehouse", "value": "" }, { "key": "cpfcnpjdestinatario", "value": "" }, { "key": "token_sh", "value": "" } ], "url": { "raw": "https://api.nfe.tecnospeed.com.br/destinadas/v1/notas/11111111111111111111111111111111111111111111/eventos/", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "destinadas", "v1", "notas", "11111111111111111111111111111111111111111111", "eventos", "" ] } }, "code": 200, "_postman_previewlanguage": "Text", "header": [], "cookie": [], "body": "" } ] }, { "name": "Download do evento da NFe", "request": { "method": "GET", "header": [ { "key": "cpfcnpjsoftwarehouse", "value": "" }, { "key": "cpfcnpjdestinatario", "value": "" }, { "key": "token_sh", "value": "" } ], "url": { "raw": "https://api.nfe.tecnospeed.com.br/destinadas/v1/notas/11111111111111111111111111111111111111111111/eventos/ID6106001111111111111111111111111111111111111111111101", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "destinadas", "v1", "notas", "11111111111111111111111111111111111111111111", "eventos", "ID6106001111111111111111111111111111111111111111111101" ] } }, "response": [ { "name": "Response_200", "originalRequest": { "method": "GET", "header": [ { "key": "cpfcnpjsoftwarehouse", "value": "" }, { "key": "cpfcnpjdestinatario", "value": "" }, { "key": "token_sh", "value": "" } ], "url": { "raw": "https://api.nfe.tecnospeed.com.br/destinadas/v1/notas/11111111111111111111111111111111111111111111/eventos/ID6106001111111111111111111111111111111111111111111101", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "destinadas", "v1", "notas", "11111111111111111111111111111111111111111111", "eventos", "ID6106001111111111111111111111111111111111111111111101" ] } }, "code": 200, "_postman_previewlanguage": "Text", "header": [], "cookie": [], "body": "" } ] } ], "protocolProfileBehavior": {} }, { "name": "Destinatário", "item": [ { "name": "Cadastrar um novo destinatário", "request": { "method": "POST", "header": [ { "warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.", "key": "Content-Type", "value": "multipart/form-data" }, { "key": "cpfCnpjSoftwareHouse", "value": "" }, { "key": "token_sh", "value": "" }, { "key": "cpfcnpjdestinatario", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "key": "uf", "value": "", "type": "text" }, { "key": "certificado", "type": "file", "src": [] }, { "key": "senha", "value": "", "type": "text" }, { "key": "email", "value": "", "type": "text" }, { "key": "cpfCnpj", "value": "", "type": "text" } ] }, "url": { "raw": "https://api.nfe.tecnospeed.com.br/destinadas/v1/destinatarios", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "destinadas", "v1", "destinatarios" ] } }, "response": [ { "name": "Response_200", "originalRequest": { "method": "POST", "header": [ { "warning": "This is a duplicate header and will be overridden by the Content-Type header generated by Postman.", "key": "Content-Type", "value": "multipart/form-data" }, { "key": "cpfCnpjSoftwareHouse", "value": "" }, { "key": "token_sh", "value": "" }, { "key": "cpfcnpjdestinatario", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "key": "uf", "value": "", "type": "text" }, { "key": "certificado", "type": "file", "src": [] }, { "key": "senha", "value": "", "type": "text" }, { "key": "email", "value": "", "type": "text" }, { "key": "cpfCnpj", "value": "", "type": "text" } ] }, "url": { "raw": "https://api.nfe.tecnospeed.com.br/destinadas/v1/destinatarios", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "destinadas", "v1", "destinatarios" ] } }, "code": 200, "_postman_previewlanguage": "Text", "header": [], "cookie": [], "body": "" } ] }, { "name": "Consultar destinatário", "protocolProfileBehavior": { "disabledSystemHeaders": {} }, "request": { "method": "GET", "header": [ { "key": "cpfCnpjSoftwareHouse", "value": "" }, { "key": "cpfcnpjdestinatario", "value": "" }, { "key": "token_sh", "value": "" } ], "url": { "raw": "https://api.nfe.tecnospeed.com.br/destinadas/v1/destinatarios/", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "destinadas", "v1", "destinatarios", "" ] } }, "response": [ { "name": "Response_200", "originalRequest": { "method": "GET", "header": [ { "key": "cpfCnpjSoftwareHouse", "value": "" }, { "key": "cpfcnpjdestinatario", "value": "" }, { "key": "token_sh", "value": "" } ], "url": { "raw": "https://api.nfe.tecnospeed.com.br/destinadas/v1/destinatarios/", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "destinadas", "v1", "destinatarios", "" ] } }, "code": 200, "_postman_previewlanguage": "Text", "header": [], "cookie": [], "body": "" } ] }, { "name": "Alterar destinatário", "protocolProfileBehavior": { "disabledSystemHeaders": {} }, "request": { "method": "PUT", "header": [ { "key": "cpfCnpjSoftwareHouse", "value": "" }, { "key": "cpfcnpjdestinatario", "value": "" }, { "key": "token_sh", "value": "" } ], "url": { "raw": "https://api.nfe.tecnospeed.com.br/destinadas/v1/destinatarios/cpfcnpjdestinatario", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "destinadas", "v1", "destinatarios", "cpfcnpjdestinatario" ] } }, "response": [ { "name": "Response_200", "originalRequest": { "method": "PUT", "header": [ { "key": "cpfCnpjSoftwareHouse", "value": "" }, { "key": "cpfcnpjdestinatario", "value": "" }, { "key": "token_sh", "value": "" } ], "url": { "raw": "https://api.nfe.tecnospeed.com.br/destinadas/v1/destinatarios/cpfcnpjdestinatario", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "destinadas", "v1", "destinatarios", "cpfcnpjdestinatario" ] } }, "code": 200, "_postman_previewlanguage": "Text", "header": [], "cookie": [], "body": "" } ] }, { "name": "Remover destinatário", "protocolProfileBehavior": { "disabledSystemHeaders": {} }, "request": { "method": "DELETE", "header": [ { "key": "cpfCnpjSoftwareHouse", "value": "" }, { "key": "cpfcnpjdestinatario", "value": "" }, { "key": "token_sh", "value": "" } ], "url": { "raw": "https://api.nfe.tecnospeed.com.br/destinadas/v1/destinatarios/cpfcnpjdestinatario", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "destinadas", "v1", "destinatarios", "cpfcnpjdestinatario" ] } }, "response": [ { "name": "Response_200", "originalRequest": { "method": "DELETE", "header": [ { "key": "cpfCnpjSoftwareHouse", "value": "" }, { "key": "cpfcnpjdestinatario", "value": "" }, { "key": "token_sh", "value": "" } ], "url": { "raw": "https://api.nfe.tecnospeed.com.br/destinadas/v1/destinatarios/cpfcnpjdestinatario", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "destinadas", "v1", "destinatarios", "cpfcnpjdestinatario" ] } }, "code": 200, "_postman_previewlanguage": "Text", "header": [], "cookie": [], "body": "" } ] } ], "protocolProfileBehavior": {} }, { "name": "Status", "request": { "method": "GET", "header": [], "url": { "raw": "https://api.nfe.tecnospeed.com.br/v1/status", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "v1", "status" ] } }, "response": [ { "name": "Response_200", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "https://api.nfe.tecnospeed.com.br/v1/status", "protocol": "https", "host": [ "api", "nfe", "tecnospeed", "com", "br" ], "path": [ "v1", "status" ] } }, "code": 200, "_postman_previewlanguage": "Text", "header": [], "cookie": [], "body": "" } ] }, { "name": "Download lote", "request": { "method": "GET", "header": [], "url": { "raw": "" } }, "response": [] } ], "variable": [ { "id": "00abebdb-951d-4e1b-bd52-080cb71f830f", "key": "Server 1", "value": "https://api.nfe.tecnospeed.com.br/destinadas/v1" }, { "id": "f656e536-835f-4ebb-88e5-5ee51e7a7efb", "key": "Server 2", "value": "localhost:3000" } ], "protocolProfileBehavior": {} }